From dr at jones.dk Thu May 1 11:21:07 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Thu, 01 May 2014 13:21:07 +0200 Subject: Bug#746558: padre: please enable SCSS support in CSS lexer Message-ID: <20140501112107.20084.31175.reportbug@bastian.jones.dk> Package: padre Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Padre looks cool. So I want to use it for webdesign the cool way - by use of Sassy CSS (SCSS). Scintilla added SCSS support in version 3.0.3, and for Geany it can be enabled by adding the following to /usr/share/geany/filetypes.css (or corresponding file below $HOME): [lexer_properties] lexer.css.scss.language=1 Something similar gotta be possible for Padre - and should IMO then be done by default. - Jonas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTYi4gXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWnlwH+gKXr32KIQiGjftsaVszBrqW 1G2fImxHk9JIgv7wruV8OOPFryz+HygKRJ5pkph7s8C+7oazhek+nboypBWMFLGQ Y/cxyynrVr0wFFhJPQm2OFdlzQJbkjfEJHwTtj9vi8qqFcztgt08AXltzTwnpSm8 O1cgERr39oIC7lAFiX0HTxYIq+7Ek+DkBu/OJ69roJebbxwGX0ueyHDmxbe010RQ +kfa9FbegejlyZ2E2elpoFyWeXNm5Ez0cH8y2b8FKS1LOXJCp8htqPghDUVGh4tq 8s9Sy4D93Trrpv8gNF3JxdxJG7BeYjyoAUl2to1oEwjTBdGuJVQeldDVV4FJcg4= =Ww/G -----END PGP SIGNATURE----- From dr at jones.dk Thu May 1 11:25:50 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Thu, 01 May 2014 13:25:50 +0200 Subject: Bug#746559: padre: should call x-terminal-emulator (not xterm) Message-ID: <20140501112550.21230.63464.reportbug@bastian.jones.dk> Package: padre Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Padre has a feature to run stuff in a terminal. Trying it out just spits an error at my system, however - about being unable to locate xterm. I don't have xterm installed, I use urxvt - and have configured x-terminal-emulator accordingly, which I believe Padre should respect. - Jonas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTYi8+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWeT4H/0zohK4pe+ouXC8n339azcai mMQtGvbjI8qmWeJ2AvSOt45NRZLjrCbn9hyahC5M0cVCk6X9pFmOGft5vvs3aAqh 5LzAghahTTyYEzDZwIaDQYjFJBYGmMQiqSAEO+3QbMB9Gvjw/PLAa3Hj32wQgtuL fy41DgDxNqmQMXO37Z1tqOgr+but098WFYq/2NNfEs2BZyYfOHw7UFTOipvipkZr aAZPVFvNLXV3+oHQRd/h1DkfB+DhLLTUIgX1Ypkao2e2P4Jw2kDG89WDO7ZIqy7v gkFoDLTQQpj841lDnR2PbbCEnoI0Gq6j2gX7uXsLT0lLwu9yrMFIlXtgIT7JatQ= =vgIH -----END PGP SIGNATURE----- From jwilk at debian.org Thu May 1 15:24:25 2014 From: jwilk at debian.org (Jakub Wilk) Date: Thu, 1 May 2014 17:24:25 +0200 Subject: Bug#746579: libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Message-ID: <20140501152425.GA5143@jwilk.net> Package: libwww-perl Version: 6.06-1 Tags: security Usertags: serious If LWP uses IO::Socket::SSL as SSL socket class (this is the default), setting HTTPS_CA_DIR or HTTPS_CA_FILE environment variable disables(!) server cerificate verification: $ export PERL_NET_HTTPS_SSL_SOCKET_CLASS=IO::Socket::SSL $ GET https://www.berlios.de/ Can't connect to www.berlios.de:443 $ HTTPS_CA_DIR=/etc/ssl/certs/ GET https://www.berlios.de/ | grep ' This is counter-intuitive, and also the opposite of Net::SSL behavior, which does certificate verification only if you set one of these variables. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libwww-perl depends on: ii ca-certificates 20140325 ii libencode-locale-perl 1.03-1 ii libfile-listing-perl 6.04-1 ii libhtml-parser-perl 3.71-1+b1 ii libhtml-tagset-perl 3.20-2 ii libhtml-tree-perl 5.03-1 ii libhttp-cookies-perl 6.00-2 ii libhttp-date-perl 6.02-1 ii libhttp-message-perl 6.06-1 ii libhttp-negotiate-perl 6.00-2 ii liblwp-mediatypes-perl 6.02-1 ii liblwp-protocol-https-perl 6.04-2 ii libnet-http-perl 6.06-1 ii liburi-perl 1.60-1 ii libwww-robotrules-perl 6.01-1 ii netbase 5.2 ii perl 5.18.2-2+b1 -- Jakub Wilk From bts-link-upstream at lists.alioth.debian.org Thu May 1 17:38:03 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Thu, 01 May 2014 17:38:03 -0000 Subject: [bts-link] source package liblinux-lvm-perl Message-ID: <20140501173737.3557.50831.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package liblinux-lvm-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #740929 (http://bugs.debian.org/740929) # Bug title: fai-setup-storage: setup-storage fails with already existing LVM on target, device # * http://rt.cpan.org/Public/Bug/Display.html?id=94991 # * remote status changed: (?) -> new usertags 740929 + status-new thanks From ftpmaster at ftp-master.debian.org Thu May 1 19:38:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 19:38:50 +0000 Subject: Processing of libcpanel-json-xs-perl_3.0104-1_amd64.changes Message-ID: libcpanel-json-xs-perl_3.0104-1_amd64.changes uploaded successfully to localhost along with the files: libcpanel-json-xs-perl_3.0104-1_amd64.deb libcpanel-json-xs-perl_3.0104-1.dsc libcpanel-json-xs-perl_3.0104.orig.tar.gz libcpanel-json-xs-perl_3.0104-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ulrich at chirlu.de Thu May 1 19:42:35 2014 From: ulrich at chirlu.de (Ulrich Klauer) Date: Thu, 01 May 2014 21:42:35 +0200 Subject: Bug#746600: liblist-allutils-perl: New upstream version Message-ID: <20140501194235.15903.80548.reportbug@chalkos.local> Source: liblist-allutils-perl Version: 0.03-1 Severity: wishlist The current version on CPAN is 0.08. Please update the package. Ulrich -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (800, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From ftpmaster at ftp-master.debian.org Thu May 1 19:48:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 19:48:58 +0000 Subject: Processing of libarchive-any-lite-perl_0.09-1_amd64.changes Message-ID: libarchive-any-lite-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libarchive-any-lite-perl_0.09-1_all.deb libarchive-any-lite-perl_0.09-1.dsc libarchive-any-lite-perl_0.09.orig.tar.gz libarchive-any-lite-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 19:49:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 19:49:33 +0000 Subject: libcpanel-json-xs-perl_3.0104-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 21:27:13 +0200 Source: libcpanel-json-xs-perl Binary: libcpanel-json-xs-perl Architecture: source amd64 Version: 3.0104-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libcpanel-json-xs-perl - module for fast and correct serialising to JSON Changes: libcpanel-json-xs-perl (3.0104-1) unstable; urgency=medium . * Import Upstream version 3.0104 * Add build-dependencies on JSON, JSON::XS and Test::LeakTrace to enable more tests Checksums-Sha1: 20a8b4f9ed2025de882868aa0b70e020cdbc3d85 2161 libcpanel-json-xs-perl_3.0104-1.dsc 69a841fffd83bb0ce80ac18473ca20631ff2f979 144366 libcpanel-json-xs-perl_3.0104.orig.tar.gz 98de8cd75b8eb1c5750ed8e0f12a4f9a95d1ac17 2060 libcpanel-json-xs-perl_3.0104-1.debian.tar.xz 8b3466c868bf52eddb9c05749605f8e02028404d 88854 libcpanel-json-xs-perl_3.0104-1_amd64.deb Checksums-Sha256: 231d5c91c5f70d313fa937f9a24f2af0d66e9a5ffb1d45a6880fd37ef1e223ea 2161 libcpanel-json-xs-perl_3.0104-1.dsc c233dbe62ef8c03195d61d8916e6dccd247fe628bae8e58ed5df5a5ab479f08a 144366 libcpanel-json-xs-perl_3.0104.orig.tar.gz 56b1afce45e220a805f9e8e1ff83e15b34a9385f411c5e3d45c99be44853d420 2060 libcpanel-json-xs-perl_3.0104-1.debian.tar.xz 841b3409af57fb6475237dbae23dc2462fb3923ab6ba18b4e803d6c271c94303 88854 libcpanel-json-xs-perl_3.0104-1_amd64.deb Files: 7d4222b2be92e1ac91cd37eec0806e6e 88854 perl optional libcpanel-json-xs-perl_3.0104-1_amd64.deb 6e5e9237a846ea07426ae704e3adcee3 2161 perl optional libcpanel-json-xs-perl_3.0104-1.dsc 9ddb6ca3dc80ce965181f15fc7df8062 144366 perl optional libcpanel-json-xs-perl_3.0104.orig.tar.gz cd4c1e998d5e69a894857a7e0728a542 2060 perl optional libcpanel-json-xs-perl_3.0104-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYqJyAAoJEBKXO25y3Ae1+ZkP+gIk3B0N2r0b41/0oGj7QrcQ khx9qoQfJQp3KqczpOJmcPgVxJZYUMFoStMkVabenrOCtknzQaceQCCB2RX8baE7 m1/r79xPCMNXUaeJkkzfd95xn0e7833yHT9h2lHUY4FylXc8KnB21Rm/Fa803q+q u0l1KzpeK6zVC1I9rEST55dlo5Z/nyNwRKgL9qTCv7F9xipvU1XBkdK1wW7rnXDU 4ovHHqAT8LZiAzVezm24W7e34Of14vw6RLszUSp7Lgw3NoIB1JbgWQvbX/ZBvckt BqDuzp5ARVPQUX98GdVc25oVSYJV9fi6E7v40poJkKjg9iVD8jtvjfVIoztJL4h+ HyCfNi/PeyC2TLdRbLZMchlAi63MqZOT6ZYSHCIs9BlU47RkpjhWUq/CK1gGzgzB EFZfXblcYCI+0VjqwTB7x3V6L14q5DlGzR0rEkZSgMPFNVmDKdjRNeH6DODNQn/M IVm/WWaA4JhcMA55H15xFks/UM12/cKvwcYq6OhU1FyAVfo5KWMGxakRofqPc1tM bNd25DSJrYpjEJIQl3J6cW+83HbpKPceKEUQY+QP+LgKaXCApQVXiu0ykJ4ck3vG rpNaPyve89GkfrfoFbMmku3ECowG7Z2L7gpBd2qtEDxWE7cFyO6W/lppoAIIGLk8 po+LLtkfIBUPMVrIDh8T =p6BY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 20:09:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 20:09:08 +0000 Subject: Processing of libcatalyst-perl_5.90062-1_amd64.changes Message-ID: libcatalyst-perl_5.90062-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-perl_5.90062-1_all.deb libcatalyst-perl_5.90062-1.dsc libcatalyst-perl_5.90062.orig.tar.gz libcatalyst-perl_5.90062-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 20:19:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 20:19:19 +0000 Subject: Processing of libmce-perl_1.513-1_amd64.changes Message-ID: libmce-perl_1.513-1_amd64.changes uploaded successfully to localhost along with the files: libmce-perl_1.513-1_all.deb libmce-perl_1.513-1.dsc libmce-perl_1.513.orig.tar.gz libmce-perl_1.513-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 20:34:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 20:34:29 +0000 Subject: Processing of libsort-key-perl_1.33-1_amd64.changes Message-ID: libsort-key-perl_1.33-1_amd64.changes uploaded successfully to localhost along with the files: libsort-key-perl_1.33-1_amd64.deb libsort-key-perl_1.33-1.dsc libsort-key-perl_1.33.orig.tar.gz libsort-key-perl_1.33-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 20:44:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 20:44:34 +0000 Subject: Processing of libextutils-depends-perl_0.307-1_amd64.changes Message-ID: libextutils-depends-perl_0.307-1_amd64.changes uploaded successfully to localhost along with the files: libextutils-depends-perl_0.307-1_all.deb libextutils-depends-perl_0.307-1.dsc libextutils-depends-perl_0.307.orig.tar.gz libextutils-depends-perl_0.307-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 20:59:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 20:59:39 +0000 Subject: Processing of libreverseproxy-formfiller-perl_0.3-1_amd64.changes Message-ID: libreverseproxy-formfiller-perl_0.3-1_amd64.changes uploaded successfully to localhost along with the files: libreverseproxy-formfiller-perl_0.3-1_all.deb libreverseproxy-formfiller-perl_0.3-1.dsc libreverseproxy-formfiller-perl_0.3.orig.tar.gz libreverseproxy-formfiller-perl_0.3-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From gregoa at debian.org Thu May 1 20:56:44 2014 From: gregoa at debian.org (gregor herrmann) Date: Thu, 1 May 2014 22:56:44 +0200 Subject: Bug#746600: liblist-allutils-perl: New upstream version In-Reply-To: <20140501194235.15903.80548.reportbug@chalkos.local> References: <20140501194235.15903.80548.reportbug@chalkos.local> Message-ID: <20140501205644.GN8422@jadzia.comodo.priv.at> On Thu, 01 May 2014 21:42:35 +0200, Ulrich Klauer wrote: > The current version on CPAN is 0.08. Please update the package. 0.08 is already in our git repo since quite some time but there's a problem: The package now requires Lists::Util 1.31 which is in perl core since 5.19.3 (and not packaged separately). I guess we have to wait for perl 5.20 to land in Debian. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Beatles -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From ftpmaster at ftp-master.debian.org Thu May 1 21:09:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:09:40 +0000 Subject: Processing of libdata-password-perl_1.10-1_amd64.changes Message-ID: libdata-password-perl_1.10-1_amd64.changes uploaded successfully to localhost along with the files: libdata-password-perl_1.10-1_all.deb libdata-password-perl_1.10-1.dsc libdata-password-perl_1.10.orig.tar.gz libdata-password-perl_1.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 21:26:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:26:02 +0000 Subject: libarchive-any-lite-perl_0.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 21:43:45 +0200 Source: libarchive-any-lite-perl Binary: libarchive-any-lite-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libarchive-any-lite-perl - simple CPAN package extractor Changes: libarchive-any-lite-perl (0.09-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 0.09 * Update (build-)dependency for Archive::Tar. Make Build-Depends-Indep and Depends on perl versioned to perl (>= 5.13.9) as Archive::Tar 1.76 is required. * Make (build-)dependency for libtest-useallmodules-perl unversioned. Make Build-Depends-Indep and Depends on libtest-useallmodules-perl unversioned as the required version is already satisfied in oldstable. * Drop libtest-useallmodules-perl from Depends. Test::UseAllModules is only used in the testsuite. * Declare compliance with Debian Policy 3.9.5 . [ Florian Schlichting ] * Add build-dependency on ExtUtils::MakeMaker::CPANfile Checksums-Sha1: c174464b1a4f97fd578fbc0e013bb5af47c71be2 2252 libarchive-any-lite-perl_0.09-1.dsc ea66a8df3b8ff6ac0b2287943187271a7a5f9559 22176 libarchive-any-lite-perl_0.09.orig.tar.gz c03e6f336a8cd9f2cc4b99bd18744756a08a4301 1904 libarchive-any-lite-perl_0.09-1.debian.tar.xz 1822fa8c7a76ef32b4d6eb444ee2890fe738ba06 8154 libarchive-any-lite-perl_0.09-1_all.deb Checksums-Sha256: 43a0611c651f129a1c6507b62fbd17cdf2bb366f2321698c0d3ebe3efc727739 2252 libarchive-any-lite-perl_0.09-1.dsc 8c500ba33f7b1df1448eca4fc4c5e98efd8e24599a7028f9933b96f3ac1a78c7 22176 libarchive-any-lite-perl_0.09.orig.tar.gz b45d97834732ef45b7e8a7405a833ab480a2c577faf1a134f5d6ddf8d13be25e 1904 libarchive-any-lite-perl_0.09-1.debian.tar.xz 1ca487f5dc25c95161c1657cf01aca26897e423646cb44fca039de6f959e68c2 8154 libarchive-any-lite-perl_0.09-1_all.deb Files: 6521e11fecef1bb7851584ba7f90f006 8154 perl optional libarchive-any-lite-perl_0.09-1_all.deb 28505661a0357e8d5ff3eccd197d5cae 2252 perl optional libarchive-any-lite-perl_0.09-1.dsc b778ca4abc1da97726ef4952081dbfe8 22176 perl optional libarchive-any-lite-perl_0.09.orig.tar.gz c7ddc8815b62150096fc4096f37589c7 1904 perl optional libarchive-any-lite-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYqTaAAoJEBKXO25y3Ae1Z/YP/3ONyCVORsU3jj8gRoe2QWWS 0s03icUqz4tCSXb80lKqOU/XZkTYRalG3qrH7HxI07hEIFqrYBLVnvJOkwiR935P 4Dlc2e7x0KvE2OpLTeRSWvkzItLID613NlN+ubE4wSf9OeWunWHGNMPPGicx8R9V KE/Fi+AolILC2wZHCEwqGTzBJg5NB5/haAg5HsV690HXk0vK62E7qDks/Vc+VLoc PJIA5PuPmkK4Xh315h3TFxbEZwF4cmvRJmG2K1VjGbCF/dxrUoHrKyllsCMUGMb2 n6n6d3W2UGbwbAXCV9kacEKSXa6eb14y729fbBwko0hz+2REnSntn9CugMBfyqSm EqIPJtvZzz8JkGkhZZ/F2te+H3mwi81Y3yCKmYz0wYgjt4WaoIcYNKGbBXfUS6nL WzvE/Dur8ZUluLANy513UeerKVBGemtIJhquGj0KmE86nMxcjvUhVTTiAxClSEaN V3m68KoCyyaG0Ck3I5f3LN/GMDXxtdufkWIAY36MHP+rL0IZgyMHOFbTmfopiARv 0Vw6oyOodLSjk1LHniqJHKBM+pyLQ+kXVuvmtoTixKy24u33P+BQqkt2jFsg7Ok9 ujAxvu6wb+WZSwzOfEbMUsOBzjSBSAE68QRxwrUsgAlCbmBZ0y0eCc6Pi8IKiN2O RhBp9+8qiUpcM+1qrCIu =RaJ+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 21:26:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:26:09 +0000 Subject: libcatalyst-perl_5.90062-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 22:00:36 +0200 Source: libcatalyst-perl Binary: libcatalyst-perl Architecture: source all Version: 5.90062-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libcatalyst-perl - elegant Model-View-Controller Web Application Framework Changes: libcatalyst-perl (5.90062-1) unstable; urgency=medium . [ gregor herrmann ] * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * Strip trailing slash from metacpan URLs. . [ Florian Schlichting ] * Import Upstream version 5.90062 * Update list of upstream contributors, bump copyright years * Add (build-)dependencies on newly required plack middlewares Checksums-Sha1: 5548ef785811f4b9a5b63d2a936582028c1bbd89 3917 libcatalyst-perl_5.90062-1.dsc 446ff3bbee0ccafeed4e0431628f1b6dcdbb8dbe 315331 libcatalyst-perl_5.90062.orig.tar.gz 57aecf2e3fa568568f41dd37add26bcfd25964c5 9948 libcatalyst-perl_5.90062-1.debian.tar.xz 457decea00c8dbd430bd46494f8880dca1e3ec29 330868 libcatalyst-perl_5.90062-1_all.deb Checksums-Sha256: 1b9dec5b9d442a04b2ee11bd8627b22c8626eb2405f5bd5ae5bc12fbecdbc2cd 3917 libcatalyst-perl_5.90062-1.dsc 1acfa8394e2f2404c1836fe50837b15f954ecf5656f2abc9f883b48e9353f8b5 315331 libcatalyst-perl_5.90062.orig.tar.gz cbfe2a36496cbffee4728ce1601357e12cc7c423dd69c4e07a305828f3c6bacd 9948 libcatalyst-perl_5.90062-1.debian.tar.xz 6f6bd3611fc10cee2680adebbc66a3b95b70dd7e3b8dcf0a9ecc50a5ec7337cb 330868 libcatalyst-perl_5.90062-1_all.deb Files: 99f79894c76f365cbda1d5dc03cefa8c 330868 perl optional libcatalyst-perl_5.90062-1_all.deb c0c803c5120e7897c55c8a491dedd3d5 3917 perl optional libcatalyst-perl_5.90062-1.dsc 0b014f6fc37f42b9fb0b7748c6d97004 315331 perl optional libcatalyst-perl_5.90062.orig.tar.gz b0fa1daefdd809cf19bf57df48a8f66e 9948 perl optional libcatalyst-perl_5.90062-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYqjDAAoJEBKXO25y3Ae1W9gP/jdPCsrb0JE9gKGdhk9cNetN q8NGHbzENBG29xt6ZkMNq3BwBcGcRiYg+TgpptThMdDwtaLBQsWxx8lunxWkFQU1 1/KpECQc+P38IngSjkuibDXTYRFJqzjx+nmPp33whUtn7L4zVsebHPe4mYPwgym+ 3urCHwEQkgyNgEDL/hO9FmGSKrQ8Zljj2kk6/j8I501k4sFySIA6LJj5R1GUip0i WBXMWU2XlZRRv69Y+3x0YKMrIl/MoEgrIVguBRjb0qDqEdJadkyEs3OTavcPnO4c O5fBFFxXf/IpAdBjJ985kIfGZJtpJJpTKybEgOtOWnlUUt9KhMA/hkNHfLv/89VZ pV9lu8FAbqTK9OS2UIzpjlGIYur9GaygXCtiJktFEQlZ6W1bUnHXFR06EoBUptrr RKKYToe/U/DkjoDCak4ix0LoS4W26Z70FfQT+pQPaH/fh0YtwZRNtWuxk3VJI6h4 WXtAjexwMDpw8SmvUh/1XLPfs0IEtZIjZjfKrwrWjaYiEtOm6JWqH1+uxsWlYsqQ MwwdjX1ms0875NJfmpNYAOwXNHUTJGAYy6aiUlKWiadKvJmUEGvBPLBLYW4Y7Cfd r7hkYExVht0/3O2EmWWy/MR26BLJzVao4h7WgTuRGzx4EgK7D1rrD1E8u1pjCLxM iV0ApuRzqjXVZ6sykKWF =H4Hs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 21:26:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:26:23 +0000 Subject: libdata-password-perl_1.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 22:59:50 +0200 Source: libdata-password-perl Binary: libdata-password-perl Architecture: source all Version: 1.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libdata-password-perl - Perl extension for assessing password quality Changes: libdata-password-perl (1.10-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Florian Schlichting ] * Import Upstream version 1.10 * Bump years of upstream copyright * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright * Refresh usr-dict.patch Checksums-Sha1: f10f577b38f5eb8f2f7da296af79067c7c019ca0 2106 libdata-password-perl_1.10-1.dsc aba68af599af3050bcb9a9980d63b0365ed88b10 5543 libdata-password-perl_1.10.orig.tar.gz a2d61bd0914e2e0471c7f99511c720dd2a71987e 2660 libdata-password-perl_1.10-1.debian.tar.xz 69579b80987ebad448c2f395a29fb2a61a1af00f 9496 libdata-password-perl_1.10-1_all.deb Checksums-Sha256: 68b30a759a550edda4fe7cc6461064828f43e8e7fdb19d49fb5adaeb7a87f59b 2106 libdata-password-perl_1.10-1.dsc 07a340ce6ac000723cd831612afc2760a3eb3783d1afd405e8b061ae52b88f85 5543 libdata-password-perl_1.10.orig.tar.gz 2669a99705ab1ced697b3bd34dc8f5899216a8e020b4bcba6df7c6a6f2c30610 2660 libdata-password-perl_1.10-1.debian.tar.xz 988eae78bd2372d20a7cf5897d0df42291291ee369bdd4978571abc2485b0d96 9496 libdata-password-perl_1.10-1_all.deb Files: 0cd0d4c2771a6b609979236f0c98ee00 9496 perl optional libdata-password-perl_1.10-1_all.deb 8b1ddc61659acbc63d2db6a2ad8ce6e1 2106 perl optional libdata-password-perl_1.10-1.dsc fc96097b398b9df2ec1b9b636cfebdc4 5543 perl optional libdata-password-perl_1.10.orig.tar.gz c3ec5aacbd5223982552f8d876fcb7d5 2660 perl optional libdata-password-perl_1.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYrctAAoJEBKXO25y3Ae1MAIP/01Em0B0GOJ+Ht2bsebxijO/ VYPRV7/WnBqHzeHHqNYmTABoVrlPOjSrsxaTzAPE2V1P/EBqKSGp+mEX0XP4XD0s va4EQU/QS71Qnd7ALpBbFbVFSd9FX08ohsb6qgFsY+mRa0R/5rJGTEmWMCPm2iyx lAP7E/J4lP4mrbd2ivMFheihCxYLYZmw1X0Jb/VpHnjKvTj2XZIpcqIIub/FUqvd Hum5BgAduNZTG5evQZpknfs953mFxH8pKz1iqz058j3pv9ItDYXboddO9TLLvg1z zjPwxGqqn9X98OI0VVEd/0Yqk/rP+qgaF4o0HaiVIiDsyf6aLalRj2TcPUCIgwKE IyG2ZXfJzKznT/PWzuLb51fXnD3wb+10GJVGgGOGySuEO8ExurXsUpckAvlIOwlR b8K1ljTw7zScPv1bLNuQmMCCBmE21eTf1B1k2MfKG8x8PVrsCX7mUUc+S7eGUIJV crhHObJD017Mr0ALnBNMRUIWE28Nj0+4th/G4QzyrexbqfUPyAS9HYxanje94Vva VMkZucbHE2VQ48Qa8TwX2bwYyQ/GRcVyGAF117tNxdYsPkYdoVLSJp9s0hi1pDfg U4GFhky1OF9aXajpu56lnYHjLkLx3PUNPPQeHV1pGmLDPoBXLmauNGrQLbxLl8sp 7DJ+KAxOQRa52MccneU4 =kuZX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 21:26:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:26:40 +0000 Subject: libextutils-depends-perl_0.307-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 22:38:12 +0200 Source: libextutils-depends-perl Binary: libextutils-depends-perl Architecture: source all Version: 0.307-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libextutils-depends-perl - Perl module for building extensions that depend on other extensio Changes: libextutils-depends-perl (0.307-1) unstable; urgency=low . * Team upload . [ gregor herrmann ] * New upstream release. * Strip trailing slash from metacpan URLs. . [ Florian Schlichting ] * Import Upstream version 0.307 * Declare compliance with Debian Policy 3.9.5 Checksums-Sha1: 6579800422a02b46eee56b838c6d65d84a0bed6f 2152 libextutils-depends-perl_0.307-1.dsc 1c8361c489c9c8e84b5e31460ba310c55288bc28 13835 libextutils-depends-perl_0.307.orig.tar.gz e73d4a6e66e3583ba1266d2106b11faed707a6c1 2716 libextutils-depends-perl_0.307-1.debian.tar.xz 05cb3ab52bb045d47ae267b87445e0541d5b258e 16852 libextutils-depends-perl_0.307-1_all.deb Checksums-Sha256: 492a252fa1e1e9be07af85c62954b01b6109e2f8634a7bf9af1fd9bf0e166fe3 2152 libextutils-depends-perl_0.307-1.dsc 5da9dc1c2c1aac1e63901cf944b4994684f42096cd5ef3349f019a66ba5dd4c9 13835 libextutils-depends-perl_0.307.orig.tar.gz 7f27fcb4f0fda0e1f1a2a1b12bece71286718ca3ad3d0e2892d45eafec47f8c0 2716 libextutils-depends-perl_0.307-1.debian.tar.xz d85d3f7afdaf9884e74b99a06e9a5afe7de1c65a8e5a1c6aed914980aea22095 16852 libextutils-depends-perl_0.307-1_all.deb Files: d96113d470f6dac1896bf6ad5c062b35 16852 perl optional libextutils-depends-perl_0.307-1_all.deb e5ac670f16650e17cf4dd1b9e7bbccdb 2152 perl optional libextutils-depends-perl_0.307-1.dsc b08b1943e30a0b25c32130c3f4fc84f8 13835 perl optional libextutils-depends-perl_0.307.orig.tar.gz 646a2fde822a2ebefbf62c6d6c831626 2716 perl optional libextutils-depends-perl_0.307-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYrFdAAoJEBKXO25y3Ae1zmoP/1TKz7lfWvwMRxYqy8RKWR5t HpzlAyvRq3yKqtRBJ5yjYat1yjHUpJNvhpZva8FkqSgdkOi+YyKltDJPZ2P9Zitr Dmoe20YzZjuGfP5Py/vzN25URQtq16U0tMMzmonLf47r78rk+O60vQUHOOE64ePl x36iNRuuV08jG7DwCYpVCNWW2GpdDONnlc8J2QJKQ3fFoDxeDwv40+/c1aasipYc KQwub7KaKYQVKL80Pk+Vf9XTHNtdqPIzOwJ/yn7MClkzBvFZCApo/KSzGGCDZSol GyrDXwMj9YbQwiqjGWiGXUpmJjbyHgC95GxBUjm/ttH+9ZnrBYn7vTojGKn7Uu5P tENdtViagHXfZJeOHbRVZbEVvfuGse0B2rqFFDkrFu4roS1NCzQe0hLii1JnGqv1 bPfGi7/Hksu1EjedIAxUx4B8JisCW+WQIX3FRi+nvPAFvBkLtk0l98oFKa32B/FY +M16xf+vhnZ6Upg0zVdbsNuC8EP+LY9zQiYb3knMBfgIP7fp+SdFLbCdeP1iRtfE xFOYib4EHaXwqsufZEpWE15mYivL059eAaagMNkgggq81euGSgRQFriFMtMOtsvS dKyysawsReWKCv0o9A7fjqLo/2AAmekSxDi9ZJF2hDvhhtnobxb6hIZjAkqAsCRs I+0mFNrIB3qbYoYtTPxf =wyAP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 21:26:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:26:47 +0000 Subject: libmce-perl_1.513-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 22:11:22 +0200 Source: libmce-perl Binary: libmce-perl Architecture: source all Version: 1.513-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libmce-perl - Many-Core Engine for Perl providing parallel processing capabilit Changes: libmce-perl (1.513-1) unstable; urgency=medium . * Import Upstream version 1.513 Checksums-Sha1: 957656d8a375013079832edc73b6c801cf0c2c01 1981 libmce-perl_1.513-1.dsc fb160f63ffbc350ce83647850d3f9f0b5197eae0 1053563 libmce-perl_1.513.orig.tar.gz a886f80513f60204c7504d0a0abef54675b2e3a4 1656 libmce-perl_1.513-1.debian.tar.xz 8a2e8bed115b1d24735c07fab7442b0e172baaaf 215148 libmce-perl_1.513-1_all.deb Checksums-Sha256: c746b8f82b56b87d69f18b5d9057d10299f24c2127dd4a348088bcff64867ca5 1981 libmce-perl_1.513-1.dsc f807d2698e48b6cbd4e087c0c56b8bd251cfaa8dba35e353b1cbeba84d67f793 1053563 libmce-perl_1.513.orig.tar.gz 138871b7fa2b4771b237a1280bf1583a10cf0af426da927cd9ecc6cfbddc56d2 1656 libmce-perl_1.513-1.debian.tar.xz 3e9cb782d85bbe3ab3a1d3af5548edd6346dbb64d4121f7d8cf48939e93ee564 215148 libmce-perl_1.513-1_all.deb Files: cb3044ddb3fad416e9ffe6c880f09bb5 215148 perl optional libmce-perl_1.513-1_all.deb df463bf02685ae2c020b1ce1bc718784 1981 perl optional libmce-perl_1.513-1.dsc 6b489be18d22e7f1b265f9a5738648c6 1053563 perl optional libmce-perl_1.513.orig.tar.gz 49be8838135df2e45393af50046da86c 1656 perl optional libmce-perl_1.513-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYqviAAoJEBKXO25y3Ae1bqEP/1TrtBYspNgSCavqtCupqrw2 BAsA+Ulm8xjHq31jPHfau+My5kJXmAkS3Qfrgp8vMRZ1Me/TxCZhsSXh0Bqd92z4 DrdPztqvtbuQFWGEaNgPT8RPwitLlShnnqKt5NunrK+yDnRfck8qm0lb+8170lCi PboPrJINOl+0VrZwyOGopM7w/ZC2Gog8+GhMfpktF9tuLZyf4ZFLJbVZD9FDqxwB 6LShL2m7l/WeRafnITN2v6XQ0ldH4tYLCFN7paYoKIzFMTKSTMkFhdJP9SBkQYIV JV7CuSK7ZO0BVvfbzNG2gbtp4xfwisLmLMw82dXARbPMtBbcsOx52gasXS5AjeYq RiNG+aGMioAjvsnGJ6chzmkIN4gTHZJnEheuqEXJ5v3Eg5zoU8+3iSa+wOFxEWtr xiy4uAiFA4LaaQTqINpoP6nt3Ek7wpz4h2kr8grJgMYWxQ46OmzqJxyHKt95o19W 7t8BWxMcey+Ke934l4pE5tCos/LAhbq63hSsF3nHNnOzNalbLw7383JN+wKjSe/m Cr5C77Y+lL7827j8UtDeoB4yEsJlHDUL+G6HbsmCYNQsD/aC3j+fNpBAjckwWMVX fDSIBcmGPxYobRzmbRiWQsDS8KWv/6MvMTza/LyrIKtClKCFDRd6XknnPsMLeiZ2 ApKV0O6rw6l2WNXSRFI5 =6y/F -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 21:26:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:26:54 +0000 Subject: libreverseproxy-formfiller-perl_0.3-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 22:44:03 +0200 Source: libreverseproxy-formfiller-perl Binary: libreverseproxy-formfiller-perl Architecture: source all Version: 0.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libreverseproxy-formfiller-perl - ModPerl module to fill and submit any html form Changes: libreverseproxy-formfiller-perl (0.3-1) unstable; urgency=medium . * Import Upstream version 0.3 * Fix a POD typo / grammar * Update Vcs-Git to its canonical value * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright Checksums-Sha1: 2a9a3246b8eacbaf39f74502c628a7e685dbe3c7 2274 libreverseproxy-formfiller-perl_0.3-1.dsc 3609ca72170a36b428612b11d4c22bf644f87b1e 8140 libreverseproxy-formfiller-perl_0.3.orig.tar.gz d9838c4243aa92c95fa6e6878f3ccb07d76e9e49 2312 libreverseproxy-formfiller-perl_0.3-1.debian.tar.xz 56104ff339d66c58a65d74df1fe1c0640d8bec2c 15204 libreverseproxy-formfiller-perl_0.3-1_all.deb Checksums-Sha256: a1e3c7ebba67252d2c50e125c209083a16cbe1468cf6baaf1a734bb5ed61961b 2274 libreverseproxy-formfiller-perl_0.3-1.dsc d70aa6b6954d1faf1bbf8e9288f6dde993c3a790d7bfb89b91fd1dc129c60d4c 8140 libreverseproxy-formfiller-perl_0.3.orig.tar.gz c11d843710fa3a7ce1dc6fb44b7a2a255518d0bd4fbc545fdb56669de8b3ce7b 2312 libreverseproxy-formfiller-perl_0.3-1.debian.tar.xz b92689d17e89fd0c4f76495a145de84db91a398ee8e387c02586fa55f732bbf9 15204 libreverseproxy-formfiller-perl_0.3-1_all.deb Files: 41f2c419bba2568cfbede1dbe5c88348 15204 perl optional libreverseproxy-formfiller-perl_0.3-1_all.deb 150499ed63df05f25b87b550fdd52f9d 2274 perl optional libreverseproxy-formfiller-perl_0.3-1.dsc 4ccce3d6056181959f6f50902a09d33a 8140 perl optional libreverseproxy-formfiller-perl_0.3.orig.tar.gz bdbb4b62307a0adf6c6a662076e7017e 2312 perl optional libreverseproxy-formfiller-perl_0.3-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYrSFAAoJEBKXO25y3Ae1KigQAJeMj3zGHb5pgWnYGr/oEoZN T9hoYoU81+Gci1Wcm3giwBbVC1HMNFh/e4Gs6jer9Ak5lMUXGfk4mPIrJPlWJolc YTqHnKyxSxQgZe39wqAC0kHmDXKm4aEg8Vz5UAnIm83HKyreFA1gdko/VjQGm3IO zelI1iWA9Usvtc8rhGvyHcGTxLkxGHSRPmudXYxwQ6Par7nnFc6El7uzy0G41RhO vmv6TlMQJKQuvFOK7nBQxFERdcfpI8zVxRGYh8YdxvGIHPU9nPDS07P2BxjpfDv5 oycXITXkP0G2b4iix7MiSYn825IHF7IChhiMpxGiSK6YyTrvpaFG5dLnqhy69BjE fHs4ZipRCWmybxW3h5AGx4IuJojkc69TpiAY2c07ciYk6qnzuT912ARayaf65zI8 HaK657g/G21dyGuBbcSv3FbnQqHY18jbnzutG25Y+apy3mQh+RXub14Tw2SRnZDI 9uKsTC3yUsZFdJp4f+7WYDKdEM1KSqn/chMAKM4v0bfOy6dIyzhk4PSSYzYDY5/G b8u3djWSlX1QlssW/sUR4zj2d3ngvqer6EbElk4+YCn4MC67ZVxQb07zM6FBGWhX vx+A/Obc96cs8gj4UyV7HYyxf/2THdy+MsVAdRzTXtSYkK4NLd+CoiFMFKA7MitT uS292PQEhXiQqC/GgYQt =NEI9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 21:27:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 21:27:01 +0000 Subject: libsort-key-perl_1.33-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 22:31:05 +0200 Source: libsort-key-perl Binary: libsort-key-perl Architecture: source amd64 Version: 1.33-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libsort-key-perl - module to sort a list of values by a calculated key Changes: libsort-key-perl (1.33-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Florian Schlichting ] * Import Upstream version 1.33 * Email change: Florian Schlichting -> fsfs at debian.org * Bump copyright years * Update spelling-error-in-manpage.patch, forward pod-format.patch * Declare compliance with Debian Policy 3.9.5 Checksums-Sha1: ec9f8b51982107222741b550efd42569d9d3dec9 2017 libsort-key-perl_1.33-1.dsc a41c662076d501f5afb236b0ed0726acb8c7c74c 58324 libsort-key-perl_1.33.orig.tar.gz f7c7e32badd15e385612f6046dce31178ded8e72 2444 libsort-key-perl_1.33-1.debian.tar.xz 9643c75451395b8cd040949c5a00417debdf9f94 40806 libsort-key-perl_1.33-1_amd64.deb Checksums-Sha256: dfb976a27ef66c57378969aaf74212acee743a213b868e9927bae6d3e4a31846 2017 libsort-key-perl_1.33-1.dsc ed6a4ccfab094c9cd164f564024e98bd21d94f4312ccac4d6246d22b34081acf 58324 libsort-key-perl_1.33.orig.tar.gz 57a317657285335796a4bf7cbff5a43aaf10164a023b3dedf956356a5a4b5679 2444 libsort-key-perl_1.33-1.debian.tar.xz 73fdeda54388047317a0244495c7217b87e66754c24c09a2a5f4e2623854d816 40806 libsort-key-perl_1.33-1_amd64.deb Files: 0c6719e6469850d0194063409935dd22 40806 perl optional libsort-key-perl_1.33-1_amd64.deb 9697a215c474ac6d6fe947cfd30899d1 2017 perl optional libsort-key-perl_1.33-1.dsc a37ab0da0cfdc26e57b4c79e39f6d98f 58324 perl optional libsort-key-perl_1.33.orig.tar.gz 658fdd68e14289c40c36669a2a075646 2444 perl optional libsort-key-perl_1.33-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYq8zAAoJEBKXO25y3Ae1YYgP/AqH+U4GgIjGMbsvZOUptHHI wfaEFFhtMXTsmMggcEzlzBjP3DtJejsPB14AlNlN/hruQmztIHr8k+c1xn8iy7vH QLCDU1ktFAM78m+2x1C0DlbdWNKdfEVRXgkCe2c70m3RrnAErGP2FO6wLQYzoywa wVBDRsGwZ8OLBY5W1ans072hd0C6Exjstd8gOGIY9XFn/ExSpOwZs6kPEbCXJTof rER86RfnsMDkR+ZAz9c9GArFrJxHEknHz/0uesSPBLItLAF6+rFZ6v9yAQASOxq7 5TzwpFNFsikYWlAEt1DwCv6OsCi3UE8EajF15LptI1arjjpfk8u/GfktoGbs6ZuC fuoJyiHHi6uq6DaeNfBUA+cfDnMNbTifwndKF6uO435UeE/MJCzbwvuCDQbDrRcF s6PfsyH46UBJ3J9yqqaOjqGsRJ2DfEwI+Vpx3gVPJNLwy3TDt6N4J6K5vqsyJAbi NPxEMLiGOZOc+Lh5Xi+WPmGYKn1gOrNcKEqrGUsuMYuFeD0JvC2LAJrshpKK0DWQ kVs6LC2Ty9PweeLDcmh1MdcDsMW4x3aj8viGMlN5TtGKsa/fqbEKK0duTPTMZDex R8lU4XFh3E7bXqab9kxGBMegHQsAf364rmk923W6aLETt5lpmMJ69hwNp/uhRUF1 DZQ04wbFs3PEkCHAxP0v =OcTL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 1 22:05:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 22:05:03 +0000 Subject: Processing of libplack-middleware-debug-perl_0.16+dfsg-1_amd64.changes Message-ID: libplack-middleware-debug-perl_0.16+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libplack-middleware-debug-perl_0.16+dfsg-1_all.deb libplack-middleware-debug-perl_0.16+dfsg-1.dsc libplack-middleware-debug-perl_0.16+dfsg.orig.tar.gz libplack-middleware-debug-perl_0.16+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Thu May 1 22:18:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 May 2014 22:18:08 +0000 Subject: Processed: Pending fixes for bugs in the libplack-middleware-debug-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 746061 + pending Bug #746061 [src:libplack-middleware-debug-perl] libplack-middleware-debug-perl: FTBFS: Tests failures Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 746061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746061 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Thu May 1 22:15:02 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Thu, 01 May 2014 22:15:02 +0000 Subject: Bug#746061: Pending fixes for bugs in the libplack-middleware-debug-perl package Message-ID: tag 746061 + pending thanks Some bugs in the libplack-middleware-debug-perl package are closed in revision 464ad223ae4cdf4900cf5033b48075ce6e0ba56f in branch 'master' by Florian Schlichting The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-debug-perl.git;a=commitdiff;h=464ad22 Commit message: Add build-dependency on Test::Requires (closes: #746061) From ftpmaster at ftp-master.debian.org Thu May 1 22:19:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 22:19:58 +0000 Subject: libplack-middleware-debug-perl_0.16+dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 01 May 2014 23:48:34 +0200 Source: libplack-middleware-debug-perl Binary: libplack-middleware-debug-perl Architecture: source all Version: 0.16+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libplack-middleware-debug-perl - Plack middleware for displaying request/response debug informatio Closes: 746061 Changes: libplack-middleware-debug-perl (0.16+dfsg-1) unstable; urgency=medium . [ gregor herrmann ] * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. . [ Florian Schlichting ] * Add build-dependency on Test::Requires (closes: #746061) * Repack source to remove a minified jquery file without non-minified source and import Upstream version 0.16+dfsg Checksums-Sha1: ba7ad76e546171f31674a7781966dad83fc3c350 2440 libplack-middleware-debug-perl_0.16+dfsg-1.dsc 179c6eca52cf359dc31adf260145bb48d2577543 37284 libplack-middleware-debug-perl_0.16+dfsg.orig.tar.gz 7f40918be95741e59501a0702c87bc7452268c5b 4056 libplack-middleware-debug-perl_0.16+dfsg-1.debian.tar.xz 30988af002b5dbd048fe012257a5a88aa0358dc3 54148 libplack-middleware-debug-perl_0.16+dfsg-1_all.deb Checksums-Sha256: 5dbe2c34c7e4e75fdea8eada7632f6e9553191d6421885210edaa6f74db99f87 2440 libplack-middleware-debug-perl_0.16+dfsg-1.dsc f47391dfd3269670cb4283fef723a86daf36eb631ae72e40f8fbb28a9a03997a 37284 libplack-middleware-debug-perl_0.16+dfsg.orig.tar.gz 3fcb2950150801bfebe84cc8863f793b359e91693c00aadb8a3de843751e9660 4056 libplack-middleware-debug-perl_0.16+dfsg-1.debian.tar.xz e9296d64df79773778d3ef560df86aa6d309f8bd5f10d0624ba027f82dfcc718 54148 libplack-middleware-debug-perl_0.16+dfsg-1_all.deb Files: 7dd48d61386868539921182005d75026 54148 perl optional libplack-middleware-debug-perl_0.16+dfsg-1_all.deb 923547fa5adeefa47bc6ecea021ec778 2440 perl optional libplack-middleware-debug-perl_0.16+dfsg-1.dsc 49b616420f5dad77100021696c3bb706 37284 perl optional libplack-middleware-debug-perl_0.16+dfsg.orig.tar.gz e1f06a547008e83865cfcd810fa5aee4 4056 perl optional libplack-middleware-debug-perl_0.16+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYsTdAAoJEBKXO25y3Ae17s8P/09unk8U4qn0c+8ALqMVZ/6W +7GMTfxnwFSkksTW3wDhLMOHiIsWK/YfUEy5HIjMlkxYVqzfHEcBEWw+4KVRu83i xlWyuYwUKcrJofih6X/+XFW7DrsQRwmdTDmkCH+theNxUYT4PsvhNAtosE/1RkNT NvA7MoY+A8UxpYoIq1VIhMbLM9pTnLxu1lQpLV60AbSdrpZquNJ3P5NGPWX3vmwq FBvfYtwGZd7L8fZ5YU95mnTfCqbUHIountG9oyTS6zjCHjza+9d4MT9e9CH0DiQi JlhEI+kFUV6vFf7XL9kwJOpHc+1vNxHOKjd0rQkJWB8gkSbMFwaCgnJbWwc0U0M6 Cn2uTx8teNgAv7rtvJOprPvBj31iP3Du1JaUwDN66bwwz3JXzcTBewT268Zm7HHe BOEGVeMM4zP8sKIYjUbbbuXakJrjoI7fQwZyBFF5756veCzSlqfhdMNOPxpSh04g owLkYn2JXMDy2TWeVtzfAhKM9WLjjutxYLm1tD3Zz35NPasM4WaeU0jFUW9IWwze F82aMYaZDu5/imhLC4pku+2FgSTKCPX3AwCNPIzFgv+OONrsf/71QrATt4M3LYl6 NcTs+F7DGWwrowGiuFbL6IiWj2r6wjp1zLP5kz76r/KkBe0Jyy8AzZ1nMff8Q3s9 XeyuC563GdE+N09akuNK =BL9H -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu May 1 22:21:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 May 2014 22:21:05 +0000 Subject: Bug#746061: marked as done (libplack-middleware-debug-perl: FTBFS: Tests failures) References: <20140427124309.GA15134@Aeris.MIDGAR> Message-ID: Your message dated Thu, 01 May 2014 22:19:58 +0000 with message-id and subject line Bug#746061: fixed in libplack-middleware-debug-perl 0.16+dfsg-1 has caused the Debian Bug report #746061, regarding libplack-middleware-debug-perl: FTBFS: Tests failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 746061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746061 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David =?iso-8859-1?Q?Su=E1rez?= Subject: libplack-middleware-debug-perl: FTBFS: Tests failures Date: Sun, 27 Apr 2014 14:43:09 +0200 Size: 7375 URL: -------------- next part -------------- An embedded message was scrubbed... From: Florian Schlichting Subject: Bug#746061: fixed in libplack-middleware-debug-perl 0.16+dfsg-1 Date: Thu, 01 May 2014 22:19:58 +0000 Size: 6169 URL: From owner at bugs.debian.org Thu May 1 22:54:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 May 2014 22:54:14 +0000 Subject: Processed: Pending fixes for bugs in the libhtml-formfu-model-dbic-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 746062 + pending Bug #746062 [src:libhtml-formfu-model-dbic-perl] libhtml-formfu-model-dbic-perl: FTBFS: Tests failures Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 746062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746062 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Thu May 1 22:51:59 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Thu, 01 May 2014 22:51:59 +0000 Subject: Bug#746062: Pending fixes for bugs in the libhtml-formfu-model-dbic-perl package Message-ID: tag 746062 + pending thanks Some bugs in the libhtml-formfu-model-dbic-perl package are closed in revision d1d2d2a568aea3490c7828ea0f9b665930dc2c07 in branch 'master' by Florian Schlichting The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-formfu-model-dbic-perl.git;a=commitdiff;h=d1d2d2a Commit message: Add (build-)dependency on libmoosex-attribute-chained-perl (closes: #746062) From ftpmaster at ftp-master.debian.org Thu May 1 22:55:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 22:55:20 +0000 Subject: Processing of libhtml-formfu-model-dbic-perl_1.02-2_amd64.changes Message-ID: libhtml-formfu-model-dbic-perl_1.02-2_amd64.changes uploaded successfully to localhost along with the files: libhtml-formfu-model-dbic-perl_1.02-2_all.deb libhtml-formfu-model-dbic-perl_1.02-2.dsc libhtml-formfu-model-dbic-perl_1.02-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 1 23:04:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 23:04:46 +0000 Subject: libhtml-formfu-model-dbic-perl_1.02-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 02 May 2014 00:47:19 +0200 Source: libhtml-formfu-model-dbic-perl Binary: libhtml-formfu-model-dbic-perl Architecture: source all Version: 1.02-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libhtml-formfu-model-dbic-perl - module to integrate HTML::FormFu with DBIx::Class Closes: 746062 Changes: libhtml-formfu-model-dbic-perl (1.02-2) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Florian Schlichting ] * Add (build-)dependency on libmoosex-attribute-chained-perl (closes: #746062) Checksums-Sha1: b4a8abf7029ddbb623f2383e8891b56d33f0052a 2581 libhtml-formfu-model-dbic-perl_1.02-2.dsc 667bd37d5f636baaaf2ef4cf0caf5e3ee2e90b8e 3788 libhtml-formfu-model-dbic-perl_1.02-2.debian.tar.xz 241bb8705d87e187ee658ae50b7769ad8f627c53 30542 libhtml-formfu-model-dbic-perl_1.02-2_all.deb Checksums-Sha256: 4b0a472e65bf99c45472d10e66e0c33f3fc295d4cae4e6f4adad2bd4dcf4f760 2581 libhtml-formfu-model-dbic-perl_1.02-2.dsc 638d321b496dc331e5ea7f5c5f3d9718c0cbccfd7917335945653fd9d1e32405 3788 libhtml-formfu-model-dbic-perl_1.02-2.debian.tar.xz 670c2911bde666551b47d44c8b57bb1962c29513f906e30dd3a0ec800cefb350 30542 libhtml-formfu-model-dbic-perl_1.02-2_all.deb Files: 5f545f34ce61ab9305cb1912487fffcf 30542 perl optional libhtml-formfu-model-dbic-perl_1.02-2_all.deb a67b3f582e379d835362a54de52760be 2581 perl optional libhtml-formfu-model-dbic-perl_1.02-2.dsc 6a74ff500f876cca85f381353cf1678e 3788 perl optional libhtml-formfu-model-dbic-perl_1.02-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYs+vAAoJEBKXO25y3Ae1aaQQAI2wBSNMWu81R/oYsM4hMQkw j4wqbkqHZR50NHOoj0BtP3nK54T2S8cvtmrc0XM+SIDat7MpeFVGCJznj9pJeQWW /V9Xry9ClySwNhoDvIVD9Fuo9Pola7Lv4jTjlFIJIKY1autaH4jcSPJk9W7Dna7v fnp38buxorPrFfN1rI96ptpfevRlZwpJ7jRlYJTImgMT/gLfGUT/nA8wOxUouO4k +YycyaC7b/tbrKploj5aKZaXczKFXE/YTz/ZPzr+7zkuQJUUPngqv1OYcNWMZmPf CBWw24rWobC1tVQo3/0RIgct9x6DhezHOH+l4hsWKR05RMl6Qb052Gkwk1MzzvHf KiPCEA5M2xzRaGB8pYwW20F4oRdfix8OOH7naijuM+3pqkCAfeDXfu10ry0ZDhUZ q7W8KMqs4gI5Vlz9dTs0fYTAHgO5vYqD39qR+xlouX64z9d+knsg0tsRKT+AoP88 fDkSgJp6clUS5IEuB2SFRYCzQQnsUr7gtPevW8JQNBG3+hHSZjjzz7roIPG38c3C UM7z+6+ZTxWR2V/i6EX2XxM8sLDZ62dQxY9odX3qZcZ1e2JSLnwiybmKJA4jdNjg lm4JuD+MjcYtNQxK1tCWPnVAXF8Z4IH78/KyylLeCG5E/bsrBo3o9jOa8CpS0rZv f3J3O8XoAEgtBbdg6wgv =bvgO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu May 1 23:09:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 May 2014 23:09:10 +0000 Subject: Bug#746062: marked as done (libhtml-formfu-model-dbic-perl: FTBFS: Tests failures) References: <20140427124115.GA15007@Aeris.MIDGAR> Message-ID: Your message dated Thu, 01 May 2014 23:04:46 +0000 with message-id and subject line Bug#746062: fixed in libhtml-formfu-model-dbic-perl 1.02-2 has caused the Debian Bug report #746062, regarding libhtml-formfu-model-dbic-perl: FTBFS: Tests failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 746062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746062 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David =?iso-8859-1?Q?Su=E1rez?= Subject: libhtml-formfu-model-dbic-perl: FTBFS: Tests failures Date: Sun, 27 Apr 2014 14:41:16 +0200 Size: 4515 URL: -------------- next part -------------- An embedded message was scrubbed... From: Florian Schlichting Subject: Bug#746062: fixed in libhtml-formfu-model-dbic-perl 1.02-2 Date: Thu, 01 May 2014 23:04:46 +0000 Size: 5594 URL: From ftpmaster at ftp-master.debian.org Thu May 1 23:10:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 23:10:27 +0000 Subject: Processing of libwww-mechanize-treebuilder-perl_1.10003-2_amd64.changes Message-ID: libwww-mechanize-treebuilder-perl_1.10003-2_amd64.changes uploaded successfully to localhost along with the files: libwww-mechanize-treebuilder-perl_1.10003-2_all.deb libwww-mechanize-treebuilder-perl_1.10003-2.dsc libwww-mechanize-treebuilder-perl_1.10003-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Thu May 1 23:15:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 May 2014 23:15:15 +0000 Subject: Processed: Pending fixes for bugs in the libwww-mechanize-treebuilder-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 746093 + pending Bug #746093 [src:libwww-mechanize-treebuilder-perl] libwww-mechanize-treebuilder-perl: FTBFS: Tests failures Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 746093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746093 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Thu May 1 23:10:29 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Thu, 01 May 2014 23:10:29 +0000 Subject: Bug#746093: Pending fixes for bugs in the libwww-mechanize-treebuilder-perl package Message-ID: tag 746093 + pending thanks Some bugs in the libwww-mechanize-treebuilder-perl package are closed in revision 40563c5a0d0985c059848b5db0753fdba92390ef in branch 'master' by Florian Schlichting The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-mechanize-treebuilder-perl.git;a=commitdiff;h=40563c5 Commit message: Pluck patch from github to fix FTBFS (Closes: #746093) From ftpmaster at ftp-master.debian.org Thu May 1 23:19:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 May 2014 23:19:19 +0000 Subject: libwww-mechanize-treebuilder-perl_1.10003-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 02 May 2014 01:08:36 +0200 Source: libwww-mechanize-treebuilder-perl Binary: libwww-mechanize-treebuilder-perl Architecture: source all Version: 1.10003-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libwww-mechanize-treebuilder-perl - Perl module integrating WWW::Mechanize and HTML::TreeBuilder Closes: 746093 Changes: libwww-mechanize-treebuilder-perl (1.10003-2) unstable; urgency=low . * Team upload . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ Florian Schlichting ] * Pluck patch from github to fix FTBFS (Closes: #746093) * Forward fixed-manpage-bad-entry.patch and spelling.patch * Bump dh compatibility to level 8 * Declare compliance with Debian Policy 3.9.5 Checksums-Sha1: 73247c085be6262bf3a726d234cb6cae63edb9ce 2495 libwww-mechanize-treebuilder-perl_1.10003-2.dsc 9161da246b7afbc390170bd4f159eb15e9cf34d8 3408 libwww-mechanize-treebuilder-perl_1.10003-2.debian.tar.xz 9020e39a1258666d4a2b6b43da57c5b3d216e341 9188 libwww-mechanize-treebuilder-perl_1.10003-2_all.deb Checksums-Sha256: 7b5131228d672973a8c3320a1a6dfa2aa1f0c9eaff6a07f3720e0fa1e8f9d1d3 2495 libwww-mechanize-treebuilder-perl_1.10003-2.dsc 458a4126e7e75953ac3fbbb447c469781d699ea13b4af18a93d11c57954cc1a3 3408 libwww-mechanize-treebuilder-perl_1.10003-2.debian.tar.xz 21755c31b532385c5be31ffd3c4055a180d6bfc23067a0e6e4658d33e36a018a 9188 libwww-mechanize-treebuilder-perl_1.10003-2_all.deb Files: 612035bbe2e710fc222e2f9d7122d2db 9188 perl optional libwww-mechanize-treebuilder-perl_1.10003-2_all.deb 384728296aa97cdc9c84c53bea88af42 2495 perl optional libwww-mechanize-treebuilder-perl_1.10003-2.dsc cb4b45d01477696d70f3fdb8d462e3cc 3408 perl optional libwww-mechanize-treebuilder-perl_1.10003-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTYtQ8AAoJEBKXO25y3Ae1p28P/RjWVqupYsANttohE2P86e9g y1vJ2sMqJIuDNMeo239nfoSGS9ildX22JRiIrmxQGkeCDpxtIC46E8S4bl07glwh G7EBB/m3t1lslONGPCrRMPNDPYbfYD+MLru4supIDsVi9/xH10utMvOacC5CimfN pTmT+g0RzpRNrt/KTB7l14g4N7VyzfoA4m70oIaYkRneaQoHO95n6JL/N6be/1m+ jKtzrOd69wxq5iaHiXgrtHQVBABbIP0gNRIhaJCFfI3ZTcXH453K41M6gOzd86/z 0opZIa6Ubv3qgdD4MBZeTrgBG0yVOfW6afWe0Fh60wbl/TYU7GzMJKigDhtZKUmx HIa91/+RNNHoHkswxcA9OSTh/REU+hR2rL6+WJ1xm0j4h1NNA+ncwRJWjTlpTe7C aKvGqBPU4a73tRy6Y0Wyngrf2dTfOtad2GUOwFIPHay/pd1t3+N39D70msK7R/H7 STezjtwTYQDuwWAk8tlMlkCh9LlfOEMuwpm92JbVttJZjwQ3AbEI+4ZqDJG6I+5+ h2cvS4ky1wnjCqBxCt/jN5Iz+x/grqfbAvqXWmP/I0g47Hzlxmn+vA/1n4rrRl8e H+UvLcBDC2KdGmfY0mXUxFj15c8+VDpurNfPi1Jbe8QCK0OgOVaKUEnXRmMeh8ve Q3aj+yLrt26bgKBK0scV =AG5m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu May 1 23:21:26 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 May 2014 23:21:26 +0000 Subject: Bug#746093: marked as done (libwww-mechanize-treebuilder-perl: FTBFS: Tests failures) References: <20140427124452.GA15227@Aeris.MIDGAR> Message-ID: Your message dated Thu, 01 May 2014 23:19:20 +0000 with message-id and subject line Bug#746093: fixed in libwww-mechanize-treebuilder-perl 1.10003-2 has caused the Debian Bug report #746093, regarding libwww-mechanize-treebuilder-perl: FTBFS: Tests failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 746093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746093 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David =?iso-8859-1?Q?Su=E1rez?= Subject: libwww-mechanize-treebuilder-perl: FTBFS: Tests failures Date: Sun, 27 Apr 2014 14:44:52 +0200 Size: 4858 URL: -------------- next part -------------- An embedded message was scrubbed... From: Florian Schlichting Subject: Bug#746093: fixed in libwww-mechanize-treebuilder-perl 1.10003-2 Date: Thu, 01 May 2014 23:19:20 +0000 Size: 6274 URL: From pabs at debian.org Fri May 2 02:57:42 2014 From: pabs at debian.org (Paul Wise) Date: Fri, 02 May 2014 10:57:42 +0800 Subject: Bug#736799: [src:libdata-amf-perl] Sourceless flash file In-Reply-To: <347696038.pHf5HoIDxv@bastien-debian> References: <347696038.pHf5HoIDxv@bastien-debian> Message-ID: <1398999462.29732.22.camel@chianamo> On Sun, Jan 26, 2014 at 10:07:37PM +0000, bastien ROUCARIES wrote: > examples/simple_flash_remoting.swf The source for this appears to be here and it can be compiled using as3compile from the swftools package, not sure how functional the resulting SWF file is though. http://sources.debian.net/src/libdata-amf-perl/0.09-3/examples/simple_flash_remoting.as > examples/simple_flex_rpc/SimpleFlexRPC.swf The source for this is here but it isn't buildable on Debian because ITP #602499 for flex-sdk isn't done yet. http://sources.debian.net/src/libdata-amf-perl/0.09-3/examples/simple_flex_rpc/SimpleFlexRPC.mxml https://bugs.debian.org/602499 For future source-missing bug reports please check the surrounding files and make sure that source is actually present. You can ask on IRC if you need help determining that. -- bye, pabs http://wiki.debian.org/PaulWise -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: From owner at bugs.debian.org Fri May 2 03:09:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 03:09:05 +0000 Subject: Processed: bug 736799 is forwarded to https://rt.cpan.org/Ticket/Display.html?id=95259 References: <1399000017-4031-bts-pabs@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 736799 https://rt.cpan.org/Ticket/Display.html?id=95259 Bug #736799 [src:libdata-amf-perl] [src:libdata-amf-perl] Sourceless flash file Set Bug forwarded-to-address to 'https://rt.cpan.org/Ticket/Display.html?id=95259'. > thanks Stopping processing here. Please contact me if you need assistance. -- 736799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736799 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 2 04:11:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 04:11:59 +0000 Subject: Processing of libdata-amf-perl_0.09+dfsg-1_amd64.changes Message-ID: libdata-amf-perl_0.09+dfsg-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libdata-amf-perl_0.09+dfsg-1_all.deb libdata-amf-perl_0.09+dfsg-1.dsc libdata-amf-perl_0.09+dfsg.orig.tar.gz libdata-amf-perl_0.09+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Fri May 2 04:12:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 04:12:07 +0000 Subject: Processing of libdata-amf-perl_0.09+dfsg-1_amd64.changes Message-ID: libdata-amf-perl_0.09+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libdata-amf-perl_0.09+dfsg-1_all.deb libdata-amf-perl_0.09+dfsg-1.dsc libdata-amf-perl_0.09+dfsg.orig.tar.gz libdata-amf-perl_0.09+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Fri May 2 04:11:18 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Fri, 02 May 2014 04:11:18 +0000 Subject: Bug#736799: Pending fixes for bugs in the libdata-amf-perl package Message-ID: tag 736799 + pending thanks Some bugs in the libdata-amf-perl package are closed in revision 4cc8c9d73d6eb1864127e6f11cb5dc6bd7cd9bfe in branch 'master' by Paul Wise The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-amf-perl.git;a=commitdiff;h=4cc8c9d Commit message: Strip Flash files since one is not buildable on Debian and the other is buildable but the result is untested (Closes: #736799) From owner at bugs.debian.org Fri May 2 04:15:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 04:15:13 +0000 Subject: Processed: Pending fixes for bugs in the libdata-amf-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 736799 + pending Bug #736799 [src:libdata-amf-perl] [src:libdata-amf-perl] Sourceless flash file Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 736799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736799 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 2 04:19:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 04:19:06 +0000 Subject: libdata-amf-perl_0.09+dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 02 May 2014 11:49:04 +0800 Source: libdata-amf-perl Binary: libdata-amf-perl Architecture: source all Version: 0.09+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Paul Wise Description: libdata-amf-perl - Perl module for serialize / deserialize AMF data Closes: 736799 Changes: libdata-amf-perl (0.09+dfsg-1) unstable; urgency=low . * Team upload. . [ gregor herrmann ] * debian/copyright: update wording of Comment about copyright ownership. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Paul Wise ] * Strip Flash files since one is not buildable on Debian and the other is buildable but the result is untested (Closes: #736799) Checksums-Sha1: deb80be630314d228287be91c83a252a24fa7e48 2197 libdata-amf-perl_0.09+dfsg-1.dsc b915ba607e7a888c5fdca9947de67f87793a6536 66815 libdata-amf-perl_0.09+dfsg.orig.tar.gz b293df68b692aacb391926ee1a353a7f0b3b4c38 2664 libdata-amf-perl_0.09+dfsg-1.debian.tar.xz 1507a106939175751acfeaf87f6b6f68b54b283c 40648 libdata-amf-perl_0.09+dfsg-1_all.deb Checksums-Sha256: 57a6cc787023355d58abbdc131c6ed7ef3d2d90884c427a192f916082703d7f4 2197 libdata-amf-perl_0.09+dfsg-1.dsc 93723f34b85fa8324a6a77f84234c9f816ec73a4c1c5806797dfe6d81ffe4352 66815 libdata-amf-perl_0.09+dfsg.orig.tar.gz a16195a8848d4751ce1fd459f5247da5fb49b29545dec2965e693762ec11a52f 2664 libdata-amf-perl_0.09+dfsg-1.debian.tar.xz 670b67e8b7e25783dc730dd1f3b08af524936e39ac450022f1d4d0989bd580dd 40648 libdata-amf-perl_0.09+dfsg-1_all.deb Files: 71392251b1abb0d968b9c49fbb8960da 40648 perl optional libdata-amf-perl_0.09+dfsg-1_all.deb fbd8159ee8b642cd54efb9893690ef43 2197 perl optional libdata-amf-perl_0.09+dfsg-1.dsc f43c4617bff9f7d2f436251c8113e529 66815 perl optional libdata-amf-perl_0.09+dfsg.orig.tar.gz 38885931c9bfaefe0153560aaef966e1 2664 perl optional libdata-amf-perl_0.09+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTYxqqAAoJEDEWul6f+mmjIesP/RHQG8m7WOKrz9iZTBT2UojN J6u67y1zMaefLdtVB3VhVZw3ZB7jgRWOqmd75dygIAckUaolVhy7d6QmN7UVOYJJ P+hwD49lc1TD9AgL6/Kwe0FO+t9PB8DPDdR96uONY9+ob5Td/3AEA+TOZKEwkDfE lHWePfM3gsyxXJegi3sEqFWaNfdA2r0tV9osI6NRl01QgY/zIIZIZT/J2wF6s20l KpfExnRG77H648es8Gv1ASG1ywW4fMo0t6+zf9Pk2WagJ2cROfZ9+FN0aOfrOnN8 xD6NGWToSUzGf6ypgGW+ah4793ksC7u0N3hsfC3WYVQWlbODCx8tEBe+Kkm93nHM 0Wa2Ta3j3rJW7vIeK0JiIwqmjuwEUp0CNT9OOkBPFfDRh3Qh5iTNdcLz6mbyVilR 2Qmqi0FhbAX53CRVvd800ZYgJM+VRBq7Qetyoi30PyTzVRJJ98GrVKCScl75uQED uTk5Rrnp6FgWl10Ubtogwc/SJc73S+c3eoshHZW7NZ5twSuPhkrLNkV4uB+WzG4y W0+dnM2Fx/BsACLm3PJWXIiBgTB7tXGZvSILVqaIj/fyk/z92+Gfi8iT5PmJsx2v iy14dywHbhhj9+uiRirZMzTrK09CY12Sh5N5qVkFh6ZDXonD1KULBO6TMfrsv1wh FQz7fZV1Y5GImbyk7ikE =cf81 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri May 2 04:21:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 04:21:10 +0000 Subject: Bug#736799: marked as done ([src:libdata-amf-perl] Sourceless flash file) References: <347696038.pHf5HoIDxv@bastien-debian> Message-ID: Your message dated Fri, 02 May 2014 04:19:06 +0000 with message-id and subject line Bug#736799: fixed in libdata-amf-perl 0.09+dfsg-1 has caused the Debian Bug report #736799, regarding [src:libdata-amf-perl] Sourceless flash file to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 736799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736799 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: bastien ROUCARIES Subject: [src:libdata-amf-perl] Sourceless flash file Date: Sun, 26 Jan 2014 22:07:37 +0000 Size: 2917 URL: -------------- next part -------------- An embedded message was scrubbed... From: Paul Wise Subject: Bug#736799: fixed in libdata-amf-perl 0.09+dfsg-1 Date: Fri, 02 May 2014 04:19:06 +0000 Size: 6101 URL: From bilek at livesport.eu Fri May 2 10:00:30 2014 From: bilek at livesport.eu (Vaclav Bilek) Date: Fri, 02 May 2014 12:00:30 +0200 Subject: Bug#746648: libsnmp-extension-passpersist-perl: bug in by_oid sorting function Message-ID: <20140502100030.20627.8195.reportbug@vasek.ls.intra> Package: libsnmp-extension-passpersist-perl Version: 0.07-3 Severity: important Tags: patch Hello When you compare 2 OIDs but the second is shorter by_oid returns Use of uninitialized value in numeric comparison (<=>) at /usr/share/perl5/SNMP/Extension/PassPersist.pm line 530, line patch: 530c530,534 < $v ||= $a[$_] <=> $b[$_] for 0 .. $#a; --- > my $i; > for ( $i=0; $i <= $#a; $i++ ) { > $v ||= $a[$i] <=> $b[$i]; > if ( $v != 0 || $#b == $i ){last}; > } $v != 0 ... do not have to process whole @a the first difference makes result $#b == $i ... do not try to compare something vith nothing it makes problems when using snmpwalk while any error output from script makes snmpd restarting it. -- System Information: Debian Release: 6.0.9 Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/7 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libsnmp-extension-passpersist-perl depends on: ii libclass-accessor-perl 0.34-1 Perl module that automatically gen ii liblist-moreutils-perl 0.25~02-1 Perl module with additional list f ii perl 5.10.1-17squeeze6 Larry Wall's Practical Extraction libsnmp-extension-passpersist-perl recommends no packages. libsnmp-extension-passpersist-perl suggests no packages. -- no debconf information -------------- next part -------------- 530c530,534 < $v ||= $a[$_] <=> $b[$_] for 0 .. $#a; --- > my $i; > for ( $i=0; $i <= $#a; $i++ ) { > $v ||= $a[$i] <=> $b[$i]; > if ( $v != 0 || $#b == $i ){last}; > } From bilek at livesport.eu Fri May 2 10:20:54 2014 From: bilek at livesport.eu (=?UTF-8?Q?V=C3=A1clav_?= =?UTF-8?Q?B=C3=ADlek?=) Date: Fri, 02 May 2014 12:20:54 +0200 Subject: Bug#746648: package version Message-ID: <53637186.6010204@livesport.eu> Package: libsnmp-extension-passpersist-perl Version: 0.07-1 the version in original post (Version: 0.07-3) was mistake -- V?clav B?lek senior syst?mov? specialista e-mail: bilek at livesport.eu tel.: +420 731 157 263 LiveSport s.r.o. Bucharova 1314/8, Praha 5, 158 00 http://www.livesport.eu From mika at debian.org Fri May 2 10:49:50 2014 From: mika at debian.org (Michael Prokop) Date: Fri, 2 May 2014 12:49:50 +0200 Subject: Bug#746653: ITP: libcatalyst-plugin-email-perl -- module to send emails with Catalyst Message-ID: <2014-05-02T12-45-59@devnull.michael-prokop.at> Package: wnpp Owner: Debian Perl Group Severity: wishlist X-Debbugs-CC: debian-devel at lists.debian.org,debian-perl at lists.debian.org * Package name : libcatalyst-plugin-email-perl Version : 0.08 Upstream Author : Sebastian Riedel * URL : https://metacpan.org/release/Catalyst-Plugin-Email * License : Artistic or GPL-1+ Programming Lang: Perl Description : module to send emails with Catalyst Send emails with Catalyst and Email::Send and Email::MIME::Creator. Actual packaging work is by Victor, and the current state of packaging is living at git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-email-perl.git / ssh://git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-email-perl.git thanks to gregor herrmann. regards, -mika- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From ftpmaster at ftp-master.debian.org Fri May 2 12:21:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 12:21:06 +0000 Subject: Bug#743345: Removed package(s) from unstable Message-ID: Version: 1.00-2+rm Dear submitter, as the package libjifty-plugin-comment-perl has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/743345 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 12:21:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 12:21:01 +0000 Subject: Bug#743345: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-comment-perl | 1.00-2 | source, all ------------------- Reason ------------------- ROM; ROM; Low popcon leaf package; RC buggy; no response from maintainer ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 743345 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/743345 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From owner at bugs.debian.org Fri May 2 12:21:45 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 12:21:45 +0000 Subject: Bug#720789: marked as done (libjifty-plugin-comment-perl: FTBFS: test failure) References: <20130825133629.GP19203@urchin.earth.li> Message-ID: Your message dated Fri, 02 May 2014 12:21:06 +0000 with message-id and subject line Bug#743345: Removed package(s) from unstable has caused the Debian Bug report #720789, regarding libjifty-plugin-comment-perl: FTBFS: test failure to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 720789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720789 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libjifty-plugin-comment-perl: FTBFS: test failure Date: Sun, 25 Aug 2013 14:36:29 +0100 Size: 2391 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#743345: Removed package(s) from unstable Date: Fri, 02 May 2014 12:21:06 +0000 Size: 2911 URL: From ftpmaster at ftp-master.debian.org Fri May 2 12:29:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 12:29:00 +0000 Subject: Bug#743346: Removed package(s) from unstable Message-ID: Version: 1.00-2+rm Dear submitter, as the package libjifty-plugin-wikitoolbar-perl has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/743346 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 12:28:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 12:28:55 +0000 Subject: Bug#743346: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-wikitoolbar-perl | 1.00-2 | source, all ------------------- Reason ------------------- ROM; ROM; Low popcon leaf package; RC buggy; no response from maintainer ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 743346 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/743346 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From owner at bugs.debian.org Fri May 2 12:30:24 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 12:30:24 +0000 Subject: Bug#720792: marked as done (libjifty-plugin-wikitoolbar-perl: FTBFS: test failure) References: <20130825134025.GR19203@urchin.earth.li> Message-ID: Your message dated Fri, 02 May 2014 12:29:00 +0000 with message-id and subject line Bug#743346: Removed package(s) from unstable has caused the Debian Bug report #720792, regarding libjifty-plugin-wikitoolbar-perl: FTBFS: test failure to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 720792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720792 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libjifty-plugin-wikitoolbar-perl: FTBFS: test failure Date: Sun, 25 Aug 2013 14:40:25 +0100 Size: 2397 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#743346: Removed package(s) from unstable Date: Fri, 02 May 2014 12:29:00 +0000 Size: 2923 URL: From ftpmaster at ftp-master.debian.org Fri May 2 12:33:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 12:33:19 +0000 Subject: Bug#743347: Removed package(s) from unstable Message-ID: Version: 0.04-2+rm Dear submitter, as the package libjifty-plugin-oauth-perl has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/743347 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 12:33:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 12:33:14 +0000 Subject: Bug#743347: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-oauth-perl | 0.04-2 | source, all ------------------- Reason ------------------- ROM; ROM; Low popcon leaf package; RC buggy; no response from maintainer ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 743347 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/743347 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From owner at bugs.debian.org Fri May 2 12:34:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 12:34:23 +0000 Subject: Bug#720791: marked as done (libjifty-plugin-oauth-perl: FTBFS: test failure) References: <20130825133857.GQ19203@urchin.earth.li> Message-ID: Your message dated Fri, 02 May 2014 12:33:19 +0000 with message-id and subject line Bug#743347: Removed package(s) from unstable has caused the Debian Bug report #720791, regarding libjifty-plugin-oauth-perl: FTBFS: test failure to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 720791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720791 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libjifty-plugin-oauth-perl: FTBFS: test failure Date: Sun, 25 Aug 2013 14:38:57 +0100 Size: 2516 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#743347: Removed package(s) from unstable Date: Fri, 02 May 2014 12:33:19 +0000 Size: 2905 URL: From jwilk at debian.org Fri May 2 13:44:01 2014 From: jwilk at debian.org (Jakub Wilk) Date: Fri, 2 May 2014 15:44:01 +0200 Subject: Bug#746579: libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL In-Reply-To: <20140501152425.GA5143@jwilk.net> References: <20140501152425.GA5143@jwilk.net> Message-ID: <20140502134342.GA2366@jwilk.net> * Jakub Wilk , 2014-05-01, 17:24: >If LWP uses IO::Socket::SSL as SSL socket class (this is the default), >setting HTTPS_CA_DIR or HTTPS_CA_FILE environment variable disables(!) >server cerificate verification: This is what's going on: In LWP::UserAgent we have this: elsif ($ENV{HTTPS_CA_FILE} || $ENV{HTTPS_CA_DIR}) { # Crypt-SSLeay compatibility (verify peer certificate; but not the hostname) $ssl_opts->{verify_hostname} = 0; $ssl_opts->{SSL_verify_mode} = 1; } But in LWP::Protocol::HTTPS we have this: if (delete $ssl_opts{verify_hostname}) { $ssl_opts{SSL_verify_mode} ||= 1; $ssl_opts{SSL_verifycn_scheme} = 'www'; } else { $ssl_opts{SSL_verify_mode} = 0; } So the intention was to disable only hostname verification, for compatibility with Crypt::SSLeay (why?!), but the effect is that the SSL_verify_mode is set to 0. -- Jakub Wilk From jwilk at debian.org Fri May 2 14:03:49 2014 From: jwilk at debian.org (Jakub Wilk) Date: Fri, 2 May 2014 16:03:49 +0200 Subject: Bug#746686: libwww-perl (+ libio-socket-ip-perl): unhelpful error message for certification verification failure Message-ID: <20140502140333.GA6916@jwilk.net> Package: libwww-perl Version: 6.06-1 Severity: minor I get a quite unhelpful error message when server certificate verification fails: $ GET https://www.berlios.de/ Can't connect to www.berlios.de:443 Curiously enough, the problem goes away if I uninstall libio-socket-ip-perl: $ sudo dpkg -P libio-socket-ip-perl (Reading database ... 11620 files and directories currently installed.) Removing libio-socket-ip-perl ... $ GET https://www.berlios.de/ Can't connect to www.berlios.de:443 (certificate verify failed) LWP::Protocol::https::Socket: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/share/perl5/LWP/Protocol/http.pm line 51. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libwww-perl depends on: ii ca-certificates 20140325 ii libencode-locale-perl 1.03-1 ii libfile-listing-perl 6.04-1 ii libhtml-parser-perl 3.71-1+b1 ii libhtml-tagset-perl 3.20-2 ii libhtml-tree-perl 5.03-1 ii libhttp-cookies-perl 6.00-2 ii libhttp-date-perl 6.02-1 ii libhttp-message-perl 6.06-1 ii libhttp-negotiate-perl 6.00-2 ii liblwp-mediatypes-perl 6.02-1 ii liblwp-protocol-https-perl 6.04-2 ii libnet-http-perl 6.06-1 ii liburi-perl 1.60-1 ii libwww-robotrules-perl 6.01-1 ii netbase 5.2 ii perl 5.18.2-2+b1 -- Jakub Wilk From noreply at release.debian.org Fri May 2 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 02 May 2014 16:39:11 +0000 Subject: rename 0.20-2 MIGRATED to testing Message-ID: FYI: The status of the rename source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.20-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 2 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 02 May 2014 16:39:11 +0000 Subject: libpithub-perl 0.01024-1 MIGRATED to testing Message-ID: FYI: The status of the libpithub-perl source package in Debian's testing distribution has changed. Previous version: 0.01021-1 Current version: 0.01024-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 2 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 02 May 2014 16:39:11 +0000 Subject: librt-client-rest-perl 1:0.46-1 MIGRATED to testing Message-ID: FYI: The status of the librt-client-rest-perl source package in Debian's testing distribution has changed. Previous version: 1:0.45-1 Current version: 1:0.46-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri May 2 17:25:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:25:46 +0000 Subject: Processing of libsession-storage-secure-perl_0.9-1_amd64.changes Message-ID: libsession-storage-secure-perl_0.9-1_amd64.changes uploaded successfully to localhost along with the files: libsession-storage-secure-perl_0.9-1_all.deb libsession-storage-secure-perl_0.9-1.dsc libsession-storage-secure-perl_0.9.orig.tar.gz libsession-storage-secure-perl_0.9-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 2 17:32:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:32:57 +0000 Subject: Bug#746666: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-authentication-bitcard-perl | 0.053-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746666 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746666 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:34:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:34:37 +0000 Subject: Bug#746667: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-authentication-cas-perl | 1.00-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746667 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746667 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:34:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:34:37 +0000 Subject: libsession-storage-secure-perl_0.9-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 28 Apr 2014 15:29:29 +0200 Source: libsession-storage-secure-perl Binary: libsession-storage-secure-perl Architecture: source all Version: 0.9-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Alexandre Mestiashvili Description: libsession-storage-secure-perl - module implementing a secure way to encode session data Changes: libsession-storage-secure-perl (0.9-1) unstable; urgency=medium . [ gregor herrmann ] * Install CONTRIBUTING file. * Strip trailing slash from metacpan URLs. . [ Alexandre Mestiashvili ] * Imported Upstream version 0.9 * updated Standards-Version and Copyright years Checksums-Sha1: 497346546d12ada0541f1def58ef92ee708c50b6 2636 libsession-storage-secure-perl_0.9-1.dsc fb3c1eaed321feb8b2d14036b1c055392602c9b1 24076 libsession-storage-secure-perl_0.9.orig.tar.gz 1d8f31fa806476138ff66231bb04b51af1eced42 2056 libsession-storage-secure-perl_0.9-1.debian.tar.xz 0da6001f799457e3c836fdc59fde40b3414beb4b 17446 libsession-storage-secure-perl_0.9-1_all.deb Checksums-Sha256: 098d9378858a8b9605b7eb4b2cdfd94f85cea2fd4d259547a8becf06deaaf687 2636 libsession-storage-secure-perl_0.9-1.dsc 45ebf2e2c475b462a2fd9f493bf0d52dd8667bdc8193be1500977c5872da1e5e 24076 libsession-storage-secure-perl_0.9.orig.tar.gz 3368b12fd0b30442638ec2e0e35524477cc1bf54dc141c8a2b874c8820a98f2f 2056 libsession-storage-secure-perl_0.9-1.debian.tar.xz 670b67368bd75e3ee2add26fd9a431fea4830ae0b56e431387b1ed09f57bc041 17446 libsession-storage-secure-perl_0.9-1_all.deb Files: 12a98379b8c1e151f3e1ad44d56966a9 17446 perl optional libsession-storage-secure-perl_0.9-1_all.deb 6660a7a91a0e5f06261b99b1202c05c4 2636 perl optional libsession-storage-secure-perl_0.9-1.dsc 8072aa589cf10b92a0d14c7bf0ac174c 24076 perl optional libsession-storage-secure-perl_0.9.orig.tar.gz 44b0bea6c6a633915d326a690c32db64 2056 perl optional libsession-storage-secure-perl_0.9-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTY9PzThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsUjD/sEPXNt7XZ776xA6JrAobMMrTe1am3Hq+8v+ow7cm0ysCk8 PlvbVZC+EKnnLBn5JdcXfHZAgYJQxgMSaWFYyYxpxwE3dYJA7taQwhubM4o+VitW aHvUxqS607e1q/oAWGAQIvyM/ToT++oT+gaOZbBqZyT5c/6Ld7HGmHP1vYoJqhNz MZN/m7nBIXwOEsJjWBkNIMWC6Pys+8lKBJY6ZIFbm/MRMluLr292QjX6pc+G6sPa YX/pu1JiICIDf3UAxR07xDONzNhB1bCnHhfU9jLF4y388Hq4PQCoG0E346dkcPzL sZTqIRZgFOaaswAx4imlUoXNFDi55pra3MI7rqoIDfFKKXfE5B/ByW0MRZbzUTyo LkwFwQBTK+wErOR9E4nJMB6mEtsZZCn/TZQettZx8M02Erxo1U+ojCNTtm7Ce+AG PSMEJzhL92mN4AKxKoXgwLN4I4ODprOMGnjOjQVpVda7iUBbHKFJsaO4ThxPpNNH Vm+Ig2QxpItaR51Xfrm7zFcp1W2lZCnD1Yoz31R9/kKG05Vq1JDBD15KDfszwFv+ GS+meMljplfVOOFaR9NmTWn/yJx2uhGtLxPBOPzzWSZEJNvUIdA4lE2qddsHQ7Sy E+ESxBtiyDVArGvghf+5+WzdMDe3dLnJNUqeTBSRSU5n/WmR8Wj7lbdbisEozw== =8yMf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 2 17:35:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:35:08 +0000 Subject: Bug#746668: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-authentication-facebook-perl | 0.90000-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746668 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746668 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:35:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:35:50 +0000 Subject: Bug#746669: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-authentication-ldap-perl | 1.01-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746669 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746669 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:36:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:36:54 +0000 Subject: Bug#746670: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-authzldap-perl | 0.90000-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746670 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746670 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:37:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:37:28 +0000 Subject: Bug#746671: Removed package(s) from unstable Message-ID: Version: 1.01+dfsg-2+rm Dear submitter, as the package libjifty-plugin-chart-perl has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/746671 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:37:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:37:23 +0000 Subject: Bug#746671: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-chart-perl | 1.01+dfsg-2 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746671 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746671 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:37:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:37:56 +0000 Subject: Bug#746672: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-googlemap-perl | 1.00-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746672 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746672 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:38:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:38:26 +0000 Subject: Bug#746673: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-openid-perl | 1.02-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746673 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746673 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From owner at bugs.debian.org Fri May 2 17:39:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 17:39:12 +0000 Subject: Bug#724141: marked as done (libjifty-plugin-chart-perl: FTBFS: Tests failures) References: <20130922183751.GA26681@Aeris.MIDGAR> Message-ID: Your message dated Fri, 02 May 2014 17:37:28 +0000 with message-id and subject line Bug#746671: Removed package(s) from unstable has caused the Debian Bug report #724141, regarding libjifty-plugin-chart-perl: FTBFS: Tests failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 724141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724141 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David =?iso-8859-1?Q?Su=E1rez?= Subject: libjifty-plugin-chart-perl: FTBFS: Tests failures Date: Sun, 22 Sep 2013 20:37:51 +0200 Size: 4823 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#746671: Removed package(s) from unstable Date: Fri, 02 May 2014 17:37:28 +0000 Size: 2910 URL: From ftpmaster at ftp-master.debian.org Fri May 2 17:39:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:39:12 +0000 Subject: Bug#746674: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-sitenews-perl | 0.90000-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746674 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746674 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:39:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:39:43 +0000 Subject: Bug#746675: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libjifty-plugin-userpic-perl | 0.90000-1 | source, all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 746675 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/746675 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:42:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:42:31 +0000 Subject: Bug#744250: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: jifty | 1.10518+dfsg-3 | source, all libjifty-perl | 1.10518+dfsg-3 | all ------------------- Reason ------------------- ROM; RC-buggy, unmaintained upstream, low popcon ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 744250 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/744250 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Fri May 2 17:42:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 17:42:37 +0000 Subject: Bug#744250: Removed package(s) from unstable Message-ID: Version: 1.10518+dfsg-3+rm Dear submitter, as the package jifty has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/744250 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) From owner at bugs.debian.org Fri May 2 17:45:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 17:45:05 +0000 Subject: Bug#639882: marked as done (jifty: please use libemail-sender-perl instead of libemail-send-perl) References: <20110831094210.10624.52365.reportbug@deep-thought.43-1.org> Message-ID: Your message dated Fri, 02 May 2014 17:42:37 +0000 with message-id and subject line Bug#744250: Removed package(s) from unstable has caused the Debian Bug report #639882, regarding jifty: please use libemail-sender-perl instead of libemail-send-perl to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 639882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639882 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Ansgar Burchardt Subject: please use libemail-sender-perl instead of libemail-send-perl Date: Wed, 31 Aug 2011 11:42:10 +0200 Size: 1959 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#744250: Removed package(s) from unstable Date: Fri, 02 May 2014 17:42:37 +0000 Size: 2906 URL: From owner at bugs.debian.org Fri May 2 17:45:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 17:45:09 +0000 Subject: Bug#723909: marked as done (jifty: FTBFS: test failures) References: <20130921072643.31691.54216.reportbug@nose.ktnx.net> Message-ID: Your message dated Fri, 02 May 2014 17:42:37 +0000 with message-id and subject line Bug#744250: Removed package(s) from unstable has caused the Debian Bug report #723909, regarding jifty: FTBFS: test failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 723909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723909 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: FTBFS: test failures Date: Sat, 21 Sep 2013 10:26:43 +0300 Size: 1886 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#744250: Removed package(s) from unstable Date: Fri, 02 May 2014 17:42:37 +0000 Size: 2938 URL: From owner at bugs.debian.org Fri May 2 17:45:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 17:45:13 +0000 Subject: Bug#733959: marked as done (Migrate to yui3) References: <20140102174055.5569.90139.reportbug@pisco.westfalen.local> Message-ID: Your message dated Fri, 02 May 2014 17:42:37 +0000 with message-id and subject line Bug#744250: Removed package(s) from unstable has caused the Debian Bug report #733959, regarding Migrate to yui3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 733959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733959 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Moritz Muehlenhoff Subject: Migrate to yui3 Date: Thu, 02 Jan 2014 18:40:55 +0100 Size: 2026 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#744250: Removed package(s) from unstable Date: Fri, 02 May 2014 17:42:37 +0000 Size: 2938 URL: From owner at bugs.debian.org Fri May 2 17:45:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 17:45:17 +0000 Subject: Bug#736730: marked as done ([src:jifty] Sourceless file) References: <1531710.IEQ6ILOdiu@bastien-debian> Message-ID: Your message dated Fri, 02 May 2014 17:42:37 +0000 with message-id and subject line Bug#744250: Removed package(s) from unstable has caused the Debian Bug report #736730, regarding [src:jifty] Sourceless file to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 736730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736730 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: bastien ROUCARIES Subject: [src:jifty] Sourceless file Date: Sun, 26 Jan 2014 13:52:37 +0000 Size: 2828 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#744250: Removed package(s) from unstable Date: Fri, 02 May 2014 17:42:37 +0000 Size: 2938 URL: From ftpmaster at ftp-master.debian.org Fri May 2 18:00:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 18:00:58 +0000 Subject: Processing of libprotocol-osc-perl_0.03-1_amd64.changes Message-ID: libprotocol-osc-perl_0.03-1_amd64.changes uploaded successfully to localhost along with the files: libprotocol-osc-perl_0.03-1_all.deb libprotocol-osc-perl_0.03-1.dsc libprotocol-osc-perl_0.03.orig.tar.gz libprotocol-osc-perl_0.03-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Fri May 2 18:03:18 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 02 May 2014 18:03:18 +0000 Subject: Processed: reassign 639879 to ftp.debian.org, reassign 724622 to ftp.debian.org ... References: <1399053651-267-bts-ansgar@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 639879 ftp.debian.org Bug #639879 [libemail-send-io-perl] RM: libemail-send-io-perl -- RoM; useless with libemail-send-perl gone Bug reassigned from package 'libemail-send-io-perl' to 'ftp.debian.org'. No longer marked as found in versions libemail-send-io-perl/2.200-1. Ignoring request to alter fixed versions of bug #639879 to the same values previously set > reassign 724622 ftp.debian.org Bug #724622 [libreturn-value-perl] RM: libreturn-value-perl -- RoM, deprecated upstream Bug reassigned from package 'libreturn-value-perl' to 'ftp.debian.org'. No longer marked as found in versions 1.666002-1. Ignoring request to alter fixed versions of bug #724622 to the same values previously set > reassign 639878 ftp.debian.org Bug #639878 [libemail-send-perl] RM: libemail-send-perl -- RoM; deprecated upstream, please use libemail-sender-perl instead Bug reassigned from package 'libemail-send-perl' to 'ftp.debian.org'. No longer marked as found in versions libemail-send-perl/2.198-3. Ignoring request to alter fixed versions of bug #639878 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 639878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639878 639879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639879 724622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724622 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 2 18:04:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 02 May 2014 18:04:00 +0000 Subject: libprotocol-osc-perl_0.03-1_amd64.changes is NEW Message-ID: binary:libprotocol-osc-perl is NEW. source:libprotocol-osc-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From owner at bugs.debian.org Sat May 3 06:03:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 03 May 2014 06:03:10 +0000 Subject: Processed: tagging 746579 References: <1399096918-512-bts-carnil@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 746579 + confirmed Bug #746579 [libwww-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Added tag(s) confirmed. > thanks Stopping processing here. Please contact me if you need assistance. -- 746579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746579 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat May 3 08:48:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 08:48:25 +0000 Subject: Processing of liblexical-failure-perl_0.000006-1_amd64.changes Message-ID: liblexical-failure-perl_0.000006-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: liblexical-failure-perl_0.000006-1_all.deb liblexical-failure-perl_0.000006-1.dsc liblexical-failure-perl_0.000006.orig.tar.gz liblexical-failure-perl_0.000006-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 08:53:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 08:53:13 +0000 Subject: Processing of liblexical-failure-perl_0.000006-1_amd64.changes Message-ID: liblexical-failure-perl_0.000006-1_amd64.changes uploaded successfully to localhost along with the files: liblexical-failure-perl_0.000006-1_all.deb liblexical-failure-perl_0.000006-1.dsc liblexical-failure-perl_0.000006.orig.tar.gz liblexical-failure-perl_0.000006-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 09:18:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:18:29 +0000 Subject: Processing of libtry-tiny-perl_0.22-1_amd64.changes Message-ID: libtry-tiny-perl_0.22-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libtry-tiny-perl_0.22-1_all.deb libtry-tiny-perl_0.22-1.dsc libtry-tiny-perl_0.22.orig.tar.gz libtry-tiny-perl_0.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 09:23:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:23:16 +0000 Subject: Processing of libtry-tiny-perl_0.22-1_amd64.changes Message-ID: libtry-tiny-perl_0.22-1_amd64.changes uploaded successfully to localhost along with the files: libtry-tiny-perl_0.22-1_all.deb libtry-tiny-perl_0.22-1.dsc libtry-tiny-perl_0.22.orig.tar.gz libtry-tiny-perl_0.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 09:23:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:23:32 +0000 Subject: Processing of libapp-daemon-perl_0.21-1_amd64.changes Message-ID: libapp-daemon-perl_0.21-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libapp-daemon-perl_0.21-1_all.deb libapp-daemon-perl_0.21-1.dsc libapp-daemon-perl_0.21.orig.tar.gz libapp-daemon-perl_0.21-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 09:28:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:28:17 +0000 Subject: Processing of libapp-daemon-perl_0.21-1_amd64.changes Message-ID: libapp-daemon-perl_0.21-1_amd64.changes uploaded successfully to localhost along with the files: libapp-daemon-perl_0.21-1_all.deb libapp-daemon-perl_0.21-1.dsc libapp-daemon-perl_0.21.orig.tar.gz libapp-daemon-perl_0.21-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 09:35:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:35:16 +0000 Subject: libapp-daemon-perl_0.21-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 11:18:41 +0200 Source: libapp-daemon-perl Binary: libapp-daemon-perl Architecture: source all Version: 0.21-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libapp-daemon-perl - Perl module to start an Application as a Daemon Changes: libapp-daemon-perl (0.21-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 0.21 * Wrap and sort debian/control file fields Checksums-Sha1: 17d40fd2acae8cb38a2b9506426655780be29f78 2207 libapp-daemon-perl_0.21-1.dsc c1fa26f1ed7e82772d8fa6888535e59515787511 12438 libapp-daemon-perl_0.21.orig.tar.gz 1873152d2341f9846549cecdc76eef428670c35d 3248 libapp-daemon-perl_0.21-1.debian.tar.xz 8a9509613080a0326cdeb61ee839192bbeea70fd 18680 libapp-daemon-perl_0.21-1_all.deb Checksums-Sha256: 6d7da57b7e8e28c209f8602a2a05fb6ae5a1a2ff1ec98877b3aedba7560f0003 2207 libapp-daemon-perl_0.21-1.dsc 31c60d5c2f8f070d5db2317092442ab8700dc3fd50ab60161ee1280f04a97a05 12438 libapp-daemon-perl_0.21.orig.tar.gz 0651565f31d3e19d7aac90ed82ecded30c6c53503cf0a8d22973d86d05e4d2c1 3248 libapp-daemon-perl_0.21-1.debian.tar.xz ac0624409f13992d04c7bf966e686c5e6ea1d0130370902c5d54a6cb3cdb663e 18680 libapp-daemon-perl_0.21-1_all.deb Files: d14d2f07e7577fb079c8ef5ac7c7379c 18680 perl optional libapp-daemon-perl_0.21-1_all.deb 43808da28c7470196d609d9470bad6a0 2207 perl optional libapp-daemon-perl_0.21-1.dsc dad97c1dae1152e9d02de089e5bf1f90 12438 perl optional libapp-daemon-perl_0.21.orig.tar.gz 65b5c94faae594398b574edb198b6a2f 3248 perl optional libapp-daemon-perl_0.21-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTZLVgAAoJEAVMuPMTQ89E1O8QAIVxKWI+W2dXKPzTLZFok36y 0Ca8j2yl+Ps+t03VreHRtNYdTYmOEZlj6HuMbOoQonv5eln4+bS494vwkGmgIK8N mBSi9wwmv0kxgi+4zWTNFD+DGyD/5pTydn+RWIr+jdY4AJhXRm0KYjzMgByyY/XK O9N91VPThN7hJAvXNbMQWwkhEbx/WJgud6bIaMtnpRywCxTzMc+URlXV8yvz2uLz UPr6DdMd0lpHnzS5JytkbmBKAookUGJRRplyTbq5UldYUjZzSoTH9L9O5Cn23nE2 n+JFtXdVHBZ0qj55cdSrBM6wZnryAnt6WZz3A6YBmE4o79g3zAwWZfvR3F5Jwpfs QPjnfjpAJDbJAx30TxgLwuuaD0cYwzw9nnVlVJF/tX/hOsrwA1yspuy6/8Zk2oCv OOwAKvVjK+/9ee6pD8GtX12kdsvo2dlThMlgWPjQLri1KLGiQDwAx1mXC/YPPFVb TO6kO27q2Y21PSbIysumfQ/FZp720zH7Dz7AbAwbH8oGgtZf0ij4e+jzFoLlbjB0 UuGb1Hmg7bWJ1ECZ64Fg2DCrIru6orcfnTW1D37LMUB0pgt2rMw1CLd8XSyw9j4V VPLMuqBCo+dHPOAAjxU82gfNBmG9vpHFBay52ZvzeLrmBQj1jgF+zEPoy4XmMPQ9 6GOq51vFCzbsCFNlEHWC =lD0C -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 09:35:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:35:23 +0000 Subject: liblexical-failure-perl_0.000006-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 10:42:24 +0200 Source: liblexical-failure-perl Binary: liblexical-failure-perl Architecture: source all Version: 0.000006-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: liblexical-failure-perl - Perl module for user-selectable lexically-scoped failure signalin Changes: liblexical-failure-perl (0.000006-1) unstable; urgency=medium . * Imported Upstream version 0.000006 * Update copyright years for debian/* packaging files Checksums-Sha1: 74fe6d8a40619c6dc420c579e206204af286a57e 2241 liblexical-failure-perl_0.000006-1.dsc 8125bc93372a5ba09a6284b0aff4a1cb00caf2d2 17559 liblexical-failure-perl_0.000006.orig.tar.gz 205c2cfab0a7d019cb3a30158142c6d84c7258f7 1876 liblexical-failure-perl_0.000006-1.debian.tar.xz ba99b18ebbaff17bb039d1a740aff3eb96713bf8 27916 liblexical-failure-perl_0.000006-1_all.deb Checksums-Sha256: 57376cddca225d4a12e274fd65163524c4a86a2bd2a258c672db2318b16f8980 2241 liblexical-failure-perl_0.000006-1.dsc 65d2bf0eadc9e72f07b132494ee49d9b850ca59748a5af1c776bed82682362ce 17559 liblexical-failure-perl_0.000006.orig.tar.gz f9eb9d50431772abcb158eff06be50dae4dd762f64823cd03c2b29c4e923782a 1876 liblexical-failure-perl_0.000006-1.debian.tar.xz a88d3d1343c6b52499016d4c5538b401e55cb9252ab60a68a00efa7f9fc44ef1 27916 liblexical-failure-perl_0.000006-1_all.deb Files: 3189f0f1d0e87cbd2ee4b441bdc528b3 27916 perl optional liblexical-failure-perl_0.000006-1_all.deb 33688f33e49e3e1d46fafbd5cd78a5ff 2241 perl optional liblexical-failure-perl_0.000006-1.dsc e8b89f0ce3e2ea346d6ff90d1ba0899c 17559 perl optional liblexical-failure-perl_0.000006.orig.tar.gz 9819f4aea105cd5bb2fed84479fc4227 1876 perl optional liblexical-failure-perl_0.000006-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTZKz/AAoJEAVMuPMTQ89EWwgP/jNA/EmAspV+JgXZTkm3V/Tj OCBLr5AEfPfrek+z43ZptQCMVhrmm0GIKpQcYmcScS985KzeudH7k7NrPmOhPPkM vXT/B9K1+gR6hParGIf03nLKSSeeR0ijwPU1ZAU6GbWWcxVhchalfn1XA5IszUiS KTcqEhLP+EGYWMtri/Aqn37XCOwjIYHfSJ/+FseWJZ6upSjgPqNZ4PEEa3wRtvbD NWkkV5zrUU21sepXtYcYSILjZ20ksmf5+5T0jc5ISFC1s9VjukS7K8KzKKxq5P0R csxTycrFK3XDowEuftr1gGmDDnh0qy4EFPmIsebwLJE2WCNVQpHpX5a8FNMfUXRk Kde24x4PNkr8Zj9UtvS/Fkx4fKvpS+w49Fqy9UZk1MS5uXOAEUV3nbuwPC0bYPPE hTuoILXlurhy+BZ/0uB8cVzmxjTsPm49M3kdqQD+6Ikhr8TjYRYoNwuAmpkABEv3 AgI4OFZz47wxTfB9BuXwMpNlra+5Romv+ZjbCHRADbNI5jNwqFw4jdmx1nWqttF7 g4U8+eBZRpVqDNbYyuNwo7piG+TAq/mkQbXUI+59F4OOZ2IUB9C3OvuYRcCKxoHw j04k0o8UeKI5/9IYtevIjD/hAvkU9qYUG6kSNvLQkwkMMwBzxaQk14HTQ+rr33mQ s1jV8qb2MiYrU3LXfDbk =h00c -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 09:35:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 09:35:30 +0000 Subject: libtry-tiny-perl_0.22-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 11:12:27 +0200 Source: libtry-tiny-perl Binary: libtry-tiny-perl Architecture: source all Version: 0.22-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libtry-tiny-perl - module providing minimalistic try/catch Changes: libtry-tiny-perl (0.22-1) unstable; urgency=medium . * Imported Upstream version 0.22 Checksums-Sha1: 5a639cf99dc523c5b7e3cb127314e1ee658d88ca 2188 libtry-tiny-perl_0.22-1.dsc 3b4f180a97ac0b3fb5b6b54b0f7adeb33e193a34 18311 libtry-tiny-perl_0.22.orig.tar.gz 16821a69033815df9904074bb79e70def04a6eaf 2900 libtry-tiny-perl_0.22-1.debian.tar.xz 2d9b90b9c3edfbbaf9d758586bf2bd3743ade0b8 19636 libtry-tiny-perl_0.22-1_all.deb Checksums-Sha256: 70ccfea57c42e74425b55da35feeaa602fb6eefedb596c8244dfa6da974a9f29 2188 libtry-tiny-perl_0.22-1.dsc 60fba46f4693d33d54539104f9001df008dabb400b6837e9605c39a6ee6a1b19 18311 libtry-tiny-perl_0.22.orig.tar.gz eea80dfc234373a04a80acd3148733e3c545fd9297caf9dcbc9073a07dd56e8e 2900 libtry-tiny-perl_0.22-1.debian.tar.xz 1ebdebfa52a40029cd219bfb431493a3ead49e6227fd0a2f3479d771508f9632 19636 libtry-tiny-perl_0.22-1_all.deb Files: 9e6bf54f095e89a6583a26eeb432b4ce 19636 perl optional libtry-tiny-perl_0.22-1_all.deb 10a2ce9646e29634fb80727c6f0aaae2 2188 perl optional libtry-tiny-perl_0.22-1.dsc 6769658bfbca241a470206c9a8819ff2 18311 perl optional libtry-tiny-perl_0.22.orig.tar.gz 6c90bfe962fe4c351183324076e7356d 2900 perl optional libtry-tiny-perl_0.22-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTZLOsAAoJEAVMuPMTQ89EIZYP/iExgKXBrdczQYw6QJP7C+xo Z3OpJFYP4S9gsrJV+vG+8aWJ+nBtGiEmOyh66eu0+T7szahpVN8byoreohULgv5j aAz/dQq03ex4gBogkAJI3hq5K0dsBSFXe+X7agYAik7CNgLuwiXm0zw8lMIL5/dJ pqgbbzp52tGZBFvAcQ4E8DQ2or2E0435JLUWKfULVLugrFCCYWpYOQ5OwC7PbCNF 59nT9IfJBHSmgXc/22cHDxDRPNEX9qfNBbaMKZBBRnPdNALQ/yUgoArhL8iLjGqh KLXngst0ioBlPfHt9Qr/DMxO2NvOPMpB8yHReoPjhbO7i2vClYCgjQNAYexni+5Z SFZAPIow7c/01GpkUnSylc5kt5QsfAx5dyK7guiZv7WCdY6XnKDqrrMCQFxydnj4 1V7ETKgZEbBD8uQeVktZWFuIQjK25bjOnm/zdd78qROugYet/aagFXLnJI7BN8XV M8bGLBjjBN8UckAkSTlTHt2leoTHRnpwPZ0ZzAjLh3d7StCUyh9jTa7SOAB9C6AY RQ/5le4G2jNxGMO7p7LVmdvDojHRDNdOK8WsScvVSodEwpSQfxjsRNncL6HF4SQc Hh5iOTuLfEU81HD3zgiIofN3vJE6OM5CTd8N4rsA/3NkY2KLthvSNW5jrE7DcdLY GoPUvmsYght1r8egeUet =cH8Y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat May 3 11:12:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 03 May 2014 11:12:12 +0000 Subject: Processed: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf References: <8561lnktqy.fsf@boum.org> <8561lnktqy.fsf@boum.org> Message-ID: Processing control commands: > found -1 2:1.249-2 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf Marked as found in versions libgtk2-perl/2:1.249-2. > found -1 2:1.247-2+b1 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf The source 'libgtk2-perl' and version '2:1.247-2+b1' do not appear to match any binary packages Marked as found in versions libgtk2-perl/2:1.247-2+b1. > found -1 2:1.247-1 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf Marked as found in versions libgtk2-perl/2:1.247-1. > found -1 2:1.242-1 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf Marked as found in versions libgtk2-perl/2:1.242-1. > found -1 1.1.230-1 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf The source 'libgtk2-perl' and version '1.1.230-1' do not appear to match any binary packages Marked as found in versions libgtk2-perl/1.1.230-1. > found -1 1.1.221-6 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf The source 'libgtk2-perl' and version '1.1.221-6' do not appear to match any binary packages Marked as found in versions libgtk2-perl/1.1.221-6. -- 746761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746761 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From intrigeri at debian.org Sat May 3 11:05:09 2014 From: intrigeri at debian.org (intrigeri at debian.org) Date: Sat, 03 May 2014 13:05:09 +0200 Subject: Bug#746761: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf Message-ID: <8561lnktqy.fsf@boum.org> Source: libgtk2-perl Version: 2:1.2491-1 Severity: normal Control: found -1 2:1.249-2 Control: found -1 2:1.247-2+b1 Control: found -1 2:1.247-1 Control: found -1 2:1.242-1 Control: found -1 1.1.230-1 Control: found -1 1.1.221-6 X-Debbugs-Cc: debian-mips at lists.debian.org, debian-arm at lists.debian.org Hi, since April 2010 (1.1.221-6), libgtk2-perl sometimes fails to build on the armhf, mips and mipsel architectures, due to a failing test (t/GtkCellRenderer.t). I did not find any similar failure on other architectures. I am going to report this upstream. Dear porters, any idea what could be wrong with this package, or its dependencies? Build logs on mips: https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=2:1.249-1&stamp=1389205083 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=2:1.249-2&stamp=1395691192 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=1:1.230-1&stamp=1278406057 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=1:1.230-1&stamp=1278278634 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=1:1.221-6&stamp=1271111575 Build logs on mipsel: https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mipsel&ver=2:1.247-2+b1&stamp=1378112269 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mipsel&ver=2:1.242-1&stamp=1327181795 Build logs on armhf: https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=armhf&ver=2:1.247-1&stamp=1360945938 Cheers, -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc From owner at bugs.debian.org Sat May 3 11:21:04 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 03 May 2014 11:21:04 +0000 Subject: Processed: bug 746761 is forwarded to https://bugzilla.gnome.org/show_bug.cgi?id=729453 References: <1399115916-82-bts-intrigeri@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 746761 https://bugzilla.gnome.org/show_bug.cgi?id=729453 Bug #746761 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf Set Bug forwarded-to-address to 'https://bugzilla.gnome.org/show_bug.cgi?id=729453'. > thanks Stopping processing here. Please contact me if you need assistance. -- 746761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746761 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat May 3 12:38:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:38:37 +0000 Subject: Processing of libdist-zilla-plugin-test-notabs-perl_0.07-1_amd64.changes Message-ID: libdist-zilla-plugin-test-notabs-perl_0.07-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libdist-zilla-plugin-test-notabs-perl_0.07-1_all.deb libdist-zilla-plugin-test-notabs-perl_0.07-1.dsc libdist-zilla-plugin-test-notabs-perl_0.07.orig.tar.gz libdist-zilla-plugin-test-notabs-perl_0.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 12:38:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:38:56 +0000 Subject: Processing of libdist-zilla-plugin-test-notabs-perl_0.07-1_amd64.changes Message-ID: libdist-zilla-plugin-test-notabs-perl_0.07-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-plugin-test-notabs-perl_0.07-1_all.deb libdist-zilla-plugin-test-notabs-perl_0.07-1.dsc libdist-zilla-plugin-test-notabs-perl_0.07.orig.tar.gz libdist-zilla-plugin-test-notabs-perl_0.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 12:48:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:48:41 +0000 Subject: Processing of libdist-zilla-plugin-installguide-perl_1.200003-1_amd64.changes Message-ID: libdist-zilla-plugin-installguide-perl_1.200003-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libdist-zilla-plugin-installguide-perl_1.200003-1_all.deb libdist-zilla-plugin-installguide-perl_1.200003-1.dsc libdist-zilla-plugin-installguide-perl_1.200003.orig.tar.gz libdist-zilla-plugin-installguide-perl_1.200003-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 12:48:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:48:53 +0000 Subject: libdist-zilla-plugin-test-notabs-perl_0.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 14:31:37 +0200 Source: libdist-zilla-plugin-test-notabs-perl Binary: libdist-zilla-plugin-test-notabs-perl Architecture: source all Version: 0.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: intrigeri Description: libdist-zilla-plugin-test-notabs-perl - Dist::Zilla plugin to make sure hard tabs are not used Changes: libdist-zilla-plugin-test-notabs-perl (0.07-1) unstable; urgency=medium . [ gregor herrmann ] * Install CONTRIBUTING file. * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. . [ intrigeri ] * Add upstream/metadata file. * New upstream release. Checksums-Sha1: f39226a8a03df24d29e3e970620b3fdb972fe80e 2476 libdist-zilla-plugin-test-notabs-perl_0.07-1.dsc 45bbd8e90c26df007c2e1d49d89f622842669cc5 24945 libdist-zilla-plugin-test-notabs-perl_0.07.orig.tar.gz 6421a0e63a51fbc6de792b0c21c7084000552fd1 1948 libdist-zilla-plugin-test-notabs-perl_0.07-1.debian.tar.xz 42f84d4fb071675de96fa57ad76619497cfedd91 11874 libdist-zilla-plugin-test-notabs-perl_0.07-1_all.deb Checksums-Sha256: 9df60365f7995ebfd14f71cff1f427c9cce6c3f241467498d35cc3a775dc39d8 2476 libdist-zilla-plugin-test-notabs-perl_0.07-1.dsc 6a93eca8be2811b78046c07d34f3b4005d8183e7aef361c8895992211e5fba28 24945 libdist-zilla-plugin-test-notabs-perl_0.07.orig.tar.gz e3c5f1695e783e03f9c57d5f14fab1ef2973afb9e4bd9165904efaf9c27e650f 1948 libdist-zilla-plugin-test-notabs-perl_0.07-1.debian.tar.xz d743e9f9e73a1b3479840c7169c92e4299dafb2fb508218fbbd8cd27d7faf689 11874 libdist-zilla-plugin-test-notabs-perl_0.07-1_all.deb Files: a5c9ea0976e311686b410e418a8985a7 11874 perl optional libdist-zilla-plugin-test-notabs-perl_0.07-1_all.deb e66be75271237028e371e2a5700d5ec1 2476 perl optional libdist-zilla-plugin-test-notabs-perl_0.07-1.dsc a3f347e4bb493e564513896f40a5355d 24945 perl optional libdist-zilla-plugin-test-notabs-perl_0.07.orig.tar.gz 361acaa17a17d7c89e6ae802d0eacee3 1948 perl optional libdist-zilla-plugin-test-notabs-perl_0.07-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJTZOK/AAoJELrOFdKldJj/2J8P/j/Y1boo9oMf86vs7MZRGWD/ 9avF0Fy3yyzly9ql7QWEzMfvcP6Ve4n4j76l/W9WWu2IUZkhqWUCmiJ7zwF9eZaE nOCkDbIbeH7qjEb1VsxrmlcIVHNT3FzeXfYNWDgWGo0bs0YjvrruSWmFOj3rg8gw wmIBqyv8RoyXsPEWmGtMqYAEZVv2VMUROxFGq9XdBeYzM7H7uSx1Yfa6zTGYin0+ 04n1mvLlSK4cys3rz5Y3cO2YbrLULUg+m881pO6BxuoBkhC7E6LG6dMUgGfuhG42 q5DcXwfYM5z7sFo6mzfvt1TzWUWSvkhhsP4VUCYVD7FKDkgewZiTZE9K8uq1qPbJ rMW4zuD1JOM1PkYeIwItv6b3xoUqe8KcGB81azUTVi5fLGZAStQl5NJHqpWi6+3l C2A58ycK95Ex2ggmLyeoqMvKETDr7a16KTkNQa1+UMqLJUNe8mxD8FAbprY/thEo I7zVd8HeoA1hL5aTr87ZNQF2SriPrT8BIUPx1NAiPWnMSBKz1QZNmFT+wtGrF1O9 n2BMXDofdkdpM7GywUneY7BEkxkoE6QhikuaMlcsZzpm2fl3WIzu4SUQ/oMSn4dg PBZ5KHCHKoBMYK7GFeN6wUbOh3izeK9OxK4sjBxIN2Se93pcQFdk4PjFcw/7caEu SMjweBneKH6j+/RJSggf =9JBc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 12:48:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:48:58 +0000 Subject: Processing of libdist-zilla-plugin-installguide-perl_1.200003-1_amd64.changes Message-ID: libdist-zilla-plugin-installguide-perl_1.200003-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-plugin-installguide-perl_1.200003-1_all.deb libdist-zilla-plugin-installguide-perl_1.200003-1.dsc libdist-zilla-plugin-installguide-perl_1.200003.orig.tar.gz libdist-zilla-plugin-installguide-perl_1.200003-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 12:48:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:48:58 +0000 Subject: Processing of libdancer2-perl_0.140001+dfsg-1_amd64.changes Message-ID: libdancer2-perl_0.140001+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libdancer2-perl_0.140001+dfsg-1_all.deb libdancer2-perl_0.140001+dfsg-1.dsc libdancer2-perl_0.140001+dfsg.orig.tar.gz libdancer2-perl_0.140001+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 12:59:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 12:59:00 +0000 Subject: Processing of libcpan-meta-perl_2.141170-1_amd64.changes Message-ID: libcpan-meta-perl_2.141170-1_amd64.changes uploaded successfully to localhost along with the files: libcpan-meta-perl_2.141170-1_all.deb libcpan-meta-perl_2.141170-1.dsc libcpan-meta-perl_2.141170.orig.tar.gz libcpan-meta-perl_2.141170-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:04:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:04:01 +0000 Subject: Processing of libcpan-perl-releases-perl_1.68-1_amd64.changes Message-ID: libcpan-perl-releases-perl_1.68-1_amd64.changes uploaded successfully to localhost along with the files: libcpan-perl-releases-perl_1.68-1_all.deb libcpan-perl-releases-perl_1.68-1.dsc libcpan-perl-releases-perl_1.68.orig.tar.gz libcpan-perl-releases-perl_1.68-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:03:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:03:55 +0000 Subject: libcpan-meta-perl_2.141170-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 14:56:16 +0200 Source: libcpan-meta-perl Binary: libcpan-meta-perl Architecture: source all Version: 2.141170-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcpan-meta-perl - Perl module to access CPAN distributions metadata Changes: libcpan-meta-perl (2.141170-1) unstable; urgency=medium . * New upstream release. * Drop avoid-new-List-Utils.patch, not needed anymore. The module works with any List::Util version now. Remove (build) dependency on liblist- moreutils-perl as well. Checksums-Sha1: ba030bf2c926b9a27b387dd291165b6bced9eba2 2555 libcpan-meta-perl_2.141170-1.dsc 1331be5f415123b73a0a412375d5d0abf03abcc0 87175 libcpan-meta-perl_2.141170.orig.tar.gz 08251c80036c417f74aae0b28374d88e10f3f1dc 3444 libcpan-meta-perl_2.141170-1.debian.tar.xz c5e1ed77181a2b666faedbc01c200c70f19a2d3d 79754 libcpan-meta-perl_2.141170-1_all.deb Checksums-Sha256: 66e72b4470160820d6baf45904259dbbdcc56f0a175f7d2e471732204e079179 2555 libcpan-meta-perl_2.141170-1.dsc 7ba3213f42b1009c88ab361641662345769eee65033e14aa4a546390a71682ba 87175 libcpan-meta-perl_2.141170.orig.tar.gz 8659109dd2ee12b5b82a87a77c1842eba83a59eaa12b48cbcfff43a46b706e6c 3444 libcpan-meta-perl_2.141170-1.debian.tar.xz 4b465cd06886cdf7097cd4d226ab8c02b0ffd54ac5dfa5464301256ae13620aa 79754 libcpan-meta-perl_2.141170-1_all.deb Files: 06dcb6567bc5469e111e3bdf5b3ea2bd 79754 perl optional libcpan-meta-perl_2.141170-1_all.deb 850128a7d5cbc01ea6a354e0a644c4bf 2555 perl optional libcpan-meta-perl_2.141170-1.dsc 99867d6f269560b142514e40e1633eeb 87175 perl optional libcpan-meta-perl_2.141170.orig.tar.gz c1b1f4f286615808c5ef6f14f1ea9845 3444 perl optional libcpan-meta-perl_2.141170-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZOetThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkkzEACMYv5o6GqlNwEtdOOoVfjwDs10HDKSO6ioBUUFGwlPtE3N g0p7ZN9g4nJ1YP5NtVMahCxZ9gP53u9dZGvv1On0Y+az8Q1dwDyPgi1JqAD+V8Vh RUALMr3h0OpOol1FnwRiwOzRqaT+YVtWriMmTeNomB8gQKlUTHTowdzpV06wkDQZ prxgcTKw1Z9Y9+txSOOBUpQ2RzZhbMQ/IQLx0t04RG5fnbS90cM9P4FkEkbZFm4g YGF2/pvggpLjx85NAeL9adQQpb9AVOlxFa0wINaIzUbRzFBS7tFqyeJsVXVDQxue 8jrrryxuDJtclB/TesICb3bzVzMTIMUElECnwij5H460b+bu0781uAB+ksLBMCt4 iDA7oLtqncx53jzkPHA3ykzEJfkat/ZAHBjNou76OLHJHXpHOkvo7V9/yUkGt9MJ yglg2AvzgRqGkiu8hIKKW6BJNyg9I5rzjiOfYTZBazwNS3K/qMK+j68xEBDYREcf Z1jaWsuuBAMIOqdpLwxMWkVJpqjDirjROTsZkArIdtLNmaX9QQDRIWvIH9dOpeaR 1e2UizTuHUygW9NIEP62f2+iPS24ukfY/hadut5jyXNl7s/DFXXt2JQaWsCDQrPG Dy/ZWl5Z5QvJfD+L5aVowao84vOTRQwlmYH50rEeQUHs4/blU4qOwYtnoDt+mg== =jImE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:04:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:04:02 +0000 Subject: libdancer2-perl_0.140001+dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 14:42:24 +0200 Source: libdancer2-perl Binary: libdancer2-perl Architecture: source all Version: 0.140001+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdancer2-perl - lightweight yet powerful web application framework Changes: libdancer2-perl (0.140001+dfsg-1) unstable; urgency=medium . * New upstream release. * Update years of upstream copyright. * Update (build) dependencies. Checksums-Sha1: 02b8662222943e52990622cda3fbcfbadf9c0345 2910 libdancer2-perl_0.140001+dfsg-1.dsc a156cb0f940dfc6a291cfab539eb5c4c1a76bf5a 219518 libdancer2-perl_0.140001+dfsg.orig.tar.gz 1fca9d983040160b159c8d5eefe90994881a40f6 6992 libdancer2-perl_0.140001+dfsg-1.debian.tar.xz 9038812e0b16c8bec4054652e6063279eba76fb5 339426 libdancer2-perl_0.140001+dfsg-1_all.deb Checksums-Sha256: 5ec1095dc8609da4bc74d06d8790a709246609701f7e4ea7be41722a6db86368 2910 libdancer2-perl_0.140001+dfsg-1.dsc 7f005235496e0b7bbdade164a9af2f59f130cefc185e24fa995d5bd33468ca41 219518 libdancer2-perl_0.140001+dfsg.orig.tar.gz 0ee9e0d05bc08c6d808aa2cc364810da5ad1fb664e29b969ea40b9fbb776276e 6992 libdancer2-perl_0.140001+dfsg-1.debian.tar.xz 823a26da2d2860ea1d6a9088b496cdd792b528dae63ee34977ec7b34df795397 339426 libdancer2-perl_0.140001+dfsg-1_all.deb Files: 4a3bbae7367d3b50a9638e47c3f4f948 339426 perl optional libdancer2-perl_0.140001+dfsg-1_all.deb 6483ec215c4aedcb6544c1c6f4736969 2910 perl optional libdancer2-perl_0.140001+dfsg-1.dsc 113c7b653e3666249962c52f8d6c6d00 219518 perl optional libdancer2-perl_0.140001+dfsg.orig.tar.gz bac50d253373dd06f500efd9b7d4b75a 6992 perl optional libdancer2-perl_0.140001+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZOSQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrUzD/4jlHLtmYKA4vPXq3AiXIoaR4BbJtxMOgB1uJtNXcGdc7dD QwotqXYzqua9aUJ89RhDDnIe7a9MI8z+H3Q+6Ip9JAfSdJdfRQKcGSeigI/+lJsv odzgDVH3mV90PGPfzt8EzXruRZrX5fuqdROJB1RtfevPZxhPDxld1dzDwqnPVYh+ T/NekBBQaaoksKnuMKieH3YBb/y6HLaaYY9uXfSxv6obVwinB30CPsn1qb7eQI5z wp8RNuwFblIshloF9XxKAGZBBhYn9m0qYAcfw3dO7p1GMCOdb40VUxr071MgeaFJ KveZ1QdSZuZGXS0bTUQqFY35lkl2F302rzAsPjg2BdJg8Jkg8uZgEaSVrCiYZbn3 gppQ+e1xGLwOprFfGgmEDMV19dbuO6AdGoPtvGI1A1KodpecHeAdwFz1/z/I5N4u ETeAN+ZaGfSRlUPi0yGHiObR+Hs6AZ+uDXQXqFBvcmZt6xmqcXpxwlv3t5hzLSRC +5gpt2aRJWWgFsLtZjrkbqzqZ336KxLK2aY77z09ba0w5eQcXlKIu7DISb3pH1fE KHxyfNwoSdU1lJAq/S5ACCGOp2yHzD2uERCupqft6Os5kTpFvhZhu7Ic1CnmJ5dl EnB7ttODimkmCeieTVOELFxmsz4ffmg1StuQ+usRGy0mCzTV7bRMUqkVfx2rbQ== =tAMX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:04:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:04:09 +0000 Subject: libdist-zilla-plugin-installguide-perl_1.200003-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 14:37:28 +0200 Source: libdist-zilla-plugin-installguide-perl Binary: libdist-zilla-plugin-installguide-perl Architecture: source all Version: 1.200003-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: intrigeri Description: libdist-zilla-plugin-installguide-perl - Dist::Zilla plugin to generate installation instructions Changes: libdist-zilla-plugin-installguide-perl (1.200003-1) unstable; urgency=low . * Imported Upstream version 1.200003 * Add debian/upstream/metadata file. * Declare compatibility with Standards-Version 3.9.5. Checksums-Sha1: 174abbfb5accc37db1cec1426bad10049986b97f 2376 libdist-zilla-plugin-installguide-perl_1.200003-1.dsc 6dbbb93199d0273dd8085502339150a4dfe9685a 14674 libdist-zilla-plugin-installguide-perl_1.200003.orig.tar.gz ae65fda3dad6302ad683f82fc85ef6b6cd57c7da 1724 libdist-zilla-plugin-installguide-perl_1.200003-1.debian.tar.xz bb0a5702b8bc654940e8fb10170809500c34bae6 7688 libdist-zilla-plugin-installguide-perl_1.200003-1_all.deb Checksums-Sha256: 3d5b7e351eb431767594927151d2ae9d2c05833218ec5f57fac2678764544b0d 2376 libdist-zilla-plugin-installguide-perl_1.200003-1.dsc ed88c2e4e277115ea41039f9d39b8f8b15c1cc1f64afd02b5462f31f0df13144 14674 libdist-zilla-plugin-installguide-perl_1.200003.orig.tar.gz c334df25ac7b815dd6e9c7f243df72d26d39544b8ee31f373bbece30bdaeca55 1724 libdist-zilla-plugin-installguide-perl_1.200003-1.debian.tar.xz 54e5231eb2bf46a5aee0180ad61c4b62d2636e2c5c71c88f02c9585c095c1c0e 7688 libdist-zilla-plugin-installguide-perl_1.200003-1_all.deb Files: ccae5a9310700e86f53f5befe5e08d48 7688 perl optional libdist-zilla-plugin-installguide-perl_1.200003-1_all.deb b2b933c3dafd80dd41d8ef43f5b2759f 2376 perl optional libdist-zilla-plugin-installguide-perl_1.200003-1.dsc d5fa31d5b56050a0ba7cf197fd606741 14674 perl optional libdist-zilla-plugin-installguide-perl_1.200003.orig.tar.gz 7c6e3f995bbabac3271f007caa651d20 1724 perl optional libdist-zilla-plugin-installguide-perl_1.200003-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJTZOSEAAoJELrOFdKldJj/o0EQAKnXnv0Dq5fqhRqslf3OsdMC bvl+YEtJo5ygk+iXURb0b9LAbWoSZKEmYQ1teZteryPTTxT1VJ6tVaWF9SRG73RO v28beQTKMQ1vyl1sIcIBWN0Yn9YfKrf5yRtrzTZf4uU78oH5f7Gp7i5PaN2dd8cj cna7ZkEJtcFyiacIRS0i/7RUR1q+rqxzSpo5K0RFBXD3RvFu50D4xrOPL0dANVM7 jPL0H9B5RNilCa11t2tEE6celPPJpqKIMIYwFoGLbBmlCz6fm1mmMGKyXbefmecj MLrC1H0CbLyeJMfY1pLoiYgWOBLDHo0j1WbN27x67nfj5lEXB3VYDVBoOlGAgUrO CX/C2yKxtd/Vqia9ICYxDDP7Fgm9/CAp8gJPp6548eY/A+WRscPnwHuusTP19FuW Y1vfRM7DXQSSB9pP4IJ4NoaFBLoKwz1Hi/vHaUPtqEGumj0wEYFjC6HQRjbG5anV 2UjxqRwWyqlcpoUHlU1hAm9F0f7R0KdNvmJ6T+skA5F8caywkAhizWX028BizM/T 1liMwNd8vZjHkbpAK3NykQw1w1Cs2QKINBfjusIJtigT+7hELZnbwr35LjLA4RYk gWu+ngtAZ4rGcO0NY0MxsPBZs/9f99P7Qj5wx8IS/b0pQwujGywKCk91k2WIWDIH 7oRoinnmLcepYUcMXQEl =ezPw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:09:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:09:01 +0000 Subject: Processing of libdevel-cover-perl_1.14-1_amd64.changes Message-ID: libdevel-cover-perl_1.14-1_amd64.changes uploaded successfully to localhost along with the files: libdevel-cover-perl_1.14-1_amd64.deb libdevel-cover-perl_1.14-1.dsc libdevel-cover-perl_1.14.orig.tar.gz libdevel-cover-perl_1.14-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:14:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:14:05 +0000 Subject: Processing of libdevel-patchperl-perl_1.22-1_amd64.changes Message-ID: libdevel-patchperl-perl_1.22-1_amd64.changes uploaded successfully to localhost along with the files: libdevel-patchperl-perl_1.22-1_all.deb libdevel-patchperl-perl_1.22-1.dsc libdevel-patchperl-perl_1.22.orig.tar.gz libdevel-patchperl-perl_1.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:19:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:19:06 +0000 Subject: Processing of libexperimental-perl_0.007-1_amd64.changes Message-ID: libexperimental-perl_0.007-1_amd64.changes uploaded successfully to localhost along with the files: libexperimental-perl_0.007-1_all.deb libexperimental-perl_0.007-1.dsc libexperimental-perl_0.007.orig.tar.gz libexperimental-perl_0.007-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:19:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:19:32 +0000 Subject: libcpan-perl-releases-perl_1.68-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:00:26 +0200 Source: libcpan-perl-releases-perl Binary: libcpan-perl-releases-perl Architecture: source all Version: 1.68-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcpan-perl-releases-perl - module for mapping Perl releases on CPAN to the location of the t Changes: libcpan-perl-releases-perl (1.68-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: 129e804d8ae47eaae65f0ebec57b993e5b5b8694 2292 libcpan-perl-releases-perl_1.68-1.dsc bf6ae6f77a70862e8775f9fcb1112ade652c0dfd 21492 libcpan-perl-releases-perl_1.68.orig.tar.gz 646c472956699a3897301b30205dafbf8ebfa11f 2460 libcpan-perl-releases-perl_1.68-1.debian.tar.xz 7ff83c4af59dbc341bf29ef7189692a91061b090 16306 libcpan-perl-releases-perl_1.68-1_all.deb Checksums-Sha256: 8753e431335a33be98a59063cf2e61282fc174d7a2e8261c5856cf9bc903957d 2292 libcpan-perl-releases-perl_1.68-1.dsc a4481b4b1f1ffa14d081c437a1d570cbfe987cd86f175e22237b15c2535294ea 21492 libcpan-perl-releases-perl_1.68.orig.tar.gz 691f565d369cad78b4d5dfbcff311cbe5b83c317ed0d7da7eb464a25818a5985 2460 libcpan-perl-releases-perl_1.68-1.debian.tar.xz a8f06eab53190462b89fb724807b839b26f5a745bf60bcefefbe39882a8b68f5 16306 libcpan-perl-releases-perl_1.68-1_all.deb Files: 51a5e5f8775b0c30374dfdeab86030f1 16306 perl optional libcpan-perl-releases-perl_1.68-1_all.deb 7a7a9e7cea4f39492e9878734e3b542b 2292 perl optional libcpan-perl-releases-perl_1.68-1.dsc 2ac6549c5192cfc8eedebe79656b1f91 21492 perl optional libcpan-perl-releases-perl_1.68.orig.tar.gz 929907b1c59287b6383d2e6567ec66d9 2460 perl optional libcpan-perl-releases-perl_1.68-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZOibThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnGKEAC/xoFjQ/an9SEI70f3fUUndkSfON+mNb/kSbQ6XiYWxQBS cgZjmavUt26KGbvxtmhVUUDrj9FgD4XcSWP26fe/uoRIQXBG9mndyJ6EPOXcjDsV ccHQm72KN1lOsHq3824lG/BthjBbBmIszqiFMRbk0aHUO3TAIhNwXfHjsf+Sz8Me VOTAoO0bnNFDwDrnp1aQ+nc/r1erJ8iXo266GhnnS6T8yiqlRbADsy1R9u+iuDd7 2CPrUMiQP2e5N0ISq4UYmDctiBhI+9QuLi3nSQEuPvfDTEi1N6pnGT4BxA8xLirt nhYdp7zGtW/gEkVq3hMHXblrRVBzs9LRCS2ik8ehdQWQGB75P8LoHxJcxFIwLgmd bBmBSkffcc18jU4lFzhfHOOfaa4qkWRQnytpX9viWDT2vj8+BGiUoixlrzlpX+qq JbalgIy8q0/1aTuFY9x978A5y6M5nc4L05ME36Jy+1JX6/0owlDTjmUiNpqbEbBA nVUFQbmbnSqmr9+au0zFo8aZLtMrbW7vr6IQr6tZQREzGYU/Azr6s+6LtCnCS/3e /pxt50gEPoSGb14LyPDhbURqEHsf8/AF/ozcpawOypoly3LJK7HqLjga2UKc5smH Dodyy/9nZ3rlD5P25Pya74zzCFT2ZVv8BLAAWmnghTeZY/1X1vH4Hr6ASMtfeQ== =jPdp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:19:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:19:39 +0000 Subject: libdevel-cover-perl_1.14-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:04:47 +0200 Source: libdevel-cover-perl Binary: libdevel-cover-perl Architecture: source amd64 Version: 1.14-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdevel-cover-perl - Perl tool for determining code coverage metrics Changes: libdevel-cover-perl (1.14-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 3a39bb9039d3164440098b0c47e2a967aa02745e 2379 libdevel-cover-perl_1.14-1.dsc cf9151e7be88a9473106ac8b6a34d2248e3186a2 199194 libdevel-cover-perl_1.14.orig.tar.gz 9074b0db415d3b9002a489644ef6bca5d891fdbd 4812 libdevel-cover-perl_1.14-1.debian.tar.xz 78712e40b9e12ce17c311a0865cc05e64eb3102d 205450 libdevel-cover-perl_1.14-1_amd64.deb Checksums-Sha256: 5f13eb9dabea4be66af4459e8f3e380a6480fe3a5ccbf48b9edcea3061c4bdfb 2379 libdevel-cover-perl_1.14-1.dsc 9ac68b5dcf5df7387a16ab2c2e321cc59bdb2363999ddce6301f356585723677 199194 libdevel-cover-perl_1.14.orig.tar.gz 21ee9d70c9938978ba16133d1f53452d36dfc0495b65e6fdc9e85b1c1704845d 4812 libdevel-cover-perl_1.14-1.debian.tar.xz 2a5a47398b5f937af7b8eab99a94d3896188bc04c4a39cfb44ff06cafb5dd8db 205450 libdevel-cover-perl_1.14-1_amd64.deb Files: ce73e0e95c777f0ce91cf6828f10c8d1 205450 perl optional libdevel-cover-perl_1.14-1_amd64.deb b4115ef9b5578f50c4cf06f8ab0f6e30 2379 perl optional libdevel-cover-perl_1.14-1.dsc 848cb10bce8e3b8de64d1573a1ce31e8 199194 perl optional libdevel-cover-perl_1.14.orig.tar.gz 18cd7daabfa05d26d15b456b63b0f18e 4812 perl optional libdevel-cover-perl_1.14-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZOnPThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBo/FD/41xc9D3TNpikSktpVAMU/2nFx5HUpqvR6638YwRhV7d/nP mby9YngvXEv+acEJ/9sJhrmzwF9HMSiMp0EXrMXMf9+SkK9borcHEhr3qWWh3q84 nX3RzD3xZnL7vI/KOkvepVgwPei7lbAfSDIV6VSq1g0bt6gvrqbSFxO52JowmBCm +HYH+IbCaJHiXe5ECNQGwK8IgbVHkHyggkkj/oRvTWRaMOvzpm7YXgsRGY8kxPPf nYcAsJkTArQPo8KS3MzEu0VuV3+K36BV00tiY42JZ5LQyA67FiWFoVQuuj3OnpGl uwhl5Rn1ihLdg8AjVRdiKliqSheVi7//52stEEfYTZIugfiNQlccVGMbsxGr+2cD uxHmuYg2GaJWTM//iGiXX9YHxhZWg3g2juQUmQJfdcKPM92acScMyqi08YNqexa7 4E/if8XzqN3ECSOZ0Hto12lNgEE7eqZvvt+TmTFroiSlHqvNvXqw0fBTCayHQ4Yw KHZODZPRGa6pQ9w6t1F/Hws42atbbA4iVzK7K/Of2gWRQhMXdIi9c+EjlpWpj6s6 V4N+d4Z5JASUlGDIcZV9QGBT6iE0ldgc4o5CTu+xXWePmcCa7VqXKqUj09p6NeAM Iqydys2deKqUYVlmcSvIfptJ3SWugsRWJl2EewW5yPvmicuhz++ZtLCcFfT8Xg== =K1fl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:19:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:19:46 +0000 Subject: libdevel-patchperl-perl_1.22-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:09:15 +0200 Source: libdevel-patchperl-perl Binary: libdevel-patchperl-perl Architecture: source all Version: 1.22-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdevel-patchperl-perl - Perl module to patch perl source ? la Devel::PPPort's buildperl.p Changes: libdevel-patchperl-perl (1.22-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 2c392ea9cdc8b4fb196c35b5d601901335be487f 2348 libdevel-patchperl-perl_1.22-1.dsc 25ece3dc1814e159670da3c639f44975e198e9a8 91678 libdevel-patchperl-perl_1.22.orig.tar.gz e94132bbf886cf11228de0d0227ab41fbad3e0b0 2396 libdevel-patchperl-perl_1.22-1.debian.tar.xz 4a257885591fff4ce1987182526b68742fefca33 84172 libdevel-patchperl-perl_1.22-1_all.deb Checksums-Sha256: 0d1246b969fcefd3c96be8a7ffc317c29bc236e98ea7f9cd463f9bdf0ab189d5 2348 libdevel-patchperl-perl_1.22-1.dsc 211299915fb0c28fc9b9505f65b363ea6030774e4731f82f8622d3265c374273 91678 libdevel-patchperl-perl_1.22.orig.tar.gz 53e5d2727a3a6199d0f1dfe683020de4991996c08d0a1d8bcbb7a23e15069988 2396 libdevel-patchperl-perl_1.22-1.debian.tar.xz af4b3aebfd15ca5f74a95cbf73c99f24de956c4adc57dab6b7726a3cb23df224 84172 libdevel-patchperl-perl_1.22-1_all.deb Files: cf065ff7b937760b91d86c2017fb63b3 84172 perl optional libdevel-patchperl-perl_1.22-1_all.deb 7fe6fe370e7ef8ca3a7c79fb94f5df78 2348 perl optional libdevel-patchperl-perl_1.22-1.dsc 3264cd23597912a0a2d837c97fdbae93 91678 perl optional libdevel-patchperl-perl_1.22.orig.tar.gz 459a503d52b0c4a9edaf7c0b9f2c5667 2396 perl optional libdevel-patchperl-perl_1.22-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZOqoThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBr46EADBdEja56sYiz2kyq1U61AMGB5YjHxTiGwzvGZjnGT1wxda f9DNqii8vox/oyIheNGqmuRDJK+vcPIbgHP+74lcGBgBvVW7fk8Gghv70PBbvvuJ 4Pmj1a6n83V5PNjWUaTdUGLEWmCmP6Wp6GnW+0lVkxOdnsrbt8CVoDwudnlh2vRn URjW+QrVhg5opkn2m+ZMB5LHpm1bKpB2+VN4NgXhweTIiuv+BMOy288qm9C/fU6/ PdVHhfiqsROSx/gM6QqgEgNaoilqTu03fM64gXKC1JP0ISO536oEaFAcVCyc5G+l lUr5u0J5WTna68bjo4GUVd+nrwv9tM/EMennMoCRFoZUl5qiaIyw7DpVUsixZoaY 46aFDa9+ExguaPnu6AKeoU50eUITnyejgiOT3Jje1pJH9IJyg/xC8n1W9S+t6Z11 RhD4ZMSgWHHePNz0mh2D4BCLAYFhbdXHSvDEmlUUsz+10aNYUT/z6mSodZdxg1lv Jf48Wp+HtK/CFEdJMgZoTg/q60fcdUmXz6i/071ZtOUnqI6sRQ5HN7f9h1byQvDb XOzLmqXDifMmI6FnJUntdB/xt+kIdT5f60xfj7MmJt2WivrSa6RRqHD1XkkRkxUQ r4ejl1+TkfJi9fktDlhDMxTYsNlaPlZDc1dewLC7eO37aKuboUWvkA0P6bJSCQ== =MgRM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:29:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:29:09 +0000 Subject: Processing of libchild-perl_0.010-1_amd64.changes Message-ID: libchild-perl_0.010-1_amd64.changes uploaded successfully to localhost along with the files: libchild-perl_0.010-1_all.deb libchild-perl_0.010-1.dsc libchild-perl_0.010.orig.tar.gz libchild-perl_0.010-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:33:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:33:48 +0000 Subject: libchild-perl_0.010-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:24:19 +0200 Source: libchild-perl Binary: libchild-perl Architecture: source all Version: 0.010-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libchild-perl - Object Oriented simple interface to fork() Changes: libchild-perl (0.010-1) unstable; urgency=low . * Team upload. . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Drop spelling-error.patch, merged upstream. * Declare compliance with Debian Policy 3.9.5. * Update build dependencies. Checksums-Sha1: b3b483a2b0336d4d4f7dd01c7853607fb07bfcbe 2226 libchild-perl_0.010-1.dsc 936bfdb44f87cee74aa3d6b5bb396e3111ee1b13 10465 libchild-perl_0.010.orig.tar.gz 876a62a2b94e8bfebb48001486861852dde9f395 2000 libchild-perl_0.010-1.debian.tar.xz 9bb610fcb00729277d14e3038a8c43ad3d24f6d4 34090 libchild-perl_0.010-1_all.deb Checksums-Sha256: 192151fa854ea7e04667192706550b8550240f868910cc4c173c1b7602f83cf0 2226 libchild-perl_0.010-1.dsc 64f79d82682f015ec321875403555e4eb78d41e430574165bf8e213c3d6393af 10465 libchild-perl_0.010.orig.tar.gz 6bfc6ab4b2f589325497586b46e2c17a908e2916eb4d28e9a471facf81a80cff 2000 libchild-perl_0.010-1.debian.tar.xz 6f6d3e07e2e735909108d212094e6194377093c5134da084f09fffb49d5a5a75 34090 libchild-perl_0.010-1_all.deb Files: 4a22c19d222fa9f29bae26160d95a7e3 34090 perl optional libchild-perl_0.010-1_all.deb 7e93cf1786763f5ec2fe9a9ecd3d40a4 2226 perl optional libchild-perl_0.010-1.dsc 148b1414664de3e61c2d98917443f9c0 10465 perl optional libchild-perl_0.010.orig.tar.gz 9c909affa0e006f1a01657b638551118 2000 perl optional libchild-perl_0.010-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZO49ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlXxEACNAkqdc9RxczfwNhjqFKImkQNj2PiAG5/R4J2AeOy5xSjl ggXy2M8dE+s4YRv8g51kyTXa7pULMGWK8z1+1mZBF9KNMwo6r9VD2lngOFZrBONx bJgewlJhXY16stqethR862ADWu//mOyabYs/+sGfx1vF1u1Csk8RmIYsoeT1Brl1 OlKGCUbxknMTB52rbc06I4/xUeYQrbOfIpWlt4RpTiFvqC8w99t7bjj7q38LVqvP ekiQ3xgrrTgYqtd/5tySDXVI8v2y0CP/fcBQrtv2rwr5hfnBfzq11qYA2Zpf/mhn eUvj59uRrIVh3dQnkP9g4RyEbx2on5lZUBYKC4XDiuFfrDgYQKwNK+7J+Y+J4yr0 EzLqGhNHvHh8YkiZHk1VHDfnLNxvDyEILusd27KmhlvymZA04dSe+ohdH0MPZtYn egQWuMCENZci6QOzaL6bQYbWPkngdpduEqaH+qKLzHVfJGxUPmUuqoh+QTVvrPje TwSKGvJlb3i1J0F0ovpAoSSWyhOPXwBoJITjM8ptKMsoz5QF5r5Thnz4wesmfIQ1 EMcOQwQZjjZU/EDbDA1T0u2KZuqcg1BPkxdTUbupybVT3SKXvsJuzHe6UVUyBtPv bk1QQBABUfES8pkXI0BFSPp/ttDXMcLBgv9M7EVQQUlGMrNF/EUrFNVKK4sYAg== =2lhg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:33:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:33:55 +0000 Subject: libexperimental-perl_0.007-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:13:56 +0200 Source: libexperimental-perl Binary: libexperimental-perl Architecture: source all Version: 0.007-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libexperimental-perl - pragma for making experimental features easy Changes: libexperimental-perl (0.007-1) unstable; urgency=medium . * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. * Strip trailing slash from metacpan URLs. . * New upstream release. Checksums-Sha1: 511bc457f464ad6d0a18b8e96fde9d9b86c4f904 2207 libexperimental-perl_0.007-1.dsc bed0f02fe17dd55c97fcc7224225694147fc7ba8 11275 libexperimental-perl_0.007.orig.tar.gz b2db909a6873054cbc4525399b0b88633ef4dd67 1736 libexperimental-perl_0.007-1.debian.tar.xz d27a8b5cf845b2c183e2c6a5cd913e807e43a7f8 7162 libexperimental-perl_0.007-1_all.deb Checksums-Sha256: 76b3560071ac2043b154da271998bd2a9be4cd2761a921ffb1bf5c932587c54e 2207 libexperimental-perl_0.007-1.dsc 7af78270c16e60ca37275453b0919491fe55b29c13d2f9b53d265f1016a29b7e 11275 libexperimental-perl_0.007.orig.tar.gz c209f47a974550778ccd89c8035d01f64f86787cba7986034a3ab7b1be59918d 1736 libexperimental-perl_0.007-1.debian.tar.xz caf9281fef277e148d896d7a61800af02c0c11f5ea06b96ab684c70b0bde330e 7162 libexperimental-perl_0.007-1_all.deb Files: 6ecddf5b59f01abe8ff3e9c9c32e7dd1 7162 perl optional libexperimental-perl_0.007-1_all.deb f8cf65209a31df20025177ff3177a137 2207 perl optional libexperimental-perl_0.007-1.dsc 0912342b713a18c89515e213ad640d8d 11275 perl optional libexperimental-perl_0.007.orig.tar.gz 37dd40b3a2309914446433f8202478be 1736 perl optional libexperimental-perl_0.007-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZOvEThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrbxD/9U3onUbWk967LiK+lqDS2xLgGK1B6jNznJnFx9O7I6hEtS TCSzeUFLP26rHqJ0uERR5aTyqNpkJaCDam6MinzgElh/uOvrxjFCBJOcvD9wn7bg otQmKnsoa3nIc2UdhoMP7FonXOjLxNXIb/p8KKjLrhMfj2+HtwVlNSWpLMlpgP9n v4MJeosAeYFZV4zWVhF/SR8pdYx9wo0DtibqvklKSCcPS3sjeLH+ffIu8DPHWw7G FVCX6G1wHU2+WoPOS4pLMVyjHSIgQ+Q40D07MPw+EGFd3crNPd4CvS9NVOKOQxEt EmJMX3yImxBHGucPMtBH170wMHa9oOysdsT3yUCgwupkNibEVcQcHwIlyXtCh8IG uv/NLgB4jjdsZHnnyXTUB3+3W78+4zjXnI2THYRLlTkzZyPTlQvYRHK+CTrPw85g ffcfAZ454Dc2GExLw/u+PdXI2jGKNUfz027HQYNtVeFPR5lLNuavlSrDtyZX8OhB Ynz8JvnaLS8ecyrVv9sCUd1RafYgdMgfJ7Bu8z2CgLYqvUJvgMbOLSxoqwZYfozt nV2QC/HpyjnJfJ5KIO4ibsbvBUpDPp0TvEJsJrRJ2Cj1iMDJy6rSzji/gOD1p0mw izgrRdtza2SjJrkauVnGYdbMwey4oPDoTiokOaA/vR+RFITiScSrzK42d45oPA== =zzG9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:34:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:34:10 +0000 Subject: Processing of libfennec-perl_2.017-1_amd64.changes Message-ID: libfennec-perl_2.017-1_amd64.changes uploaded successfully to localhost along with the files: libfennec-perl_2.017-1_all.deb libfennec-perl_2.017-1.dsc libfennec-perl_2.017.orig.tar.gz libfennec-perl_2.017-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:44:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:44:13 +0000 Subject: Processing of libimage-exiftool-perl_9.59-1_amd64.changes Message-ID: libimage-exiftool-perl_9.59-1_amd64.changes uploaded successfully to localhost along with the files: libimage-exiftool-perl_9.59-1_all.deb libimage-exiftool-perl_9.59-1.dsc libimage-exiftool-perl_9.59.orig.tar.gz libimage-exiftool-perl_9.59-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:49:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:49:07 +0000 Subject: libimage-exiftool-perl_9.59-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:37:17 +0200 Source: libimage-exiftool-perl Binary: libimage-exiftool-perl Architecture: source all Version: 9.59-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libimage-exiftool-perl - library and program to read and write meta information in multime Changes: libimage-exiftool-perl (9.59-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 50fa5ee428a3ed527a358809a10ced4d6477673c 2256 libimage-exiftool-perl_9.59-1.dsc 6af8a048e3beedb94bd0ef051c602dc2f8f78eb7 3817195 libimage-exiftool-perl_9.59.orig.tar.gz a50729a0b07c2a31c0c1667d19742fbaed04cfda 4656 libimage-exiftool-perl_9.59-1.debian.tar.xz 5e1d2092b5f8bb34f9d825b2e0633ef43ec20cf6 2279674 libimage-exiftool-perl_9.59-1_all.deb Checksums-Sha256: a04d92d2d45d495a64d3e714d57da9ea52d4c7855990d8e4cac7ebe4736b6d8e 2256 libimage-exiftool-perl_9.59-1.dsc 9b7fdf499e34d80f2e130df1fba3b2040194d62ce06ca9a752548002caf56be7 3817195 libimage-exiftool-perl_9.59.orig.tar.gz ab2fbba2ed355b2e1247734ff4024d0b3aa4212dd3adcacaa8694bd3770898fa 4656 libimage-exiftool-perl_9.59-1.debian.tar.xz ccfafe0a781e61f53ecc30908a1418736fd5697acdf53e47e1e83d8c58d29c8e 2279674 libimage-exiftool-perl_9.59-1_all.deb Files: 01f1a00ef7e223eb2b99f4faf6ac41a8 2279674 perl optional libimage-exiftool-perl_9.59-1_all.deb 47b679339ea89d408c7d79d50178fd0a 2256 perl optional libimage-exiftool-perl_9.59-1.dsc 604c76161643c6844108fdd794a7edd9 3817195 perl optional libimage-exiftool-perl_9.59.orig.tar.gz c59bb97f5756f66ece0e35fd76a133a0 4656 perl optional libimage-exiftool-perl_9.59-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZPFmThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtJgEACPWDjKoDJh3qRCtJzDrxqYc8D3rTGWVWEnGCnXI57FkUri LXDO4PQiBQ+5ErU8SWqYvkjiZZ9AXVThrOeOsUw/gxWQjQiYdXqjT531DR7dEJ+m X3eGt/cJuX7WRXwohdQoipPIzThQg2p+dcrHm9JlcnsTHPNQfPHaWJVVo4BjXEYY mN1DEelh1TKLx1SswAVHc1k9pFbqJ5b8ff2H4G/4fX65e+1agEZXVg4ayZFTHwg+ oLRwzdq9p4RCwltEc5Blobw8N4oFjjTojQJ0UHJjk8DpguU+iUwLKbZtJsZS/yjo 0KnQZGfd56Ga1nW/71j1pFTRyVh7uY6tfNjkZfhbmtqfgR61c3+7IbfnTwVhnMwe SWSub8Rutj/mRpeRNn0kKNWxRLTPP1hMjxgYX44OFo6rzWjzazIS9zAubhyD9XXk H4FhCL3IPzJX+TtsRX8iKQiJxWqFueafS28xSGaoCiIy43emo55SJuFm0agb8+Db H1MPvbGW8cSnss7K5wZ4lvSg0VxGjncPpkmWwxVaIAF7/0T34ISwnhLiF+VzvDUl ctMObiy2mhH++XV8rKugr00VKXWzh7k/vRyiQpUEpzNs5qJOTps7xf12XkglcHnr HIpb56KiM0/7FP4+LoNQ9p2tIc1HoyzWG5T6v874v5MQhG1k/0qmAFw1uDii8w== =Ovyn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:48:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:48:58 +0000 Subject: libfennec-perl_2.017-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:29:37 +0200 Source: libfennec-perl Binary: libfennec-perl Architecture: source all Version: 2.017-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfennec-perl - Perl module providing RSPEC, Workflows, Parallelization, and Enca Changes: libfennec-perl (2.017-1) unstable; urgency=medium . * Team upload. * New upstream release. * Add (build) dependency on libchild-perl (>= 0.010). * Build-Depend on newer Module::Build. Checksums-Sha1: 7145fffbc075c1129eaf4e237fd8db608663958d 2330 libfennec-perl_2.017-1.dsc e6986c6fc70ec9ea237d9608a8d42dd39512592b 52937 libfennec-perl_2.017.orig.tar.gz ed1ca44bae054847c02f216380c6aeb05b7355f3 2280 libfennec-perl_2.017-1.debian.tar.xz 2a727e1a91121078e4edb153074807a143df85a9 77168 libfennec-perl_2.017-1_all.deb Checksums-Sha256: 60677090fa49ffdded65c0362829bfa19eb734a5f942fd207fe3e7b65f159d12 2330 libfennec-perl_2.017-1.dsc e75a787c1d6c0c19164e78d0deb66447c366b30cd1cc8dcf07eeefa872bdf468 52937 libfennec-perl_2.017.orig.tar.gz ce66b6cdafb24f409fec1f27b61fd3a398b689dc472b29ecfcccc10484ef6f64 2280 libfennec-perl_2.017-1.debian.tar.xz 9ae1bcb965236463d4bd9b3a55ff6dac0fa08bed08b83117fd8a89ef1af1308b 77168 libfennec-perl_2.017-1_all.deb Files: b3766f69adb2568b2fe9a9b12040f96c 77168 perl optional libfennec-perl_2.017-1_all.deb 7b55d4c08602f2f80f0063ca66893974 2330 perl optional libfennec-perl_2.017-1.dsc ffce8613b2621e208c875462c79a828a 52937 perl optional libfennec-perl_2.017.orig.tar.gz 0f99c2fc4ae8dcb66670c41edf6be93f 2280 perl optional libfennec-perl_2.017-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZO+bThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBt8/D/9JhsfLBBFzA9MTNCDY/WGO+N5b/Q9R9adee7FGiUfRsskX kw7JeMU7bG4mHIdWfLAEpX58vemhrD8lRiQdOWWGVWHFbF0KF6BcY7YTg8sUk0c+ pG7CXMDhLV3ywf6hqo1NwtKfJu0teJOrvXkOE7XsNAmC09PoOG+7g/gbBbl5y63m kTK0WE1KBC6SGVKGrXqYEvYMskNmIyAYLLF9cFhgaDdJKVjR/ur17bPeaAGDICNl zWXO3iWo7Errv1AXrhPeINsmoVx/ZBiugyDT62ZSndnmzPmGYSlnWD26xX4tfBy/ lyO6nh/LTqKM67ZhpQuQUgfu+beoKwplAG4kHRPlX1zwfX5SAwmT4SmaVZBeqdzZ piT87bXg4ot+cSzsz1XDiOygzjQf89bZD9MfnIHcGP9DLXszH8ADJSWQ7F8GKfDL ZDP2jznkGZ+dJSGaJEz40eJ622O3vIrf3BcoX4QN/Wvx5cD/dpGsHLnlKJ5jb54Q AE3capc8gtRRYjCKkusY3KQEyu0HjdUWaOL82jRD1SZh+vly4ygOlBtOJfhoHzx7 Df+owZopJcWRc2UxZ7cwyTBarqQFeEI/ZqhUz4Qbd2PpalV/5EqMsgh3jUw+O9Py HKIISqm81p58iE+QRplbgRWbBRV9EVqzec46S3x8+Z1tDFB9QxvGHbaYKgj4xg== =vgTU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 13:49:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:49:16 +0000 Subject: Processing of libmail-box-perl_2.113-1_amd64.changes Message-ID: libmail-box-perl_2.113-1_amd64.changes uploaded successfully to localhost along with the files: libmail-box-perl_2.113-1_all.deb libmail-box-perl_2.113-1.dsc libmail-box-perl_2.113.orig.tar.gz libmail-box-perl_2.113-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 13:54:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 13:54:17 +0000 Subject: Processing of libmodule-build-tiny-perl_0.036-1_amd64.changes Message-ID: libmodule-build-tiny-perl_0.036-1_amd64.changes uploaded successfully to localhost along with the files: libmodule-build-tiny-perl_0.036-1_all.deb libmodule-build-tiny-perl_0.036-1.dsc libmodule-build-tiny-perl_0.036.orig.tar.gz libmodule-build-tiny-perl_0.036-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 14:39:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 14:39:42 +0000 Subject: Processing of libmodule-build-xsutil-perl_0.10-1_amd64.changes Message-ID: libmodule-build-xsutil-perl_0.10-1_amd64.changes uploaded successfully to localhost along with the files: libmodule-build-xsutil-perl_0.10-1_all.deb libmodule-build-xsutil-perl_0.10-1.dsc libmodule-build-xsutil-perl_0.10.orig.tar.gz libmodule-build-xsutil-perl_0.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 14:59:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 14:59:44 +0000 Subject: Processing of libmodule-install-perl_1.08-1_amd64.changes Message-ID: libmodule-install-perl_1.08-1_amd64.changes uploaded successfully to localhost along with the files: libmodule-install-perl_1.08-1_all.deb libmodule-install-perl_1.08-1.dsc libmodule-install-perl_1.08.orig.tar.gz libmodule-install-perl_1.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 15:11:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:11:28 +0000 Subject: Processing of libmodule-metadata-perl_1.000022-1_amd64.changes Message-ID: libmodule-metadata-perl_1.000022-1_amd64.changes uploaded successfully to localhost along with the files: libmodule-metadata-perl_1.000022-1_all.deb libmodule-metadata-perl_1.000022-1.dsc libmodule-metadata-perl_1.000022.orig.tar.gz libmodule-metadata-perl_1.000022-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 15:36:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:36:33 +0000 Subject: Processing of libmoose-perl_2.1205-1_amd64.changes Message-ID: libmoose-perl_2.1205-1_amd64.changes uploaded successfully to localhost along with the files: libmoose-perl_2.1205-1_amd64.deb libmoose-perl_2.1205-1.dsc libmoose-perl_2.1205.orig.tar.gz libmoose-perl_2.1205-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 15:43:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:43:58 +0000 Subject: libmail-box-perl_2.113-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:46:38 +0200 Source: libmail-box-perl Binary: libmail-box-perl Architecture: source all Version: 2.113-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmail-box-perl - message-folder management module Changes: libmail-box-perl (2.113-1) unstable; urgency=medium . * New upstream release. * Refresh 01_access_check_use_filetest_access.patch (offset). * Update years of packaging copyright. Checksums-Sha1: 4fa9b7442419fd6dcaad4caba9f87309eb889298 2750 libmail-box-perl_2.113-1.dsc ea39ce234c5b94052f1ee98e24cad173bee91873 629594 libmail-box-perl_2.113.orig.tar.gz 4bde9711da3f21dde9ebb891c63b2bb873b519f2 7792 libmail-box-perl_2.113-1.debian.tar.xz b7bd90f928f16190df1221adf1ec09ef3091c37e 1045676 libmail-box-perl_2.113-1_all.deb Checksums-Sha256: a5314c97a9686424d28938f98b348698306bfba734ca49845ef55002d1aeed8c 2750 libmail-box-perl_2.113-1.dsc 9f3baf663bf2e778fc6567d3dbcc78219b058f08cc609f619230949dfa26c27e 629594 libmail-box-perl_2.113.orig.tar.gz 9d7e4a4584bc978356392a5bbb4ea72c47bce23b0baff5898272c025d7818115 7792 libmail-box-perl_2.113-1.debian.tar.xz 46e7321f6d6017f1046534872d7a3e53c397d0b7d2debb1d79bdb3188bf0b216 1045676 libmail-box-perl_2.113-1_all.deb Files: d6f6222783d58981b530d278bf032501 1045676 perl optional libmail-box-perl_2.113-1_all.deb c65d90a62a5f7d538c8ddc61426aa9b4 2750 perl optional libmail-box-perl_2.113-1.dsc dbe7c078693c0f86931d8b6412b658d8 629594 perl optional libmail-box-perl_2.113.orig.tar.gz cbf61ab99ce54dea98e5c80305e9b827 7792 perl optional libmail-box-perl_2.113-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZPOcThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBs+ED/48qcwfTH59cVPEytn2HXfOTS6FTTpzz8oNoqbtNY6D0qs7 QmDAVJ0eQ7HK2WMtrhBnPtYdr3JhQnfKhwkHoy6nqgO8ShAlxviGaJIt6i0NgAWs FLbWjdyg9fijxsUSkJSDKLp5hRw+6yUvcq5bE6Iy7pMXgx0tWCfez2BwkLeXnPZJ KZi/rz0lAZF98J206W5iXi43Sw9KkIo3UiPb+hwn9aDfKTapu0VXcl7zzATwLgUM hD2SoPexE9QmgmNIxw5qStH8cmRRu34Xz53AzHHEEIjmyd1N27I8xW4/f4+zWSnb kI8EdIcbPcfv45AbLgc6vK9CiXVx2cDok+HgNXs/PXZSGVdOlW7gYoJ+2mLpAYWg SgytQKjO8GaGEQiZtD8X0gSNank6nJpIzcf+M+RFZBgfs/9Qw1qQCq/2l74U4iN4 5xUIwwPjgygAv9aEtU3N4fmBK2tCSFFqbtWMw19uxGBskoZ30XMwQbuXMn5lXAo+ Grua2EfRF0uSDXL3oNI7VsbhgVJpuo2ZMjKljl2l+LbPVwiFUQQxoD1MqRpbZHVu lLf2koavVujnKaDTCewrwzMMk+4JbUAHRL6f51LDNzvi1nCdrCSLf+mIszX0eMj3 egHqXITOtYRZl2KAMt7RVFsr828bHOKVwdfxfs2mHr33CthF6UQnEIGjAljO1A== =HMbU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 15:44:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:44:05 +0000 Subject: libmodule-build-tiny-perl_0.036-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 15:52:32 +0200 Source: libmodule-build-tiny-perl Binary: libmodule-build-tiny-perl Architecture: source all Version: 0.036-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmodule-build-tiny-perl - tiny replacement for Module::Build Changes: libmodule-build-tiny-perl (0.036-1) unstable; urgency=medium . * New upstream release. * debian/control: bump required debhelper version to 9.20140227. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 3a4d492a6d100660a3e4a8585aa9fb5d13c32f2a 2468 libmodule-build-tiny-perl_0.036-1.dsc d376bbbcd3babded1b5d30cc91ee9921816a8a7a 20464 libmodule-build-tiny-perl_0.036.orig.tar.gz ce4d613bcf9d8a8a99b18c08e3688f23fa270382 1980 libmodule-build-tiny-perl_0.036-1.debian.tar.xz 69a7c19aac62c9b10689fcbad3dcb91e4e56dd1f 11318 libmodule-build-tiny-perl_0.036-1_all.deb Checksums-Sha256: 2dd4f57c283118710947e48d8b02ea6f9dca77465b9694c136af4d5f8f3b87be 2468 libmodule-build-tiny-perl_0.036-1.dsc d6706bf35e080e5af20cccf4fd565cc8af9c2a1e2e2075cee0a7de42cf0d6df9 20464 libmodule-build-tiny-perl_0.036.orig.tar.gz 31e40db2333ed64bae4c4e0b38b4fe88c1034366215fc9d45b5a0f2d78cb46ef 1980 libmodule-build-tiny-perl_0.036-1.debian.tar.xz dc2704adbc6efb4cad1d7383e0e1120f4495fd5f36833899790472905e547773 11318 libmodule-build-tiny-perl_0.036-1_all.deb Files: 65e6d455a7be1a0aea5ef3550942bf54 11318 perl optional libmodule-build-tiny-perl_0.036-1_all.deb 0a78485d113736ebe4ca2700aa5ef722 2468 perl optional libmodule-build-tiny-perl_0.036-1.dsc bfc92c655158ce623f0ced94f4ef02e5 20464 perl optional libmodule-build-tiny-perl_0.036.orig.tar.gz 1b6fbffd884b602273ee52322c993859 1980 perl optional libmodule-build-tiny-perl_0.036-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZPTPThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBiq5EAC2ysXyEEjj6G42I1n8/C0XZveZSBCuFcRGrPtBs66wY2aH j5drB/lRB3w9rHBRkK29LM/q2Wzp4DF8idJLzn0ISFXCOlbpx+gLJCNKMulgU2et tINvTIoeldUuw2p53ANv6O7bczhMu/TmETlGAtUMYURPDBa9pXyTkC9fCrRiwYnJ czqf1jnBh+kfseFFY8jmfWaLPcvooI4jfgJzacyfdgEY45oJ9RFmrCZek8gS16br jxrBPBuOcl5HF1LB9D8sJaGsqAMcuPc4CZntnuXoE1Mxmt6pAhrsugw0B4VrLf0H 1jk2QsgRekUopeXLfE4g7zpakuQjtLfMYBK1FieVOtG7pMClv3CjVZQhrfQofaXC 0UDW8IIaIEU2XdMfWcyDIGaxPoUuqdjY2Q+G8WBqRiyg1/I/G39Vbm/FlP9nYS8M +/McqOKq91+mY1Xlce/ImcJWesY/q7OKYbDN+tH49dn5+XUWtqKo/5/o1dK9+OGZ 7V63h5QmiJCLsfuhcIzn42wvsd0Vv92tOxW9d1wJx95gWdwHucNKlA6J32h0yfvk MFxHezwiObrVbmxlqNZWExEhRCYYbnUkvXwjVIz+hraDUSdChafgPfCXrNG21mG3 uT11HMkep4n+PM1BqoYvH2T8djv4z1LjM3jbFwNeG1hJQwujKQWR2fJxMogK4A== =erc8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 15:44:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:44:12 +0000 Subject: libmodule-build-xsutil-perl_0.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 16:35:24 +0200 Source: libmodule-build-xsutil-perl Binary: libmodule-build-xsutil-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmodule-build-xsutil-perl - Module::Build class for building XS modules Changes: libmodule-build-xsutil-perl (0.10-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update build dependencies. * Don't install boilerplate README.md anymore. Checksums-Sha1: 557438b41b764b03e475ab5d3f82f0bc78148313 2454 libmodule-build-xsutil-perl_0.10-1.dsc 8d73665c2064408e83406415dc3e392a8f7b8534 14481 libmodule-build-xsutil-perl_0.10.orig.tar.gz e3bf176b4d4df6df5ddbc4a9ba5fe6f72d2aa1c1 1632 libmodule-build-xsutil-perl_0.10-1.debian.tar.xz 9e66a290701d907db6b8b0be9d1e831cefb7a332 8964 libmodule-build-xsutil-perl_0.10-1_all.deb Checksums-Sha256: 9681b3136047cb9af7baa856f19dae4a4f14106677c66b336ed8dcad21ec5239 2454 libmodule-build-xsutil-perl_0.10-1.dsc 66c81ec45a89876fd37a523bbc721d494f1599e3812d6acc6fbdb88d6edf438c 14481 libmodule-build-xsutil-perl_0.10.orig.tar.gz 576d7b150272278be8d22460e2f8ae44effd8e3d23c89b585e130e3fd4d763a2 1632 libmodule-build-xsutil-perl_0.10-1.debian.tar.xz 3ff8a06ff09474e453fc93e4f200346e4b770181644b3019e94dd0d0e3933a6c 8964 libmodule-build-xsutil-perl_0.10-1_all.deb Files: 382320b64cc78efe913b17079941047c 8964 perl optional libmodule-build-xsutil-perl_0.10-1_all.deb 4216a4580e6cbe4e90ab59db8ca90a06 2454 perl optional libmodule-build-xsutil-perl_0.10-1.dsc 61f9c04764f5937b3715f4994b67c876 14481 perl optional libmodule-build-xsutil-perl_0.10.orig.tar.gz d735a30d0c451460e9ed6a8f291a8206 1632 perl optional libmodule-build-xsutil-perl_0.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZP86ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBs9VEAC3YNSd56be3fPPUsnUz2LZq8kprvQiN6Q6FbaZNRAmLMQ5 prwALC03UFAN6iENTxm9z4x3iKB+wnncQfeSYKuUhIQVPFLRdxxUaRc5nGXWh1Nm rRJ9YahTWC8aAGgCxuwcP4D4QoAxPC6KuXsfTbcY/78q4RgHla/6VWkhYjpj8a+W V6gJEfdAnS+qWQoWanKGSBiezdXnQcFGXU+gPrRSSKRCLgy88yFFRvGV+gO2+V1U IwxjggzG6HgGdGpL4vlj7wRr54VneIsGWuWAzq9eRROXpnJexqJZx0JbXPT7XB3W Ez+dgRAr5HEiWgUTL9DUvUj2FrmV0g9CJlKXS45EM3DckHx10LFPCSGy1cNovV8W 5RxHQ5xzHT5JhNcie0OOYH/EiwkTzKqoNeKS4ooS0A12mB3KoJCIutfifAbDd5cC xwrqeoUN/ldPkmEkxoz9RxqwrTw+4qPpn/xGmabCOrLOQnXTh6ZE2Vq9Sgyy6dIC CPyjxkPzkH95CrweQgAgyNImWOEa+0MRU7moLH2+sXFgQboFoaPs6CIGIvGvFRrx VjbTbvoVeNwNbEUxY6veaF1zYACrumCyTgzkjS2lh1WsxRdQHCMSsyyBKuInQeng +ridvCG3+qo3/rgTXzW9n9csdSQWo3ZblP4GeX2E4iaDpSZkxEBYE9g6rLrFjg== =wmFy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 15:44:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:44:19 +0000 Subject: libmodule-install-perl_1.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 16:54:43 +0200 Source: libmodule-install-perl Binary: libmodule-install-perl Architecture: source all Version: 1.08-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmodule-install-perl - framework for installing Perl modules Changes: libmodule-install-perl (1.08-1) unstable; urgency=low . [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo at debian.org . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Alessandro Ghedini ] * Remove myself from Uploaders . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Update (build) dependencies. * debian/copyright: add information about third-party file. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 4890e41c7f433b91b65f277c7ded337b390ae3f6 2753 libmodule-install-perl_1.08-1.dsc 1a1af7074164af587f2391adaabc9660dfe4b04e 126800 libmodule-install-perl_1.08.orig.tar.gz c60146617b90e7e5d40e572672985a05dc87f7a6 6536 libmodule-install-perl_1.08-1.debian.tar.xz 44ca8ba8641e9c61adbdd9fa0b33de1903ce9893 163850 libmodule-install-perl_1.08-1_all.deb Checksums-Sha256: ea44721021cb6982d9a7c199a4ed08565b9e3338faaf19339a0eef0408dcf2c1 2753 libmodule-install-perl_1.08-1.dsc ed86782929208e63a35709ad6f53edd39e105fc1bcb7dcfc3fb7362af67bb514 126800 libmodule-install-perl_1.08.orig.tar.gz eab39e9ee47cee904ad10e02dc2a94adb04792ad5d4d2edfc10f5a3ee4eda9de 6536 libmodule-install-perl_1.08-1.debian.tar.xz f79a310d7efd76ed27f53d04ef5a72456c9ccffbc1f4944b3a359df36d1facce 163850 libmodule-install-perl_1.08-1_all.deb Files: db5f25e2bdb088d67ba3165aaf877089 163850 perl optional libmodule-install-perl_1.08-1_all.deb 14a891e82edb43557ea4201959e19a62 2753 perl optional libmodule-install-perl_1.08-1.dsc 4a20650faeaf2b69fbacf11b74754efa 126800 perl optional libmodule-install-perl_1.08.orig.tar.gz 32960f4451c4d4aa03f6626e89ff1689 6536 perl optional libmodule-install-perl_1.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZQOBThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoLVEACg6qhKZwyEexVUXgsUVIEjbCHB7PEQ9kfat76k4qNciYuz Pa9+mzAEm/cpzvwxRJ9y28ISOQCyPZreSDkzibh+6i+h0qG6Op1MOBBqmC2SYr+7 glpaetHN4GAbjN6ysRWrmZ2to2GXrqWncNXTHbZb1YfXxFXqPV2lkk9hU94kAPmW UWmEbdpmUUyPkl6+XR5IyAnKL5R7uzqkFfKug5SJOc4F5e+NMZ89IXsMEymtxGl7 TP4NDxXlxxgURlZUuR89qePFigF5a/IcNFxCJjXstbLY7ti+gviNzoix6axWTmeN kZHOLs9wIfMQFsFbs8u2zsIaz79JR+rNszDcGVpM0GA4ANMarr6f3e3bpTlqF5ro +Yc6ndEQC/t6Q2BRTT3ovk7lDARB1ejq9sMIoLYuE0SMuR4gA67qNnyoT6+PLhOB rfcq/scHDl08oJ9t1E7KZiwRbt/yWJlb9CuJZiTcv08DlLaoGEW8J96E7ll2N3An BAuqB1vBCO2anOcD5yhGJwi30wt7aVe8dMMDAADlLmF5dkzZRu+R2Q2Ekk1x8Abs XXT7KpfDGzUD3hvl4V6riOIjfDv7f+kJYBU6vJOWnrfxKs530dIEGcjPkhkxWUAj 4AYKDsMY48beC4D7OYMOgyiHbLdFpBKlYkMfiKzdiXN0u+gT5vmvytQEOzGoVg== =ILcm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 15:44:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:44:26 +0000 Subject: libmodule-metadata-perl_1.000022-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 17:03:54 +0200 Source: libmodule-metadata-perl Binary: libmodule-metadata-perl Architecture: source all Version: 1.000022-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmodule-metadata-perl - Perl module to gather package and POD information from perl modul Changes: libmodule-metadata-perl (1.000022-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * debian/copyright: drop information about removed file. * Update years of packaging copyright. * debian/copyright: update Upstream-Contact. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: d9a41a1eaebceaacaa47f78c3eb9be6e0b2a0dfc 2332 libmodule-metadata-perl_1.000022-1.dsc e102bc4a23e1aebca64437c639b82cadc86ebdde 24322 libmodule-metadata-perl_1.000022.orig.tar.gz 5fd868b236d6570e2219373e9e9904892622651c 2488 libmodule-metadata-perl_1.000022-1.debian.tar.xz ce4252666a46f59a841cd28cd873c15fa7c342f1 20186 libmodule-metadata-perl_1.000022-1_all.deb Checksums-Sha256: 709cac6644c3ad678ce9ee18bb2b6195d7fbfab9a556f04a8bf46633f76ff3f2 2332 libmodule-metadata-perl_1.000022-1.dsc 56f6ee6fbcd622a65c706804ea11a013a5193295a3abec7a2e2c48902c30fef4 24322 libmodule-metadata-perl_1.000022.orig.tar.gz 51f16ec537501b8c79ce42c906b6a128b2c5dfc01a7b26b96882bef9f2230d8e 2488 libmodule-metadata-perl_1.000022-1.debian.tar.xz 0223e88b822671022ad9ed84237260ac4e65101b4332f53b2e315b0e7ce9d842 20186 libmodule-metadata-perl_1.000022-1_all.deb Files: ab48edd3e6778f2bd745d09c623a7f38 20186 perl optional libmodule-metadata-perl_1.000022-1_all.deb 5e316acb907bade9f1c68492056ab6dd 2332 perl optional libmodule-metadata-perl_1.000022-1.dsc 48a1abd8565d6e1d6657b568786df008 24322 perl optional libmodule-metadata-perl_1.000022.orig.tar.gz 910746d4cdcdff4032c153b5e7de56cf 2488 perl optional libmodule-metadata-perl_1.000022-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZQWAThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBiCbEACuV+MWzUW88kC9+7nTC4G6UYOOVqvUn0Ch5xU4sKrHA6IQ zOy/ImY/123vsk0SUIMqLOjnscKffUdfczelh2KacP7AHgbkvjI2e/PBFEvAhCQF Pu/16MPevkpwvYggt1lkwCNci2Koy+lvIOxw3rVoU7Kk4EGf9Dja3mWGfivRwZRt skr6hMzlqT//EFx30kQcx2eayvYRYhM8GLXqMZbFzuLfGyF6Nfbk4nODc2lTXN1N cvfF2FBqoQRCNIjQZK8ZyhrepLbqGFAfRt4uEZVDzro8aBtxyVMxuJ4Xwue3L5Eb wletPyBZgr3HXf8xSe5FPQCUrEOyr2/iYdDdyTGWz68h9hpGhvwQeGQm6u8kS/l5 LIw/a4YmNPRqC9DHwojmN+iQlzcqQkZQ1o4eqyCV7F/nFlVfVdPZQx8HfRol9krx PfdXThML8HAvRH5eHGWcbwDyyfdMxNhNBYMVZRW0BWR2ErW16RSY7GkZh+1FuYRw 1x8wjRuSszOfuvthEkX9BF+z4UJNVJitxxZu8YyswVPk1RS8AZm0QMZiRo+IVSes bALymb49hq6XGTJouE4R/S53IsDPwhxDVE/DW+r7tN+o/gKl0Q2oY9AOtOjgA1Y6 RPBYTUbSBhVDATOAsJRFXn/aLOqUrGUSDpcJ6tJomWATEDULbGnYybWoqhsjbg== =tpLR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 15:51:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 15:51:39 +0000 Subject: Processing of libmouse-perl_2.2.0-1_amd64.changes Message-ID: libmouse-perl_2.2.0-1_amd64.changes uploaded successfully to localhost along with the files: libmouse-perl_2.2.0-1_amd64.deb libmouse-perl_2.2.0-1.dsc libmouse-perl_2.2.0.orig.tar.gz libmouse-perl_2.2.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 16:01:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:01:40 +0000 Subject: Processing of libnet-z3950-zoom-perl_1.30-1_amd64.changes Message-ID: libnet-z3950-zoom-perl_1.30-1_amd64.changes uploaded successfully to localhost along with the files: libnet-z3950-zoom-perl_1.30-1_amd64.deb libnet-z3950-zoom-perl_1.30-1.dsc libnet-z3950-zoom-perl_1.30.orig.tar.gz libnet-z3950-zoom-perl_1.30-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 16:11:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:11:43 +0000 Subject: Processing of libperl-minimumversion-perl_1.35-1_amd64.changes Message-ID: libperl-minimumversion-perl_1.35-1_amd64.changes uploaded successfully to localhost along with the files: libperl-minimumversion-perl_1.35-1_all.deb libperl-minimumversion-perl_1.35-1.dsc libperl-minimumversion-perl_1.35.orig.tar.gz libperl-minimumversion-perl_1.35-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 16:31:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:31:50 +0000 Subject: Processing of libtest-effects-perl_0.001004-1_amd64.changes Message-ID: libtest-effects-perl_0.001004-1_amd64.changes uploaded successfully to localhost along with the files: libtest-effects-perl_0.001004-1_all.deb libtest-effects-perl_0.001004-1.dsc libtest-effects-perl_0.001004.orig.tar.gz libtest-effects-perl_0.001004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 16:31:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:31:50 +0000 Subject: Processing of libsymbol-global-name-perl_0.05-1_amd64.changes Message-ID: libsymbol-global-name-perl_0.05-1_amd64.changes uploaded successfully to localhost along with the files: libsymbol-global-name-perl_0.05-1_all.deb libsymbol-global-name-perl_0.05-1.dsc libsymbol-global-name-perl_0.05.orig.tar.gz libsymbol-global-name-perl_0.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 16:36:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:36:51 +0000 Subject: Processing of libtest-mockobject-perl_1.20140408-1_amd64.changes Message-ID: libtest-mockobject-perl_1.20140408-1_amd64.changes uploaded successfully to localhost along with the files: libtest-mockobject-perl_1.20140408-1_all.deb libtest-mockobject-perl_1.20140408-1.dsc libtest-mockobject-perl_1.20140408.orig.tar.gz libtest-mockobject-perl_1.20140408-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From noreply at release.debian.org Sat May 3 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 03 May 2014 16:39:17 +0000 Subject: libuniversal-require-perl 0.17-1 MIGRATED to testing Message-ID: FYI: The status of the libuniversal-require-perl source package in Debian's testing distribution has changed. Previous version: 0.14-1 Current version: 0.17-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 3 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 03 May 2014 16:39:18 +0000 Subject: perlbrew 0.67-1 MIGRATED to testing Message-ID: FYI: The status of the perlbrew source package in Debian's testing distribution has changed. Previous version: 0.66-1 Current version: 0.67-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sat May 3 16:41:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:41:52 +0000 Subject: Processing of libtext-qrcode-perl_0.04-1_amd64.changes Message-ID: libtext-qrcode-perl_0.04-1_amd64.changes uploaded successfully to localhost along with the files: libtext-qrcode-perl_0.04-1_amd64.deb libtext-qrcode-perl_0.04-1.dsc libtext-qrcode-perl_0.04.orig.tar.gz libtext-qrcode-perl_0.04-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 3 16:45:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:45:32 +0000 Subject: libmoose-perl_2.1205-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 17:32:40 +0200 Source: libmoose-perl Binary: libmoose-perl Architecture: source amd64 Version: 2.1205-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoose-perl - modern Perl object system framework Changes: libmoose-perl (2.1205-1) unstable; urgency=medium . * New upstream release. * Update years of upstream copyright. * Refresh patches (offset). * Add new build dependencies. * debian/rules: remove only one remaining empty manpage. Checksums-Sha1: 495e2c9e5a1f97a628c6125960dc99a90334ee29 3596 libmoose-perl_2.1205-1.dsc 729e4ed50816d7a500c595eb986c1256cfb37c6d 779363 libmoose-perl_2.1205.orig.tar.gz f1a57760e99774ad4f831193e9b73d801f0a7cf3 12692 libmoose-perl_2.1205-1.debian.tar.xz ec95eda554a78f935b02198b95f4b45ea558b307 882666 libmoose-perl_2.1205-1_amd64.deb Checksums-Sha256: 756138827deb239adebe3c105f50630bc9467d05642f5d9b2ec8cd765cd0792d 3596 libmoose-perl_2.1205-1.dsc f423aef0f223d9ffe6f745505440c23f4a52f4ca96cfe9a553c9acf0f5995fd9 779363 libmoose-perl_2.1205.orig.tar.gz ce33b70cd32a5a8f84fb55153f5d4b4c62fb071a3484d112827cc4dcb7603587 12692 libmoose-perl_2.1205-1.debian.tar.xz fcac4e1b355ba407666c6e48bce39fd2c6f1b8d8bb2263e2b09009884f012c61 882666 libmoose-perl_2.1205-1_amd64.deb Files: 272ec1b28e90b4b2d5447a0fc04d5b34 882666 perl optional libmoose-perl_2.1205-1_amd64.deb 07f30cca9aeed9804378d20bb93cc063 3596 perl optional libmoose-perl_2.1205-1.dsc 6fa3bf668776649b68b0d7720d30e665 779363 perl optional libmoose-perl_2.1205.orig.tar.gz 940e9b53e0a244370d6470c456847d96 12692 perl optional libmoose-perl_2.1205-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZQx5ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBp0hD/9GuLhFdgkLKLkrhMcWoYB+9udXGqad3BvhFeHAOrOtLRhJ 93OpDBnv4CXiJMNlEv/u4gPXlDvwt2SlSvlFOgSsNeZNa22ix2qCqYK2SsAuhNo1 vJU2WwedLq7ELnbdQJJK7cwC865vrk4pNjRCI6hHZAdCDaafM3+sqkdkNua+TQnr um1leLEqWw/cd3lJiv6Sq6WckF0uNFJ+kff/8cIQhafu6vsV5rp+/d3PAe8K88qK LeXUYmqZZtuLuoLJk7Pv670zrT2f0oC4qHk+BEvIfvPmUCRsq26SKDryReJTU1cB kwluZykcIg/9S48/PAqWeQSJVMwdf4vQ45xaPBHgYkqPKOFMHOmXJQdss8twn/fb xsPCtJ3z/LJOIIk+NG2V5e3cwb9ugFBar5GgBDodteVeIIdQ4ySSPmrfPmt9oQX2 RYP+nyqVbTSIBAmEQKLegQirH89hK5AyHfhL9hAgLborrZaq7FjO3H8peXyDAG83 k2iCXxt2fu9Iv4JrazxkDQn+O5m9QOsS1t1h3QzrIz+Wc6YeX/8SRFa8wM5kmH39 SSjwofR8CFhcZ+LaHvvfMlhHHtnD3oqVNdXoCliGHIsETIyjAzEgVGZ2NYTLd+/4 P5Dn4gqe+y29EpmF5dcmcHYBHzKbXwtdCaJb6JZm6120ZDtfszdZ8AJBGFQ4tw== =IC95 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 16:45:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:45:40 +0000 Subject: libmouse-perl_2.2.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 17:45:02 +0200 Source: libmouse-perl Binary: libmouse-perl Architecture: source amd64 Version: 2.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmouse-perl - lightweight object framework for Perl Changes: libmouse-perl (2.2.0-1) unstable; urgency=low . [ Axel Beckert ] * Prepare alternative Build-Dependencies for Perl 5.19/5.20. (Kudos go to "cme fix dpkg".) . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Add another generated file to debian/clean. Checksums-Sha1: 1440489095b196f7d7c2e779cf5a8ab19a958007 2926 libmouse-perl_2.2.0-1.dsc da28732a3f386e484c9a1a8c0fdb56fbbf909fb2 220342 libmouse-perl_2.2.0.orig.tar.gz 14b86b3f30bbb7d02c75341dd7e298daca285120 6024 libmouse-perl_2.2.0-1.debian.tar.xz d4f0e7b233aa3f1fcf3e00b253fa0ff545c169b6 169366 libmouse-perl_2.2.0-1_amd64.deb Checksums-Sha256: 6813a1de09c91083a1dfef3029091b0985a431174ebe0ad4b71b72c45348a5cc 2926 libmouse-perl_2.2.0-1.dsc a01b15d017b03ede688916d590e36fc7c8ee197f320172d0f260f73d68179ad1 220342 libmouse-perl_2.2.0.orig.tar.gz 44496a91654d27c4ce44b796e5c5410122623e735d63c2114ac6f6599d5f9bc3 6024 libmouse-perl_2.2.0-1.debian.tar.xz 076ce9cd14c7c33a082f7d46701735cdc1154c1641637a0b31bf39b73e2f087c 169366 libmouse-perl_2.2.0-1_amd64.deb Files: d141a9e998cecac841e4ecb4d4923659 169366 perl optional libmouse-perl_2.2.0-1_amd64.deb b63317ce35f5bbaeed483fa42d201387 2926 perl optional libmouse-perl_2.2.0-1.dsc db8e3cf163eb55d34b47816df46d6ce5 220342 perl optional libmouse-perl_2.2.0.orig.tar.gz 343f751c93dcdcc46878e0a2944bb584 6024 perl optional libmouse-perl_2.2.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZQ+BThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhJ+EACFQxJ7j6PRFM4MHSXpJ6ED8of5MM6Icb5a5BV/aRrLXK9Y ++wFaSYrMtV0tqBKqGsFZOetMHh3/1G3iYjuCnV8mo94ZWjwvW1BGaWZzOyYYpWs WykqFl1STiW1Q/vzSSrjeXH2fxSFSwBSoA8GYVUdGNHkMCqit4wNECI5rtoNeYct MaCCGuNMSq4+KsPpp7ZafptKy8s8l9VylKE3t7A0IH2Xg7UK4bbH3mqxg/FnFFvv HxZwN9qr2RR/TrOLpC03KyNHm3SgY2+CGQfkxOlsgrFkRmrYZDYjIiMqUPNXBh7l /vC3p8eZf5RZj+oePHKQzjyKf2xeojbflOR1mKm3ygnSPpmSnC5MdqUIm26PpLE6 VvqxY6DPamepM6r/ioiEsMnnOYWK7L53JcpZebO7c/oqWiXz/Tr1Vx/4jW5ETGPD kEvPvAEM/F6qczjhxAVP7oGnPr72uCGJm9MIj6Q0jVFHjWRZBFUFg19fOwIXBoWN E+3W7HsUwGiob5h8Ep1J7Q8jDZRdnWBcCm8+4WNOZWli/axH6TotwhP4vedzgs6b vw2o7KRerqZbCbv9YMblSrNbKW6BkmQ8Cboq4WJkLNHSjhvyrnnjGkBE1s5gKmcW lG2M9C3leAVcJoUzO6rY2YpjGQ02WgjDiEIwvCvp5Fib3z65qIKXi1yv5X/6yw== =E4Qh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 16:45:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:45:47 +0000 Subject: libnet-z3950-zoom-perl_1.30-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 17:59:10 +0200 Source: libnet-z3950-zoom-perl Binary: libnet-z3950-zoom-perl Architecture: source amd64 Version: 1.30-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-z3950-zoom-perl - Perl extension implementing the ZOOM API for Information Retrieva Changes: libnet-z3950-zoom-perl (1.30-1) unstable; urgency=medium . * New upstream release. * Update years of upstream copyright. Checksums-Sha1: c61b84043c88275bbd98c936060e0193b7067eaf 2302 libnet-z3950-zoom-perl_1.30-1.dsc 2f22a3deb98d6fe974490820e792aa597df64849 67042 libnet-z3950-zoom-perl_1.30.orig.tar.gz d0116ddab4c40015452f4208f5c139b9cd5324f3 3684 libnet-z3950-zoom-perl_1.30-1.debian.tar.xz 324cb1089116935387f6f0bdfafa0cce2beeb923 90532 libnet-z3950-zoom-perl_1.30-1_amd64.deb Checksums-Sha256: fa72890d4fc5ab65400cd115cb4d00e441e2025eb67197d6b4bc78d5bf3fed6b 2302 libnet-z3950-zoom-perl_1.30-1.dsc 0e8872435ac36dbb67b7f6ecb54ed7e2698522815d76c79a4432eef1573928d9 67042 libnet-z3950-zoom-perl_1.30.orig.tar.gz 8b1861f72a45885ae513d5517af6eea4b05edc4571a5f1c1a0e4bc824831f276 3684 libnet-z3950-zoom-perl_1.30-1.debian.tar.xz 9163573f6c09524ca16fc63745725b79493e4d4f1cfceb2e13738d264257c906 90532 libnet-z3950-zoom-perl_1.30-1_amd64.deb Files: 4dd3c147e33f4ac208718d7bae42d64a 90532 perl optional libnet-z3950-zoom-perl_1.30-1_amd64.deb 26b91903156dab4609b5837c636a1fe8 2302 perl optional libnet-z3950-zoom-perl_1.30-1.dsc eb1e6a880b9cb09ac44df97a914dba59 67042 perl optional libnet-z3950-zoom-perl_1.30.orig.tar.gz 43dc733be9f9a82c1a4d29dd48ef0c20 3684 perl optional libnet-z3950-zoom-perl_1.30-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZRKEThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBq+nEAClSLdkoDIcYhY2obVoiZn16lNHOrZ9rcB6Ba9Yid043Z9q rQ2rLWjjl/Jyr1fABMtu//BYkzPwpB8oGbSLijaAm2TRWN40d2Kl/v47gCjzeLxr jPp37UPU7lBDN613RdyXTtNYGSLZO91a73eJhhQsPwBi6H1mixdSc1RtvaGFxj54 dmhQ0FrzlrD/nne719N7jlTCrzTDs70RdtqE3QIUitsPUrMiQ9JZ1iiwEWKGek3a s5ssBbCt0EeEOmn1PPdUTNT1bO7mPJqRelhxmDoO4BSiVL8PWZUT1Ax5bWyXuWi3 v3AiFbY5E7027uf7JRJzsmxi4eP/uKWJluAU2e02hImGiiSjDRfoJv9gW6U9oEpp TV822M7Fv5eRlN1HERPsyk/F8QQl8tDm96pIe58c3bcxmZLnZF62oajF9ey0rN0k 6fDlzmGU6+RW3Ch0Ntc5o5JYwtitSEjg71LrBloEroJbX6FUO3d3uJQPc/2Z4ofH uRFdGO3GrgzU9Ikl6dcka/tvgRI+8zk/m7q2agB9TgMZXasOeU3SvwBfe9w+3oKU acp5ElABxnAJETO4vFNsOzxevBTwLAFaPNnjUHkj9qlc7phj/7EcLcy5CxFzpdF7 EWG+1O0z0iOKuezt7uyu1gYjXWn65cf+JeobkGXf16Xn8VIwkMkgznklP7gPxg== =2ha4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 16:45:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 16:45:59 +0000 Subject: libperl-minimumversion-perl_1.35-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 18:07:25 +0200 Source: libperl-minimumversion-perl Binary: libperl-minimumversion-perl Architecture: source all Version: 1.35-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libperl-minimumversion-perl - module to determine minimum required version of perl required Changes: libperl-minimumversion-perl (1.35-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * debian/copyright: update copyright years and drop stanza about removed files. * Bump required version of libppix-regexp-perl (build) dependency. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: ada9f385e382d84cbd8120d9d752d1b51ee29b79 2662 libperl-minimumversion-perl_1.35-1.dsc 176933b78c3f65984ca2257f8da9ec49e6ea647e 29726 libperl-minimumversion-perl_1.35.orig.tar.gz cd64aee4cca4fffd9aaa7e84284ca826c35d5ad0 3440 libperl-minimumversion-perl_1.35-1.debian.tar.xz 5dd850453980952a8d851c85044d0e4c64d3c4e3 26244 libperl-minimumversion-perl_1.35-1_all.deb Checksums-Sha256: f820e40f848c9d5af13850b8fcb5f5bd2f551a8a109bf4f1b3aa67d0fd3bfd62 2662 libperl-minimumversion-perl_1.35-1.dsc ef2f2438eac25c9a107e103ec1736604641b8117353bd4b25c4771aedb56382a 29726 libperl-minimumversion-perl_1.35.orig.tar.gz fa6eeaf295cc9b1e41d06992427ba70862ee4dc2dfd0f08ddad964bb6d934f03 3440 libperl-minimumversion-perl_1.35-1.debian.tar.xz 9220979ac5c2fc9d3e313a6852653d5588e006c623fde83e021866df49163a19 26244 libperl-minimumversion-perl_1.35-1_all.deb Files: ccfee7a19cc46cf3447710b4ccebb3ed 26244 perl optional libperl-minimumversion-perl_1.35-1_all.deb 36cef157141249b334a01649b2188047 2662 perl optional libperl-minimumversion-perl_1.35-1.dsc 546e2cf8b99a3e78776d7c22bbb6335a 29726 perl optional libperl-minimumversion-perl_1.35.orig.tar.gz b9c0084a8eb5125cbcba55baf4101019 3440 perl optional libperl-minimumversion-perl_1.35-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZRR6ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm0QD/9omyfNEG7KbFkXdxJZ9KAxz/+EuyodkOhZeilhsoZiaT2B RDUo/T/7XNvF5K3XbVSHI7K/IjWtbSRsTzqbWMPZFd74RvvfsSzQcVxLNo1a864V g12BlHNY4/68ggsx3Eb5mpZQ3zUovzVBPOJja8EdPJ0EyoLjSGo4Qw4+aDeAty5O O2wYieD4gP/JdeVw8d3sMwM6BSeIRHQoiKST8xu0L7MqnOwPOeN1lfsryNQc3csr bdiGnkC4o4hxyWUJ4TOe9zMGjOoJBnOiRN3A7p9ut/pCpTD5f+dVNvjson2S9AI+ woY83KkXIR0BaVoXQ7RQt3rFzJXQlYO53li/rUqHxVcmDAPA+Cy8rKFszG1jNxMc EKRwqPBEBJibdsbPR4pagS720XwWwZNAnprbyotIw74t7VEv6pKtIbP6pePcdnu7 ua+vAEJ4IXqLi8eKTBGbVjNeOxvNbwrT338bOwKOzcySQa8KKjoeKLXeZLDPPuyS yx7GpRh+dSrbht4424vOncO9U0kTKID4xWVDBlGRnEnjbeOp6Gjo6qFxFusL0NhB feUgGRenv77JlgqsM4Ulxcq3jIDDaKdp+b0MAEYoEXSmnJ4/eFiAqlEDirlyMoYD R3pQQkO1FmEi7hOZxUnrCU7rigH+O7V5ZduqHozGe6I8D4EdbSq0bMRcMqBYtA== =u4oi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 17:04:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 17:04:57 +0000 Subject: libtest-effects-perl_0.001004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 18:30:09 +0200 Source: libtest-effects-perl Binary: libtest-effects-perl Architecture: source all Version: 0.001004-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-effects-perl - Perl module to test various effects at once Changes: libtest-effects-perl (0.001004-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 9435fb820991be4afd3c72207dd6b803205c0701 2245 libtest-effects-perl_0.001004-1.dsc da7c635ac20fe6d41f36f48694249011399376e3 15494 libtest-effects-perl_0.001004.orig.tar.gz 6c2219432ebb7c061bafacc0a83ef1d9cd81e8d0 1424 libtest-effects-perl_0.001004-1.debian.tar.xz 779bc33ec449aac27704964ca5369dc5e6e86a27 31316 libtest-effects-perl_0.001004-1_all.deb Checksums-Sha256: caa2d523b129b40cb3492cb7f74328c7e17704625538fea01f4d52274d912d20 2245 libtest-effects-perl_0.001004-1.dsc bb129d189249cea58ccd636e1a50bc6ce51c5cf1c28117246b0643c9b04cf1ef 15494 libtest-effects-perl_0.001004.orig.tar.gz efbc6b44d95ababc0802615bb9be056a25ec9e9458d19730ba0e971ff81cf6e5 1424 libtest-effects-perl_0.001004-1.debian.tar.xz d460e6cf5bbccbe684ab26ca04109508624b7b46d6a99dd59b0d927db61a56fd 31316 libtest-effects-perl_0.001004-1_all.deb Files: c6703ff8bf1125e39f33f3484811001a 31316 perl optional libtest-effects-perl_0.001004-1_all.deb 3f9bb0618d27639ad4ab77d828718e78 2245 perl optional libtest-effects-perl_0.001004-1.dsc 72c2a55a18e43266d6cb5d5a147458be 15494 perl optional libtest-effects-perl_0.001004.orig.tar.gz 78227563300474673d2d5e866d696aa0 1424 perl optional libtest-effects-perl_0.001004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZRnJThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhSCD/0SGl+Yv3HDYpVdAxR2kc7zs9y+XoQwseeCoeXhgaw1tGzM 7JMq8tUU1Y8qkM53YrS/tGji6awBG4cLMTKC252k88bp87rJw2gAfho5Le7Y9vjZ TH2NNgtC+HzNn5nia0X3XQrgnpqW5i1sXqAy2KpmW/IPA0DaOVaw0s+bfoMnyrhc 1Xfe/rBM+DO2HIVwIEMmz3pVjGiWLy7XQ4IhNS1vKk8COCRKWKuUJ8Pe5obYft/4 jrm+LOOltq1WdryEJtmMnpAxGYrSrQkDpxpLqHG8IsDf6JjIPkUzqtJaGaZp6+zJ s88Bs2QW/E48sS/Rec6nFLHiohdiRwqElxZf04ZprND5DDdpH1w7M/W4kcDJfvwc /g4GG0Ey6MgW40vhmTO4sC/2xGihsPcXf3zhZqCkk1aABTN/6hMJ0likbZab1SwK T5PbuzC6IRmPBOTIl+kmPGN7in3xCoE6Dh9uZCQcpBpX+Vre6BOV2eCb5YJDsqC/ fR+2SglqtA8s46+C9TSY5pdf3LX3sEm90kAfCrOhSQoMy1Nrqkg6Pufe5sTPXFlO km3ifRUsodYjT3daay6nsCf1pUymH41W01dDN0ZbetyjDfICIWUSr12JUy1dxF4p DBcJ+KkwfZIMFQnCWEzGh8pKdf5ybfGZO7YIg58ilKoRnsMdanh/zbzFDPTHUA== =bLNy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 17:04:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 17:04:50 +0000 Subject: libsymbol-global-name-perl_0.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 18:26:41 +0200 Source: libsymbol-global-name-perl Binary: libsymbol-global-name-perl Architecture: source all Version: 0.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsymbol-global-name-perl - module to find name and type of a global variable Changes: libsymbol-global-name-perl (0.05-1) unstable; urgency=medium . * New upstream release. * Add years of upstream copyright and comment about copyright holder. * Update versioned build dependencies. * Add /me to Uploaders. * Extend short and long description. Checksums-Sha1: ad1f434c824647f5fb852673f3589239fab89a29 2298 libsymbol-global-name-perl_0.05-1.dsc b2c4a9d21411c11541c191ed4fa5b1c39607d5de 22113 libsymbol-global-name-perl_0.05.orig.tar.gz 3fddd18da650502e986cf297f19dd8dc5f72b7a7 1776 libsymbol-global-name-perl_0.05-1.debian.tar.xz 0f913a3c724d748ae10877f03b1e4f2e984cd93b 6284 libsymbol-global-name-perl_0.05-1_all.deb Checksums-Sha256: c79682093e752893b62cbca07dad4aa1cd0e916d55fcded2db3c51b3afd1e513 2298 libsymbol-global-name-perl_0.05-1.dsc 0f7623e9d724760aa64040222da1d82f1188586791329261cc60dad1d60d6a92 22113 libsymbol-global-name-perl_0.05.orig.tar.gz c7e6a86fe16a0f9caaf796851c0ea57032845b94ea0745da531101c7a581fccc 1776 libsymbol-global-name-perl_0.05-1.debian.tar.xz f05c15c9bd46e526ce521ec5d8b1a1cd3e37d145cb17f21c9b8b07e905b82407 6284 libsymbol-global-name-perl_0.05-1_all.deb Files: b280bdac76a6eda2a02f497971e0a20c 6284 perl optional libsymbol-global-name-perl_0.05-1_all.deb 8dab77bfa41e8f8b691100ebfca59ef8 2298 perl optional libsymbol-global-name-perl_0.05-1.dsc 95e374d0f0df78d593de208f651391d6 22113 perl optional libsymbol-global-name-perl_0.05.orig.tar.gz 31962e9cd92062ee2a07b46733569b36 1776 perl optional libsymbol-global-name-perl_0.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZRjpThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhZUD/4nHToq7NNP2UPYj+kkwcVNiNiVrPETmShDHdx1EmFGZuYG Li3tZYSIix6HdNMtmmj1i/Evgj67dRhqVB/8dCWhLclIwmeKbxkF8h5pabfzPpII bVgOugIwWq41QKQtHj58NP5GYSD6ab8nljJkw9eexQysQPgZUZ6yyRxRfEMC0vZ6 XIbvQyL8R91KG2uJvS+O68a/xvDUVljeHjyUgKOkNkRPyU7Ji/jNDg6TGWIptjzy yJWAX3ZzGQwqDdN0W1O3bW3knXKGM0mNruLVCfUjHCiuAYblVEwwNSORzDq/HJSk ekx/M169+KhLc7KqjgHyCYUAITg/qfZGooQfcU+oygobYTKMfVyZWHgl2Rl44XyL MMdXdT6H6+I8IDAnGdK6YzFnuIj8yj8Oc9o66IkBZrTBH2DhJJ4wrJU34dtCskgX a0ELuEDJKTMH6N0OPa8Yj451ZJj0JAjtCj2SfUi30I2X03uj6l9ef5L1NNyLNg0B rgtaKeCZlNr3znW++quaEbUYTe4Yt0iZMJ3STLM00XibLC9mn89MH6cFAiAMX8ax JyXTjY/a61pLU1KYzgvjHYfaQ7JfgyunfezI0tlN4JsTGmNd8N3L+lDDFAfrU9QD SJlponuhQFx01Ijb58v1xOlVOenOWERwCe4AuT8rFphAlW0IStBziJscErFm6g== =AS6F -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 17:05:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 17:05:05 +0000 Subject: libtest-mockobject-perl_1.20140408-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 18:34:39 +0200 Source: libtest-mockobject-perl Binary: libtest-mockobject-perl Architecture: source all Version: 1.20140408-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-mockobject-perl - Perl extension for emulating troublesome interfaces Changes: libtest-mockobject-perl (1.20140408-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 8e651b7c8bff3b59ef21fd96e06760e6712dcb22 2497 libtest-mockobject-perl_1.20140408-1.dsc 0e14839447d7cdb89d7027d767a172eb1c786c7d 29135 libtest-mockobject-perl_1.20140408.orig.tar.gz 1a6c38ed8b86dcf52a196d5b526f2eb4f3eac9eb 3300 libtest-mockobject-perl_1.20140408-1.debian.tar.xz 428a11703181ceb723fc0e67d61fa6ed4bdf691e 29114 libtest-mockobject-perl_1.20140408-1_all.deb Checksums-Sha256: 739187cb7ee95ce9eae50779cedd6d20bacf0cbbf48bfd4a7b4db59f26989d14 2497 libtest-mockobject-perl_1.20140408-1.dsc e5fd0d2dee6990153c76d0f2618ba89fc0d9e133c75dc3bbe231372e6872d7aa 29135 libtest-mockobject-perl_1.20140408.orig.tar.gz 059c81da56875e58fd2468228d4b768d4fb8dd0dc4347242a21b8e5f33759e01 3300 libtest-mockobject-perl_1.20140408-1.debian.tar.xz 502537499217d6102fdc0ecfba047478c8893d35070d981b4dbfebfa36baf0f7 29114 libtest-mockobject-perl_1.20140408-1_all.deb Files: 1935e7c18c4e6d408e38fe62768f9747 29114 perl optional libtest-mockobject-perl_1.20140408-1_all.deb 1ac538f72855d7490aeba301c99929c7 2497 perl optional libtest-mockobject-perl_1.20140408-1.dsc df25fe07981cf1a533bf9e4c65c130ec 29135 perl optional libtest-mockobject-perl_1.20140408.orig.tar.gz e9a8b162d85ced0631015fe444aaa12e 3300 perl optional libtest-mockobject-perl_1.20140408-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZRrIThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBowJEACTnmb0OY4kSsQbOj+YccYpypsV08bplGeZgu2OCItPvWo7 9vKoD3NJCxUZWSbrR3DRpUG5HhamK50NmLaj5wumIVpJayqDYo2vLqFHLIqWZalu ZURXZlGS5IvGKzLVuvbwVJLafqcBRGb1KCU1HBslzCw5zDj2oWANfACzdlWpUZ5A W6kRsNQzplJe1c2cOKCa2EyfQD93EVVJvgWeO4et7qPqQnchwDcZENRPR4wDBDYg PD6yEYpc6Qk+L3kC3v/uw7QBn/1JrYsW9PQSc8aYjmwxPqYQEQ+POD3c7EjmHYlA RD+CfFvsmo8pGab3RqTwD/SOnRyZkfih8uJee6f+pD+sjGldfaZdaGcQB6JOHEkx NeFNXeLhaa51BXtGc8jYtJWYCF4NxHMHRAgyQ/WXI2+q2ToOt/Yx1ZD0yVC3qC40 OUtYS3lhqSsKfU7E8kneuwSG6VNG1BYGHXFrzpgUM/ZJFVeSUK9NPLXgrCZx5+L9 CNDOszHOFdnnD4ODjG0/AmD0ti7ngU5sZOqKiCO0bhKNNcLDivTybHurN8jkonlZ mN74ELg7fyFUbU5P/eNGJx8WO9jlXzpy9UgNjnsXLLRjgCOLlsDOoxQc1Zt6tMRf WZDyduKQQCwBIDMUKDo/lgQrP1vFupaQTa6Hlk2eHz7hSaMxsLtNVwfrjBcLAQ== =jo6Q -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 3 17:05:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 03 May 2014 17:05:12 +0000 Subject: libtext-qrcode-perl_0.04-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 03 May 2014 18:39:48 +0200 Source: libtext-qrcode-perl Binary: libtext-qrcode-perl Architecture: source amd64 Version: 0.04-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtext-qrcode-perl - module for generating text base QR Code Changes: libtext-qrcode-perl (0.04-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update copyright years. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 3dd87fb39e3050d41beeb0324fd0fa107712cc71 2189 libtext-qrcode-perl_0.04-1.dsc 67a2cb3a7281c840d02fe652af3b07c9d3c20a0d 59975 libtext-qrcode-perl_0.04.orig.tar.gz 0c9870500f50ee3a763844169d31f860516f55a3 1868 libtext-qrcode-perl_0.04-1.debian.tar.xz c8791ad20f36b4863e486751a7e7045215c48c44 10428 libtext-qrcode-perl_0.04-1_amd64.deb Checksums-Sha256: fdb8a06a1a2e35ea34dad4ba82651b16323c1ca2b1002b39814609e450648e3e 2189 libtext-qrcode-perl_0.04-1.dsc a38e28c739b2fc5b14440c8ce4bff4309d8d639f71651bbee0b903ee4a13443c 59975 libtext-qrcode-perl_0.04.orig.tar.gz 34c2ff15c8ceadb23094abd002faaa6ee7c3a236737572d359e3bb1043b1103e 1868 libtext-qrcode-perl_0.04-1.debian.tar.xz 725adf6254fac36768c04a933808f2cbf6c157a9306f2ef7da6e624a75b221fa 10428 libtext-qrcode-perl_0.04-1_amd64.deb Files: 1724d444ee337b566e8c73ab754c23af 10428 perl optional libtext-qrcode-perl_0.04-1_amd64.deb 1c7bf31077d5528f052e8a8962b951bd 2189 perl optional libtext-qrcode-perl_0.04-1.dsc 1cc2d8b61d9a278f48111986cd453bf4 59975 perl optional libtext-qrcode-perl_0.04.orig.tar.gz 4f2cd9ed2d0206c344fa0918cd26d282 1868 perl optional libtext-qrcode-perl_0.04-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZRwQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBt8nD/9+0NjG3i0hWJF5e/7RIFbG43fWvvjinNAgt+nW54ElFofJ r9TuziiySHOxvFc2AjigiGm0hEBObKhAU8V4d/+W9rAdZcSIspyKB7hTACQafQDl NU8cYQwyovg79+49hr/TxNbNuXDGvOlZ0zyYRJxxF54fooWTRnjgmAL24bOyZFNS t4zB68CFCPP+Ej+C7wyOefP35sewYAL3slGsWscddScwDE6hp+ZCL9U1cLAUCpp1 l4xIgbRNF6qmKjGERGIZpMiSvgoS6P0+P6vcY+htehTQ9+jyBvtCxfEiyPzoKyBN mfpLjfKI361e2h/dWu34K2E8n4X6LSbi8xdLw/E3fhz+ev+FdS8V93fJDu6FOur2 JpSzFm69CRGCBWedwDL+QvG1l0FRqYtqaBzlln2BGPOu5Qsd+kTuc/LCqRs0yiag JfXyBTyZjxcWytMBaN7WyoFPbM5PSu5IkUkJlqbaZAAB2wunjOo0nr7z6jfGBN0r by1s1V1dk7BEIUR6GYeBSfnHvVjcXpYdxkneKcN4VzGWZC/Bv8KvUq7n1vX96KYJ NJzhvJKs9Fkdqxv8cIF1+gQpTwHvlhBe7Jh1L29zwBMnLRZSR25oBQmgAfh9C8kl h6J9mHsyldxtingI3ldIsmly8cJSLe/08eGS4rBE7zcbGFStLhYVrsbxn/5nlA== =7Db3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dpchrist at holgerdanske.com Sat May 3 18:56:05 2014 From: dpchrist at holgerdanske.com (David Christensen) Date: Sat, 03 May 2014 11:56:05 -0700 Subject: Bug#746804: libipc-run-perl: IPC::Run::_write call to POSIX::write() causes process to exit Message-ID: <20140503185605.3670.56911.reportbug@dev.holgerdanske.com> Package: libipc-run-perl Version: 0.92-1 Severity: normal Dear Maintainer, I am working on a Perl module that uses IPC::Run. During testing, my test script exits without explanation. Using the Perl debugger, I traced it to where IPC::Run::_write() calls POSIX::write(): IPC::Run::_write(/usr/share/perl5/IPC/Run.pm:1413): 1413: my $r = POSIX::write( $_[0], $_[1], length $_[1] ); DB<3> x @_ 0 16 1 0 The first argument to POSIX::write is supposed to be a file handle -- I don't know if 16 makes sense. The second argument is supposed to be a string -- I'm guessing that 0 is supposed to be a null-terminated C string (?). The third argument is supposed to be the length of the second argument -- "length $_[1]" should report 1, but shouldn't the argument be 0? If I continue in the debugger, it crashes out to the command prompt: DB<4> c 2014-05-03 11:20:56 dpchrist at dev ~/Dpchrist-Lib $ I will post a demo script if/when I can devise such. David -- System Information: Debian Release: 7.5 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages libipc-run-perl depends on: ii libio-pty-perl 1:1.08-1+b2 ii perl 5.14.2-21+deb7u1 libipc-run-perl recommends no packages. libipc-run-perl suggests no packages. -- no debconf information From dpchrist at holgerdanske.com Sat May 3 19:53:16 2014 From: dpchrist at holgerdanske.com (David Christensen) Date: Sat, 03 May 2014 12:53:16 -0700 Subject: Bug#746804: demonstration script Message-ID: <5365492C.6020104@holgerdanske.com> Dear Maintainer, The bug is triggered if the caller uses a STDIN callback that accesses a package or lexical array variable in the caller. Please see demonstration script and console session, below. David 2014-05-03 12:51:49 dpchrist at dev ~/sandbox/perl $ cat IPC-Run-run_stdin-callback-return-array.t #! /usr/bin/perl # $Id: IPC-Run-run_stdin-callback-return-array.t,v 1.4 2014-05-03 19:51:47 dpchrist Exp $ # Demonstrate Perl IPC::Run stdin callback problem returning array # by David Paul Christensen dpchrist at holgerdanske.com # Public Domain use strict; use warnings; use IPC::Run qw( run ); use Test::More tests => 8; my @cmd = ("true"); our ($i, @i); my ($in, @in); ok( run( \@cmd ) == 1, "no callback"); # 1 ok (run( \@cmd, sub { return undef }) == 1, "undef"); # 2 ok (run( \@cmd, sub { return "" }) == 1, "empty string"); # 3 ok (run( \@cmd, sub { return () }) == 1, "empty array"); # 4 ok (run( \@cmd, sub { return $i }) == 1, "package scalar"); # 5 ok (run( \@cmd, sub { return $in }) == 1, "lexical scalar"); # 6 ok (run( \@cmd, sub { return @i }) == 1, "package array"); # 7 ok (run( \@cmd, sub { return @in }) == 1, "lexical array"); # 8 2014-05-03 12:51:51 dpchrist at dev ~/sandbox/perl $ perl IPC-Run-run_stdin-callback-return-array.t 1..8 ok 1 - no callback ok 2 - undef ok 3 - empty string ok 4 - empty array ok 5 - package scalar ok 6 - lexical scalar 2014-05-03 12:51:53 dpchrist at dev ~/sandbox/perl $ perl -d IPC-Run-run_stdin-callback-return-array.t Loading DB routines from perl5db.pl version 1.33 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. 1..8 main::(IPC-Run-run_stdin-callback-return-array.t:13): 13: my @cmd = ("true"); DB<1> b IPC::Run::_write DB<2> c ok 1 - no callback ok 2 - undef ok 3 - empty string ok 4 - empty array ok 5 - package scalar ok 6 - lexical scalar IPC::Run::_write(/usr/share/perl5/IPC/Run.pm:1412): 1412: confess 'undef' unless defined $_[0] && defined $_[1]; DB<2> n IPC::Run::_write(/usr/share/perl5/IPC/Run.pm:1413): 1413: my $r = POSIX::write( $_[0], $_[1], length $_[1] ); DB<2> x @_ 0 11 1 0 DB<3> c 2014-05-03 12:52:09 dpchrist at dev ~/sandbox/perl $ From dpchrist at holgerdanske.com Sat May 3 20:08:53 2014 From: dpchrist at holgerdanske.com (David Christensen) Date: Sat, 03 May 2014 13:08:53 -0700 Subject: Bug#746804: updated demonstration script Message-ID: <53654CD5.5000205@holgerdanske.com> Dear Maintainer, The bug also occurs if the STDIN callback attempts to return an empty array in it's own scope. David 2014-05-03 13:03:19 dpchrist at dev ~/sandbox/perl $ cat IPC-Run-run_stdin-callback-return-array.t #! /usr/bin/perl # $Id: IPC-Run-run_stdin-callback-return-array.t,v 1.5 2014-05-03 20:03:15 dpchrist Exp $ # Demonstrate Perl IPC::Run stdin callback problem returning array # by David Paul Christensen dpchrist at holgerdanske.com # Public Domain use strict; use warnings; use IPC::Run qw( run ); use Test::More tests => 9; my @cmd = ("true"); our ($i, @i); my ($in, @in); ok( run( \@cmd ) == 1, "no callback"); # 1 ok (run( \@cmd, sub { return undef }) == 1, "undef"); # 2 ok (run( \@cmd, sub { return "" }) == 1, "empty string"); # 3 ok (run( \@cmd, sub { return () }) == 1, "empty array"); # 4 ok (run( \@cmd, sub { return $i }) == 1, "package scalar"); # 5 ok (run( \@cmd, sub { return $in }) == 1, "lexical scalar"); # 6 ok (run( \@cmd, sub { my @a; return @a }) == 1, "block lexical array"); # 7 ok (run( \@cmd, sub { return @i }) == 1, "package array"); # 8 ok (run( \@cmd, sub { return @in }) == 1, "lexical array"); # 9 From coyote.frank at gmx.net Sat May 3 21:28:30 2014 From: coyote.frank at gmx.net (Steffen Ullrich) Date: Sat, 03 May 2014 23:28:30 +0200 Subject: Bug#746579: Fix can be found here Message-ID: <53655F7E.2050106@gmx.net> https://github.com/libwww-perl/lwp-protocol-https/pull/14 Regards, Steffen From jidanni at jidanni.org Sun May 4 02:19:09 2014 From: jidanni at jidanni.org (=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson) Date: Sun, 04 May 2014 10:19:09 +0800 Subject: Bug#746930: mention cases where $format doesn't have any affect Message-ID: <87fvkql202.fsf@jidanni.org> Package: libxml-libxml-perl Version: 2.0108+dfsg-1 Severity: wishlist File: /usr/share/man/man3/XML::LibXML::Document.3pm.gz I note $format doesn't have any affect on output in this case. use XML::LibXML; my $dom = XML::LibXML->load_html( location => q(/tmp/f.xhtml) ); print $dom->toString(999); no matter if it is 0, 1, or 999. Maybe because load_html was used? Or maybe because I output the whole document. Maybe the man page should say something about it. From noreply at release.debian.org Sun May 4 04:39:02 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 04 May 2014 04:39:02 +0000 Subject: libparse-plainconfig-perl is marked for autoremoval from testing Message-ID: libparse-plainconfig-perl 2.06-1 is marked for autoremoval from testing on 2014-05-13 It (build-)depends on packages with these RC bugs: 743123: libparanoid-perl: FTBFS: Tests failures From noreply at release.debian.org Sun May 4 04:39:03 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 04 May 2014 04:39:03 +0000 Subject: libparanoid-perl is marked for autoremoval from testing Message-ID: libparanoid-perl 0.36-1 is marked for autoremoval from testing on 2014-05-13 It is affected by these RC bugs: 743123: libparanoid-perl: FTBFS: Tests failures From owner at bugs.debian.org Sun May 4 05:03:22 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 04 May 2014 05:03:22 +0000 Subject: Processed: reassign 746579 to liblwp-protocol-https-perl, affects 746579, severity of 746579 is serious ... References: <1399179703-2011-bts-carnil@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 746579 liblwp-protocol-https-perl 6.04-1 Bug #746579 [libwww-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Bug reassigned from package 'libwww-perl' to 'liblwp-protocol-https-perl'. No longer marked as found in versions libwww-perl/6.06-1. Ignoring request to alter fixed versions of bug #746579 to the same values previously set Bug #746579 [liblwp-protocol-https-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Marked as found in versions liblwp-protocol-https-perl/6.04-1. > affects 746579 libwww-perl Bug #746579 [liblwp-protocol-https-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Added indication that 746579 affects libwww-perl > severity 746579 serious Bug #746579 [liblwp-protocol-https-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Severity set to 'serious' from 'normal' > tags 746579 + pending Bug #746579 [liblwp-protocol-https-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 746579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746579 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Sun May 4 05:17:12 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 04 May 2014 05:17:12 +0000 Subject: Bug#746579: Pending fixes for bugs in the liblwp-protocol-https-perl package Message-ID: tag 746579 + pending thanks Some bugs in the liblwp-protocol-https-perl package are closed in revision 52883a3bed1d53924ed86d4551efb1e1510a1594 in branch 'master' by Salvatore Bonaccorso The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-protocol-https-perl.git;a=commitdiff;h=52883a3 Commit message: Add 746579-fix-peer-certificate-verification.patch patch Fixes "HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL". When the intention was to only disable hostname verification LWP::Protocol::HTTPS disabled also the peer certificate verification completely. Thanks: Jakub Wilk and Steffen Ullrich Closes: #746579 From owner at bugs.debian.org Sun May 4 05:21:18 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 04 May 2014 05:21:18 +0000 Subject: Processed: Pending fixes for bugs in the liblwp-protocol-https-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 746579 + pending Bug #746579 [liblwp-protocol-https-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Ignoring request to alter tags of bug #746579 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 746579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746579 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From carnil at debian.org Sun May 4 06:42:05 2014 From: carnil at debian.org (Salvatore Bonaccorso) Date: Sun, 4 May 2014 08:42:05 +0200 Subject: Bug#746579: Fix can be found here In-Reply-To: <53655F7E.2050106@gmx.net> References: <53655F7E.2050106@gmx.net> Message-ID: <20140504064205.GA27156@eldamar.local> Hi Steffen, On Sat, May 03, 2014 at 11:28:30PM +0200, Steffen Ullrich wrote: > https://github.com/libwww-perl/lwp-protocol-https/pull/14 Thanks for the patch, I have commited it to the git repo[1], but now there is the t/https_proxy.t test failing which needs first fixing: ----cut---------cut---------cut---------cut---------cut---------cut----- $ prove -v t/https_proxy.t t/https_proxy.t .. 1..56 ok 1 - noproxy http://127.0.0.1:44545/foo -> A.1 at nossl ok 2 - URL in request -> /foo ok 3 - noproxy http://127.0.0.1:44545/bar -> A.2 at nossl ok 4 - URL in request -> /bar ok 5 - noproxy http://127.0.0.1:46930/foo -> B.1 at nossl ok 6 - URL in request -> /foo ok 7 - noproxy http://127.0.0.1:46930/bar -> B.2 at nossl ok 8 - URL in request -> /bar ok 9 - noproxy http://127.0.0.1:44545/tor -> A.3 at nossl ok 10 - URL in request -> /tor ok 11 - noproxy http://127.0.0.1:46930/tor -> B.3 at nossl ok 12 - URL in request -> /tor ok 13 - proxy http://foo/foo -> C.1.auth at nossl ok 14 - URL in request -> http://foo/foo ok 15 - proxy http://foo/bar -> C.2.auth at nossl ok 16 - URL in request -> http://foo/bar ok 17 - proxy http://bar/foo -> C.3.auth at nossl ok 18 - URL in request -> http://bar/foo ok 19 - proxy http://bar/bar -> C.4.auth at nossl ok 20 - URL in request -> http://bar/bar ok 21 - proxy http://foo/tor -> C.5.auth at nossl ok 22 - URL in request -> http://foo/tor ok 23 - proxy http://bar/tor -> C.6.auth at nossl ok 24 - URL in request -> http://bar/tor # creating cert for direct.ssl.access unexpected response: 500 Can't connect to 127.0.0.1:44545 Content-Type: text/plain Client-Date: Sun, 04 May 2014 06:35:46 GMT Client-Warning: Internal response Can't connect to 127.0.0.1:44545 # Looks like you planned 56 tests but ran 24. # Looks like your test exited with 255 just after 24. # SSL handshake failed: SSL connect accept failed because of handshake problems error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca Dubious, test returned 255 (wstat 65280, 0xff00) Failed 32/56 subtests Test Summary Report ------------------- t/https_proxy.t (Wstat: 65280 Tests: 24 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 56 tests but ran 24. Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.19 cusr 0.01 csys = 0.23 CPU) Result: FAIL ----cut---------cut---------cut---------cut---------cut---------cut----- [1] http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-protocol-https-perl.git;a=commitdiff;h=52883a3 Regards, Salvatore From coyote.frank at gmx.net Sun May 4 07:18:11 2014 From: coyote.frank at gmx.net (Steffen Ullrich) Date: Sun, 4 May 2014 09:18:11 +0200 Subject: Bug#746579: Fix can be found here In-Reply-To: <20140504064205.GA27156@eldamar.local> References: <53655F7E.2050106@gmx.net> <20140504064205.GA27156@eldamar.local> Message-ID: <20140504071811.GA26567@maulwuff.de> On Sun, May 04, 2014 at 08:42:05AM +0200, Salvatore Bonaccorso wrote: > Hi Steffen, > > On Sat, May 03, 2014 at 11:28:30PM +0200, Steffen Ullrich wrote: > > https://github.com/libwww-perl/lwp-protocol-https/pull/14 > > Thanks for the patch, I have commited it to the git repo[1], but now > there is the t/https_proxy.t test failing which needs first fixing: I've updated the test. It should have failed in previous versions too but did not because of the bug in LWP::Protocol::https which got just fixed :) I've also added another fix to make it also workable for the old Net::SSL/Crypt::SSLeay. Still the same pull request. Regards, Steffen From jwilk at debian.org Sun May 4 08:50:24 2014 From: jwilk at debian.org (Jakub Wilk) Date: Sun, 4 May 2014 10:50:24 +0200 Subject: Bug#746579: libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL In-Reply-To: <20140502134342.GA2366@jwilk.net> References: <20140501152425.GA5143@jwilk.net> <20140502134342.GA2366@jwilk.net> Message-ID: <20140504085007.GA6560@jwilk.net> * Jakub Wilk , 2014-05-02, 15:44: >So the intention was to disable only hostname verification, for >compatibility with Crypt::SSLeay (why?!), but the effect is that the >SSL_verify_mode is set to 0. To elaborate a bit on my "why?!": * There's nothing in the names of HTTPS_CA_* that would suggests that these variables are specific to Crypt::SSLeay, or LWP, or even Perl. So people might have them set in their environment for purposes unrelated to Crypt::SSLeay. * I suspect that these days many users of LWP don't even know what Crypt::SSLeay is. * There is nothing in the LWP documentation that suggests that setting HTTPS_CA_* might have negative security effect. If for some reason (I can't see such reason, but maybe I'm missing something) disabling hostname verification is desirable when HTTPS_CA_* is set, then it should be prominently documented. Regarding the proposed patch, I have doubts whether it is correct. My understanding of the documentation[0] is that, contrary to what the name of the option suggests, verify_hostname is supposed to enable/disable both certificate verification and that the certificate matches hostname. But after this patch applied, it will affect only the latter. [0] ?When TRUE LWP will for secure protocol schemes ensure it connects to servers that have a valid certificate matching the expected hostname. If FALSE no checks are made and you can?t be sure that you communicate with the expected peer.? -- Jakub Wilk From ftpmaster at ftp-master.debian.org Sun May 4 15:39:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 04 May 2014 15:39:36 +0000 Subject: Processing of libio-socket-ssl-perl_1.983-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.983-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libio-socket-ssl-perl_1.983-1_all.deb libio-socket-ssl-perl_1.983-1.dsc libio-socket-ssl-perl_1.983.orig.tar.gz libio-socket-ssl-perl_1.983-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sun May 4 15:41:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 04 May 2014 15:41:40 +0000 Subject: Processing of libio-socket-ssl-perl_1.983-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.983-1_amd64.changes uploaded successfully to localhost along with the files: libio-socket-ssl-perl_1.983-1_all.deb libio-socket-ssl-perl_1.983-1.dsc libio-socket-ssl-perl_1.983.orig.tar.gz libio-socket-ssl-perl_1.983-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 4 16:04:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 04 May 2014 16:04:53 +0000 Subject: libio-socket-ssl-perl_1.983-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 04 May 2014 17:25:28 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.983-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libio-socket-ssl-perl - Perl module implementing object oriented interface to SSL sockets Changes: libio-socket-ssl-perl (1.983-1) unstable; urgency=medium . * Imported Upstream version 1.983 Checksums-Sha1: d5330bb87a9fd0d4551e3a176a74593efdfb0e66 2571 libio-socket-ssl-perl_1.983-1.dsc 706d9c5ccd2391c70236ac98a71ac6320a89beed 155644 libio-socket-ssl-perl_1.983.orig.tar.gz 99b7da5f5cb74467bb0c60b9e093b335637c4469 7732 libio-socket-ssl-perl_1.983-1.debian.tar.xz 682196454cc61dc20c8af3d875ee0b0704e5f72d 149380 libio-socket-ssl-perl_1.983-1_all.deb Checksums-Sha256: 6dac3c362ed1d926f789e3899c36493aba68cabba75f0b8bebc48480013549ea 2571 libio-socket-ssl-perl_1.983-1.dsc b8401ffe9ee553f8bf96f6d14d506bc5c1d8e7b6dcf4a664f6e01017d569b3b9 155644 libio-socket-ssl-perl_1.983.orig.tar.gz 9e48a70a78db7db0d87d95fd7e09da621dc4ecded3e5fa10dc53d50e524af0f3 7732 libio-socket-ssl-perl_1.983-1.debian.tar.xz 67b4680c0a147833ce7534e69886cd21db6977469dbbade7f09d363e77c42f99 149380 libio-socket-ssl-perl_1.983-1_all.deb Files: 87cd1bbe900d73cf10765e3cd2bc325d 149380 perl optional libio-socket-ssl-perl_1.983-1_all.deb 9baef0ad646867ce9dcce4af675659a5 2571 perl optional libio-socket-ssl-perl_1.983-1.dsc 1b4fd446efb65010574f2f45a04261ec 155644 perl optional libio-socket-ssl-perl_1.983.orig.tar.gz 8890e13400a5d6cb4720c8488c5c07be 7732 perl optional libio-socket-ssl-perl_1.983-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTZl1nAAoJEAVMuPMTQ89Ep+gP/28FU5ZKtU7hAJgI5b0CP3dF Lp+5jV3EaqhIbCtDW84jJnxZlpwaXr+rKb8U3a/MCTGzSOf6pNKSGXcFHpdvbUYV AJg49iHPIBPFTHiAX/O2qAHbMNVNeZMG35wA2ndHCg790BCdpsC0+uckiAULi7EX BNYg/hCEMox007vR6u6sHh8bMldXNDZW1d52XNJPWJ2BgJLflWn0sRGYcW86rWCo nzCBRHWfZDL50Pnr9OPbOPa8BFvsHuVQ2R30LauJ+nDbpBXf26tfCzh7KZJXzRh7 PJ/yYLL+iz1cOLlCiQfrxQ6XxDvwHYh5QOIRJ20XdPIzwxk7AXh160AncztvlOPM fV+WoXyoA15yWnbpHik3mp72bArFOYCj045qktZYCc427NWMZdQ3pky72bBNXFgh BEXPrMzbwXe+qXoP1/4qHjT0oUplCzW641tHCK6Z7tMbo+DrNbcUS0ikU/Ijd7Za fYf8WKGsem2ya9usAsmP1kI90C+NGRL9bkR2ZQBRyjmwaTIvfERQJKHuM7R5IroY +7EswWHA27VwzuQTny99uX0wIXd+gWx75afcSfobrdq8KuMAd+lo0UWcFgA4KXLG 7UK751K/Qm/dKVBceFFCQbvN2/N8D5gXXyxGU1bKLIoiK50YI/qYVW3NpxDO0s67 28hj2gqrXSXauNj3H1uJ =oXQJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: libical-parser-html-perl 1.07-2 MIGRATED to testing Message-ID: FYI: The status of the libical-parser-html-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.07-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: libswitch-perl 2.17-1 MIGRATED to testing Message-ID: FYI: The status of the libswitch-perl source package in Debian's testing distribution has changed. Previous version: 2.16-2 Current version: 2.17-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: liblist-maker-perl 0.005-1 MIGRATED to testing Message-ID: FYI: The status of the liblist-maker-perl source package in Debian's testing distribution has changed. Previous version: 0.0.5-1 Current version: 0.005-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: libexporter-lite-perl 0.04-1 MIGRATED to testing Message-ID: FYI: The status of the libexporter-lite-perl source package in Debian's testing distribution has changed. Previous version: 0.02-2 Current version: 0.04-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: libshell-perl-perl 0.0023-1 MIGRATED to testing Message-ID: FYI: The status of the libshell-perl-perl source package in Debian's testing distribution has changed. Previous version: 0.0022-1 Current version: 0.0023-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: libtemplate-plugin-gravatar-perl 0.07-1 MIGRATED to testing Message-ID: FYI: The status of the libtemplate-plugin-gravatar-perl source package in Debian's testing distribution has changed. Previous version: 0.05-1 Current version: 0.07-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 4 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 04 May 2014 16:39:17 +0000 Subject: libdancer-plugin-rest-perl 0.11-1 MIGRATED to testing Message-ID: FYI: The status of the libdancer-plugin-rest-perl source package in Debian's testing distribution has changed. Previous version: 0.07-1 Current version: 0.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From carnil at debian.org Mon May 5 05:52:00 2014 From: carnil at debian.org (Salvatore Bonaccorso) Date: Mon, 5 May 2014 07:52:00 +0200 Subject: Bug#746579: libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL In-Reply-To: <20140504085007.GA6560@jwilk.net> References: <20140501152425.GA5143@jwilk.net> <20140502134342.GA2366@jwilk.net> <20140504085007.GA6560@jwilk.net> Message-ID: <20140505055159.GA16383@lorien.valinor.li> Hi Jakub, On Sun, May 04, 2014 at 10:50:24AM +0200, Jakub Wilk wrote: > * Jakub Wilk , 2014-05-02, 15:44: > >So the intention was to disable only hostname verification, for > >compatibility with Crypt::SSLeay (why?!), but the effect is that > >the SSL_verify_mode is set to 0. > > To elaborate a bit on my "why?!": > > * There's nothing in the names of HTTPS_CA_* that would suggests > that these variables are specific to Crypt::SSLeay, or LWP, or even > Perl. So people might have them set in their environment for > purposes unrelated to Crypt::SSLeay. > > * I suspect that these days many users of LWP don't even know what > Crypt::SSLeay is. > > * There is nothing in the LWP documentation that suggests that > setting HTTPS_CA_* might have negative security effect. > > If for some reason (I can't see such reason, but maybe I'm missing > something) disabling hostname verification is desirable when > HTTPS_CA_* is set, then it should be prominently documented. > > > Regarding the proposed patch, I have doubts whether it is correct. > My understanding of the documentation[0] is that, contrary to what > the name of the option suggests, verify_hostname is supposed to > enable/disable both certificate verification and that the > certificate matches hostname. But after this patch applied, it will > affect only the latter. > > > [0] ?When TRUE LWP will for secure protocol schemes ensure it > connects to servers that have a valid certificate matching the > expected hostname. If FALSE no checks are made and you can?t be sure > that you communicate with the expected peer.? Thanks for elaborating this and taking time. I have not yet uploaded a package with the commit applied. There is some discussion going on the issue tracker at [1], which clarification from upstream of IO::Socket::SSL at [2]. [1] https://github.com/libwww-perl/lwp-protocol-https/pull/14 [2] https://github.com/libwww-perl/lwp-protocol-https/pull/14#issuecomment-42160001 Regards, Salvatore From ftpmaster at ftp-master.debian.org Mon May 5 12:16:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 12:16:19 +0000 Subject: Processing of libconfig-model-perl_2.055-1_amd64.changes Message-ID: libconfig-model-perl_2.055-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-perl_2.055-1_all.deb libconfig-model-perl_2.055-1.dsc libconfig-model-perl_2.055.orig.tar.gz libconfig-model-perl_2.055-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 12:19:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 12:19:18 +0000 Subject: libconfig-model-perl_2.055-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 05 May 2014 14:05:45 +0200 Source: libconfig-model-perl Binary: libconfig-model-perl Architecture: source all Version: 2.055-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-perl - module for describing and editing configuration data Changes: libconfig-model-perl (2.055-1) unstable; urgency=medium . * Imported Upstream version 2.055 This release removes all code related to asynchronous stores. You may see deprecation warning about callback parameter with other Config::Model::* modules. This will be fixed soon. * control: removed dep on libanyevent-perl, libev-perl, libnamespace-autoclean-perl Checksums-Sha1: fed9413e4299aeee0e4f5845d68800396386df9c 2815 libconfig-model-perl_2.055-1.dsc a194bc364f4a8574805ee73ddec2d93788faa65d 330880 libconfig-model-perl_2.055.orig.tar.gz 9db3b9b2c15d098c27e210b4dddd953c224ac61f 20064 libconfig-model-perl_2.055-1.debian.tar.xz 9d17fd1f14c95c3bee043cfcbad641dfa3e06527 427004 libconfig-model-perl_2.055-1_all.deb Checksums-Sha256: dbf90ae4661f9d85f675653238a5dca00f3c43f96b2d101078a7f8bfd33b54f6 2815 libconfig-model-perl_2.055-1.dsc e3d9e98958bb7d93a684e17e50bd81fa13bf23fb51175c3427db4a86640e2933 330880 libconfig-model-perl_2.055.orig.tar.gz 409d22a314a8d4e45ff6d3d6d679108e3ad72ee05ac698033820be8b2c4216ed 20064 libconfig-model-perl_2.055-1.debian.tar.xz 8405289fd63113033336b2a8e8661af1d757e8ee98ed6a7c34383e2e68e26462 427004 libconfig-model-perl_2.055-1_all.deb Files: 457206b796e8f7e3b7878bc933b392c2 427004 perl optional libconfig-model-perl_2.055-1_all.deb f969f2b7432add8320b3558116c4728c 2815 perl optional libconfig-model-perl_2.055-1.dsc 314fb16e72dc6620568cb0fb26102b27 330880 perl optional libconfig-model-perl_2.055.orig.tar.gz 89897137f633c7f8fb4dd82512d18cdd 20064 perl optional libconfig-model-perl_2.055-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTZ380AAoJEMMfT9lJqytsHkQP/35s1OZUDgXAb7WB73af2o5Q HvbriqcDgsrtZwb6HfPdZL6yKlaorgbdg/hPB9ilmzOx2Id6hHE7YeGRhcyOjonD QlvB/0vpGVGGYDK8/CDSDiWxf5F3OmpShX5r7rrJLg2svWszy2m7bodui3MSxAzb Z2VVP/yhpl8oeeJhoi60bYIc1DvgDMpgAjOSod2peVG9EZQCqFuOUq/Q0M4ke+KD 8fNxmv6h2NvoZrTCBXQ4XcYfZZ+v65OyZmq1QJKs/q4gv9pNff8qUJpDzgzBu0Rm ljf6NZLAP9HBkSDRhKrwTiaeLioEFcMarmTXumFJdvnLRPZeCCg8qYNoWgXQBobO KRrKHyP/41ANgBawRLFR30YfZw5XgOG5H6aK2qQTY+nszRm1bM7ZgORD6tKi7X4K ed2U63ooQQcrxYxXIxZnWIhfEYiumx5FRD1ibS/bG3ZYLiY1sE6RX633AlCEBkRh LDn77PGu5erLatgYLvRwX8nhLFrYnfFX/Xq8xBMJ02CuOuRKs8v71Abf2ZKtxCjQ 2mOecBLLeT9JJHWmQtYFxrfxXLFInXqyrUb/2Lc8eqce5CyHKf92TNedl+p9BOrb QIz5Zm57YFUKDI++9q+V4dMQ0S12DHRHuqKZ0DxRLj+GDub52Ohwk0tJwscuaFxO yq3aQvEphQ3kgaUWo483 =9zEh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 13:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 13:00:09 +0000 Subject: libpgplot-perl_2.21-4_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 24 Apr 2014 18:36:17 +0200 Source: libpgplot-perl Binary: libpgplot-perl Architecture: source amd64 Version: 1:2.21-4 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libpgplot-perl - perl interface to the pgplot plotting library Changes: libpgplot-perl (1:2.21-4) unstable; urgency=low . * Team upload . [ gregor herrmann ] * debian/copyright: update wording of Comment about copyright ownership. * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ Florian Schlichting ] * Switch dh compatibility to level 9 to enable passing of hardening flags * Declare compliance with Debian Policy 3.9.5 * Expand long description * Do not link against unused libraries Checksums-Sha1: 8ee5c8637121594d0fbe6d00aec12802a21ffc51 2144 libpgplot-perl_2.21-4.dsc 2e83aff5f027eb6e07d550fb5005e7f2205fe304 4948 libpgplot-perl_2.21-4.debian.tar.xz ab9236eb72e8781fe40b8332cb1d08ae02892827 41324 libpgplot-perl_2.21-4_amd64.deb Checksums-Sha256: 22dd77d3c36e92af85cbdc8c31b7e44a0c307f53952a540d8ea960c82aff7345 2144 libpgplot-perl_2.21-4.dsc bebd6e22a8dfe43c852601b7cbb21a9d5523202b1cd4e3d3f37644cf5e86aaa4 4948 libpgplot-perl_2.21-4.debian.tar.xz fcefcbc7a4f70752dcf0810395a14f20f2d1c0b7dffbc13329fff1bb2f6539cb 41324 libpgplot-perl_2.21-4_amd64.deb Files: fec248307627cc344fffd83284593200 41324 contrib/perl optional libpgplot-perl_2.21-4_amd64.deb 3078af1445c001e9fd23e79c7775a4fe 2144 contrib/perl optional libpgplot-perl_2.21-4.dsc 5199921027abc3c0966e8d0cf726a0ac 4948 contrib/perl optional libpgplot-perl_2.21-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTWUIqAAoJEBKXO25y3Ae1uNQP/RZVZK+N68mgAAqI1yaIrfw+ +H8tybJ7ZZb1LahIdfGWEV+iUPoOMpPMICf+5n1++z6t2pJ5CgARwmi9kisEPNJ2 3paWUnR326qAFnzuOEVJ/gsvfioviTUBM20LAynGAIRGPy/HskOMLo3q8v/er0uT E6OMtiOp1T7iRvjhndxi6ekJ2gCkUokAvLbSmJnNSHjhl699HRI8jZ1nhC6BN2UU p1fWTA7YqKAJ7QJRfal8Q264b1D0xSFQtzL9nB61djFESxTiLFKwRGM2Qr4TuKvA pj70DWvge2PyIvoa8DBUXMBjRO8Q20t2bKYVvUsZ5BW3hp4a2NEt+lwInKDVn3dC RIBhbICFQGqRAp0FlSh+Z2Lt26+A3b6T1umwD+BzlSlZBJv4N7HyOeRTbpybDxDW auu2V0vjy6vUIzqXYLCzjqo68eHjXe9Vo3oFIO0/2bxlBJtR4MraVkP6FYOpCMqT kQsEh1ZaRm8NuT0Dp5cXsk/jjbM9kd/vGl/jotm83DSXsHgZ8yACburCkglXXELi 98d18wekjgzB7Kw2Vp0Vx97yGpLenP5HurwnWDKgzcjoU0gUgZX1O9ZLE1lI6mMs sLYVwy3pMDq+0YWSTjvaeMbYbG6hKnjbzgPpsSDnOy9ZHWQNOHN7S8iI2sdPDRz+ IEu8VmC5L6jbvfU/lHAD =zEkC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 13:00:08 +0000 Subject: libdigest-perl-md5-perl_1.9-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 25 Apr 2014 00:21:53 +0200 Source: libdigest-perl-md5-perl Binary: libdigest-perl-md5-perl Architecture: source all Version: 1.9-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Florian Schlichting Description: libdigest-perl-md5-perl - Perl Implementation of Rivest's MD5 algorithm Closes: 745772 Changes: libdigest-perl-md5-perl (1.9-1) unstable; urgency=low . * Initial Release. (Closes: #745772) Checksums-Sha1: 9cc2de29a33313043e96d41a1cb4ca556ba8494b 2105 libdigest-perl-md5-perl_1.9-1.dsc 0b325c1dc49929d0b7b2942bd841832e125d94bd 72009 libdigest-perl-md5-perl_1.9.orig.tar.gz e0620293c10d9bae6c1498570665b15399a916e9 2028 libdigest-perl-md5-perl_1.9-1.debian.tar.xz 4d5beacddc3d8806df58c8341a0427b1ddd83f6a 11728 libdigest-perl-md5-perl_1.9-1_all.deb Checksums-Sha256: a4aca7c37f63332ef01487131154a5289240f8e6b3e033e60ecdfaaf30a2a406 2105 libdigest-perl-md5-perl_1.9-1.dsc 7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1 72009 libdigest-perl-md5-perl_1.9.orig.tar.gz aba5394cbe588ddb6015ad7196ab325e46a8b3e852224b734ae5f67dc80cc2a6 2028 libdigest-perl-md5-perl_1.9-1.debian.tar.xz bdc54097e1a8a95ca38868e4acfdad9d0e62c24d3c838059574f640188d7de14 11728 libdigest-perl-md5-perl_1.9-1_all.deb Files: 1f6ecbc8762b8d58ec923f0625c7411a 11728 perl optional libdigest-perl-md5-perl_1.9-1_all.deb a8d2cba597fc905689271d7901f66646 2105 perl optional libdigest-perl-md5-perl_1.9-1.dsc 41f1160e11ce0d99021fc8d6c725fa3d 72009 perl optional libdigest-perl-md5-perl_1.9.orig.tar.gz c98a8027f823c3aef64a42de1d4380e1 2028 perl optional libdigest-perl-md5-perl_1.9-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTWY7sAAoJEBKXO25y3Ae1mfUP/jOWsTMhwwstE+ga0e+iUdlY s8MThWulEd1trjDcMJYE5rE33mh0sHcjvIxQmB2OKLxlfgYVIxRT3COwDi1WXJ5o 9SFuXpKvGGmmEzbuSrgEOVSUiTvkLZlQpjQITQKeYkaLEFjLahDR7H+Lb7t68dXV tq8ORGjG0RWAJGe7TPOFo0XDXS7brNavmsl0hCQkn459MKXrdUBXRUdnr/gzyPDf JCZsRpnLN2P/X9ejeVguLlDNcxHr+Rhxs2tiSMiVSAafqOIe9atwezjQbEM3YhyO rK1Syk1LX9JhMO+3GwnMJ6m59yTrJFRCSAI1hk5a1neyJmJaataf06KY1PiIYDyy y/FAjD7gqf2trDCEIjRebjM2kgcgvCzkhSxHHbZa2c5ytsSVk/vmFGoYQs4D7tc/ 8bRVVOViG4ch/qDuO3bxoEvemOtVauHSsXlQISQEgAOozo4enz/INghY797F7X0m UNQ7Lyo6W1Bgd6kcKx9VdYD8RULUxP4JE3rNaZHi1xLAR1iNEhHQupRAvJruA4xP H2M2kVb4kDJio/BlN2qVAdderm2zYdRVQFrsbbji6G2+sEycv/BFgfycV7xxpc/k HboHU8W2Pp3r+ndFCCwN3MBDPrlhnzdWBWEoyQ+ofo2aRmdeD5yIy0XdA5DemSXh TUFnaOWY5iaP9Vlsq8VW =u28n -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 5 14:36:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 May 2014 14:36:10 +0000 Subject: Processed: limit package to wnpp, tagging 746653 References: <1399300442-2491-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > #libcatalyst-plugin-email-perl (0.08-1) unstable; urgency=low > # > # * Initial release. Closes: #746653 > # > limit package wnpp Limiting to bugs with field 'package' containing at least one of 'wnpp' Limit currently set to 'package':'wnpp' > tags 746653 + pending Bug #746653 [wnpp] ITP: libcatalyst-plugin-email-perl -- module to send emails with Catalyst Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 746653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746653 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Mon May 5 14:37:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 14:37:33 +0000 Subject: Processing of libcatalyst-plugin-email-perl_0.08-1_amd64.changes Message-ID: libcatalyst-plugin-email-perl_0.08-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-email-perl_0.08-1_all.deb libcatalyst-plugin-email-perl_0.08-1.dsc libcatalyst-plugin-email-perl_0.08.orig.tar.gz libcatalyst-plugin-email-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 14:57:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 14:57:38 +0000 Subject: Processing of rename_0.20-3_i386.changes Message-ID: rename_0.20-3_i386.changes uploaded successfully to localhost along with the files: rename_0.20-3_all.deb rename_0.20-3.dsc rename_0.20-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 15:12:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 15:12:43 +0000 Subject: Processing of libspreadsheet-parseexcel-perl_0.6500-1_amd64.changes Message-ID: libspreadsheet-parseexcel-perl_0.6500-1_amd64.changes uploaded successfully to localhost along with the files: libspreadsheet-parseexcel-perl_0.6500-1_all.deb libspreadsheet-parseexcel-perl_0.6500-1.dsc libspreadsheet-parseexcel-perl_0.6500.orig.tar.gz libspreadsheet-parseexcel-perl_0.6500-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 15:46:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 15:46:05 +0000 Subject: libcatalyst-plugin-email-perl_0.08-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-email-perl is NEW. source:libcatalyst-plugin-email-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From ftpmaster at ftp-master.debian.org Mon May 5 15:46:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 15:46:26 +0000 Subject: libspreadsheet-parseexcel-perl_0.6500-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 17:10:46 +0200 Source: libspreadsheet-parseexcel-perl Binary: libspreadsheet-parseexcel-perl Architecture: source all Version: 0.6500-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libspreadsheet-parseexcel-perl - Perl module to access information from Excel Spreadsheets Changes: libspreadsheet-parseexcel-perl (0.6500-1) unstable; urgency=low . [ gregor herrmann ] * New upstream release. * debian/copyright: update years of upstream and packaging copyright. * Refresh patches. * Bump debhelper compatibility level to 8. * Remove version from libtest-pod-perl build dependency, already satisfied in oldstable. * Add new build and runtime dependency on libcrypt-rc4-perl. * debian/control: update {versioned,alternative} (build) dependencies. * Strip trailing slash from metacpan URLs. * debian/rules: fix examples hashbang/permissions. . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ Florian Schlichting ] * Import Upstream version 0.6500 * Update upstream copyright holders * Declare compliance with Debian Policy 3.9.5 * Drop 10objref.patch, feature incorporated upstream Checksums-Sha1: 385fdb4bfe6f1558a536429c720443393c5a9f76 2621 libspreadsheet-parseexcel-perl_0.6500-1.dsc 76f49a87bffcbe0191117493c69017cf6a0598da 206923 libspreadsheet-parseexcel-perl_0.6500.orig.tar.gz 61c3ab62200c64ca97cc480bb67ca15bc6c1463e 5776 libspreadsheet-parseexcel-perl_0.6500-1.debian.tar.xz ca89d9b345413fda2c931f190bf2b4b3471ad652 159076 libspreadsheet-parseexcel-perl_0.6500-1_all.deb Checksums-Sha256: e0e33d50e1aaa84009a45485a4b8c87ae975e001e23af6851b7969f086156c25 2621 libspreadsheet-parseexcel-perl_0.6500-1.dsc 6ec4cb429bd58d81640fe12116f435c46f51ff1040c68f09cc8b7681c1675bec 206923 libspreadsheet-parseexcel-perl_0.6500.orig.tar.gz 25ab7acd55c6e767a07abee934c7bf9eea5309befcb69a9d6c6e7bbfb16c23ab 5776 libspreadsheet-parseexcel-perl_0.6500-1.debian.tar.xz 3f66501530bfa7b3d0470e96e0c5392be0877a03fea6d8bdeff1b9c6474d2f81 159076 libspreadsheet-parseexcel-perl_0.6500-1_all.deb Files: cced220489a3f5194fc7add9dc22e3e2 159076 perl optional libspreadsheet-parseexcel-perl_0.6500-1_all.deb 0342cee6f3abdd0e603e09423dca1016 2621 perl optional libspreadsheet-parseexcel-perl_0.6500-1.dsc 4b8857e3a391d86501c1b742b459ac9e 206923 perl optional libspreadsheet-parseexcel-perl_0.6500.orig.tar.gz 731ef604010683490eaaeaf66146035d 5776 perl optional libspreadsheet-parseexcel-perl_0.6500-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ6o8ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpqcD/9ll/8zDjr/Kfx3O9VyNgKg7a4BEnDIZo9Ii5wNh3lkVyRO qLKuqhQ1L8JGSOgzvvmKF+dMvoXLrLg9KhP1qmpkXZT9ard6m8rsB+SzHeGXV8H7 V/09tki9xItziKLd5FVgWcUZ8ELeVbim8Gh5kDx3iNGwr86MgJ8beguxx1e4Epqk NRyw1pGiQSsBNOaD9PXQ5Lf88LlmzfiPaCQoIpkA0qmfcld6+U3e8Sb/asxt8Zuq xq26q3xYUoB/DZiIiJO0KXLJ+RRqHyVRkiMskaLX8wI34ej6FdJw221NDbWoMpYe cw8iVkDEamwZtYy1n6+xZcY4Tyuj8PNrjJgxVxOa0gwrM5V9yoV6FirBQi9u4Dcp jRPkJLZaZZX5ejelIG1iGRvJQ5LmxYf2IR51Vqw8L6ozxQs1egOJz2gSoYrdhf0B PD/p8BpVWGyEWWCfeiorNOGM2wuOlLae/NER9UY1kuOXL0RjcPYOHStOJ59qa0lS WFeJ0ghSOY+26Eun82/WaqUXNqUoZxUkueYFNE0txSdf+cA2CU0ny+rmW7slSebQ Q/jCkmBeCm+SUopzpCyNIKNUtWLfvs7miwnp1+vQmV8egjtKhB/1S75pQyVjiTvM 4NJxL0VeORdrOXclAtGde9n57Sz7KGT9FYeFnexJ8fvbxpbkQ7YpxlbtaF4DZw== =6vbK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 15:48:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 15:48:42 +0000 Subject: rename_0.20-3_i386.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 05 May 2014 15:47:08 +0100 Source: rename Binary: rename Architecture: source all Version: 0.20-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominic Hargreaves Description: rename - Perl extension for renaming multiple files Changes: rename (0.20-3) unstable; urgency=medium . * Update Priority to standard, to match perl which provides an older version of 'rename' Checksums-Sha1: a76f07ec1fc46e73db02b686d4ef3a67278bbd7f 1937 rename_0.20-3.dsc 21183111ede95f44256eb94c6d63430dcfc2e790 1868 rename_0.20-3.debian.tar.xz ca40c31c855254247909676fceb099030bacebc9 12420 rename_0.20-3_all.deb Checksums-Sha256: 2ba3135af866913ee9a0c3b2466a87cb48e3381616f9114683c99a453411e30a 1937 rename_0.20-3.dsc 626af1157599a8fe71f3a4554ba2bef46c7e2e1745c9b104403a561246d7b1c2 1868 rename_0.20-3.debian.tar.xz c6bbaf53b32ed130306c4be43b4cfa196352736c6a38aa098764d0fd10e6d676 12420 rename_0.20-3_all.deb Files: 4ed7ef2075409641afcf612f2240e8bb 12420 perl standard rename_0.20-3_all.deb e19c9e8f37185ec9831f9f0d2bf41228 1937 perl standard rename_0.20-3.dsc 2b79bfd84ef3123053f0c8587b175e3c 1868 perl standard rename_0.20-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTZ6S0AAoJEMAFfnFNaU+yGdsQAOICfNDe8Kc4oHIP8zIOk9+Y 7HcRoZifhfM7BatH7vK8Jr+eYBFfuA/LPwcT/ts3u403sZ7+fbuuaOj84YKqFUpI zGw91yipWSH4flKZ4RPsleLhxO0UrFNfrm/3uoJI1DZGrvq6IOPZ+IPqdljeFSJr ciGzEeVI50LHcUPH3Uyy8DP+caM4PhPmgUQwXj4i4A1RnRpfhadanOQqhB6/jHqn YEb/8LofOv777tjJDhC6SAvfx/k/q5/GER/wD7w0JOeqvSjyu/LlVulrb+jaFH4L nEet6aRvRcuViodvFLti4BMWFnC2KENz1BYGsi5PoMay2E99oUpd02vACqu9L3FV jue7IRWdlK+wuckLYUHTbXfUfrG0Zk4xnPXbcqStX7dzy4JNlf/5BlH1QLa/lwZr w+uBy0rT/StJujmMw6Y0zc1nSaL7rNfx4eR0imEQ9rhm3icJ2PhZ1nFcGM87/dGa YuPVSiyJ7OUPQX/bFfVRnpLFqwYfz8PPUw7I3EA9F8F4+fTMR+jyJIBCR5xePc11 SmXSDAyjCpEPt04eEPzEHFOc5c71KNjmQuJHGFGnZqfmojgGTsrQ7taTQVpgTQu9 yAAsZNXJiXrLzv/tANZIyFKPsejyzCTDuGtrR/86TvEDj096vYfhAfO9rf69FUsx 5RSvFJoxPCJaY79Fvfi5 =jjjP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 16:18:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 16:18:18 +0000 Subject: Processing of libspreadsheet-read-perl_0.54-1_amd64.changes Message-ID: libspreadsheet-read-perl_0.54-1_amd64.changes uploaded successfully to localhost along with the files: libspreadsheet-read-perl_0.54-1_all.deb libspreadsheet-read-perl_0.54-1.dsc libspreadsheet-read-perl_0.54.orig.tar.gz libspreadsheet-read-perl_0.54-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 16:21:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 16:21:31 +0000 Subject: libspreadsheet-read-perl_0.54-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 18:12:47 +0200 Source: libspreadsheet-read-perl Binary: libspreadsheet-read-perl Architecture: source all Version: 0.54-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libspreadsheet-read-perl - reader for common spreadsheet formats Changes: libspreadsheet-read-perl (0.54-1) unstable; urgency=low . [ Nicholas Bamber ] * New upstream release 0.45 * Raised standards version to 3.9.2 * Removed redundant version dependencies * Updated copyright . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * New upstream release 0.46. * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release 0.54. * Update build and runtime dependencies. * debian/rules: set AUTOMATED_TESTING=1 for dh_auto_configure. This avoids installation of the example scripts and a generated symlink. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: b30005e654fc096ef5c84eefca0974748f42ba50 2588 libspreadsheet-read-perl_0.54-1.dsc eb4aa7a89edc87173fd2c86b1e86da6a0a1a3062 133153 libspreadsheet-read-perl_0.54.orig.tar.gz a3bdb781f050acaf651ae703be530e547bc105ed 3628 libspreadsheet-read-perl_0.54-1.debian.tar.xz 972102abe860b142a9e175639b928a4792a01639 36048 libspreadsheet-read-perl_0.54-1_all.deb Checksums-Sha256: a316695eec501f6cd5149dd1dc8b6fc4d71478853b79cdbb10ae347ca83de076 2588 libspreadsheet-read-perl_0.54-1.dsc 5798c3fcd7bc65047245cb2d87dfc59cbc49c9f35a3b3472a94712ec7b5f3a73 133153 libspreadsheet-read-perl_0.54.orig.tar.gz 205950b3a232a36a08c6167a81f112d402f779dc7f89b17ab45c9c6e316a7b7d 3628 libspreadsheet-read-perl_0.54-1.debian.tar.xz e5bf827806bb93c248f7b04533b61173a6f0c3be858eebbaad6581b3875a00fe 36048 libspreadsheet-read-perl_0.54-1_all.deb Files: 65b88feb7a630f9f1b06e80801627577 36048 perl optional libspreadsheet-read-perl_0.54-1_all.deb 4cc864ec1e30d4855c2369c04fcdfe69 2588 perl optional libspreadsheet-read-perl_0.54-1.dsc 921f5237573bc7f91c86021bcb74f60d 133153 perl optional libspreadsheet-read-perl_0.54.orig.tar.gz 1dfa1593a739a2863423bfae920b53cd 3628 perl optional libspreadsheet-read-perl_0.54-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ7jeThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrFjEAC4pJrO4LEElIhVC5pG58ueN/Kq1aZ1HMC1s6WYhEspxCpI aItsBVl1ofWRDncbN0RwBuaWs4w1gaTqM720YNA8BJHb0w0rcnut7MJY8nkhe4Vt xHSv7zID9SvNJqJWUtTy4uoJ14YHdnL45/yXAlmlFksVvYMZAnTDPe4rDcCCwL2R Yg2hkZRNcskDzRS4MI0Lrs6p7NgUodu/UPTVHGHUTpfXajn0xxeRRsylZotTFaSW +Sprs3RjhVgtozlezbkxDVlTnkuctPm1Pu7O2srkXBbNuyW0EGq7I/Pho45yjfcE KKzwRqL19JsjlqeEqM8BfGgnol7FD+iCJmvKzK8lu3DNiRruXowrOcI5jcaiRlRs 7oMzzN77V710C+4DLvoa2loT79F9m5ouBBfUPIqqFZR4VCmCfe4QkIMcmKjJZPyo XLGTd8QejKCFkLTi71MvwqlWLM6crD6VjevxwLgevGCIp+YPqVStb99xh9doX3cs eaotXse/IsDTFIIiE6ro7iPvXNdmIhgS7ONm0ktI8XWm130w2PMBff6T3qx3QTr8 q0wBh8K0n5ZibLOQQBTLROeTaUjlMxbjMkMHQ/aeUlQfSFOqaHUoPFspnmsSLJXz 3zF/+f9Qbm6tv51mKLvInjNlwpkr2mHbKUOgkYprfX11fHL3xNqeKmA4PQnReQ== =3BTP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libtext-levenshteinxs-perl 0.03-4 MIGRATED to testing Message-ID: FYI: The status of the libtext-levenshteinxs-perl source package in Debian's testing distribution has changed. Previous version: 0.03-3 Current version: 0.03-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libnet-libidn-perl 0.12.ds-2 MIGRATED to testing Message-ID: FYI: The status of the libnet-libidn-perl source package in Debian's testing distribution has changed. Previous version: 0.12.ds-1 Current version: 0.12.ds-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libsocket-multicast6-perl 0.04-2 MIGRATED to testing Message-ID: FYI: The status of the libsocket-multicast6-perl source package in Debian's testing distribution has changed. Previous version: 0.04-1 Current version: 0.04-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libogg-vorbis-decoder-perl 0.9-2 MIGRATED to testing Message-ID: FYI: The status of the libogg-vorbis-decoder-perl source package in Debian's testing distribution has changed. Previous version: 0.9-1 Current version: 0.9-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libnet-jabber-loudmouth-perl 0.07-3 MIGRATED to testing Message-ID: FYI: The status of the libnet-jabber-loudmouth-perl source package in Debian's testing distribution has changed. Previous version: 0.07-2 Current version: 0.07-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libgtk2-spell-perl 1.04-2 MIGRATED to testing Message-ID: FYI: The status of the libgtk2-spell-perl source package in Debian's testing distribution has changed. Previous version: 1.04-1 Current version: 1.04-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libnet-freedb-perl 0.08-3 MIGRATED to testing Message-ID: FYI: The status of the libnet-freedb-perl source package in Debian's testing distribution has changed. Previous version: 0.08-2 Current version: 0.08-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon May 5 17:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 17:00:07 +0000 Subject: libexporter-tiny-perl_0.038-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 30 Apr 2014 17:06:35 +0200 Source: libexporter-tiny-perl Binary: libexporter-tiny-perl Architecture: source all Version: 0.038-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libexporter-tiny-perl - tiny exporter similar to Sub::Exporter Closes: 746492 Changes: libexporter-tiny-perl (0.038-1) unstable; urgency=low . * Initial packaging release. Closes: bug#746492. Checksums-Sha1: d82cadb57f20d9373905e98e55cb6b35dafeb075 2223 libexporter-tiny-perl_0.038-1.dsc e2dddc4c4d5599aad7f19d9b5960d544f8319ee3 28750 libexporter-tiny-perl_0.038.orig.tar.gz 74f09414cd42aee5fef1ce1a1ffea2ce4cd250ab 2716 libexporter-tiny-perl_0.038-1.debian.tar.xz 4c5b964c9b89476bfb6aae7c84970a3967a94d4f 28224 libexporter-tiny-perl_0.038-1_all.deb Checksums-Sha256: 947947e4a5f9fc4cce1edd0a38dba323d6d6b25951735241009cd4acc901e2b1 2223 libexporter-tiny-perl_0.038-1.dsc 1fc97d13a90941880c7fd106fdd6f763a97a1a17214a17ff0cbde83e4f8653ba 28750 libexporter-tiny-perl_0.038.orig.tar.gz d0ab805ab078921a11f7d84dfc2cc69ff4595d597bd5495c12f1891cc6fabfc4 2716 libexporter-tiny-perl_0.038-1.debian.tar.xz 4d78eae0768afe40eacfe8e400acf258b356903b49dab31e149c305d1f1d6d7d 28224 libexporter-tiny-perl_0.038-1_all.deb Files: 5e281e938af351bd3dae28b4c28fc596 28224 perl optional libexporter-tiny-perl_0.038-1_all.deb b4b908341b37f5345816bd8eac2f3b26 2223 perl optional libexporter-tiny-perl_0.038-1.dsc 9ab8587a1c95ad7b666fbc43ab76f16e 28750 perl optional libexporter-tiny-perl_0.038.orig.tar.gz 036912c3e47b6f2286c62cc3a5cb2367 2716 perl optional libexporter-tiny-perl_0.038-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTYRSWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhbrsP/0QKKfzmqV4nMiDfCycEvGqa sXvjXvl21x30LTNB+y3Nx682xPg3tktyvqnpOHhDcW/FB+NHjbHrDYXrMwxvikv+ Z3usTmWvGaUiNCt7OFDHcHaYhCfyeyafGqtk/YVx11Tkz93BjzcSO6RkQ5/uDso2 44/IJXsv2J1s6arVsWX8UHWlwWG7shMSdq+z4YtI32fRcTEFUhGaTWsBHnCDtZY+ dGE8wGIzZ5pVmlJVf6lWJGYMri8ritDvKQE6FqNVDU6vEdx6ced90TPp+TiniS6s L9Bw7GKUIw0AKil4MUTrY2vqYGVrYaKBBceIBe6FV7maszZiDzpJZFzQZSuY9Abd NjlcNxo0zmCWzd+drvcsw+s/9VP+po5ZXrueaG3u6nZ5jroRMscXuuFEmv3AQS5C 0sv9/tc53EArYXD0RL4RjFkTsbZbNG77b+SR2dBJcEbSEst+67P9l5RZwvL+mku0 iioiUGib1hSpCb/UjbeQifn38L7jZfwLKY6WbrtGYFXmS0VqQmoiDbAyNmdtzHpi AZHR+yNR3/1nrbN8NVeJZoF/+UxsYc2nkAKWnRQ9bKpa2scBszdUmFphC8gopwwD 5nghpHX8ZIB8J7q6zg4Cv3Et3bnL2kV3hhYY2/SYkZfq2jfs2XCGHOhl1Gh9ZBco +q29vGmS5JkJomeUhbhf =XyAM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libsub-prototype-perl 0.02-2 MIGRATED to testing Message-ID: FYI: The status of the libsub-prototype-perl source package in Debian's testing distribution has changed. Previous version: 0.02-1 Current version: 0.02-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libscalar-util-numeric-perl 0.22-2 MIGRATED to testing Message-ID: FYI: The status of the libscalar-util-numeric-perl source package in Debian's testing distribution has changed. Previous version: 0.22-1 Current version: 0.22-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libsocket-linux-perl 0.01-2 MIGRATED to testing Message-ID: FYI: The status of the libsocket-linux-perl source package in Debian's testing distribution has changed. Previous version: 0.01-1 Current version: 0.01-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libmongodb-perl 0.702.2+ds-2 MIGRATED to testing Message-ID: FYI: The status of the libmongodb-perl source package in Debian's testing distribution has changed. Previous version: 0.702.2+ds-1 Current version: 0.702.2+ds-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libimage-librsvg-perl 0.07-7 MIGRATED to testing Message-ID: FYI: The status of the libimage-librsvg-perl source package in Debian's testing distribution has changed. Previous version: 0.07-6 Current version: 0.07-7 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libgtk2-unique-perl 0.05-2 MIGRATED to testing Message-ID: FYI: The status of the libgtk2-unique-perl source package in Debian's testing distribution has changed. Previous version: 0.05-1 Current version: 0.05-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:19 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:19 +0000 Subject: libgnome2-gconf-perl 1.044-5 MIGRATED to testing Message-ID: FYI: The status of the libgnome2-gconf-perl source package in Debian's testing distribution has changed. Previous version: 1.044-4 Current version: 1.044-5 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:19 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:19 +0000 Subject: libgtk2-notify-perl 0.05-4 MIGRATED to testing Message-ID: FYI: The status of the libgtk2-notify-perl source package in Debian's testing distribution has changed. Previous version: 0.05-3 Current version: 0.05-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libgtk2-sourceview2-perl 0.10-2 MIGRATED to testing Message-ID: FYI: The status of the libgtk2-sourceview2-perl source package in Debian's testing distribution has changed. Previous version: 0.10-1 Current version: 0.10-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libparse-exuberantctags-perl 1.02-1 MIGRATED to testing Message-ID: FYI: The status of the libparse-exuberantctags-perl source package in Debian's testing distribution has changed. Previous version: 1.01-1 Current version: 1.02-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libmath-random-perl 0.71-4 MIGRATED to testing Message-ID: FYI: The status of the libmath-random-perl source package in Debian's testing distribution has changed. Previous version: 0.71-3 Current version: 0.71-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libmime-explode-perl 0.39-3 MIGRATED to testing Message-ID: FYI: The status of the libmime-explode-perl source package in Debian's testing distribution has changed. Previous version: 0.39-2 Current version: 0.39-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libsub-current-perl 0.02-2 MIGRATED to testing Message-ID: FYI: The status of the libsub-current-perl source package in Debian's testing distribution has changed. Previous version: 0.02-1 Current version: 0.02-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libposix-strptime-perl 0.10-2 MIGRATED to testing Message-ID: FYI: The status of the libposix-strptime-perl source package in Debian's testing distribution has changed. Previous version: 0.10-1 Current version: 0.10-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 5 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 05 May 2014 16:39:20 +0000 Subject: libsgml-parser-opensp-perl 0.994-3 MIGRATED to testing Message-ID: FYI: The status of the libsgml-parser-opensp-perl source package in Debian's testing distribution has changed. Previous version: 0.994-2 Current version: 0.994-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From bts-link-upstream at lists.alioth.debian.org Mon May 5 17:38:01 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 05 May 2014 17:38:01 -0000 Subject: [bts-link] source package libparams-validate-perl Message-ID: <20140505173735.21971.25485.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libparams-validate-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #644949 (http://bugs.debian.org/644949) # Bug title: libparams-validate-perl: Segfault when using a Readonly spec # * http://rt.cpan.org/Public/Bug/Display.html?id=80572 # * remote status changed: open -> resolved # * closed upstream tags 644949 + fixed-upstream usertags 644949 - status-open usertags 644949 + status-resolved thanks From owner at bugs.debian.org Mon May 5 17:39:20 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 May 2014 17:39:20 +0000 Subject: Processed: [bts-link] source package libparams-validate-perl References: <20140505173735.21971.25485.btslink@sonntag.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # > # bts-link upstream status pull for source package libparams-validate-perl > # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html > # > user bts-link-upstream at lists.alioth.debian.org Setting user to bts-link-upstream at lists.alioth.debian.org (was bts-link-devel at lists.alioth.debian.org). > # remote status report for #644949 (http://bugs.debian.org/644949) > # Bug title: libparams-validate-perl: Segfault when using a Readonly spec > # * http://rt.cpan.org/Public/Bug/Display.html?id=80572 > # * remote status changed: open -> resolved > # * closed upstream > tags 644949 + fixed-upstream Bug #644949 [libparams-validate-perl] libparams-validate-perl: Segfault when using a Readonly spec Added tag(s) fixed-upstream. > usertags 644949 - status-open Usertags were: status-open. Usertags are now: . > usertags 644949 + status-resolved There were no usertags set. Usertags are now: status-resolved. > thanks Stopping processing here. Please contact me if you need assistance. -- 644949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644949 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From jwilk at debian.org Mon May 5 18:09:30 2014 From: jwilk at debian.org (Jakub Wilk) Date: Mon, 5 May 2014 20:09:30 +0200 Subject: Bug#747117: outdated "Defaults for Cert, Key and CA" section in IO::Socket::SSL(3pm) manpage Message-ID: <20140505180912.GA5509@jwilk.net> Package: libio-socket-ssl-perl Version: 1.983-1 Upstream changelog says: 1.968 2014/03/13 - BEHAVIOR CHANGE: removed implicit defaults of certs/server-{cert,key}.pem for SSL_{cert,key}_file and ca/,certs/my-ca.pem for SSL_ca_file. These defaults were depreceated since 1.951 (2013/7/3). But the "Defaults for Cert, Key and CA" section of the IO::Socket::SSL(3pm) manpage still says that certs/*.pem are the defaults. -- Jakub Wilk From pkg-perl-maintainers at lists.alioth.debian.org Mon May 5 18:31:08 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Mon, 05 May 2014 18:31:08 +0000 Subject: Bug#644949: Pending fixes for bugs in the libparams-validate-perl package Message-ID: tag 644949 + pending thanks Some bugs in the libparams-validate-perl package are closed in revision 30e6ffbca20df88a0a0e11355eb008f601e88f02 in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparams-validate-perl.git;a=commitdiff;h=30e6ffb Commit message: New upstream release. Fixes "Segfault when using a Readonly spec" (Closes: #644949) From owner at bugs.debian.org Mon May 5 18:33:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 May 2014 18:33:17 +0000 Subject: Processed: Pending fixes for bugs in the libparams-validate-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 644949 + pending Bug #644949 [libparams-validate-perl] libparams-validate-perl: Segfault when using a Readonly spec Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 644949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644949 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Mon May 5 18:34:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 18:34:15 +0000 Subject: Processing of libparams-validate-perl_1.09-1_amd64.changes Message-ID: libparams-validate-perl_1.09-1_amd64.changes uploaded successfully to localhost along with the files: libparams-validate-perl_1.09-1_amd64.deb libparams-validate-perl_1.09-1.dsc libparams-validate-perl_1.09.orig.tar.gz libparams-validate-perl_1.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 18:49:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 18:49:12 +0000 Subject: libparams-validate-perl_1.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 20:29:36 +0200 Source: libparams-validate-perl Binary: libparams-validate-perl Architecture: source amd64 Version: 1.09-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libparams-validate-perl - Perl module to validate parameters to Perl method/function calls Closes: 644949 Changes: libparams-validate-perl (1.09-1) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release. Fixes "Segfault when using a Readonly spec" (Closes: #644949) * Update years of copyright. * Add build dependency on libtest-requires-perl. Checksums-Sha1: 274e92f5fb395cafea55cc0e8fafbedaae6be493 2549 libparams-validate-perl_1.09-1.dsc a246f4d5dbab8563649860a4c6ed99b059fc9734 103984 libparams-validate-perl_1.09.orig.tar.gz d2bd30ed0b13aeaffecc0b51952b59656341be2c 8288 libparams-validate-perl_1.09-1.debian.tar.xz 7c427cda81b84c761f965ac46df03c2997f0aec3 63488 libparams-validate-perl_1.09-1_amd64.deb Checksums-Sha256: d968d12fe9e04b3bec6a2e4277a924a00d6e85012e041024747df1c29b58294e 2549 libparams-validate-perl_1.09-1.dsc dd7b424964e0dfdbbf4b1f199e84ddca36559c718b36a7e7c88775fa28d280e6 103984 libparams-validate-perl_1.09.orig.tar.gz 7232b5d08e14154e7d5a63b227c6f2a94087e946f14e45061eca6ac8ccf6c9ff 8288 libparams-validate-perl_1.09-1.debian.tar.xz 7410066d9cb8bb5da9b0432ff3b40dc4d44f15003cc9ad7d524ed92fbbe23135 63488 libparams-validate-perl_1.09-1_amd64.deb Files: 804195d7550355b640e3b2905e34f3ec 63488 perl optional libparams-validate-perl_1.09-1_amd64.deb c32d4c635a901fa9294f412e805168f8 2549 perl optional libparams-validate-perl_1.09-1.dsc 959dfc6798e877d70a8a10c513d46967 103984 perl optional libparams-validate-perl_1.09.orig.tar.gz 432fad424a160df8110582f672cca661 8288 perl optional libparams-validate-perl_1.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ9jGThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsF2D/99Sc6X0c8kXtamMyjsjHL4U0G9pGVfcddd/K7hDtNngBuX NlnKqgAi/LsoiQZm+1n8vpLtAbTVXczA/38DHgz8uuAPAo9CgEFkS6mac+RJoiI0 zr27D4C/yJy556PM3aLE0s/RLy2GjBQGJLdGAMjPXJJLBGZV9JozSeSRPU8OfGKc 5j8ar3DhWmKDwNUxDxsPFPE/8ug6y0Jd3GtaDlrdDm6y6cIo7eVMFssV0l/c09G3 r66riadi3vHf2MGWl77Y0T0QYlymdXWjhEDnEKSOlfylIL8krOT8JurCMHOFwxre oEgeB8QwLGxGYzrV0fl0nFLiyRgGL0RBBnmCWPLQz9fnJCsyOpd7BGzVY6fl/YC7 Sa2Cmkwe5CcH1UvwoT5qWbM8tZNURGlsm4hul948MppstCDgf3ztNa1tLu2VcJxd PiGJZY+NrGuPitgpp9tj7Ti3pUg7V+LwHltQqFtO7ESytasJWRqmhE8tv03obqhi RdM9uK+PWzgT2XjE2EXm/9PX6qQWrOCUO1PhhEVLR9Uhg8Fy3SRHtLKPB0twU6db R79OerNANMyE9NsAbEtN/4viXBP3AgNJuB4qv7f0xSYt1s5q9VURvqnLhCYxpM60 AYF7sc7BFlQg1Q91WUGrtYh1OFPQ50LFxTT9xsFuMVlgxXEhQTmbt/e6FWWWwQ== =nqWh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 5 18:51:16 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 May 2014 18:51:16 +0000 Subject: Bug#644949: marked as done (libparams-validate-perl: Segfault when using a Readonly spec) References: <20111011022845.GA20341@jamessan.com> Message-ID: Your message dated Mon, 05 May 2014 18:49:12 +0000 with message-id and subject line Bug#644949: fixed in libparams-validate-perl 1.09-1 has caused the Debian Bug report #644949, regarding libparams-validate-perl: Segfault when using a Readonly spec to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 644949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644949 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: James Vega Subject: libparams-validate-perl: Segfault when using a Readonly spec Date: Mon, 10 Oct 2011 22:28:45 -0400 Size: 4363 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#644949: fixed in libparams-validate-perl 1.09-1 Date: Mon, 05 May 2014 18:49:12 +0000 Size: 6025 URL: From ftpmaster at ftp-master.debian.org Mon May 5 19:29:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:29:30 +0000 Subject: Processing of libconfig-model-dpkg-perl_2.048_amd64.changes Message-ID: libconfig-model-dpkg-perl_2.048_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-dpkg-perl_2.048_all.deb libconfig-model-dpkg-perl_2.048.dsc libconfig-model-dpkg-perl_2.048.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 19:33:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:33:43 +0000 Subject: libconfig-model-dpkg-perl_2.048_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 05 May 2014 19:23:55 +0200 Source: libconfig-model-dpkg-perl Binary: libconfig-model-dpkg-perl Architecture: source all Version: 2.048 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-dpkg-perl - editor for Dpkg source files with validation Changes: libconfig-model-dpkg-perl (2.048) unstable; urgency=medium . + Added a patch (DEP-3) editor/checker: * check all patches with 'cme check dpkg-patches' * check one patch with 'cme check dpkg-patch debian/patches/foo' or 'cme check dpkg-patch foo' * the edit command can also be used. E.g. 'cme edit dpkg-patch foo' * control: - removed dependency on libnamespace-autoclean-perl * depends on libconfig-model-perl 2.055 + added depends on liburi-perl (not used during tests) * fix warnings by removing last traces of async calls * fix test (removed calls to removed functions) Checksums-Sha1: 74169a441ffa9b1dc742886060b29b3ff1948d91 2239 libconfig-model-dpkg-perl_2.048.dsc 687955d29f3172352eab352672715e6590b173d0 68820 libconfig-model-dpkg-perl_2.048.tar.xz 5fbe6961437f14576922f9faf9e61844f38b9ab4 108080 libconfig-model-dpkg-perl_2.048_all.deb Checksums-Sha256: 4783c1576ff694a9949ae544ebdb127dfb17a041162589f255297dd83c10013e 2239 libconfig-model-dpkg-perl_2.048.dsc 8e7f61596a7962cfa764787237b02acaa7bb2cf8e8f136860ae8b4574a528911 68820 libconfig-model-dpkg-perl_2.048.tar.xz 6836041b47550f48447273f470a1f094f26f5d6c84a5b7b11aa83d58eaa28bd3 108080 libconfig-model-dpkg-perl_2.048_all.deb Files: cd36f65b797afd6c7aeb0ba8aa8effcf 108080 perl optional libconfig-model-dpkg-perl_2.048_all.deb f9cf5c441407c420bfd2e2ebb94f707e 2239 perl optional libconfig-model-dpkg-perl_2.048.dsc dfd8be68e2bf14eec1b4056b685c8687 68820 perl optional libconfig-model-dpkg-perl_2.048.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTZ+OrAAoJEMMfT9lJqytsn34P/0J0bwBM9J0DdMaZJVlSKv5Y 83YJoOeDJ84sSTWFcgpRxekQ4+pp4Z8DMOwFsLa8v96inj8j+k531prws+PDpvCJ hGcwP2Gm/uvDuvKn2onQrU93kcYth6MWvTMpG9bKoZEIqAoZIIIs0ynznnVKB9Mz aJrUkx1cMOeHsCepQpaiIyNjBS9tAvLo+WIpov6i/jewTNMP66oiKWI6CISNrvEe Cyx1EXhOKKK9jIyLOjQahkFCJfpK6PsWTRAK0t7sg9dU9jB0SRXhmjJ4bERrEsWt 2qn6INdjWX1VKq79SymID1e38QY9qBWXO+KgxY7WeLq7m4JDv9TX0Xhwdzbapyem YVSizdiy8pfJuyMSshpg7w8pjqghKMYqnNFt2KixWLpTnQ8lUd7/V08rjlnmXQbh 9N3jH5tbgzMPiMydwQOb9ro5d7g/jOkxZ1yueDXeZZeiRtlslOOw45jCpIIYFUPz kaHahovZWnRfDl7P6LaJjiNIfO+K6KhEatRJ01n77K+bWah8bPXat9cKgSqgUL4I DXWN2OBMpBCQcsckaevKINzrn+bYduOVkoZdXRpocHR6hdO4f6HN+BjSPhR22JSc wt3VnDks0VK3yfPV3VDVds72aZtEIqesbWhwIJD8JhN71kRRZSfY5ZYL185m2meH e9P0Ld6eq35zMAbciFtq =BUC2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 19:39:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:39:35 +0000 Subject: Processing of libapache-session-perl_1.93-1_amd64.changes Message-ID: libapache-session-perl_1.93-1_amd64.changes uploaded successfully to localhost along with the files: libapache-session-perl_1.93-1_all.deb libapache-session-perl_1.93-1.dsc libapache-session-perl_1.93.orig.tar.gz libapache-session-perl_1.93-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 19:44:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:44:36 +0000 Subject: Processing of libb-utils-perl_0.25-1_amd64.changes Message-ID: libb-utils-perl_0.25-1_amd64.changes uploaded successfully to localhost along with the files: libb-utils-perl_0.25-1_amd64.deb libb-utils-perl_0.25-1.dsc libb-utils-perl_0.25.orig.tar.gz libb-utils-perl_0.25-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 19:53:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:53:38 +0000 Subject: libapache-session-perl_1.93-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 21:35:50 +0200 Source: libapache-session-perl Binary: libapache-session-perl Architecture: source all Version: 1.93-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libapache-session-perl - modules for keeping persistent user data across HTTP requests Changes: libapache-session-perl (1.93-1) unstable; urgency=medium . [ Damyan Ivanov ] * Imported Upstream version 1.91 * add Alexandr Ciornii to the list of the upstream copyright holders . [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release 1.93. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: f20acec890b694ea37e643561bbaa34f5f089167 2419 libapache-session-perl_1.93-1.dsc 764405935853333c2f470569185b5f3336bb1b23 49995 libapache-session-perl_1.93.orig.tar.gz 18f79efaa73daaf5364a663e1a74f1e6bd2fb6b3 4652 libapache-session-perl_1.93-1.debian.tar.xz 67b695e13bbdeb5b4cad0f6cf9ce07bb44f434e2 103960 libapache-session-perl_1.93-1_all.deb Checksums-Sha256: 6070cdb1744e1ff4a3b6c9e7a635024a04d550be88c275bd57d147e916aafffb 2419 libapache-session-perl_1.93-1.dsc 8e5a4882ac8ec657d1018d74d3ba37854e2688a41ddd0e1d73955ea59f276e8d 49995 libapache-session-perl_1.93.orig.tar.gz 3fa1a93f36ce09402876a3c807ea2a44dfdd35634df9cbfc1d1b7ca68722e642 4652 libapache-session-perl_1.93-1.debian.tar.xz 792eee5c7aca7caab6ad12746327ebe6bd0452e49ce0f9b3f95e19eb0c991111 103960 libapache-session-perl_1.93-1_all.deb Files: d6502c4e4885b2c80dd5e13279b60a7f 103960 perl optional libapache-session-perl_1.93-1_all.deb 4635c7fe43e3ca37f5117401aedf2969 2419 perl optional libapache-session-perl_1.93-1.dsc ce193821557215563e99672ed77025c1 49995 perl optional libapache-session-perl_1.93.orig.tar.gz 50b8b16e2c9543897a80cd4fcdecaee0 4652 perl optional libapache-session-perl_1.93-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ+hGThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlDREACplzKW1vv7Cp4vVVSbC/1mmguafj7+vzQ7KlEwpPwyoQUp /wmOWX6ZAScQJKTMxiJc0CxunPaCNwcuwZIr1jy3h8o98N8NJxw8BkVChA3JP0yI VMLGqViIbNs49/ty+Wb5hP5jzx8M7rK1SzoPFM8VWk980miHhM/FXuwbAU2sAuyy rDxHbD/y4AztsmCxuGXNY1pcM8uQVn33yOj0CBedtKNQT5FF2w0R1haLWzspQvRn WJTakO127finQWVNBe6jy2Ivx+jg8FJxr66hPEy59kgBXnyxRipGl2vJZc5Ph95F UZTLcBkEtMDK4aZhgjqEBY0ewdqCxr104e/+LY5QQrDHrwgAwWA8ukpT2VvuBnI6 qi7GPdZmUQ9x78wmQgBgKAfqu0Wia3urB7OJUuppdDdihtMb3+ZGVHLxG/4E+asS RdWCB42zTAwU6DiBSK+LeuGpXoyNKJUFjfQRSxA5qRjrKkH6BW28OJdCt+pfq2iZ iEkmArl1mypiJz8I6MZEkI5dBJk5ilCmVkuGt68i446JvlGxSQ/9ujnwoGzseIj0 iI+7+ehdthtsyV2y9ONlkTEue6th4iX+UIwm2zs8j/+jH3BLJqc1tKwYgqmW0IBh Z280npZ0kKTuRLNcF9BBn9ppBB/G5fUG7V8qv/PVAYhjc1JJFvZlViXWzh6H7g== =vqGq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 19:53:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:53:45 +0000 Subject: libb-utils-perl_0.25-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 21:40:09 +0200 Source: libb-utils-perl Binary: libb-utils-perl Architecture: source amd64 Version: 0.25-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libb-utils-perl - Perl module assisting with op tree manipulation Changes: libb-utils-perl (0.25-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 23d7e8f792fdb8b43e74e097ddc3dbd66d53f804 2234 libb-utils-perl_0.25-1.dsc 544758cae3f46fa57150ac49294f2128164b78e1 73184 libb-utils-perl_0.25.orig.tar.gz a4edaa4315dfa9195f981830bb64d8f17ca131b5 3092 libb-utils-perl_0.25-1.debian.tar.xz e29213e935a73a5116f4312f4a8581f9f49d5c90 32106 libb-utils-perl_0.25-1_amd64.deb Checksums-Sha256: 5d03a05196932a54060b21b3ed58c22d4aa6b758247a3f286b5df80a653e514d 2234 libb-utils-perl_0.25-1.dsc 54deebf64b149f3f0322f23bcb33d4ad4a6c7ac640357b0237840a5828ff59f8 73184 libb-utils-perl_0.25.orig.tar.gz d0f7ec067fc117ebb30b4396561934fbc52e3834d2f1ada90d9aa999cea80ec0 3092 libb-utils-perl_0.25-1.debian.tar.xz 1ff7682630a2fe55bbebd11ee0eb4e84fbaf6a86c69947718559824cbf3d64fe 32106 libb-utils-perl_0.25-1_amd64.deb Files: a79931c015993c5d6cf47297ea61201c 32106 perl optional libb-utils-perl_0.25-1_amd64.deb 2710d60d5c2d321a9ef247b8c9202990 2234 perl optional libb-utils-perl_0.25-1.dsc a45b286d9a0281c98416f2bdf689b800 73184 perl optional libb-utils-perl_0.25.orig.tar.gz 83dcd1ea8a73210ef4b025e12fba7f2b 3092 perl optional libb-utils-perl_0.25-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ+lSThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBmXDD/9sxYLF6Wc6l2OO5L5XEuyO+2gjFPZmtMmfroHnEJuZ/mg+ gT5cOvBMnqJBpl6bwsxz7L8T0l6c0SrOsQMxBwz2LwZfZ0RM9A8lYKPil4N+79Qt c6Zl+TTrCgE9FLZ8h5qsAV4d+MHTw20W0cceeKeWAzedtUD/j4r6ZlXHyADckCov M9tAfQpnT3fp8dwU1VvyW1bVJJqR6rbSEhkJ1ZpWtejQdBk4ZyjXY3j8K7fop+XZ zfznM9e4pIv+tFMOvXttJVWryg/wWLJbRno53zo0/hh2vqjmq+wg0+lsMuuzxbQU xCkCC/TjBdF06FKG45+HUJpnyrjYSSqu+oG6ilR0kvgQmS/SfXHplZXPPPXvuUUt t2p5cD9h/u0UYcWRzd2fqeGKyF7R0iAe4NNBgSqmPhiH/e7Jz7EqqUJ+TWeuOq/+ lZWv4TRNRlTU4EdTW7FAEODHdp/YwA5EDso0jnCPwGkCDKLijPMji/i6v4luiaJf fVgsQF03FMJFY5f7wYN23seibtFTjSV9YYtN263ZTFu/IxH994owDSwZDmlKpB6F JV6cFgunVdtoWJXr/SJW4TX858gd3RiuWKbj1oxb8YJWkz4gAArMiUeFoeU6l6T8 JeN2lnVFoKB3YIKKIb97e0PEATMTPW9XOdRU/p9XUYQzsmc8NJK3v0pEW+l4ew== =9ETk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 19:59:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 19:59:38 +0000 Subject: Processing of libdatetime-format-flexible-perl_0.26-1_amd64.changes Message-ID: libdatetime-format-flexible-perl_0.26-1_amd64.changes uploaded successfully to localhost along with the files: libdatetime-format-flexible-perl_0.26-1_all.deb libdatetime-format-flexible-perl_0.26-1.dsc libdatetime-format-flexible-perl_0.26.orig.tar.gz libdatetime-format-flexible-perl_0.26-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:04:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:04:40 +0000 Subject: Processing of libdbix-class-candy-perl_0.002105-1_amd64.changes Message-ID: libdbix-class-candy-perl_0.002105-1_amd64.changes uploaded successfully to localhost along with the files: libdbix-class-candy-perl_0.002105-1_all.deb libdbix-class-candy-perl_0.002105-1.dsc libdbix-class-candy-perl_0.002105.orig.tar.gz libdbix-class-candy-perl_0.002105-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:14:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:14:43 +0000 Subject: Processing of libdbix-class-helpers-perl_2.022000-1_amd64.changes Message-ID: libdbix-class-helpers-perl_2.022000-1_amd64.changes uploaded successfully to localhost along with the files: libdbix-class-helpers-perl_2.022000-1_all.deb libdbix-class-helpers-perl_2.022000-1.dsc libdbix-class-helpers-perl_2.022000.orig.tar.gz libdbix-class-helpers-perl_2.022000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:19:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:19:46 +0000 Subject: Processing of libdevel-stacktrace-perl_1.3200-1_amd64.changes Message-ID: libdevel-stacktrace-perl_1.3200-1_amd64.changes uploaded successfully to localhost along with the files: libdevel-stacktrace-perl_1.3200-1_all.deb libdevel-stacktrace-perl_1.3200-1.dsc libdevel-stacktrace-perl_1.3200.orig.tar.gz libdevel-stacktrace-perl_1.3200-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:34:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:34:51 +0000 Subject: Processing of libdist-checkconflicts-perl_0.11-1_amd64.changes Message-ID: libdist-checkconflicts-perl_0.11-1_amd64.changes uploaded successfully to localhost along with the files: libdist-checkconflicts-perl_0.11-1_all.deb libdist-checkconflicts-perl_0.11-1.dsc libdist-checkconflicts-perl_0.11.orig.tar.gz libdist-checkconflicts-perl_0.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:44:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:44:54 +0000 Subject: Processing of libmoosex-types-path-tiny-perl_0.010-1_amd64.changes Message-ID: libmoosex-types-path-tiny-perl_0.010-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-types-path-tiny-perl_0.010-1_all.deb libmoosex-types-path-tiny-perl_0.010-1.dsc libmoosex-types-path-tiny-perl_0.010.orig.tar.gz libmoosex-types-path-tiny-perl_0.010-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:54:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:54:55 +0000 Subject: Processing of libdist-zilla-plugin-git-perl_2.022-1_amd64.changes Message-ID: libdist-zilla-plugin-git-perl_2.022-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-plugin-git-perl_2.022-1_all.deb libdist-zilla-plugin-git-perl_2.022-1.dsc libdist-zilla-plugin-git-perl_2.022.orig.tar.gz libdist-zilla-plugin-git-perl_2.022-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 20:59:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 20:59:57 +0000 Subject: Processing of libdist-zilla-plugins-cjm-perl_4.22-1_amd64.changes Message-ID: libdist-zilla-plugins-cjm-perl_4.22-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-plugins-cjm-perl_4.22-1_all.deb libdist-zilla-plugins-cjm-perl_4.22-1.dsc libdist-zilla-plugins-cjm-perl_4.22.orig.tar.gz libdist-zilla-plugins-cjm-perl_4.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 21:05:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:05:07 +0000 Subject: Processing of libemail-valid-perl_1.193-1_amd64.changes Message-ID: libemail-valid-perl_1.193-1_amd64.changes uploaded successfully to localhost along with the files: libemail-valid-perl_1.193-1_all.deb libemail-valid-perl_1.193-1.dsc libemail-valid-perl_1.193.orig.tar.gz libemail-valid-perl_1.193-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 21:10:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:10:09 +0000 Subject: Processing of libexception-class-perl_1.38-1_amd64.changes Message-ID: libexception-class-perl_1.38-1_amd64.changes uploaded successfully to localhost along with the files: libexception-class-perl_1.38-1_all.deb libexception-class-perl_1.38-1.dsc libexception-class-perl_1.38.orig.tar.gz libexception-class-perl_1.38-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 21:10:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:10:09 +0000 Subject: Processing of libextutils-helpers-perl_0.022-1_amd64.changes Message-ID: libextutils-helpers-perl_0.022-1_amd64.changes uploaded successfully to localhost along with the files: libextutils-helpers-perl_0.022-1_all.deb libextutils-helpers-perl_0.022-1.dsc libextutils-helpers-perl_0.022.orig.tar.gz libextutils-helpers-perl_0.022-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 5 21:36:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:08 +0000 Subject: libdbix-class-candy-perl_0.002105-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:00:05 +0200 Source: libdbix-class-candy-perl Binary: libdbix-class-candy-perl Architecture: source all Version: 0.002105-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbix-class-candy-perl - module providing syntax sugar for DBIx::Class Changes: libdbix-class-candy-perl (0.002105-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: eec57a7a56ba22104b4e526dcdb2ad0325539137 2555 libdbix-class-candy-perl_0.002105-1.dsc 9ae0a0377a97488724f38bebca7f6c2318ad5f95 18207 libdbix-class-candy-perl_0.002105.orig.tar.gz 4c87cc07c0e7bb523b71930bb67d8fe1b6191458 2292 libdbix-class-candy-perl_0.002105-1.debian.tar.xz d2727848f143617b4b35de098ceab4143fbe3437 16364 libdbix-class-candy-perl_0.002105-1_all.deb Checksums-Sha256: 19222aa6c38383a4e286dac8e273bd0a2bf9a4bfe307751ff46e1909ed01b3ef 2555 libdbix-class-candy-perl_0.002105-1.dsc f81fd3e901da0dfb82483c543e964c115e8d6a919c4bc375c030ad13c8f2e6bb 18207 libdbix-class-candy-perl_0.002105.orig.tar.gz 473285217d084d053e9beca5dca7a1832e851b79eabea86b9f0925e698ad95e9 2292 libdbix-class-candy-perl_0.002105-1.debian.tar.xz a99781ca722467d2693a9737ccb0c278acbe887294a802fd1b6592764e4e5ac1 16364 libdbix-class-candy-perl_0.002105-1_all.deb Files: 07a0616d6c542a02feebf1d034cf8535 16364 perl optional libdbix-class-candy-perl_0.002105-1_all.deb 79f8b0505177b0ced0c404b3c2625530 2555 perl optional libdbix-class-candy-perl_0.002105-1.dsc 0537e0fd7cb98c20bcadb85db1454d9f 18207 perl optional libdbix-class-candy-perl_0.002105.orig.tar.gz f6dee4dc36fe54a9b9ee434fe34c89bb 2292 perl optional libdbix-class-candy-perl_0.002105-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ+3pThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrwfEAClGebkY39Q+QQ+Ema1ihGrdykU/ep+wm+nFEvu3mp0Xxg1 S7GMPexlulubEtBYK8xwRQKGCiqX0iT/n7p/by8YTtyow/+yvIrcfn84FcGmloaa JzsRawTon05DdmV8+wkPJUPNr2meEtAMTqlAUo+6Yixawv371duss7eOZqDb06JL t1Qcc91rE53zNwkp7yX4hr0BxrY6wV2i6Y3njEQaveQaLtQyWu/E0q1SNsXlKNNG w1AqsvKnzHGoN7l3uhuYYI+ZForEcbtwQJ8LiG9BcoW1wL1o7ojxBj/W3nOJAT6i C8hOEJ4XEWCj8zwffO26EiTJxMc6ZF70Z6l+hv37ZcYv5fbhinLZMaNhdCsAwbWg EDVpSdMN7kq6eSDKrTK6r1a9Qn4vlSPL5cT0shuG4TAIR1Qu7/jlHUtSpHT4gRff EkFmOrTv1mIoBXWOpRLizFWlk90xuMHE3BxWiYZd6Vn/weX2GzFK8CSIne6pJx05 TXKmhXWde+Y250s/w8yQ1E4aMPVLxhmi6dfeK/mx5F8JXQvVsHaF3PumSAGZpbh9 NZpWXK0ZuVljy9gzVLLAb86QRYpmNPqcnpOiZrWbhn9gD333uf3GuAKv4uoG4d+a HbllyS9wO/g19i4jBHMpqWWXwVoQP4mWHsFGaPK1O45RAHIQZ0WR5i2sgjZETg== =4bm0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:01 +0000 Subject: libdatetime-format-flexible-perl_0.26-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 21:54:41 +0200 Source: libdatetime-format-flexible-perl Binary: libdatetime-format-flexible-perl Architecture: source all Version: 0.26-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-format-flexible-perl - Perl module to transform strings into DateTime objects Closes: 711657 Changes: libdatetime-format-flexible-perl (0.26-1) unstable; urgency=low . * Explicitly (build-)depend on Module::Pluggable. (Closes: #711657) * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 5e88482705f7e5caadd9b325fc705905ab281896 2597 libdatetime-format-flexible-perl_0.26-1.dsc 214d45230048c9e5f58dc51b84d2475e191d7efd 71862 libdatetime-format-flexible-perl_0.26.orig.tar.gz 7d8d1558e62f77ae44282fc7b7afc8b9fe0e44d0 2876 libdatetime-format-flexible-perl_0.26-1.debian.tar.xz 315596e793637dad101f7dba570ec7786e7b2d99 34478 libdatetime-format-flexible-perl_0.26-1_all.deb Checksums-Sha256: fa7e8eee11c38ac6e7796cc4fda969fa58cc6ccd1c2a5957f5155158ad7adebf 2597 libdatetime-format-flexible-perl_0.26-1.dsc 436efbc5e87cc385112e1c44336427fea32df670caf2b7d6dbb7a113ac6e693d 71862 libdatetime-format-flexible-perl_0.26.orig.tar.gz 716f2ccf4edf0050fcc157154fb11710b51849fc0d6980630dac2d1369c07b25 2876 libdatetime-format-flexible-perl_0.26-1.debian.tar.xz 12c53ddde26084261b90aaf313a72159b92887d5a509de4f47b1204aeb2b47ca 34478 libdatetime-format-flexible-perl_0.26-1_all.deb Files: 47c1419b89746646f3780f704a1a71b6 34478 perl optional libdatetime-format-flexible-perl_0.26-1_all.deb 65193dd3824800b289379fc27cbd095e 2597 perl optional libdatetime-format-flexible-perl_0.26-1.dsc 1ef24ae3f4e98d26b4a59567689e4881 71862 perl optional libdatetime-format-flexible-perl_0.26.orig.tar.gz b2660a1d433723c5f6fefe3fd3ad500e 2876 perl optional libdatetime-format-flexible-perl_0.26-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ+y7ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvf0EAC9QlQcbKy/vK9H4ddUWgcFczAuPtQs27vGiheej3+2h0j1 WUsbs2vmydzmZtAudEEzfI8B3XRLum4E0Aqfes2mm0JjGdg+rmEEjo/FfP4kRUOM uvH+Nlpk+N44WLh0gO6OrWTxbAxCMS2wFSE5q2CpeRVdos8EU/T/gFB/Iz7qWDZE lDi+R0FE2ZZxQScGSK55uvX7URCZgrcDND6oHV3SilvU+vezKyxnNCYtaIdg+WLw xiyevNScK/h7IJRh/QK61YNI2GiJtNgEas17wf8r1EQbrebP5OoUcvpBI/R0pShC yxHWV74ASPwS1864BSvAI7Ve1IiZ/0YfKT71ClGekWjSE6XS4KXsWkbH/ielWzuQ XLcNT5gPbfTmTTNzGPCNngrTlbANq8Zyo79Gr4eahxfZsbXPImiNmsSMpUX8lyv8 ++XSb1mwXjPAVa2hnD+W/oyJe5lvQKhqLDA6/pjISf8M5fuWas6/BPQ69alLY7J1 EYnZo2DAlKAH2phhcue3fEOGNmjDn71fWPTWBjLH+4dht2VCHyAmMjHVC4XmTEZn Bp3CnwQovraNsY2JPqUL1NPhyGIJMezFOAP/F/JUn5KYa7W71BVNzbJGnBSUpyob pbqRVefri10kq0n2722QLbYN+VjTbSTnzPE/hv0W/HmvCqX7cTP2alp9jUSgFA== =pBmG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:23 +0000 Subject: libdevel-stacktrace-perl_1.3200-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:13:39 +0200 Source: libdevel-stacktrace-perl Binary: libdevel-stacktrace-perl Architecture: source all Version: 1.3200-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdevel-stacktrace-perl - Perl module containing stack trace and related objects Changes: libdevel-stacktrace-perl (1.3200-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: e39586330eaf2cc0716e58a1ed4361027384bfbb 2423 libdevel-stacktrace-perl_1.3200-1.dsc fc33ec327423f3896f5cfead35d83e7656ff133a 20814 libdevel-stacktrace-perl_1.3200.orig.tar.gz 768a9f75d3d5a601b035b10534501add55f15dbb 6220 libdevel-stacktrace-perl_1.3200-1.debian.tar.xz b05046dfa19617c7c6efb404e6144852e5f681b2 23578 libdevel-stacktrace-perl_1.3200-1_all.deb Checksums-Sha256: 6031155e9b239bc33b8a644082db5d0ae61faa2cbe42e167ed9d77d1b5d70f33 2423 libdevel-stacktrace-perl_1.3200-1.dsc 276c1f45f7d82d3e4c4a2b02804268eb651ab4120389c89b857ca3ac3a5dd01e 20814 libdevel-stacktrace-perl_1.3200.orig.tar.gz 6bc9f2e9507d0245ebe2145b5f34bb3d10deacf383337a249720314e768ce49e 6220 libdevel-stacktrace-perl_1.3200-1.debian.tar.xz 04d449f85e3f013bc7585f834a415588e77b63f0f74693c42e1f0c5966a76349 23578 libdevel-stacktrace-perl_1.3200-1_all.deb Files: 93812b9e1830e208c075021458357e76 23578 perl optional libdevel-stacktrace-perl_1.3200-1_all.deb ddcfafeb62823f55fe3891474ed118d2 2423 perl optional libdevel-stacktrace-perl_1.3200-1.dsc 2a6dae41533ecd30db72b35da366a8a5 20814 perl optional libdevel-stacktrace-perl_1.3200.orig.tar.gz 249d7da22e5e1a28656460e6d5ca541b 6220 perl optional libdevel-stacktrace-perl_1.3200-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/EZThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuu8D/0cqg7JrBM8MT51mVS6vQKOa6IcQBiT3+8fJHbrgIwurlj8 O8MEBsqc9R5vDk3Kq1qEKRIk7pzjlSKLwd1wN4NPZnKgUx65yihUqd/6G5X+bQhc pmHjEk+wqnIf6mqYcBlyYhsXY3cbYFA/PKWjGd6AJlcmMTm+V4R1FIXmTSGmTe/M bJRlxG86zk4B4lWQbVK6FyaxC3FteS2nLU74mdskEMJLYLWn6JbSaOnd9c+CMHra L/mY8/X882firEihjXO6C87vbtlOuw5FhyFvJW0S6JMrpBc2f5KciZF5m9UqC1TN J5yEY8J73VkcA1ASkq+gjjj1+tY2KZZyN05LGjaCm5xyCIBKkwuvI3xA0JsONfn+ 1/46FbT6OH0yTVs4P8ByiL9upiRRkEQoGf9qdgGQscY8g6jtXbCxlu/7JgB3OXxA wfKySQsnz7Vc48Spo0QkqqsUltEkVDjqJW43lbMIL/k0vQouGNGmJ0TaHsN8ovSU TBRcAQzYBmqVp2hbISYLIcUlXqM2CEOwHMw23+b0XoAW041ABMYUT9cXXTQYg7bh YOENKq9jbEuRowSge2877osSqZna7+lq0hX4geCZQsgdkMVw3OPcu30C+ig65BPE Lv4OK3CwklqOSiUEaLniH2ExCKf+Gp73IeJorvx96QpK8pBnuDS+53sy3vdfxQ== =SAi3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:16 +0000 Subject: libdbix-class-helpers-perl_2.022000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:09:09 +0200 Source: libdbix-class-helpers-perl Binary: libdbix-class-helpers-perl Architecture: source all Version: 2.022000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbix-class-helpers-perl - collection of helpers for DBIx::Class Changes: libdbix-class-helpers-perl (2.022000-1) unstable; urgency=medium . * New upstream release. * Drop pod-whatis.patch patch, fixed upstream. Checksums-Sha1: 095aac862606dfd33ff045ad457ff4224cb40a76 2815 libdbix-class-helpers-perl_2.022000-1.dsc 175d4023543f322c7086b26308985271da28717d 65000 libdbix-class-helpers-perl_2.022000.orig.tar.gz 09513477d1b2cadfe22a3961d5e747e717ebe8db 2652 libdbix-class-helpers-perl_2.022000-1.debian.tar.xz 021673a088fcd13353405899a06fcf55743090c7 141990 libdbix-class-helpers-perl_2.022000-1_all.deb Checksums-Sha256: 3c66fc760c67a50685d7e990ff1d14d5a6b77fdbbe7fd4693b72b71ee3f6250f 2815 libdbix-class-helpers-perl_2.022000-1.dsc fdbb6a6b21e1160e8208a2f33098e755e81adb9f000b4e3db79d1d35cc9c7505 65000 libdbix-class-helpers-perl_2.022000.orig.tar.gz 262edecee6871a688a9ee947e3dbe2d5a4c54fa0fdc9aa87bc74a1e5d919c52d 2652 libdbix-class-helpers-perl_2.022000-1.debian.tar.xz 842f46d782efd7e6422116d8e1a8dcf40e6a42cb98a3ec7538bc6045fe85e224 141990 libdbix-class-helpers-perl_2.022000-1_all.deb Files: dd8de3f4f2f3691dd289e5420d32719d 141990 perl optional libdbix-class-helpers-perl_2.022000-1_all.deb 003b5f34f1961ea8e3a30b90935dbd2e 2815 perl optional libdbix-class-helpers-perl_2.022000-1.dsc f94ba18339bd9ce94e5afa717ca4fcd3 65000 perl optional libdbix-class-helpers-perl_2.022000.orig.tar.gz fd7d6dff870dfc56e7d884db75c2dab3 2652 perl optional libdbix-class-helpers-perl_2.022000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/AjThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkM9D/9PoM9OXXkXHe5dgkV3Mbevo7WfKkrK0FH/MBGOzSwyjsyq 6HbczigIPFZa/+RLoPvMmG9KNRmXRJA/qp1q8up+u4qXSxLm3j/5HPqmIAdp+VSO NwEOw2aHIsDHqQ8ZwW0HmEstKZfffAe1vRT7nP4wks4BvGPPCi+ryH6GsdXchGtN o2ba9L2sTiaF4JvIUn8X8aiZCYxXUl7qjA8viRfkhRKF+ExBPlg6S1ad5LvDyMYh QAl5/HtfWB/fI8HwdyiKNR2bbC7jKoONlyx/eMDINH8RgEi3JWmodhc6H/Hf3fht PQTLnYn55l9Gmpqsx9Mn+QbFVj43yMJa3IyxnJlmAFhSi+0jqqvC6P2gQMiNNzGi LyoFsN3HFti7or550SbpdXlhuij4PnrZJgpDu7CjC29fYvuvWfJnisgayJ566EpL z92D1Guh0zDHNvoqFvm+sLVs/620S7w1pMiqqlLSc4tyED7do47FSaETXYU2BS6s 8660U6a+/Kw9br9OSZnoA/vInd9eRlmifmV7JRbAl89cSHCERDd91/GDR6LtVu/j 0rAoEC4ljjfVkKfQZNXVaBpKVz4/dZn00mdW4iOrO9oY6jCLYLomDdJgQ26WyOaz 5vYZeEla2d8a6obW4XVNbUR8wdi8M7kqjRV4HpQcc0aOIk0xo5avosauuSsWbg== =OYZJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:30 +0000 Subject: libdist-checkconflicts-perl_0.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:23:05 +0200 Source: libdist-checkconflicts-perl Binary: libdist-checkconflicts-perl Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdist-checkconflicts-perl - module for declaring version conflicts for a distribution Changes: libdist-checkconflicts-perl (0.11-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. * Drop (build) dependency on liblist-moreutils-perl. Checksums-Sha1: e694a0a1816736256ee65a4f995df5c389865176 2317 libdist-checkconflicts-perl_0.11-1.dsc 5c2f6796c420e0db750541e605e45140f5f374be 19964 libdist-checkconflicts-perl_0.11.orig.tar.gz e370acb7347fa00f63ececce162b17fdf8d2456a 2120 libdist-checkconflicts-perl_0.11-1.debian.tar.xz 2347ac1150f878e0516b540aca1fae68009e9159 10750 libdist-checkconflicts-perl_0.11-1_all.deb Checksums-Sha256: 0b798da136b8cd154f009a20a7c8ea092f7ac83127b9a171d948a8758fabbca0 2317 libdist-checkconflicts-perl_0.11-1.dsc ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4 19964 libdist-checkconflicts-perl_0.11.orig.tar.gz 393e6883188c7f523ea35bd3aaed03780a9adb1c45f5ccc6e047c357a2199742 2120 libdist-checkconflicts-perl_0.11-1.debian.tar.xz 33e7fb9d5dae44b14724efff7b37e8f28e4bc876ac6e6daa8235e8e5bb761313 10750 libdist-checkconflicts-perl_0.11-1_all.deb Files: f98fc2e6f2b6a2ce27bb3c5d3ea295e9 10750 perl optional libdist-checkconflicts-perl_0.11-1_all.deb a15790f71f5c6efd70b01f03fd567355 2317 perl optional libdist-checkconflicts-perl_0.11-1.dsc c8725a92b9169708b0f63036812070f2 19964 perl optional libdist-checkconflicts-perl_0.11.orig.tar.gz 2e731e5304faa37db7c585a72b2274b6 2120 perl optional libdist-checkconflicts-perl_0.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/NOThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgTbEAChiOP350m3ZLOEZqOlcX+8hmKS90DvCXSmNgxrxRifKJuK cZG1HsO9gOPjVYqAja9qE3bM/93hiS+4HerohA1DnNTJqMk5S9foalin7yMIMlo0 xT9cQBR9aNawAS1tzANOgPtzfJ1AD/RJcZaZqASPdJVpyE1eJ4M0sRHBESla3tqI lJllO+1EmFdORdOlIAIfXFZnL1j7sFxVX4MQ5mKYDQheT8kgJflduGXNtRLfnI4n GIFzC//Bfwf+SPqBUEXiPL409alAlWj/Jqd+oqq4givaY/0Tti6QNwLxw7fAqoUi Rr4OqbdI2unhgrimvIM2z6ZL5Feie5ZIXNJcuf0Jj7SPXfGYPkFFTXvbFhp5klLb 2suSI/uW4CzTbx1RcbU182hSbavWPy63+uzuqaPZTGfcw1fLQMPn1Ad+mX5EbKyQ zQK0KYVE8huTPQYK+K0jfr6IVBzQZXZUrw8zllEKJFoFNt4JfCRfDD+RejwJUi+q PdAcdbof48NrVz1MUoSSpxVkWB/Rq8+7BGTkYNo7I43wirGVNJEIAE4WWunT49x8 AA6jcblj7TK5ayKNp4nMF+3XTq7EQYpH5qYbPfqp1xDcxTzO95u1vH9XL4r7A31D 8m1AetGH7mZODkDTfoimGPWqObvHvG9xbQilRWLBK5+rQKKxlSE4WSY4DDtiOA== =HkK5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:37 +0000 Subject: libdist-zilla-plugin-git-perl_2.022-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:47:16 +0200 Source: libdist-zilla-plugin-git-perl Binary: libdist-zilla-plugin-git-perl Architecture: source all Version: 2.022-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdist-zilla-plugin-git-perl - Dist::Zilla plugins to update your git repository after release Changes: libdist-zilla-plugin-git-perl (2.022-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Make (build) dependency on libmoosex-types-path-tiny-perl versioned. Checksums-Sha1: 3da08cbf10a46f304b24e734ea45f8a3de47596b 3050 libdist-zilla-plugin-git-perl_2.022-1.dsc 95d60868a1a2b7b73ca446d21bbf86cd73ab2fc2 52891 libdist-zilla-plugin-git-perl_2.022.orig.tar.gz 95eecca7b8f5de9fcd327fd48a4707fc0a199524 3384 libdist-zilla-plugin-git-perl_2.022-1.debian.tar.xz 526c8249433b5a441ba59da9483e2de3840cd9ef 58420 libdist-zilla-plugin-git-perl_2.022-1_all.deb Checksums-Sha256: 8df396875d87f1365ae61d55bf99776b4746e78972c454a0415e1e55d791c340 3050 libdist-zilla-plugin-git-perl_2.022-1.dsc 4836ecbc430b0c6646a3ac05371c88ead498308072c87019e5969b90987baf27 52891 libdist-zilla-plugin-git-perl_2.022.orig.tar.gz 2e00be0794c72ae2be3cf103a6fa6cc082f9f7024c23c7632681a41efda7497f 3384 libdist-zilla-plugin-git-perl_2.022-1.debian.tar.xz 58f88492e3c5db5192dd7ef07441d80125fcf162360db9503798ce85c0e72015 58420 libdist-zilla-plugin-git-perl_2.022-1_all.deb Files: 1080e610f326a8d2b7144a7b9fa94cf6 58420 perl optional libdist-zilla-plugin-git-perl_2.022-1_all.deb 65cff613b279f358ece22b854a143e65 3050 perl optional libdist-zilla-plugin-git-perl_2.022-1.dsc 27040ba8a85afaf263b10ca0d448fcc7 52891 perl optional libdist-zilla-plugin-git-perl_2.022.orig.tar.gz 8c23afd1c6cfa928847f2f6d3c9ce376 3384 perl optional libdist-zilla-plugin-git-perl_2.022-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/lKThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtwwD/4tskSQAqt7ivHVb9qm+sSIewvFWivAVNMyv7QnhseMMkeV pTES1uTTo+MDv6yN+lppc4MkZJhIYmppJfRG34fpVWOxd8QF3jgTmHnKfYpqAfnt IZb/Z/Zjfyp61EeuZzzAy5GukqPt/ljKZ4DuemeLL47rMbj0Wv1Gpl+ZJByCJOY+ yPElpNeOeEUEyo+cryvebH6UyERLqR9ezbhczld+o20wXct9eb5yUoGWwEOl4B8Y seUUCbHRcXuvigeeKz1pXthOKzrGCpetlWgfSAUPiVQXk9Pt+dJP/iw+vbyGDwGJ PQFoPTf+0IwRb1Rx7oWZZbhU7jOt/BGdP/i4wijTC4asG19mBcEpdBxa3etVxpsq OTzz3Qv685UKWPZmXQkdBcyd8+l0FyxDJ0HRxmkdSq8bq3Os4LpRIV67jgwPp+7H 2zUkwuKcYCyZtseMpy+efSUwmT2Q/Iurh5HVSWt/6nNp0hKVuJKtVuxx9yWp+4xZ sdpaexT7+PrnnDd5mKEWhsO71DCr+gYI6uhunrmrv4OGvQ40OIC7T4vo8E3PuLbZ IiuuL8Vow58T3q5Rov1ADbc6HQ2ACQde1ztMpvDWmso3GpXjSd/gPR0mq1uyUmxz CGgjX6CYEDrzUUsagJEvb74G41byHHTxNVb+EapCPHoeKGFuIfwzVKtflRHaFQ== =oOlV -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:44 +0000 Subject: libdist-zilla-plugins-cjm-perl_4.22-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:55:38 +0200 Source: libdist-zilla-plugins-cjm-perl Binary: libdist-zilla-plugins-cjm-perl Architecture: source all Version: 4.22-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdist-zilla-plugins-cjm-perl - collection of CJM's plugins for Dist::Zilla Changes: libdist-zilla-plugins-cjm-perl (4.22-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: c247d12f25c22e94663b2904536d5032d0dbe7ab 2660 libdist-zilla-plugins-cjm-perl_4.22-1.dsc 414d089d28c60d7a84d1c00c487ac736f433744a 37627 libdist-zilla-plugins-cjm-perl_4.22.orig.tar.gz 4d0b48d6b69ef32680ef0e2476c5a57fde2a7cf3 2848 libdist-zilla-plugins-cjm-perl_4.22-1.debian.tar.xz bd09d5c2b65d13f7514715d7ecc55f9b056c4010 59304 libdist-zilla-plugins-cjm-perl_4.22-1_all.deb Checksums-Sha256: 41e04ebe6705edbc97ef09a0d840cb2172c9a19485c9edb74689b1c51e4506ba 2660 libdist-zilla-plugins-cjm-perl_4.22-1.dsc f892b79676c4197db32a95829ac919539da41ec3a49de9e8fd7b54bd3717813a 37627 libdist-zilla-plugins-cjm-perl_4.22.orig.tar.gz a4c2477f11d4df26be24e96ad11e5c38dfb9294a7c3f5699fef601e7da3ee9e8 2848 libdist-zilla-plugins-cjm-perl_4.22-1.debian.tar.xz 4b0e411278edb84961cb47f867a93b102050669f1c24af3f61ea75a8bd3f757c 59304 libdist-zilla-plugins-cjm-perl_4.22-1_all.deb Files: fd56bf37dc3a9bc082bc8d48594630cb 59304 perl optional libdist-zilla-plugins-cjm-perl_4.22-1_all.deb 57bfe5b0429c6c9a5a86b04529d06ef0 2660 perl optional libdist-zilla-plugins-cjm-perl_4.22-1.dsc 4d194d1bc858c41bd550e58051f157d7 37627 perl optional libdist-zilla-plugins-cjm-perl_4.22.orig.tar.gz 7eed360ecc0dd2c3f56ff5704509d239 2848 perl optional libdist-zilla-plugins-cjm-perl_4.22-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/sQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjeiEACEWKJ148s8lTZSaAKqr9bMKLrvADQdb/1fIXGl2VeCRQ86 awrSAXjFuNT/9IOO1flpCNZeq7e0AQHimU6Tm/fsrE/ivFoMi6smGHdshuJuA2Fb G5DdJwh+e9LJ9L/NdtNmtQDzkobPOlqacQgYHSdT/RCH/YRlqRnMdfyojSB7sOo9 mpfBTqykTa1e2VSpO/9jymcvGZNIhxy6lUt4hhi4XeGwBmc56bWSVDNUKMyHxfDS VGa9ZiRTYGRYLHGG7DivsodC3odd8XbbNAy63jV1t0pLhAwB+aqhfjjy3EA10QGH kVazDihIMBYVgnk4FxhOvic8lif4Win3zwB8XrwSlCF9DyozA0lXhd7oI42/1BE1 CdCS/8K6V1xwHI1mcWPjGCg2oQw83f2x/D8iM5OtAwqVRuthjjF6gjBZH/3o/n54 quk5RmHPSTfU1C3bArurXlPyvwC58OKKKQoLDXodQbZ5KWhveEhzQCaUPMZaZ7b5 I/Br2ghzRV2ng4i7pjHqEgd+SUMXG7aGxV4RxQfqHEPWkYQsQRaxBnq87cGfkSFl 7FI5GjpFFhdjDC3vuePKDqoKvl0Mm6Zdqo0YSEEXA0603ryF7WBYc5l61sEy9a3L PoW6gc8NCJKaLZfthuI2WIo1SPhed9RheWDUCWOLL9lnW+ZknJ0ntVGNYDaDGw== =GEbA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:36:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:36:52 +0000 Subject: libemail-valid-perl_1.193-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 23:01:05 +0200 Source: libemail-valid-perl Binary: libemail-valid-perl Architecture: source all Version: 1.193-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libemail-valid-perl - Perl module for checking the validity of Internet email addresses Changes: libemail-valid-perl (1.193-1) unstable; urgency=medium . * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Drop build dependency on libcapture-tiny-perl. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 2f2cc7268cfa281ff8dc26e9d1a68d5fa1f97687 2480 libemail-valid-perl_1.193-1.dsc e64450c978238564cce6f5c1cc5c41837dba7e10 30525 libemail-valid-perl_1.193.orig.tar.gz 663d5ab537a2fa4b9fd3047cc91b7857dca3a898 5360 libemail-valid-perl_1.193-1.debian.tar.xz 7dde260b2f0d6a0f1935e6e7f08e43d200fb014a 22042 libemail-valid-perl_1.193-1_all.deb Checksums-Sha256: f04da692c6277109931145120ee56277e5b02e6796336d023ba3cc858f0116e4 2480 libemail-valid-perl_1.193-1.dsc b9338706484d695eeec43a391dd5ef17a5a93406d1c99c30705266922e3611f3 30525 libemail-valid-perl_1.193.orig.tar.gz 6d3530cd57c9313af4c1eb7c6830d1551ba5b3544f5fc3d057a29263e8da7543 5360 libemail-valid-perl_1.193-1.debian.tar.xz 0dc75716290dfba3bc8e8ccc0ec40834f51ce09f68d7039dd6915ea1d0a56f0a 22042 libemail-valid-perl_1.193-1_all.deb Files: ee7e580b0d24339736bfbe7a0ccc46e8 22042 perl optional libemail-valid-perl_1.193-1_all.deb 06ad78f3580e1bb08754264b860c1cd3 2480 perl optional libemail-valid-perl_1.193-1.dsc 553a3afbf765f16114fd6069f5db3857 30525 perl optional libemail-valid-perl_1.193.orig.tar.gz b3456659a8910bd213122c6b28d7f27c 5360 perl optional libemail-valid-perl_1.193-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/xbThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuobD/9/d2jvASZruF9l1j25d4tu0v7f+UT3EdD3k0mu02exiyLe uq/jk9FXprfGLar70x7FitXiELLY2FZa0btgDcDO/YWBShm2cepfBvwCAQk8Cxkd IQYPms80EPrBxS23l4DR+HOUo1uVanbtxS12xPvK764nikl4utKKkItgxZDTclqW Csrnf/5HY1RjNU/jEABqcDqFUtPEjkbvBuLBPVN4e7ULYIYqSCrbInNYDh2lGq4v z/b3YOWqcdjdFxdHArQ4Y0ap5SXCt1HHtTXyhpIm+3b7XTiIQIu0XBb2nkOX1Emj 2gHqAclaNBCuHy/0xsZehNk91VpnYQAT0yOfBHKrKFWSM6m/RgVMoPjhyS2WC3ge bq8Seo1M8afgvmm80QtgH01RUrMIa9cirepLdoLuRjJo4Qt6muGtxZuo1L6FJWye spVU2pcjeCkNuvabNPCCzy1ZdGlHU/oQ6SRVKcpet3mv0QPgg88UAildLZJ7ckuu K/pa2mFjrQK6sqfG59YSyQrA+l9vTjoWV5nAFdSG2JT/TEZKkANIQk5r29bMiTJr /nwwWgtogbxXU7UKh5WYzOyRgaxWAhvmF+U/FckEIbE+un1BliDhOAIZ57SlRpeY cYGNHbEtGntN2sB/7Pbqt72YJbL1amPsQrJn01C5oKiURIa88wALS5dLbLRt0Q== =zx/K -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:37:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:37:03 +0000 Subject: libexception-class-perl_1.38-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 23:05:19 +0200 Source: libexception-class-perl Binary: libexception-class-perl Architecture: source all Version: 1.38-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libexception-class-perl - module that allows you to declare real exception classes in Perl Changes: libexception-class-perl (1.38-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 09789a676033dc807d2ab67c2edbffc58b67093c 2425 libexception-class-perl_1.38-1.dsc 9d89b52a2ca3de1a1f42d40a8797e6510184107e 29481 libexception-class-perl_1.38.orig.tar.gz 54597f49a7fe22829f3946c9a938647b6059d3dd 3316 libexception-class-perl_1.38-1.debian.tar.xz 91839aacfbdaca578a986fe52709e4ee4362a189 30170 libexception-class-perl_1.38-1_all.deb Checksums-Sha256: 212531609525ff6eee72c7089f4ee4071e02dbdbf8acfe3dbcd62f1f7223d431 2425 libexception-class-perl_1.38-1.dsc 5c2cf90749c9f124118ad5846303c5463c9d6fa1f1c328a0085f6af2928c3900 29481 libexception-class-perl_1.38.orig.tar.gz bd588f6bd9a954565295084583ed7577d4076ce7b81cc007286bd14d0f948414 3316 libexception-class-perl_1.38-1.debian.tar.xz bfe4b5a2d765301359f99d195dc23fdec29d4f37069ae749ef15d0deea523ea9 30170 libexception-class-perl_1.38-1_all.deb Files: 7aadaa18e8965f816b79524d67311c86 30170 perl optional libexception-class-perl_1.38-1_all.deb 4466b9d776679b50c32f0bd9d753274b 2425 perl optional libexception-class-perl_1.38-1.dsc 4d7203a95893449f53ccacb385981569 29481 perl optional libexception-class-perl_1.38.orig.tar.gz 2dbf422a7c7b174407c4f975bf6d9b23 3316 perl optional libexception-class-perl_1.38-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/07ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsCRD/wJEeTPqqqpdaxLjTbO1jPNtoDTV9wHOXJSZjcVLiz5J6wh ntZO+6d0RywmSq5H5mKNF8eUuYKJ6p/Ep91KHTUndwzUi3yXyYmIV0/VeyUro7vc RatDEazIbziFgU/c4KL1TrikpiLs22TGSek5kI6qWNXHunv2yCysZCmkQC9Doca1 zqaeIG22M9bREhtxW4oqz9Y5zniU1ZZzI1+N3Nmq87IQbfvpGYr3f/w9ZxXk58TB eYbe+9ZtxVC+D9k0bWxwrcCHh9/KP/AgcJpilLjPK36mSIcTRcyRRJhEy80eNMvw b/WXAzG8GsSRM0AlK7GYNy9qlFYsP+CnPrl21kjBHCDLtAULJo3gxpZMvJWjOiHt waxNYhyarOd+ani6MqNn08yrZB5PiY5NNoi9MK2n11C6dqQjqojyiOERJ9RwlT0Q NoeGJSEAXkwaTbYo3vk28GcuvGXudHcjuCziB7+G5kOamw9DPTxWpK4YpbTe9g3I mFihp1Tc7mC21yI07wqwJs6mtLhU/aUuLrtu0qsG4lOARJCZkD1G0WowymTujZjn LxPHxa4QqTrLa93WBtXiWua42VPoP6PpmEjpfNm5WFEarXDXeAU0sAWATqGvIwbp hq9+5QgASTfwgdTjsIGgBsZlWcoqVR6rZBE/BcmdE48FoY3naf+CHYMSnsRn5g== =WrQA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:37:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:37:10 +0000 Subject: libextutils-helpers-perl_0.022-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 23:08:33 +0200 Source: libextutils-helpers-perl Binary: libextutils-helpers-perl Architecture: source all Version: 0.022-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libextutils-helpers-perl - various portability utilities for module builders Changes: libextutils-helpers-perl (0.022-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 522c262a6285bcf813251b1bbfc03efbd98499db 2238 libextutils-helpers-perl_0.022-1.dsc 56ebff587460bbf48b8eb93f1ad35561d5f5052d 17078 libextutils-helpers-perl_0.022.orig.tar.gz bac122af81120681d9455fc60e7fe3b3ddeaacdc 1432 libextutils-helpers-perl_0.022-1.debian.tar.xz a50268c01f37490b478c716373180f0ff3291867 13522 libextutils-helpers-perl_0.022-1_all.deb Checksums-Sha256: 5a2fb5a5d01af75e7b412a5167db95f0641d066f8219c1a2697a1a1cf72dfe16 2238 libextutils-helpers-perl_0.022-1.dsc d3f8cf700fb3414ca1260089755cbf64041455e4b744110677b1ba5bb9a3aa95 17078 libextutils-helpers-perl_0.022.orig.tar.gz 4c489415fa426c5334fa56b4f93f3d7fe6976125e781b28ad6a8fa27397dec61 1432 libextutils-helpers-perl_0.022-1.debian.tar.xz eff2fd4d73dff78ca406f39148c434a6a91643b06978f721f13e688dd6514b8b 13522 libextutils-helpers-perl_0.022-1_all.deb Files: 44411cf608374d12b4be6afd044dd5f4 13522 perl optional libextutils-helpers-perl_0.022-1_all.deb f280b828d28121792c7f8ba29dd5e814 2238 perl optional libextutils-helpers-perl_0.022-1.dsc cf4fd6f8caa6daac33b1111c9e93162b 17078 perl optional libextutils-helpers-perl_0.022.orig.tar.gz d2355cc5a176ef7f0c13192eb6761aac 1432 perl optional libextutils-helpers-perl_0.022-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/3xThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsJoD/9UqcaWLD2UDYWDgiJ9gpxOLMe2ZftrLbuSfr03D1z3s9HX /9sw5aaBcgYdzZfvSMfFqCjuKFppaOtcTjutqVhXPiVeK2yw9kMsjxwHMce19uWp nz+dvVWa/tNPtBLqAUq/Yor19Pvn4a/epLonJo2/mahuZtNEsbYysP21LNEAdj+r U/pa+54TrjVSUtixukExC67p+VavqxdFzH1Jqt9XTPNg80da6m8xJbC5XbHMtJeM Ay7MLZmItIgb+mPEOqo4ipeKdAjjiVWtTxVSoDEuwHThdWb/NG/dMriiOwoQLONd YrupUhYca0dOwmNFhFplYpULoDXFg7jhrkrwMSFiVFJqNJSQIGTz23qSKraUMPPf wTvUBvBfby1WcZ7JWBU0htVs1ByYX8XZwKaLh7NK7BTCvlSJioGmO5DjRtXFKPYG o92saB/G10sfh+zRCQtRgApLHV/4MKT/OZTT3VZuTokz66gPzE3Bh9+QVCZA/lqr bCHzxSyBeoSVCsZUF3Ig66HNSHfW3U4F0vXTgDktMkayRthJgdFp+SPhZ88nd+Ss FskxraZe+xWIHjr7nOs2/+VcRvbUARoHhU7UvJ7rAlzE0XRgLU3UWEvKLRCJildV u35eovgSfCxuqb5AGaMqn5fG3rMGTgsBtPb/++YIJ6uDRSDXVl/kskHttSeYYg== =m7zl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 5 21:37:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 May 2014 21:37:19 +0000 Subject: libmoosex-types-path-tiny-perl_0.010-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 22:42:36 +0200 Source: libmoosex-types-path-tiny-perl Binary: libmoosex-types-path-tiny-perl Architecture: source all Version: 0.010-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-types-path-tiny-perl - Path::Tiny types and coercions for Moose Changes: libmoosex-types-path-tiny-perl (0.010-1) unstable; urgency=medium . * Team upload. * New upstream release. * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. * debian/copyright: update Upstream-Contact. * Drop version from libmodule-build-tiny-perl build-dep. Nothing older in the archive. Checksums-Sha1: 64d0860a3fcb581c6b043e8c1148d8234aae2f12 2478 libmoosex-types-path-tiny-perl_0.010-1.dsc 08ffd3a8020b93ca354b5080246c9e77fdaa028f 22543 libmoosex-types-path-tiny-perl_0.010.orig.tar.gz 7734098cdbd4357fdcbfdc6ce0a9fc6039730229 2064 libmoosex-types-path-tiny-perl_0.010-1.debian.tar.xz 2039149c050742aaf3081f26605738f968866bf0 9508 libmoosex-types-path-tiny-perl_0.010-1_all.deb Checksums-Sha256: 4a0f59db645be7944924522d21c9b063d72e92601f2db63c5346de80056468a4 2478 libmoosex-types-path-tiny-perl_0.010-1.dsc f1abe0f608bff870373e9f9b6d5054c69e7d1b06c066c4f204668dacea825e80 22543 libmoosex-types-path-tiny-perl_0.010.orig.tar.gz 42573a0e51db687aa6ed4b6c73cbcc7fbb184a30eb03afbd9ee6dfb43eeaa828 2064 libmoosex-types-path-tiny-perl_0.010-1.debian.tar.xz 637e3bc8d4852a99c5b86ca3f711aa33b25014b4490a7fa091833530b402886f 9508 libmoosex-types-path-tiny-perl_0.010-1_all.deb Files: 97a61093393bfda08a7166262b1e2e12 9508 perl optional libmoosex-types-path-tiny-perl_0.010-1_all.deb d2b3778c4f4349f0c95690bbfb0dc991 2478 perl optional libmoosex-types-path-tiny-perl_0.010-1.dsc dadcd3dd3ea8cc1ac594382b6f5c0fca 22543 perl optional libmoosex-types-path-tiny-perl_0.010.orig.tar.gz e4adf5182261136212988b511688b29e 2064 perl optional libmoosex-types-path-tiny-perl_0.010-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ/fuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsGvD/9OAHw4GPuh6eRplnudTM6fYW/2aW/PT3hhELHj8YZarAWl dBUGQlnryNqAqXqyWQx5RHtF6eWO/xCewZ61G2IJiwjgYgQWyECI+L0o9XNarF5m BFWPDkpqgv6rcc2JNDbTvu80uzrIh4zJsrk0oyHRrwaK2tMSSu6W/5LaXT6S/891 KRBepkuyCYMZpeN6vzf7TOtt7O+2zDaLzt0YXEM7DzDqul2pUIUyAAwaoMQKP4OA gtkUste6Q/ZC9SPVjqB/5k5uXWrudQQYsu0Rq+4tZBpt4Uc3k3Tc0AWk7RzjPUfx cK2qmUblkP+PwJ5pPAuNoYO2HaWsE5eKyl3OtX4jHXgjsu7L4wBvFba4MSrdKoDF GLSGbHyCnlgDQqbVPfcPLKXUKdq4nhsVyhmQ+PEVRoGJMNM+pBCGA/O2u+R3FnAc FGGcP6WhV5u7tq96U7iX6FjaAxkfQ6YrRZS9VZDS2Y6MKmhnxNFtUFcvniy7qTx+ 0w1ditfJST6vaY3pSxzkFMhp27z7ACCaKAOXfrfN2vPstBvDnBEZ4oyu4y/ruAUb mjetlElpTeUJKEF0WuPlDy0RBQfR8Fz1+BOsM25o++MsjUHBltgYUlnqtc8LgBbx 79sv5dHh2Jw0PjTlwC2vMjodrzUGpBbhG8qu5wVgmVY98NyrJhNBndFjnWY9OA== =gk1O -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 5 21:39:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 May 2014 21:39:13 +0000 Subject: Bug#711657: marked as done (libdatetime-format-flexible-perl: uses modules deprecated in 5.18) References: <20130608150209.GA4384@urchin.earth.li> Message-ID: Your message dated Mon, 05 May 2014 21:36:01 +0000 with message-id and subject line Bug#711657: fixed in libdatetime-format-flexible-perl 0.26-1 has caused the Debian Bug report #711657, regarding libdatetime-format-flexible-perl: uses modules deprecated in 5.18 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 711657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711657 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libdatetime-format-flexible-perl: uses modules deprecated in 5.18 Date: Sat, 8 Jun 2013 16:02:09 +0100 Size: 2425 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#711657: fixed in libdatetime-format-flexible-perl 0.26-1 Date: Mon, 05 May 2014 21:36:01 +0000 Size: 6299 URL: From ftpmaster at ftp-master.debian.org Tue May 6 02:26:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 02:26:13 +0000 Subject: Processing of libtype-tiny-perl_0.042-1_amd64.changes Message-ID: libtype-tiny-perl_0.042-1_amd64.changes uploaded successfully to localhost along with the files: libtype-tiny-perl_0.042-1_all.deb libtype-tiny-perl_0.042-1.dsc libtype-tiny-perl_0.042.orig.tar.gz libtype-tiny-perl_0.042-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 03:36:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 03:36:12 +0000 Subject: libtype-tiny-perl_0.042-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 04:14:49 +0200 Source: libtype-tiny-perl Binary: libtype-tiny-perl Architecture: source all Version: 0.042-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtype-tiny-perl - tiny, yet Moo(se)-compatible type constraint Changes: libtype-tiny-perl (0.042-1) unstable; urgency=medium . [ Jonas Smedegaard ] * Bump standards-version to 3.9.5. * Update package relations: + Fix build-depend explicitly on perl. + (Build-)depend on libexporter-tiny-perl. + Build-depend on libtest-tester-perl. + Recommend libsub-name-perl. * Update copyright info: + Extend copyright coverage for main upstream author. + Add copyright coverage for testsuite contributors. + Drop copyright coverage for no longer included convenience code copies. Checksums-Sha1: 05d8d0c643cb6c952c0295e654cbd4fdd6e317ea 2534 libtype-tiny-perl_0.042-1.dsc 2b811464c1bb763ad86ccc0f1565e18c96dafdae 205597 libtype-tiny-perl_0.042.orig.tar.gz c387eb2a613d1003efc80dc07f319de7a2c28c97 6396 libtype-tiny-perl_0.042-1.debian.tar.xz 946e0d765f2ff2db95e89947f3675f36287d5016 247486 libtype-tiny-perl_0.042-1_all.deb Checksums-Sha256: 916b6e2be43fc510bd90b387a6aaeb756ec688b19732c97031da5dc0636f4957 2534 libtype-tiny-perl_0.042-1.dsc 52ddbd0cdcfc8398fc7d5f415a7b1dc1e672c140fa1c9a5660c8b44d9ccb6050 205597 libtype-tiny-perl_0.042.orig.tar.gz 9009229bda7f862cf20bb2936fd0465c37c6d0fd686dfb1edb279653bb514678 6396 libtype-tiny-perl_0.042-1.debian.tar.xz 493e845764b963f0c057c26997c4a667366f0d7c418cfdaa39b6d08dc52a8a49 247486 libtype-tiny-perl_0.042-1_all.deb Files: a18606139682acafca4755a430055510 247486 perl optional libtype-tiny-perl_0.042-1_all.deb a4fc49466a99cbadfea665c6c4961a33 2534 perl optional libtype-tiny-perl_0.042-1.dsc 0e0c460dfcaeb97ad91d9d6f101657f6 205597 perl optional libtype-tiny-perl_0.042.orig.tar.gz 04ef809474a2c8ed4a325dc1a7a3febf 6396 perl optional libtype-tiny-perl_0.042-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTaEebXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhQKoP/iJKJdL+G0gZhcs9EeJVrUE4 BnVN+Yf1Xn5GRr3mzlZDMCmn693DyjfosHuXh9kJAQb1tAiqSOapiPEIDVXuG/2/ zRQRDb4CGfZr/InWyP6Q9Wn6Lvn2XNC+hz1ujJHckb/lhhUt/qV37QsHclDny9h8 VkFSaB7KsnxSv7p1Iu4HVKXJgpGcAbWZJcOKR9GY59THgQwXr9+61xwwJbR9WS/s pRvXYrnadij/dYJ2e7P5XMa/S8lTV+Dzqo+BpRRxu3qnXh87VRzU4TqDrfiNGUV+ 3ZFqQqkhpJxf99Yfknaftylak9UQrBDlXOF33bZTXpk9HW4i355cdJcH0W+nWvO1 1DtjItRbcIbGvv9Y3UveE1t/BGAZEtGuJnsUM9/QCGmawOAu38deGJ5mIjnHXZHS hZ8L6sCWMhoglXWP02JrOayYrwcF6JMjb/TeyM7VSaymA0njd7RyqvfhlMUvf4+e Vdm+oaV+bTbxPM1DHu0IEijhSEKwgys2vSUj9QvE+eLKKz/8v/iovb5Gkm4lfJ3P BVRJhfoJqjVtQ0H0G8S3VM/LklxA1EN0MDcRG0VjV00EPaJSvI03O8HaZa81pYqT 0RUbJA+KY1eHS6daHvQzyVPrAMSfn0nc/fjR3XL9KDmdvlUXyAGKo6MOCfU5Na9N BvSDi8D3jHqJ7zCQ/ScC =JBeP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 11:12:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 11:12:26 +0000 Subject: Processing of libconfig-model-tkui-perl_1.343-1_amd64.changes Message-ID: libconfig-model-tkui-perl_1.343-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-tkui-perl_1.343-1_all.deb libconfig-model-tkui-perl_1.343-1.dsc libconfig-model-tkui-perl_1.343.orig.tar.gz libconfig-model-tkui-perl_1.343-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 11:19:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 11:19:43 +0000 Subject: libconfig-model-tkui-perl_1.343-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 06 May 2014 12:53:19 +0200 Source: libconfig-model-tkui-perl Binary: libconfig-model-tkui-perl Architecture: source all Version: 1.343-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-tkui-perl - Tk GUI to edit config data through Config::Model Changes: libconfig-model-tkui-perl (1.343-1) unstable; urgency=medium . * Imported Upstream version 1.343 * List editor: * replaced push button with insert at selection * added insort button * removed asynchronous code * control: - removed BDI on libanyevent-perl * depends on libconfig-model-perl 2.052 + added dependency on libtry-tiny-perl Checksums-Sha1: ace89d3c5d385c5702e5aa28c2ac251b5abf7db7 2523 libconfig-model-tkui-perl_1.343-1.dsc 7532a77745e72d192ffa52fb4e14bf26655421e1 76458 libconfig-model-tkui-perl_1.343.orig.tar.gz d0fc7c3ef9d6de485db011526b38a74f831fe9c6 4892 libconfig-model-tkui-perl_1.343-1.debian.tar.xz 1b0275bdaacf2d3210085c5269fccf77bc0a51f0 65530 libconfig-model-tkui-perl_1.343-1_all.deb Checksums-Sha256: 8e0ea7b870865fdf9a47ad5c525cb06ecc78c18f130c2400c616544119d7c18d 2523 libconfig-model-tkui-perl_1.343-1.dsc 700db9250420d9af2e4beea22fda3bbb2f0978c025f5e261b9dcf8304dc3a52f 76458 libconfig-model-tkui-perl_1.343.orig.tar.gz 12a6bf2236142467bc4fdc85fcb8d3e765992121aacaab91af9973c49661a22e 4892 libconfig-model-tkui-perl_1.343-1.debian.tar.xz f5925edfcf4abef2b344f19ff2855be58ef63ca41ad6ed11c0b5ca8acdfdf855 65530 libconfig-model-tkui-perl_1.343-1_all.deb Files: 49eee87a150009b6280bd62fa2e62633 65530 perl optional libconfig-model-tkui-perl_1.343-1_all.deb 28cd0a633871e33dbfc3f04fe5d2eb66 2523 perl optional libconfig-model-tkui-perl_1.343-1.dsc a8a74178fb9cffc66089a8c1b287fb48 76458 perl optional libconfig-model-tkui-perl_1.343.orig.tar.gz a8f23d3350199ad2644ca99b8219aaca 4892 perl optional libconfig-model-tkui-perl_1.343-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTaMH8AAoJEMMfT9lJqyts3moP/3z6a9w7PzG3iMdR4fBc3Y2c jsMt5x//Q1acdEiaVHKi8FDwy6YI1A7tiWOYVjSqb6/M73K7mtecH4YiGAAyrE9u PI51uPX4JDCsURhghFzOSYDkBups6hTT9nqd1w09cLsfMoGVDURUR0Un14lgJjGb RcFnC2H0vig7Mcm/Uj+ZnULmLFfOR5RyjLEZKfvWSoz7Udn6/Tbr/22GdDJ1WVVA KWcoib7/akHkP0eVEs1bpoDfEb9gUWVaCDaTPGBOBm/9z3xXYO0isFIkiLB1YW4b PK5V3WKvzeoyK4mC6cFwuYVdzqoE8k7QIz80BFoVDYM9MKxxXr7MlIQXYT8GhK3H sk0HgVM0F5Eqn6oXtHMJ44uYbGENN60mB5I4BMmVKpEsevrZ2YCNeygqT9ymfSV8 KHJVspJP9Ujq2t24Ia5ZI/fmOE6m00cJxNNckSWAs2ry3D6btIf6FVtL+pjyoC4E IUlMOC31UqWPSdQPnxI8bw3XsF0Hgn65DagUJZLBp1JCPdYSnmgvuSBsWsTX5bCe 7Qq3j8AujCxIgV3VmWVCOKph/BRu63FWg96AM7lVajhXI9MYttx4bx+/hOFhjZNr rNh/pOVLvBd5l8XUSmJcomgwtq+Wa555Qiiu7ceExZcW77pIG/3PqWsvwL/3rj1x tfOsTpCG1ncYNbTs36I4 =eGUk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From jwilk at debian.org Tue May 6 13:34:11 2014 From: jwilk at debian.org (Jakub Wilk) Date: Tue, 6 May 2014 15:34:11 +0200 Subject: Bug#735422: LWP::UserAgent: strange behavior of CA cert paths In-Reply-To: <20140115095117.GA24870@xvii.vinc17.org> References: <20140115095117.GA24870@xvii.vinc17.org> Message-ID: <20140506133411.GA6282@jwilk.net> * Vincent Lefevre , 2014-01-15, 10:51: >In short, if PERL_LWP_SSL_CA_PATH is set to some existing directory but >the certificate isn't found there: > * if HTTPS_CA_DIR isn't set, there's a failure, but > * if HTTPS_CA_DIR is set to something regarded as invalid (see the >"does not exist" error in the first test), then the failure disappears! If think what you observed here is bug #746579. -- Jakub Wilk From jwilk at debian.org Tue May 6 13:44:46 2014 From: jwilk at debian.org (Jakub Wilk) Date: Tue, 6 May 2014 15:44:46 +0200 Subject: Bug#747225: libwww-perl: ignores SSL_verifycn_scheme in ssl_opts Message-ID: <20140506134446.GA6577@jwilk.net> Package: libwww-perl Version: 6.06-1 The attached test scripts tries to connect to https://encrypted.google.com/ twice: once with default options, and once with such SSL_verifycn_scheme in ssl_opts that disallows wildcards in CN or subjectAltName. The connection should fail in the latter case, because encrypted.google.com have only "*.google.com" in both of these fields (plus some other stuff in subjectAltName that wouldn't match anyway). But both connection succeed: $ perl test.pl 200 OK 200 OK As a work-around, I can use IO::Socket::SSL::set_args_filter_hack(), but it really should work out of the box. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libwww-perl depends on: ii ca-certificates 20140325 ii libencode-locale-perl 1.03-1 ii libfile-listing-perl 6.04-1 ii libhtml-parser-perl 3.71-1+b1 ii libhtml-tagset-perl 3.20-2 ii libhtml-tree-perl 5.03-1 ii libhttp-cookies-perl 6.00-2 ii libhttp-date-perl 6.02-1 ii libhttp-message-perl 6.06-1 ii libhttp-negotiate-perl 6.00-2 ii liblwp-mediatypes-perl 6.02-1 ii liblwp-protocol-https-perl 6.04-2 ii libnet-http-perl 6.06-1 ii liburi-perl 1.60-1 ii libwww-robotrules-perl 6.01-1 ii netbase 5.2 ii perl 5.18.2-3 -- Jakub Wilk -------------- next part -------------- A non-text attachment was scrubbed... Name: test.pl Type: text/x-perl Size: 431 bytes Desc: not available URL: From vincent at vinc17.net Tue May 6 14:17:06 2014 From: vincent at vinc17.net (Vincent Lefevre) Date: Tue, 6 May 2014 16:17:06 +0200 Subject: Bug#735422: LWP::UserAgent: strange behavior of CA cert paths In-Reply-To: <20140506133411.GA6282@jwilk.net> References: <20140115095117.GA24870@xvii.vinc17.org> <20140506133411.GA6282@jwilk.net> Message-ID: <20140506141706.GE5584@ypig.lip.ens-lyon.fr> On 2014-05-06 15:34:11 +0200, Jakub Wilk wrote: > If think what you observed here is bug #746579. Yes, very probably. :( I suppose that the bugs should be merged. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) From noreply at release.debian.org Tue May 6 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 06 May 2014 16:39:11 +0000 Subject: libanyevent-handle-udp-perl 0.043-1 MIGRATED to testing Message-ID: FYI: The status of the libanyevent-handle-udp-perl source package in Debian's testing distribution has changed. Previous version: 0.042-1 Current version: 0.043-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 6 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 06 May 2014 16:39:11 +0000 Subject: libcgi-expand-perl 2.05-2 MIGRATED to testing Message-ID: FYI: The status of the libcgi-expand-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.05-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Tue May 6 16:44:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 16:44:20 +0000 Subject: Processing of libfile-libmagic-perl_1.01-1_amd64.changes Message-ID: libfile-libmagic-perl_1.01-1_amd64.changes uploaded successfully to localhost along with the files: libfile-libmagic-perl_1.01-1_amd64.deb libfile-libmagic-perl_1.01-1.dsc libfile-libmagic-perl_1.01.orig.tar.gz libfile-libmagic-perl_1.01-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 16:48:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 16:48:46 +0000 Subject: libfile-libmagic-perl_1.01-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 18:42:38 +0200 Source: libfile-libmagic-perl Binary: libfile-libmagic-perl Architecture: source amd64 Version: 1.01-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-libmagic-perl - Perl interface to libmagic for determining file type Changes: libfile-libmagic-perl (1.01-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Refresh fix-checklib-fail.patch (offset). * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 7b88345790096fa1292dfbd62dca22157ba15dc4 2311 libfile-libmagic-perl_1.01-1.dsc c407a7d86cb161d525bae71424dc40f3d0218dc6 71711 libfile-libmagic-perl_1.01.orig.tar.gz 7c407f3f18a6a46ea07ef80c17dc4bf22e4ba3fa 3104 libfile-libmagic-perl_1.01-1.debian.tar.xz b2128d77a42987a605e9d18871ae8663c46f1e71 18110 libfile-libmagic-perl_1.01-1_amd64.deb Checksums-Sha256: 9a1be2a2321beedbe5cc97430dd435cdcdb0352d5714efffe682d3959355978d 2311 libfile-libmagic-perl_1.01-1.dsc ca683da5e4582f4a61a331e8793283c2db85c205818ac784fa3ac03983fdccdd 71711 libfile-libmagic-perl_1.01.orig.tar.gz d682a13e8bed23187704744b1983b4ea639a2bd1a9716bf58b2109183b989000 3104 libfile-libmagic-perl_1.01-1.debian.tar.xz 5d2d307e9e335b179252ff9403f023660c1dd148512f0cce8b3ff62c14e912ec 18110 libfile-libmagic-perl_1.01-1_amd64.deb Files: b0b491abb42d4dc25e05b154d3c2243f 18110 perl optional libfile-libmagic-perl_1.01-1_amd64.deb ab444c851e52ae519fadc8a63eca2aec 2311 perl optional libfile-libmagic-perl_1.01-1.dsc 9a0e495d975978a4d6863258b2cde593 71711 perl optional libfile-libmagic-perl_1.01.orig.tar.gz 1731550a310badb928bab78006a9801c 3104 perl optional libfile-libmagic-perl_1.01-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaRExThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrBTD/9s5q5CD4b6E2dmAakaFK61yG7O22ubTuIrMkmIuIOtHO4Y F7UQ5LMwZIziiv/v6p2QejNP/mAUZJVAFcar0dgxYbVfbg6Hf8wnCG4PK5iXqiEr fhN64hmPfppBDsCu+qyMGrCxVV0YX/S+m2ibMUn6jt0UeCKdDd6AsJot3ObbiG4+ CbaO8gRq3c6HGgWvaKWgdz39X6uFt5jRKYCKfC9LMjTMZ5efjN5QPSqKZgdNxAME 1JSn/rUqZGymv3LZWrNDqzK1HP4SQTRfdca4ZvrW5rO3ivo2fR7iGVKMSQWssRDL j/SKFmuRWSlxCff1IANDVVJ00rL8lJYTlS61YCUSvfmeRr1VbRFt/C5JUeSHu+1p NSpCa9PRqVwWTwFfpdgX6Pceysd0vVLIRa8awO+yjb6e7mNakcEhdwtgmiAzxoKz LqXQFMYcXOJ0muqRJd0eAZ0Zm4hsob3oyPFJnRUt+J431zJ3qlCfvC+u2PJw2pDE 389Rz9BXbb15l3l03EVhZR73Gpr1UvEEC7LY/iveI1IBSM1MozmbgSvhOyK7cyIx beAPCZKyVCRcgUb0ETbgyJHImeos798Nb01NEQQWT4BCvutBUO0bISQBAxKuUlxq Puwt1TLH4dI6Zz6yGBd6tsRtLqnyjVXhgQMq/NX2U7rSww6DOyDvcrHB+i8uGA== =K3dr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 17:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:00:07 +0000 Subject: libcatalyst-plugin-email-perl_0.08-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 May 2014 16:31:52 +0200 Source: libcatalyst-plugin-email-perl Binary: libcatalyst-plugin-email-perl Architecture: source all Version: 0.08-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcatalyst-plugin-email-perl - module to send emails with Catalyst Closes: 746653 Changes: libcatalyst-plugin-email-perl (0.08-1) unstable; urgency=low . [ Victor Seva ] * Initial release. Closes: #746653 Checksums-Sha1: 267dabed04aad46df5a973682f9a9fa33d3fe141 2412 libcatalyst-plugin-email-perl_0.08-1.dsc a8bfee72fb71e426d13b794cdd3de37c2d233c06 3320 libcatalyst-plugin-email-perl_0.08.orig.tar.gz 788fb1346f364764a52019b1f480794f647e7566 1684 libcatalyst-plugin-email-perl_0.08-1.debian.tar.xz be6dc154a076f2a647ffa5c3bf6eae463e9f2b40 7500 libcatalyst-plugin-email-perl_0.08-1_all.deb Checksums-Sha256: dbf9e6be28c69f7be64f7b65e0c86f8a1e4cdff288d59b2359bfbfc71f92a418 2412 libcatalyst-plugin-email-perl_0.08-1.dsc ca284b556904b011baad4eda741727eb52bed9b2680ccd48777d93c28efd1035 3320 libcatalyst-plugin-email-perl_0.08.orig.tar.gz d2a955a82e6c5fc3f9f813f60abb77b4a282ae182bd7cd53cccd6c2b9e0a88fc 1684 libcatalyst-plugin-email-perl_0.08-1.debian.tar.xz c9b245d21e0ef23c9883493640085f64295e160b2ebd270c9f096b8e30c54cad 7500 libcatalyst-plugin-email-perl_0.08-1_all.deb Files: 7f8be7ea6d643c3e9b0d33de7f6ce325 7500 perl optional libcatalyst-plugin-email-perl_0.08-1_all.deb 1e8de9d1780324fe27c8fb3a229bb12a 2412 perl optional libcatalyst-plugin-email-perl_0.08-1.dsc 173e2b91b21e55da9671220734869c6d 3320 perl optional libcatalyst-plugin-email-perl_0.08.orig.tar.gz 31fff8940f4f4a35691b2de5f95e7287 1684 perl optional libcatalyst-plugin-email-perl_0.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTZ6EGThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBne7D/93XG6H9+Wwh3Ex4sE4M1QpLUz6faRx/BhT64+T3ewC45S5 7STLqMX8E+RCA2pz/IlpXNyno1jtLmKiYh9cOma9KVxY4bTW1LZYxVHYOalnwiB6 Fu7Wi6kWnncIl6JqMuJVhehe0QnQJgEvkGCsDPaRFrKMP1G5zmBbZBPJPADTxuY+ RUl1jxCO4TJ4Qp/wMNzKY/QK9gq7U6L2HCNSyZRogMMOJ0T4dJrGKhTDEV99hDc+ Er16dSYnqJT6n4T/CS0wKeW53O1RuiBB81Nfj+DQHqQlkecUGKyrpXWfKfakXJJb 4oy/+wQVLWEa83EIWGPXPX/ia+6nTlnZ8LnbztQYFvn1Ssq/OAESQ4tnhBy68xJg 09y8rEEQQhz35Cf1vmK6o2hNsZ1MjOFbB70Z4G1cj89icq0lZze4qJk9W0P18YN+ sXBtjV2Va3/UZW7QRyeY4+IXTD5VERZAORZedpCtubNKqenK59vIzV9NHlLYCQP+ 54fCsQhldrlYrxLSN0AsviU27J3+o34xOvbzjlOXSPNBHJkJSWpr7KreyxHBXCoe g3D6AFonCD44DX/jMmYM3TBi/wd9KovxGmuuYeVfWVyG5vM4LGKCMlCEtWwkaPxn PyOjeZ0eDFgdfogUppPfp5sSHFWBVTNxkRwwXA+P4++FpmaQLQbXgOInP0hE+Q== =Izu+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 17:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:00:08 +0000 Subject: libprotocol-osc-perl_0.03-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 27 Apr 2014 11:10:30 +0100 Source: libprotocol-osc-perl Binary: libprotocol-osc-perl Architecture: source all Version: 0.03-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libprotocol-osc-perl - module to implement (de)coding and processing of OSC packets Closes: 744720 Changes: libprotocol-osc-perl (0.03-1) unstable; urgency=low . * Initial Release. (Closes: #744720) Checksums-Sha1: 92ea0332ee70b3c3062697c561d1d3b84c4de998 2185 libprotocol-osc-perl_0.03-1.dsc 50fe0d2b15fcd0569502e1ff3b1f7f2aaa26c153 12246 libprotocol-osc-perl_0.03.orig.tar.gz 905dffdcdb0ba78fc02094670af5dfabb8995de9 1864 libprotocol-osc-perl_0.03-1.debian.tar.xz 36a868d787965ee4116c905e5f357788095e49ff 10474 libprotocol-osc-perl_0.03-1_all.deb Checksums-Sha256: e77ba86b32a101ce8d740d99401e63a890434e4d27f147e98d996e4d76ef9953 2185 libprotocol-osc-perl_0.03-1.dsc dc68c389a257817000fedd9da08512f8149325956732171ac3bfbeb77abc938f 12246 libprotocol-osc-perl_0.03.orig.tar.gz 4d8c1bf50bf6900324aff8bea5505d9faca1b4ec587cb7904f31d0ab9392be5f 1864 libprotocol-osc-perl_0.03-1.debian.tar.xz bda8c681457e6c89bfea3f6c7fdc35b825713ba37f9bc0ef439f801376d48143 10474 libprotocol-osc-perl_0.03-1_all.deb Files: 422495e0d5d93a0726398ed23694dc00 10474 perl optional libprotocol-osc-perl_0.03-1_all.deb 9b9dcca5adf5a406c8a81185ed0de91f 2185 perl optional libprotocol-osc-perl_0.03-1.dsc f0982e77dad397e96a426c08532cac1f 12246 perl optional libprotocol-osc-perl_0.03.orig.tar.gz 0f74fefca71d2f4e802578748324dc45 1864 perl optional libprotocol-osc-perl_0.03-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTY9wQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkJxEADCbrGIzAFJ0UhNNFUOmEFH00PGBm3ooROF4IGu/l3AEd5D 2YVuzMR8UKh0Em2VNgc+8/TPuVfjqFKsobtNyRSIhw3XAJU/VLHr6tBdMaONbJ+c wqQTTI4k52jUf9faNODbMRKZqNVOQGFNLegt9wbgYIPztBzB2bZTcd1oYW17vklH t1Ae618Zln07N+4/8HGFi9Y7IPbxHtu4xS/Vmo3yqRLvS63WGzq7eKwNpNg2pFsl 26b5XLGEgfZShuw1B9ICOdZQzkjuYQ3w+qQcxzCcA3+iGYZS21MCEQ0dW3rmm/3b zhf6asY0jX/4r4adLD566cWfwng8bysQIb5YKtN02aQyBF84mmWmEwNu8IqhC/tQ erzqx2gIRiiw1lnxv9gLk5/xaabV/jmQ/5f4cqkGGH5ZBg8ZPAiR9DqbRlaHyUq0 na/1GbRdil6Caymu6NzLYmy1/tfF2h1TPPRwXQeTJbSQScFXQna1gPggETqpA87E 26WybsDXyYRHUZiKPVZBa9oEuYcm3Z+w942kqxjJc9+Pv15EDpEp4XWjr+rSjQzt aqVycd/+sEdy3Dua9SW58PkdrgxF8d7nm8WatclKnweUcwxrWi6B/sLZumBQR+qz FFLcpdfjiv4ud2O2E0rROHeqbtHt4R3jYgbyEYB2Ztmxh62upi540kH8yvliqA== =fEfN -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue May 6 17:03:37 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 06 May 2014 17:03:37 +0000 Subject: Bug#746653: marked as done (ITP: libcatalyst-plugin-email-perl -- module to send emails with Catalyst) References: <2014-05-02T12-45-59@devnull.michael-prokop.at> Message-ID: Your message dated Tue, 06 May 2014 17:00:07 +0000 with message-id and subject line Bug#746653: fixed in libcatalyst-plugin-email-perl 0.08-1 has caused the Debian Bug report #746653, regarding ITP: libcatalyst-plugin-email-perl -- module to send emails with Catalyst to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 746653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746653 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Prokop Subject: ITP: libcatalyst-plugin-email-perl -- module to send emails with Catalyst Date: Fri, 2 May 2014 12:49:50 +0200 Size: 3100 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#746653: fixed in libcatalyst-plugin-email-perl 0.08-1 Date: Tue, 06 May 2014 17:00:07 +0000 Size: 5863 URL: From ftpmaster at ftp-master.debian.org Tue May 6 17:14:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:14:27 +0000 Subject: Processing of libfile-mmagic-xs-perl_0.09008-1_amd64.changes Message-ID: libfile-mmagic-xs-perl_0.09008-1_amd64.changes uploaded successfully to localhost along with the files: libfile-mmagic-xs-perl_0.09008-1_amd64.deb libfile-mmagic-xs-perl_0.09008-1.dsc libfile-mmagic-xs-perl_0.09008.orig.tar.gz libfile-mmagic-xs-perl_0.09008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:18:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:18:37 +0000 Subject: libfile-mmagic-xs-perl_0.09008-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:07:22 +0200 Source: libfile-mmagic-xs-perl Binary: libfile-mmagic-xs-perl Architecture: source amd64 Version: 0.09008-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-mmagic-xs-perl - Perl module to guess file type (? la mod_mime_magic) Changes: libfile-mmagic-xs-perl (0.09008-1) unstable; urgency=medium . * New upstream releases 0.09007, 0.09008. * debian/copyright: + update info about third-party files in debian/copyright + remove stanza about dropped file + update years of packaging copyright * Strip trailing slash from metacpan URLs. * Patches: + Drop M::I::XSUtil.pm.diff. Upstream upgraded their version in inc/. + Refresh patch format_string_fix.diff (offset). + Add patch to disable maintainer check during package build. * Bump versioned build dependency on ExtUtils::ParseXS. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 14eef668ccd9b15445f54e4c7ff37dc938630bc9 2353 libfile-mmagic-xs-perl_0.09008-1.dsc 0199caf5c7d9fa5ab1fa4fba56a6b839f7f8bb60 120918 libfile-mmagic-xs-perl_0.09008.orig.tar.gz c85ffcbd550a3cc42b421446c72b8265acd3ebac 5444 libfile-mmagic-xs-perl_0.09008-1.debian.tar.xz 86861bc6f20f01ef2155e94c192e930b0e952303 35072 libfile-mmagic-xs-perl_0.09008-1_amd64.deb Checksums-Sha256: 9a5d2787a218c9f80a0d7e73563c459ee572f105cefbc9d212943d393b8763bd 2353 libfile-mmagic-xs-perl_0.09008-1.dsc a9db0db6c5530ca63d1e248cae0b45b6dcd72d2838070fdef9443cbe056cd372 120918 libfile-mmagic-xs-perl_0.09008.orig.tar.gz b069386373102f4a514ec27e6a148fd868c5acc1d9f78ae56e98e6a8e96b174a 5444 libfile-mmagic-xs-perl_0.09008-1.debian.tar.xz 06cd36070295e7ff34113e8f97d62e62bfe6ed0829481f3ac38c7ffcd8a4bfce 35072 libfile-mmagic-xs-perl_0.09008-1_amd64.deb Files: cec47da112062a749011d92bc5478518 35072 perl optional libfile-mmagic-xs-perl_0.09008-1_amd64.deb 29cd48ed96120f2bf4ba61187e761015 2353 perl optional libfile-mmagic-xs-perl_0.09008-1.dsc b08ceccebb97c1505a6e5f70c60d0163 120918 perl optional libfile-mmagic-xs-perl_0.09008.orig.tar.gz bb1cbbcd5c364f6c47097d8a4bdb6b7b 5444 perl optional libfile-mmagic-xs-perl_0.09008-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaRdrThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhlHD/9jsC7jpnDTWhUariZp6WDknjTPlpOiMHT6AQtxbUTMO7Sg ReyksF3SpDtR76VAQB+XGvEpPP9HlF4nOXur2kBPgbmuINEPdKYWUJFu3W6RzLRc sNuhKUiMgWUKa4Nawuv4boh08BlHRiDAGxw0Ph02trvWb3T0bdg4Vi43KDTi9fft Oj37liiWArXx3nIKwnQmBqOCZX3mSLpA9JmtDL5rePDhR3uefFPIDf/kk/iee20I Xh/MNxh3xplUuVHOla5KloxOdlt7xvPlGJpp0e30piYrTeCQczDzh6irMUeBnymb DqXfMd5F3PhmsGxrP5/beM5T0T6KuNIU0OcXCO3A2ZZ4DG8MyevAwCEtrSufj92I WAxNfBb0U1TbqOHmKZm4N9N525PlDAGwpOg/5gSqeZ6r9nXSYPUoGgU/mxDWc2fy 5umoslhodG4eIdqsWcoxXBkzhk1/ORpm+mlGWmlMsl0KQXnYqhWvFtRwL5DUdJi7 5OkaTZIkt67d0Pw2owRONPdIQ3NYNXYq/XWsQTMsPhLWzRvZYiVgQ4s5lHaf1I6M sbubwHxq+uHDp0BWTZT/STg/92Yw2tesmJ2z/+sdspa7Ncp7Uv0uHE6b9zcyulCN w5LOM87GTK/cxYMLMWd9Z50Xtmyz6uXneqAHMlNOQrol824OxVBPWpk6bElyvA== =Dfjp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 17:19:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:19:27 +0000 Subject: Processing of libfile-pushd-perl_1.006-1_amd64.changes Message-ID: libfile-pushd-perl_1.006-1_amd64.changes uploaded successfully to localhost along with the files: libfile-pushd-perl_1.006-1_all.deb libfile-pushd-perl_1.006-1.dsc libfile-pushd-perl_1.006.orig.tar.gz libfile-pushd-perl_1.006-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:29:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:29:29 +0000 Subject: Processing of libgetopt-euclid-perl_0.4.5-1_amd64.changes Message-ID: libgetopt-euclid-perl_0.4.5-1_amd64.changes uploaded successfully to localhost along with the files: libgetopt-euclid-perl_0.4.5-1_all.deb libgetopt-euclid-perl_0.4.5-1.dsc libgetopt-euclid-perl_0.4.5.orig.tar.gz libgetopt-euclid-perl_0.4.5-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:34:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:34:38 +0000 Subject: Processing of libgraphics-primitive-perl_0.65-1_amd64.changes Message-ID: libgraphics-primitive-perl_0.65-1_amd64.changes uploaded successfully to localhost along with the files: libgraphics-primitive-perl_0.65-1_all.deb libgraphics-primitive-perl_0.65-1.dsc libgraphics-primitive-perl_0.65.orig.tar.gz libgraphics-primitive-perl_0.65-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:34:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:34:37 +0000 Subject: Processing of libgit-repository-plugin-log-perl_1.311-1_amd64.changes Message-ID: libgit-repository-plugin-log-perl_1.311-1_amd64.changes uploaded successfully to localhost along with the files: libgit-repository-plugin-log-perl_1.311-1_all.deb libgit-repository-plugin-log-perl_1.311-1.dsc libgit-repository-plugin-log-perl_1.311.orig.tar.gz libgit-repository-plugin-log-perl_1.311-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:39:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:39:38 +0000 Subject: Processing of libhash-util-fieldhash-compat-perl_0.07-1_amd64.changes Message-ID: libhash-util-fieldhash-compat-perl_0.07-1_amd64.changes uploaded successfully to localhost along with the files: libhash-util-fieldhash-compat-perl_0.07-1_all.deb libhash-util-fieldhash-compat-perl_0.07-1.dsc libhash-util-fieldhash-compat-perl_0.07.orig.tar.gz libhash-util-fieldhash-compat-perl_0.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:49:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:49:41 +0000 Subject: Processing of libimport-into-perl_1.002001-1_amd64.changes Message-ID: libimport-into-perl_1.002001-1_amd64.changes uploaded successfully to localhost along with the files: libimport-into-perl_1.002001-1_all.deb libimport-into-perl_1.002001-1.dsc libimport-into-perl_1.002001.orig.tar.gz libimport-into-perl_1.002001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 17:54:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 17:54:42 +0000 Subject: Processing of libio-aio-perl_4.30-1_amd64.changes Message-ID: libio-aio-perl_4.30-1_amd64.changes uploaded successfully to localhost along with the files: libio-aio-perl_4.30-1_amd64.deb libio-aio-perl_4.30-1.dsc libio-aio-perl_4.30.orig.tar.gz libio-aio-perl_4.30-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 18:06:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:12 +0000 Subject: libfile-pushd-perl_1.006-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:15:40 +0200 Source: libfile-pushd-perl Binary: libfile-pushd-perl Architecture: source all Version: 1.006-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-pushd-perl - module for changing directory temporarily for a limited scope Changes: libfile-pushd-perl (1.006-1) unstable; urgency=medium . * New upstream release. * Install CONTRIBUTING file. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 0769e1b8727a6faa194daf86aacfe752302b6575 2234 libfile-pushd-perl_1.006-1.dsc 1a5713f9dde8e96ba272467938f9acf86ef50590 18727 libfile-pushd-perl_1.006.orig.tar.gz 7cee0375a122527e70e9f214fcc2fc2c66e3d942 2748 libfile-pushd-perl_1.006-1.debian.tar.xz ace1fadf326278ae29567af646a44c39e8ea5f2e 13366 libfile-pushd-perl_1.006-1_all.deb Checksums-Sha256: 232175cbab71de3f01aefa21c6e5b7cf2b1c98df02e3c0bc4e2fd6385d1497fd 2234 libfile-pushd-perl_1.006-1.dsc 0956da0ca16e0c9a9ac57bde08b730323c5deeed9630ebe8cb3e3a9d267f2e2d 18727 libfile-pushd-perl_1.006.orig.tar.gz da5a0c67a0270fde508a323efdd64afc377108c616b1e89aa024ffbfe69ba2e9 2748 libfile-pushd-perl_1.006-1.debian.tar.xz 9c1e3b625fa334c93342fc8106f6a8d76d5b1fdf0a786e6cb9b2a614432b4f77 13366 libfile-pushd-perl_1.006-1_all.deb Files: 71b05361ad170021d70f383fd244571c 13366 perl optional libfile-pushd-perl_1.006-1_all.deb d6f5397494727a1cf3aedbdc1f7d9fb4 2234 perl optional libfile-pushd-perl_1.006-1.dsc 11271246807662e9b3615ad7c0cab99b 18727 perl optional libfile-pushd-perl_1.006.orig.tar.gz fa032cb7300231dbb478aee93c0d7359 2748 perl optional libfile-pushd-perl_1.006-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaRjpThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnZYEACTEju+Xp8mBWUAoDPwVPtsZhukcCfcLaU4ii80aKJUjZRd UCCFIVnwXUaHrGvNnF96+IvdbsJaAC99JziJyP6uQU479GOfsVd+uSj/YJU+6YBc QCTFYRnKtRdvs2WfF4Zk/w+pUWTofUQmtv3L4fd1S3gWrfScfi2dgvidAQt39xa1 qZbcGuM1XbhL8+DrJkiVVEjLKM91RguMKyeRFNVW9T6eK5Q5rqRI4WbTLK8i0KIX YYT4Eb84hlUW7CcowoyHbhCjSEewIjo2vRb6eUNOtZ3SBr2pY5wKaMs7tXZiuHHx L2BAVF43Y8IK+QXjV7CZrRGtKqmwR0csmQiuxAuY197E8SGhms6ZiWDwPaxNT9cz Ys+izIZghd7lJszOcLu+2ESvX2pBPr6A3zrqKGXYuj5reUjtTtcNmjyUA2KPznKk ygZ3ekQ6ctpegYGMBqYPAgCf4kEzbl0rQVW7PQnsGswbx2QTt8FSV1hsboDowBvv hCbRRQMns7vLO+GYMpiPgtNtSoalIElqP/Ur5EKag1OWcAICsxgUhC/06aoLb+Uo W9InsBzMZiaUWdIT6rxH4ZjtGWrDPY0idoXVgupn/nnxP5EXelFSQVOurLseO94K Ar8bGCD1x3I7r4Q0Er8vfnz24VQal7bMBf9JArqEdVijy7qV9qh5IKw6abUlJw== =QRE7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:06:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:19 +0000 Subject: libgetopt-euclid-perl_0.4.5-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:24:03 +0200 Source: libgetopt-euclid-perl Binary: libgetopt-euclid-perl Architecture: source all Version: 0.4.5-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libgetopt-euclid-perl - command line interface dynamically built from the documentation Changes: libgetopt-euclid-perl (0.4.5-1) unstable; urgency=medium . * New upstream release. * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. * Refresh and forward spelling.patch. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 73c45de42c099457fac4744d9a5b6c167a48aa76 2397 libgetopt-euclid-perl_0.4.5-1.dsc 022ea3c752e2dc1326817e48ed5cd527f29392e3 75005 libgetopt-euclid-perl_0.4.5.orig.tar.gz 0f6be97eaeb90dc103393cf7728c3c8a951b5964 4172 libgetopt-euclid-perl_0.4.5-1.debian.tar.xz 96c185225061eeace2080df0fd85b11d2eb6a614 47322 libgetopt-euclid-perl_0.4.5-1_all.deb Checksums-Sha256: ac8fbbaf61b85a38cef750b81488f995d90e6873206d3083a58cc25c1839c2ad 2397 libgetopt-euclid-perl_0.4.5-1.dsc 3cd29f8803fbafefe61b5f8bd6400d3dedc9f3013de451892daed15bd05ffdae 75005 libgetopt-euclid-perl_0.4.5.orig.tar.gz 5924023d15e161b7c56c1ca4ab5eb35457548b87515c962fbf34f485df078c68 4172 libgetopt-euclid-perl_0.4.5-1.debian.tar.xz 6786364144dbd6c9274becee08255a820da9a8d618ef700ebfb37bd1560956fe 47322 libgetopt-euclid-perl_0.4.5-1_all.deb Files: aa2ff0db5dc7a4ba5c794858f4694cb1 47322 perl optional libgetopt-euclid-perl_0.4.5-1_all.deb 2abe1e3df89b6fd9b30a6d7857524377 2397 perl optional libgetopt-euclid-perl_0.4.5-1.dsc 4f5636af10a0939798bc7864a4dfdfab 75005 perl optional libgetopt-euclid-perl_0.4.5.orig.tar.gz c789a149479db40e4a6c1a5d87bcbbc5 4172 perl optional libgetopt-euclid-perl_0.4.5-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaRrjThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBmoZD/9GX+GbAQtwxaEzh5yHluyBtOVec62egYBO5D30fRVFlBuM ECpXgmxiTjWyhsc4VxYHijYKxQ5mHLdFPL5tNgzTgJw6YFDK6uXhsyzbUM/5wxDY jdUGdwFQR00CvqEgHPZKMjar9uvVZe2ZyIQWFCq5a12CBAxbVVWxl1VyxpH+DVcw iH6PIhw4gm+ZOx0yuUbhQeOC162ZFFC4EQCmdgxi7m6b8KChlKcRpiFz+6NaZus3 CmVBB4AmOE53+t/Jr1ph+AqB/CwV/NEwxviGWewuXn+oTkaE16iYPsrnCqQGPxRS hcV4HZyRW6IeiMco2Y9jxZDrMILl3ZCQqV1c1rbE1cqgH5nj2uBl2jvizWq1KNRs a2RfSZ3R4TYlCPVJGcbRc6S4jn3tJIG9GfAVTLzhiXKeZZVPB42j61zaf8LYVrct JIguonvqadBvuCuiXXjr3g9wLqFG5EwEwlZiZHcSnFvg9n0fpnj2lEa+SUHKYp8R tATzZgUOAa51L+iVP3xDEMu871RVq/W6I9GptFQU3vu+boAW7acCzH1ajrEZuFTN sZ0/RGe/ZnNojNzVKv3aMSxBHAXow9slkG9MSmowJ6WnCCyKjNd6z5+ZyUkNjN1x 8fhXBZerBdgBg482uSlUvd/yYzjRymhsiAgdRQAiPAy8v58JXMxjv+CyZTRGZA== =ZCdU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:06:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:26 +0000 Subject: libgit-repository-plugin-log-perl_1.311-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:28:38 +0200 Source: libgit-repository-plugin-log-perl Binary: libgit-repository-plugin-log-perl Architecture: source all Version: 1.311-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libgit-repository-plugin-log-perl - Git::Repository plugin adding log items Changes: libgit-repository-plugin-log-perl (1.311-1) unstable; urgency=medium . * New upstream release. * Update years of copyright. Checksums-Sha1: cb1090219f32bfeb7584cf33b51885d85c68e45c 2381 libgit-repository-plugin-log-perl_1.311-1.dsc b6c6c7652743d5c2d37b115cedd93ec706f0550c 36646 libgit-repository-plugin-log-perl_1.311.orig.tar.gz c57e40c60a423ffe526f18a30a6a7a13f155399a 1468 libgit-repository-plugin-log-perl_1.311-1.debian.tar.xz 07551ac9a520f5b7a763fd833986323d144146dc 15538 libgit-repository-plugin-log-perl_1.311-1_all.deb Checksums-Sha256: 693f25418511ff9864b5607284bd313658a6c91d322eafeb6dab5ed0c3ff72ae 2381 libgit-repository-plugin-log-perl_1.311-1.dsc 11ccefd27096dc8248164147c56bd77d0af412e2e6e12229437dc1f8cecb5ebb 36646 libgit-repository-plugin-log-perl_1.311.orig.tar.gz 33c24b6fda175781411a5a549533b63f41db8bc2f4631ac194d90f6fb207f193 1468 libgit-repository-plugin-log-perl_1.311-1.debian.tar.xz 7ff59c626cfe8077f7806236467c7b5ba97a3102992e9d105aa4610139cb58fc 15538 libgit-repository-plugin-log-perl_1.311-1_all.deb Files: 65d6094a8195b4d81c4b6b73e5783552 15538 perl optional libgit-repository-plugin-log-perl_1.311-1_all.deb dae99c27906cf406679f34988000f354 2381 perl optional libgit-repository-plugin-log-perl_1.311-1.dsc 3c419f0876d6251b150222036941f815 36646 perl optional libgit-repository-plugin-log-perl_1.311.orig.tar.gz a82479a1683c40f723c897a274e95a1b 1468 perl optional libgit-repository-plugin-log-perl_1.311-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaRv1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsa/EAC7U1xM5FaO5h9xGa8Njf40mqYuPhwgSDFo43DRDFoL81ko kx87A59dMwYnhLZB6YTX3cFu1StqUvmueEIQmXwxvHscbU/IxJ9JZq/1HNqoYgva a9zWLPQujnj94zQVGJLq3nPu/7zs8zfX6P/fsM8ruo8NRbHOgOd9qLx1UFJF7FPV yW5Nkk+KatQA0YYZdgku5fX8AWpmsWf+4Gju1RncCrNNbWVW4T8mNTiKL3CABBHu nK7ciT7wJlG+1x5v75f9yI8gf7h6uUigsYsnsOINEMzalbf05BKEETwWC3PG/f7O v3Tb/TD00seYz6Tsd5TCLvkQOrdcNFH5lvT2cj47EuMUD0Xzwrpwd7Q1yKyqxQlc i5CI2NeQ7vbcig4jy0NlikxS3FXsNUzrHK9FFzXGAri7ili11UhDUnXjNp7O8YPm 24dym8ANAjtFOvgrH517fVzY4d5T+DJWY3H+kakNfu9aZCU6ke/cwLrR8cpSwbsN NNjVjmaCVgwlv83ZEiz0DjIOc7yoPr2BH9Gfcvos9+6Zx7C5xZLLupeMr//Sr+AO Qwm8Zj0CNYtgCJ+59nb+pavX9SWGbrU16nsfwnxGmsuRyessSfw9AeJILJS9yWTd QtWr5lARGFd3jGzqTzZcc9T1FOiLcOQ6i5zeljPomsCJcoNiFIK43EkffIvtDQ== =VOXr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:06:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:33 +0000 Subject: libgraphics-primitive-perl_0.65-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:31:29 +0200 Source: libgraphics-primitive-perl Binary: libgraphics-primitive-perl Architecture: source all Version: 0.65-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libgraphics-primitive-perl - system to portably create and manipulate graphical components Changes: libgraphics-primitive-perl (0.65-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 0e5a7465ed2ef4e3f3e684a89e58c9331f8416b2 2437 libgraphics-primitive-perl_0.65-1.dsc 8b31c6c632c8186a2551e81adbabeedf9a026594 44801 libgraphics-primitive-perl_0.65.orig.tar.gz 7a0d082130932d63f19896f54505a8064ed0969d 2292 libgraphics-primitive-perl_0.65-1.debian.tar.xz 8d474e196c38d12c6a6835d4d23965ff7196d6a0 87496 libgraphics-primitive-perl_0.65-1_all.deb Checksums-Sha256: e280f5d3c61b11d8da9b30dd60824ae2453da443f18323c8be9645c8b6f60e38 2437 libgraphics-primitive-perl_0.65-1.dsc 118c40b7f91a317dc7677f62c942eeabab5ba2ef38b155042ddc35412537ebcc 44801 libgraphics-primitive-perl_0.65.orig.tar.gz 640b94087647b290d8d075c0642daf8b635360cf40bea446e91a787f14a4a279 2292 libgraphics-primitive-perl_0.65-1.debian.tar.xz 4fd2d75b92e932a510fb0e5777bddb157bc62215ef01bb7886471741986d9b8e 87496 libgraphics-primitive-perl_0.65-1_all.deb Files: 8bc000cc589c69f98b6fe3ff2257bf94 87496 perl optional libgraphics-primitive-perl_0.65-1_all.deb 694d845f2eaf2b6fd3fef4c3e9f53ecc 2437 perl optional libgraphics-primitive-perl_0.65-1.dsc 34de5c19ce86fb1bfc66f59889350669 44801 perl optional libgraphics-primitive-perl_0.65.orig.tar.gz 1bc05d61ff60565b9b8d9b7286c32e43 2292 perl optional libgraphics-primitive-perl_0.65-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaRziThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm3PD/9lTsSzWHKv0mu3fO6uj15wVNtn4JwU4XK6KiJzH1iZE3v/ /msu56YE4ifaKZlR+gsewRfctBbi0S3Fe3NVYTYmJi9xPVku/lZynaVswXQEwkdM nNcCqEy95Y01MOeTsTkKuBsUQCOXZlhJQEM9qqzzNS0QmLc6sBIcmfW9Pe44XcIO kK6kviwYHyxQ6DHO1qA9bpRljton1kRaT0WY6ZtUABxhkgV9LfwXwDj4/jS7Hc2M iUXUjw4z74XgIa5VVqPhTXvWmX7Gi4HVtXCL2G2p4vX6j94Q/3FzzmYT9OQXrR8K UUGuetG+nQ3NYrUc4zj4bS/vYbKlgVHA4t54VFr0RxW5P3sz1C+EZ0Kb/JTn0976 v8OYmDcjiSMYg2oLxylLD+I18slgcSGUePyVV4/b+Lucmlx1mv/Zv7Be5jNnZXJj aiCqtTOBMCJN+6STlYj3ps0YCSf/gjsG0glJpYKLa84C5iAbc5ZWn1f8sGIaKMhC 5h9oBHzhUlmA+qS6LYeusG7HS3VBSliz0md+C5NbAojg+WtIvQeAE68/PtKUxDzD rQcTMNgPzOuQ2dID6dtlC/Z/K+5HtIIpwQwNQgZPpVci2fk1QCX/cQaQkF3Cl2CI KndIgktizfrGh5k3aQxL8uWPZSjmbF7Gh2OT+2Q4nX3mvcZ59RjFEdw9r976NA== =9CIQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:06:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:40 +0000 Subject: libhash-util-fieldhash-compat-perl_0.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:36:52 +0200 Source: libhash-util-fieldhash-compat-perl Binary: libhash-util-fieldhash-compat-perl Architecture: source all Version: 0.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libhash-util-fieldhash-compat-perl - Perl module providing a Hash::Util::FieldHash compatible API Changes: libhash-util-fieldhash-compat-perl (0.07-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 8bc2d9b89b438ba9fbd4ef2230676a8cc6c8b791 2368 libhash-util-fieldhash-compat-perl_0.07-1.dsc b5f8f555ae9a24468e526c7a542d9e40da4ad2c3 22076 libhash-util-fieldhash-compat-perl_0.07.orig.tar.gz a7ee79378b9c1563c21faa24c2938b9b592ce7e4 1820 libhash-util-fieldhash-compat-perl_0.07-1.debian.tar.xz 93260e375298e478031522eb5dfdea6c18ef9a61 10868 libhash-util-fieldhash-compat-perl_0.07-1_all.deb Checksums-Sha256: 8e892664b822d472b61850f43048dc61bd02af2d7a955c27636d2f74b34e4e9e 2368 libhash-util-fieldhash-compat-perl_0.07-1.dsc 768577e25409d8aedceea794f4d31bfccedb56661abd619c7793ea72b76478b9 22076 libhash-util-fieldhash-compat-perl_0.07.orig.tar.gz e4cf65eada6127dad71af6c7ad9ffc59cf0701a572d17272c25d8536557a8833 1820 libhash-util-fieldhash-compat-perl_0.07-1.debian.tar.xz f733ef4a8ce33aacd0cdacdffce656a56e0ec3e14062d4356f829498c45465b7 10868 libhash-util-fieldhash-compat-perl_0.07-1_all.deb Files: 5fa9ff140f9f05ac48a726f21482cc7c 10868 perl optional libhash-util-fieldhash-compat-perl_0.07-1_all.deb e411dbf13bfbc80b1d80447a00b6de08 2368 perl optional libhash-util-fieldhash-compat-perl_0.07-1.dsc e53d60f6857fb0d3fae893030441b315 22076 perl optional libhash-util-fieldhash-compat-perl_0.07.orig.tar.gz d231ebde01973618de3118050cf22bc6 1820 perl optional libhash-util-fieldhash-compat-perl_0.07-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaR3iThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnzxD/oCXapxnFuSTb6Tnf2n5hh33VQXVFvKT/8QZwXxjNv9aqJ9 aHRvtsOkxvM97noP5uqbapCshg6/JopE9/6z1AA/p/MYQPvfneGEhZQHtv3nHMJ6 vGDPQUOq1NCa2LfMsvzBBDa7rnRK/wnJDPpTtMM3qY8xEmQiPYodK7K3Cbqx23yz 1e6q3HL7qi2BG+RL28QJ8HF+NEPCSbI1eXRqjP7Q+1Dhj2HK/dX4YLM/1kIJGQAP W/ImJajcEo2RoSk9O3KGTpZ21HWMOSjk0gC/0c0X2+jmt86zsc8CprwFSssNm80n iy0daSWQcgeGeZ6c2mRIxXv+EZp/pjZzZMV+WRg1XuwfMkgzhEH4pupP7RZxHp+g 2VVPIjuADYu3cpyzMAjXlc2+7Kazha/LLERnqy0BO+U4J1PuE91Y3fDpptjz5rha AO3J9IMCYpJJytmV+3q+Bc1YFAx2/Xch0by7+ZbS2IdqM+p6NbUmCKDK4/fRTdLA j9V2JMxxV9jZufORNzsKt7MUX/eRbhODi+/I6j0cAfRvTxm0BB+uPCqxY8qsdtB3 4A4H6XrwLMUp/a9evscKaqlAqVTTWLmOAwrs/qog13G1sHqcQcT1rZRNAxG6PvjY WLM3sRxhD3CU5uQHlwj6W/w3eB4NVVJgvngLklKeNrqgL10iGvgIvFn48NbPlw== =idx1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:06:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:47 +0000 Subject: libimport-into-perl_1.002001-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:44:35 +0200 Source: libimport-into-perl Binary: libimport-into-perl Architecture: source all Version: 1.002001-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libimport-into-perl - module for importing packages into other packages Changes: libimport-into-perl (1.002001-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Add a patch to fix a spelling mistake. Checksums-Sha1: 18b9d920466d98b3ed73d8f952b5ab9fa2cbbcee 2191 libimport-into-perl_1.002001-1.dsc 7f4fbcb27f12ab90358e31234abd42799b18f3d6 6553 libimport-into-perl_1.002001.orig.tar.gz 28fe796b1aead89246c096fad82942ee599198a5 2352 libimport-into-perl_1.002001-1.debian.tar.xz dbe7037dfef244e0ce1ac198b760070501fd2c4e 11094 libimport-into-perl_1.002001-1_all.deb Checksums-Sha256: e8c1a0e8a76f1275ea256d8c777539dd5fedafe4a27129178866167b7bbfb581 2191 libimport-into-perl_1.002001-1.dsc 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f 6553 libimport-into-perl_1.002001.orig.tar.gz 90fbb973a2edb3229e29f934cbbe5e15ea479ba4aaec647ee20e6b2ffe6450a4 2352 libimport-into-perl_1.002001-1.debian.tar.xz d8421031773f036f537eb29d3c3698754b639e1eb17b6eed2414466f194dcda9 11094 libimport-into-perl_1.002001-1_all.deb Files: a3e569ee27a8631739a881a68db25207 11094 perl optional libimport-into-perl_1.002001-1_all.deb 67b6b0513d765af4402f68701f8ce5fb 2191 perl optional libimport-into-perl_1.002001-1.dsc 6a7b3e16615c730c80ca7a80524ad6ae 6553 perl optional libimport-into-perl_1.002001.orig.tar.gz d87a791bbe78dce8aa3739a7d5a9fb7a 2352 perl optional libimport-into-perl_1.002001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaR+rThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBscBEACvMbj97/OWHx8SXd8FYycelAIy4OvHDGMN6yh/4VyG3bZm LWwjl/+UJkjkn3scS8Aait5CKRlFszdq/yaDJFmSxCvhGIn/crAkPyK7TumP+Rje N9qo2sHa2BP9J9IQp5YxWrGB8lu0MGIQrZwXJ0SpkOfpBY1mMnGPyWYsiFshn0+H XJUEF/jCIJznyn1TzVgN1Gf54bl3XZF4j587UBWFqnJ/ybb1gl0v6dfGyJFwuUZA WR20CA9n2RDeNxNZL4c14AUEBya/dRwbza+b6h5vItwHKqh0avks7GtJeAWu+D82 /m39LVV+Q5sOOONLUkPn8cn9zxZ+6ANlakBGeYPCSR7S5Jei5o9TtojLuhBbk5m7 im4y3Vny+0RedW6YkG+BFKVxOphGU/NslYxwjHOwHeNekNdWtOl84VtVkTaj7WVK lCZq+BCP2eVLJKRRrtHX01T/iN6wv7uaS8zFSJu2o56fHd6fWoMGevF1H+5VCUfG n1wPG9eGcjJysMzAOOykDtUgs0IDMh00X9cRcduyIrP3ug+wm9xTY6rqQMZPEgmi CmcvXqY+Hcrts0Hy4PGZD/EsypSdO8KrKjwhirXpeljEJZUos/OyMJKEbBVhTM7x UKoBkelgN7EGBPQLP2Bc+ZtI8S5A6M7KIh0HYwbrH6G/hRuxx9sR5LLESRaxdw== =oinY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:06:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:06:54 +0000 Subject: libio-aio-perl_4.30-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 19:50:42 +0200 Source: libio-aio-perl Binary: libio-aio-perl Architecture: source amd64 Version: 4.30-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libio-aio-perl - asynchronous IO module for Perl Changes: libio-aio-perl (4.30-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. Checksums-Sha1: cc34af46734edde3ffb25664b7c3ab7e35a7c52d 2120 libio-aio-perl_4.30-1.dsc f1e86e3a3c71cccee997497bc3d5e141bdb200fa 149222 libio-aio-perl_4.30.orig.tar.gz b681cb8758a056191b8a21f9f890bfead9ab028b 5136 libio-aio-perl_4.30-1.debian.tar.xz c1592f0743ecd6c4f1397d344f876e59a87f0a56 102522 libio-aio-perl_4.30-1_amd64.deb Checksums-Sha256: 22211085525c3aa5e0510f6718f9b05730bfdf65106f1d0a9f098bc0ca806a55 2120 libio-aio-perl_4.30-1.dsc 78846ba90b486853d63b0211171731b6254f16fc69f63e8a1a01a2d812cf36fc 149222 libio-aio-perl_4.30.orig.tar.gz 3f475461c4ecc12459a2a4b0b171b880535939d6f264b54ed6adfd51b5451e1c 5136 libio-aio-perl_4.30-1.debian.tar.xz 953ac44e816072b1dc84cc93c6970ad46549eab73e16acec40917bdbc404f8eb 102522 libio-aio-perl_4.30-1_amd64.deb Files: 5b48a7d2c5078712e324ee8673989abd 102522 perl optional libio-aio-perl_4.30-1_amd64.deb 608fb57069bf00db50acca3c50d99c56 2120 perl optional libio-aio-perl_4.30-1.dsc 918f2b6da4b768440004a5d41a11fe24 149222 perl optional libio-aio-perl_4.30.orig.tar.gz a2c040d6aed86b9ba634459e76ba1503 5136 perl optional libio-aio-perl_4.30-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaSEqThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBn55D/9HXSdF5K7lqunuP2hmusVgon0hXApzwS+7zHOMrfEoYZPP kwM8yLPcbP1nVoDXk2PDEQxaoCThII5wg4PBxXmV+v979ng2JYD2cOu/Vm16DJCd n2ApnIF4/b6rJX77ChkdM6FNR1T/HPL/hy2ZqlkbhIohvvW+LpAdJrdLcNxD5Cq8 qEQatSCitsP+MZPyXmPpopnG3PuljGEJRxTd0CRYs9LtNPwpxeYBLRkOEpH+h2tv XNd7UQjrx8DaZC5wLprnuRaPNPpxokjQeztgZ2d9WxYFpNNlmQQ0nCby+GKRlbBK 6nlbhYCwB4U2cP+h1hGjSQv2YQdPQyEPCsFuK97A5mMAZffU4P+zhXaaEL9pqOcM sbrjZsEJvUdTQjjAwXBCbGR5NYG9TnWPQyq3HINVKVeZiwTLoWy/SqLGrkr4zS8+ WCg7YEdESvjVSzrLBM8HCH1uOiJzffynPA/bQHTwsgTtz+Ja2v0gGwmhnGPDxpp8 2FmhOn8G6hKzdq4TymNLQ3mBiVmtsrHGIquP/HEJhFqiBBnCuX4+kYGOtPlzqfWP +Vs4o+fGlsRSvq47HTDm63ZF3X+nN/K6r8/7/GKH/upSCMySZsjuGhf3kzbM1Y9V ITwtjQPWzagmN4IyWZWsqrrCfYFfx0Wq8NphVksJzgNUn8q0XEDAFp5RT6Gtlg== =E5ll -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:14:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:14:48 +0000 Subject: Processing of libjson-maybexs-perl_1.002002-1_amd64.changes Message-ID: libjson-maybexs-perl_1.002002-1_amd64.changes uploaded successfully to localhost along with the files: libjson-maybexs-perl_1.002002-1_all.deb libjson-maybexs-perl_1.002002-1.dsc libjson-maybexs-perl_1.002002.orig.tar.gz libjson-maybexs-perl_1.002002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 18:19:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:19:13 +0000 Subject: libjson-maybexs-perl_1.002002-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 20:09:27 +0200 Source: libjson-maybexs-perl Binary: libjson-maybexs-perl Architecture: source all Version: 1.002002-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libjson-maybexs-perl - interface to the best available JSON module Changes: libjson-maybexs-perl (1.002002-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update long description from upstream's module description. * Update (build) dependencies. Checksums-Sha1: 95fe1b2fbcf170c44cd37cd270a52195556405e8 2330 libjson-maybexs-perl_1.002002-1.dsc 3c4c59607008d8eac89b290eb748b570aa7b0e95 5992 libjson-maybexs-perl_1.002002.orig.tar.gz 0306ec17cd5488b53ff30da47c1368ecf115beda 1716 libjson-maybexs-perl_1.002002-1.debian.tar.xz 0a9e5cfdd5206cd4f3f1f76990be390b27f4e72d 7498 libjson-maybexs-perl_1.002002-1_all.deb Checksums-Sha256: e04add872252e5296879ff98d8b24d1540e3ff759f5928eb7bf65b1e2378bcc6 2330 libjson-maybexs-perl_1.002002-1.dsc 5ab92a7a13fe6821933310c594fa079b8bcd6d84bd823340223e62da1c83e4cd 5992 libjson-maybexs-perl_1.002002.orig.tar.gz 3827e884833a1154317ae32caba7a18a7bd750a2d056053a43e0b30af39043ee 1716 libjson-maybexs-perl_1.002002-1.debian.tar.xz 99bb93f9baca951d07a4064dc9a5687c1dd06fd29d10b05f5b7af9d1296b3003 7498 libjson-maybexs-perl_1.002002-1_all.deb Files: f1f2f2de2261f4cf0c8d815766f04ea6 7498 perl optional libjson-maybexs-perl_1.002002-1_all.deb f6d8c2ca161bbfc52087cb405b2b7908 2330 perl optional libjson-maybexs-perl_1.002002-1.dsc cb8c66ece7518270ea31ffc4951d5f02 5992 perl optional libjson-maybexs-perl_1.002002.orig.tar.gz 4496b471d85b2c634efbd8e7fce31d72 1716 perl optional libjson-maybexs-perl_1.002002-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaSWDThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhvuD/4hFFQQ2n0x8GQLu2nQRpcLcNfnTJ6BDlni0Uanoiy3rEOu +M96QlLwnzjkGsclFpFIrvGeZZ0r9ljctio0FfCRi7g3sWgjBKYV9FWRIHp7fT61 QurFIc1Vb5SqO2S0I8lMLaGU2lvB1RBxaodx6dTfjoORpuyNqJ2IOdM18FcmZsVi JeuFaTNGKy9G9NXMlhpOUBfW5X+wkyDJ5veTUGppbTC1BG1+SfabsNKLaBAR5On1 JW1r0m0LrfdDTziPQM4y156xNPBSJaTh2+wGWp6224OfX+3F2ZXczr+llsY+FKdw NlutWoh/tvV37tm7fvk3SJvdXNsbb0BCYI10+wEMrN8Y3E21lMN9ApLFMR3Go7/S tD+ykhO0Ag+07nmbSd68rrH4M6cP/r4XLVGQ7H4ULDtlJ+uOb4q4aqr2PKNQl6f+ T13XgjqTHV68nk34Km3PJDIHGtip9ZI8MIjJvj8tRsejB+Fr4VcQMYdLFFBScbqO /z2kaO/eymeC6zQXpfHiZwWnf05kLf/mA4Bnj+xBadjxKgeoblh0b+BIDMh/K8G2 AELOUGz+0bara2HKF2IwQ6JKmXDqTpRp0US9g+94PvSIfDURCNZezZwUxcz58e+1 ZaZ+IpVL3/iKBQDSiMlGZWYNOT+/7YfQAEBkSJxwvF4r4WJ8S6omlqn3KTw74A== =7Sqd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:29:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:29:51 +0000 Subject: Processing of libkiokudb-backend-dbi-perl_1.23-1_amd64.changes Message-ID: libkiokudb-backend-dbi-perl_1.23-1_amd64.changes uploaded successfully to localhost along with the files: libkiokudb-backend-dbi-perl_1.23-1_all.deb libkiokudb-backend-dbi-perl_1.23-1.dsc libkiokudb-backend-dbi-perl_1.23.orig.tar.gz libkiokudb-backend-dbi-perl_1.23-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 18:33:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:33:53 +0000 Subject: libkiokudb-backend-dbi-perl_1.23-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 20:25:08 +0200 Source: libkiokudb-backend-dbi-perl Binary: libkiokudb-backend-dbi-perl Architecture: source all Version: 1.23-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libkiokudb-backend-dbi-perl - DBI backend for KiokuDB Changes: libkiokudb-backend-dbi-perl (1.23-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Update (build) dependencies. * Don't install a new, syntactically incorrect, and almost empty manpage. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 243f7a8901215ce53323bd378bbdd2aa06dce43e 2797 libkiokudb-backend-dbi-perl_1.23-1.dsc 066c6063c8d9e792d027f70887941b0d47c39a61 35535 libkiokudb-backend-dbi-perl_1.23.orig.tar.gz 8d85d01b8764df6d06b549e7b1ea6bdb5c2c2d9a 2308 libkiokudb-backend-dbi-perl_1.23-1.debian.tar.xz 53574dd84fe545b95c50d1d1e42f9b7be9efbddc 43604 libkiokudb-backend-dbi-perl_1.23-1_all.deb Checksums-Sha256: d048aba7ba111c3c463eb2982586a4b78c37254d93b07383db5952ee34beb89f 2797 libkiokudb-backend-dbi-perl_1.23-1.dsc 0f4319755614f07e29da1d6cf6dc7773173c3eb16854ae2688ede358ada08020 35535 libkiokudb-backend-dbi-perl_1.23.orig.tar.gz 8d1dc1f7d4de78268a7d3becee93bf37480f78211c685f2888b61d0020c185a0 2308 libkiokudb-backend-dbi-perl_1.23-1.debian.tar.xz bcf3b100955d30be56fdb160b420da272e6fd0d5255f0601ac09198c6d2d80ca 43604 libkiokudb-backend-dbi-perl_1.23-1_all.deb Files: bbe054acb9817e9770cbb1392990ecac 43604 perl optional libkiokudb-backend-dbi-perl_1.23-1_all.deb 63ebb0e601820a4a22ff5efcbbac4eb1 2797 perl optional libkiokudb-backend-dbi-perl_1.23-1.dsc e81128982fe872111effb86f42b0c3c4 35535 perl optional libkiokudb-backend-dbi-perl_1.23.orig.tar.gz 908a5777a22212187efaeae83d6842ca 2308 perl optional libkiokudb-backend-dbi-perl_1.23-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaSlDThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm4OD/9PwXT9n/q70DZWc5tCa560lBaqW/QKnVbbSZVScFy578eF /OvNKsfVkX7QkCTWZpER0FZRFmxIadN3a8vUUbKS8mHmRnaZpR3mPCrzoIFQmtiZ gzy4a53FVbko/xclhv7+S1sTESxc17pOLm4D04ziZjEQphF7nYHB3qFOCiwHbzei L1X170/x8PJFSou/yjtkJyKJ0StWeD5kzNLqfZq0c/SR+jjJL4A+5dzMhSCKiffY xRgIJdYWTJzaAn62+eqTRAlN71fthbKiB/j21nTHc2tCNRRhqkTlHCv8BTTde1af KIyYDTgktxWrWcwPZg6reAmYZl8hfepNt/2EaF+eWemsF4pR5VJVIe1vi7SEXm/7 yWZ2Vu+mqooFCyiAqZVPvbpWhgf/xWp9XeGCDV6CurqDXnl37FiF1/RPjnrj39S8 y2GVyWQjB8Z/Gk9dOAGjcbBZh6kHNeyQR+tWq/DurFeGfCaweYk30C4TeAxc2F5b CKNm/j2pBrPznYmK5xmYZTUfSNRUxit9HFxNkcY58C8b3hmm1VLfn4lld+46CemL pCr+g+a5iXVK7L0R41H1SBkjjwE+bAbVh7PFMbVledlpauDbiGMAO19b5eBhYiJ5 fq6Z4mFLAKWJUjQJmK5b2LFu3Ctl+mDPnv4OhdbnKRqzhmFYlAKysnSHuRsHRQ== =9Io0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 18:54:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 18:54:57 +0000 Subject: Processing of libkiokudb-perl_0.57-1_amd64.changes Message-ID: libkiokudb-perl_0.57-1_amd64.changes uploaded successfully to localhost along with the files: libkiokudb-perl_0.57-1_all.deb libkiokudb-perl_0.57-1.dsc libkiokudb-perl_0.57.orig.tar.gz libkiokudb-perl_0.57-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 19:03:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 19:03:39 +0000 Subject: libkiokudb-perl_0.57-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 20:52:40 +0200 Source: libkiokudb-perl Binary: libkiokudb-perl Architecture: source all Version: 0.57-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libkiokudb-perl - Perl module for object persistence Changes: libkiokudb-perl (0.57-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. * Update (build) dependencies. * Refresh spelling.patch (offset). * Add patch to fix some POD/manpage issues. Checksums-Sha1: e2ad0c2b6e78d09cb93a9e938683ba573d419235 2748 libkiokudb-perl_0.57-1.dsc 2d86adc7f925bfeb738f0332fbdaa229a6a4e69a 179762 libkiokudb-perl_0.57.orig.tar.gz 9a3ff863600815acc012a430dbd41c843dd16774 3352 libkiokudb-perl_0.57-1.debian.tar.xz 3a3a83c92e88a8b1516fe50130d6afa9711d520a 295356 libkiokudb-perl_0.57-1_all.deb Checksums-Sha256: 2117654d7bc6f046e374970970fb7312f79c3ec52d325c1363779712a7f8da35 2748 libkiokudb-perl_0.57-1.dsc 2cd472a6fd042c44218c99be09ebab6202c1ceae5c553e7ffdaf0c353d0976d9 179762 libkiokudb-perl_0.57.orig.tar.gz f3163a60c0d6396422f5d91582d203fbfa1e8928772fb5c462ddfec7889dc891 3352 libkiokudb-perl_0.57-1.debian.tar.xz f83ff768b5030902535559140d59123388048bc47788b6d6e0488824f7ae3b77 295356 libkiokudb-perl_0.57-1_all.deb Files: bdbc0bb342d01ba7894c3125c1416eb5 295356 perl optional libkiokudb-perl_0.57-1_all.deb 97c9a49889f9d341ba93296dce23d3cf 2748 perl optional libkiokudb-perl_0.57-1.dsc 2200535501c6778ebe80073291356e8a 179762 perl optional libkiokudb-perl_0.57.orig.tar.gz 370912a8a0be493d6d42acba9ed2f0bf 3352 perl optional libkiokudb-perl_0.57-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaS+9ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsUWD/4l9NjkeyeutfjRK67IY0id+iuG2VCB4UbQmpfFMq29s1Sr ExH/SFU1uSf4Qnpy6W5LSJwtWHfytD4pQ+b3ZJzlzNybaRHJgZsbUOIhpvrSzBl8 O+1iy8h8l518Qmbl+TvglERB/vt8F5l8azfWmSFE9H0Gm9EVBkIXalF00r0XXqWu kT7CMFo6jHKPUPc5JcTqAP1EZXPN3S9reoqmfUgq4ztqxaQR7Cc4cJX5Rt6sTgC3 ToLW2ls6d7TZZy5OAeyXnVQJMBCl6aNJpxB4iA85ECYH1jCKcjhBwmoVDZ5+QG+X M1Dgqy6Qy2lE7cUsEznjPiyDkrULSZvdX+AmHHqFmh+i3b3eRCoXVwpI8ywGGOhz aPb4PViVI9bF+V1gSqWSHbqBl6v4BBtptRKQGGIZLU4RLc+6heVq6SK75aQZExTU oenLjO4G7WqbdEqxB4JKOKrgYRztWcejenUiQDGRP+8vsbhFAjMqJ+nx65wi6Fdd spmgKmqWc1TL0wAhfFBTugLA8jTiZJLKts3iZOZqKbbCGdl4KLwFC7docNsAuxmh 8zvLgQqS2JXSET/qaC85pA0awpqC/bMiA8EfNew2ZVj0RAiCXD1OoYA1DDUo8li5 u+4uS0QOZCM+Lso32qH5nPfDanzlvDf6E8kIZIEaD4DFfIX0nXxVi6WBHB/p7w== =VEQ+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 20:01:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 20:01:41 +0000 Subject: Processing of libsys-virt-perl_1.2.4-1_amd64.changes Message-ID: libsys-virt-perl_1.2.4-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libsys-virt-perl_1.2.4-1_amd64.deb libsys-virt-perl_1.2.4-1.dsc libsys-virt-perl_1.2.4.orig.tar.gz libsys-virt-perl_1.2.4-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 20:05:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 20:05:11 +0000 Subject: Processing of libimport-into-perl_1.002002-1_amd64.changes Message-ID: libimport-into-perl_1.002002-1_amd64.changes uploaded successfully to localhost along with the files: libimport-into-perl_1.002002-1_all.deb libimport-into-perl_1.002002-1.dsc libimport-into-perl_1.002002.orig.tar.gz libimport-into-perl_1.002002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 20:05:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 20:05:12 +0000 Subject: Processing of libsys-virt-perl_1.2.4-1_amd64.changes Message-ID: libsys-virt-perl_1.2.4-1_amd64.changes uploaded successfully to localhost along with the files: libsys-virt-perl_1.2.4-1_amd64.deb libsys-virt-perl_1.2.4-1.dsc libsys-virt-perl_1.2.4.orig.tar.gz libsys-virt-perl_1.2.4-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 6 21:22:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 21:22:21 +0000 Subject: libimport-into-perl_1.002002-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 22:00:09 +0200 Source: libimport-into-perl Binary: libimport-into-perl Architecture: source all Version: 1.002002-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libimport-into-perl - module for importing packages into other packages Changes: libimport-into-perl (1.002002-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop spelling.patch, merged upstream. Checksums-Sha1: 9b573b5e4ecd5476f18c0e56c7c88fee2029c238 2191 libimport-into-perl_1.002002-1.dsc 4b50139766b95a87185f594dc0140c0230dc7403 6791 libimport-into-perl_1.002002.orig.tar.gz 16a67f435c5181f3c3b4210a9b11c7416b12016b 1980 libimport-into-perl_1.002002-1.debian.tar.xz 9a559dc67006aa6d290e8094c698d00fc1ba0c90 11352 libimport-into-perl_1.002002-1_all.deb Checksums-Sha256: 82a33c8d765a13ef7a8355ba447dc91da429914e548f740643f2cf28b675364b 2191 libimport-into-perl_1.002002-1.dsc 66663375617c5f41c862ae111f5ec0765033ad12b828ea1878c9f6ae4889898e 6791 libimport-into-perl_1.002002.orig.tar.gz 8b870f18e3c087897604c5726e8b8dc6e9be0927c825ce83ec697b3434236bc4 1980 libimport-into-perl_1.002002-1.debian.tar.xz c11146c7ca1c08fa7acfa0568396d6068fa92bf755011938b972d69e020c59f4 11352 libimport-into-perl_1.002002-1_all.deb Files: bcb14b53c475a08ec110eb6186843f27 11352 perl optional libimport-into-perl_1.002002-1_all.deb fbba6c4dda316115c6f36cf5611b89d9 2191 perl optional libimport-into-perl_1.002002-1.dsc ec2e041b9dad3c1ee0e579e32fc5e23a 6791 perl optional libimport-into-perl_1.002002.orig.tar.gz d31a5704000711600c307453fd932001 1980 perl optional libimport-into-perl_1.002002-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaT93ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBu2yD/9BpASN/cEOJAE7rFAX5SrnHXVvlT4PDlqY7fEzB9FPx3zo proDmlHhbrE7A1LCNzWlHIkJhG0XbzoBJYjw+O3vCvS3S/KrGVTkgKz9ZY98cfS8 JmRI5SD9op2bgZc4Eb0egvE4Nrx9EYS7f6Tl+aQDMFBagLhPtw2/OZznv9N/vEnQ 5BUIo4evC4ku1o5yS4pruYIea92RuJFHRY75zzPP+c7fP0pn3qOhj/JFpJR050XM Bcc1mRGusBaSGJBEpEYZglcg+CED8v2E9t/816FEr81fy51BDeMozwDluUJkhvy7 SdOlGGDmsT+7BAOZPBM4HcClSRs/aFaAo8XOtT1sJ/R8xP4UP8fxZLZIortrDl3C O/BAfcT1+dzeL8VdIV6hTcUeMZ6CBTXZU22yH6E71TgyuqcF3j6Ob0lJm/3/EuQd UZPEG/QF5IE2YRanxyhcD9UoZJHiw8eSMLkyDxDErEBe4mgNDZ3TD6N7VJ340wUb VxQIxO5yWHTfuZEeiVoyetXX/af+tfQkcGJhQhIvPrrMySXycenDNCLQNbSxcCdc tk4FX8vNtaL8VVuDaenmAuyLogXygf0XVnu8eBBx8AXjhHQsxlmrXxWPRiumxIlo qHAEbGLpHmyI0myga/Wdhq/hNsY2ex+k6LRgtNreIT/5+jnle+BaDZFTvaj9ug== =EV4y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 6 21:22:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 06 May 2014 21:22:33 +0000 Subject: libsys-virt-perl_1.2.4-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 06 May 2014 21:51:26 +0200 Source: libsys-virt-perl Binary: libsys-virt-perl Architecture: source amd64 Version: 1.2.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libsys-virt-perl - Perl module providing an extension for the libvirt library Changes: libsys-virt-perl (1.2.4-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 1.2.2, 1.2.3 and 1.2.4 * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.4) Checksums-Sha1: 4a7d7b1dbf5f098d422a927872a6748bf2948a0d 2163 libsys-virt-perl_1.2.4-1.dsc ef8a86109d0fcd39bce1876dbd7ca17412ee53c4 97704 libsys-virt-perl_1.2.4.orig.tar.gz 4ab3d806cf0858ec82f4b21aae7a1f75524838b8 3292 libsys-virt-perl_1.2.4-1.debian.tar.xz e8375a37df0d7f5a7b365da89cd04f170878b962 207706 libsys-virt-perl_1.2.4-1_amd64.deb Checksums-Sha256: cdb53727232425139a6e729887816b3cf23aaffa253e24f9e48752162fbbf5f8 2163 libsys-virt-perl_1.2.4-1.dsc 8f2ce1ac9a71ed400d3cc1bf606cf7ee2533b3f6aba0d4bba1e7f9d8e5ec0978 97704 libsys-virt-perl_1.2.4.orig.tar.gz 18f23b82a104b99be21414c2279c4d1b6729705addd0b4ec08742558d3e405e2 3292 libsys-virt-perl_1.2.4-1.debian.tar.xz c40d0422dbd5eb115b004446ac89c5481ade72e8a5a2dc08e4a36e6afeb065cc 207706 libsys-virt-perl_1.2.4-1_amd64.deb Files: 09bce29cc37af10c7e16e4e73575c458 207706 perl optional libsys-virt-perl_1.2.4-1_amd64.deb 7d74854b3cfa83df124db7c809a31b63 2163 perl optional libsys-virt-perl_1.2.4-1.dsc 0a9db1b3f7ff8698199a2a91beb27554 97704 perl optional libsys-virt-perl_1.2.4.orig.tar.gz ed1fb492a6bbc1383b0ffef19d8d0477 3292 perl optional libsys-virt-perl_1.2.4-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTaT5oAAoJEAVMuPMTQ89EolMP/1lv7Ua2jpypRfFCE9GpMyiQ mpJlgh1i8lehKdv+rVrRxMm8Jjd1YQUWVwlWFyi4gZ1CBi0iEsywZipxMwP16bXJ PQa9F90cLHRoLMK3Grhr7YrkL//V4CxG7iENBjvLNjUJajJuCcDkNvOKJaaktJnC FRQybY0T9DLTphb+SvOPLWELEm/LoWa/LOM99nE1wpTP3bVf01jvXyD4uPCVyR99 G25Ca2VNeTLDLtgmvlQC5hSoifzaEwQ8WmDfSorjxcK6seLi/95bPH7nLw/cL+ES Qq/Jl/c8VKqnu3QV3+1JADRFpo5G9c6r7OYBpLLNeYWjxPAbZ/LAW07bRtbpyFfT 25mSdBuGDrSui+A+2wD65mn1R0mEDvQnhkLkfhC4lNBQ2QnkW6LnWB4BLXYrZEsJ vjUiUwyq0JlRRsGKLld1C14OeHaxgnZ44IRmVadU6YbK4M+d75yG6z9WqwVOab+L 7P2FBPhxo23xcBjvW2d6H7C/smLQBoLbCJX6xnf6lH1D59IAjdt58F4AOI7ABDvk BEaFMQyx7FaB4FZR9TrRf8iuzkhNX/FaNOIQDtZ28HsURau/fliUF6GzmomD5hrd sSvxS7onclZMijn1qs0p/hhrhfjZYMhhrybf8kfRo62I+YkH8pMvdbSlLIypHzks 2e2hu7j0sD0+pyulp/hq =OQkf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From jidanni at jidanni.org Wed May 7 00:52:17 2014 From: jidanni at jidanni.org (=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson) Date: Wed, 07 May 2014 08:52:17 +0800 Subject: Bug#747268: Wide character in print at /usr/bin/xpath line 93. Message-ID: <87zjiuwgu6.fsf@jidanni.org> Package: libxml-xpath-perl Version: 1.13-7 File: /usr/bin/xpath I don't think there is anything the user can do to fix this. $ echo '?'|xpath -e /X Found 1 nodes in stdin: -- NODE -- Wide character in print at /usr/bin/xpath line 93. ? From jidanni at jidanni.org Wed May 7 02:13:19 2014 From: jidanni at jidanni.org (=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson) Date: Wed, 07 May 2014 10:13:19 +0800 Subject: Bug#747275: manpage contains contradiction Message-ID: <87wqdytjy8.fsf@jidanni.org> Package: libxml-libxml-perl Version: 2.0108+dfsg-1 Severity: wishlist File: /usr/share/man/man3/XML::LibXML::Document.3pm.gz We read Simply calling createDocument() will create the document: Then we read The call of createDocument() without any parameter will result the following code: Seems like a contradiction. From ftpmaster at ftp-master.debian.org Wed May 7 11:01:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 11:01:46 +0000 Subject: Processing of libdist-zilla-plugin-test-notabs-perl_0.08-1_amd64.changes Message-ID: libdist-zilla-plugin-test-notabs-perl_0.08-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libdist-zilla-plugin-test-notabs-perl_0.08-1_all.deb libdist-zilla-plugin-test-notabs-perl_0.08-1.dsc libdist-zilla-plugin-test-notabs-perl_0.08.orig.tar.gz libdist-zilla-plugin-test-notabs-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 11:02:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 11:02:55 +0000 Subject: Processing of libdist-zilla-plugin-test-notabs-perl_0.08-1_amd64.changes Message-ID: libdist-zilla-plugin-test-notabs-perl_0.08-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-plugin-test-notabs-perl_0.08-1_all.deb libdist-zilla-plugin-test-notabs-perl_0.08-1.dsc libdist-zilla-plugin-test-notabs-perl_0.08.orig.tar.gz libdist-zilla-plugin-test-notabs-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 11:03:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 11:03:32 +0000 Subject: libdist-zilla-plugin-test-notabs-perl_0.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 12:56:36 +0200 Source: libdist-zilla-plugin-test-notabs-perl Binary: libdist-zilla-plugin-test-notabs-perl Architecture: source all Version: 0.08-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: intrigeri Description: libdist-zilla-plugin-test-notabs-perl - Dist::Zilla plugin to make sure hard tabs are not used Changes: libdist-zilla-plugin-test-notabs-perl (0.08-1) unstable; urgency=medium . * New upstream release. * Bump build-dependency on libmodule-build-tiny to >= 0.036. * Add build-dependency on libtest-requires-perl. Checksums-Sha1: 634ce69e294bec484a3d57c53c6b711878b4d0d9 2499 libdist-zilla-plugin-test-notabs-perl_0.08-1.dsc bec38cd6b002285b50dcd8b9fcd116fd43edb4bf 25210 libdist-zilla-plugin-test-notabs-perl_0.08.orig.tar.gz ae81a52fe1ffcdb680a855f479e169c569097e8d 2000 libdist-zilla-plugin-test-notabs-perl_0.08-1.debian.tar.xz 4b5da0e8fc2fc2aae12f906960c5cb480f838530 12128 libdist-zilla-plugin-test-notabs-perl_0.08-1_all.deb Checksums-Sha256: c33ed7141a0836069cb13a30b5cdde3d0df17406ca4e1f03d5ee1511ffa54e1a 2499 libdist-zilla-plugin-test-notabs-perl_0.08-1.dsc c2b05933f2a4732627585bbf395f6af8b92eb9563e912bcd254e236ed038adf0 25210 libdist-zilla-plugin-test-notabs-perl_0.08.orig.tar.gz a71b70a53ab1f03a7cc89a2c5fec6edd594ee8679991bf6ff997107aa722f178 2000 libdist-zilla-plugin-test-notabs-perl_0.08-1.debian.tar.xz bb7af7226d3600aec5060fc4e8a1df2b908211a5729056d42f541cac6bbd9204 12128 libdist-zilla-plugin-test-notabs-perl_0.08-1_all.deb Files: 28cfc364b6ae7fbd6721bb814fc1d53e 12128 perl optional libdist-zilla-plugin-test-notabs-perl_0.08-1_all.deb 7e65bba613672ddc61acd7d5ee0d9af9 2499 perl optional libdist-zilla-plugin-test-notabs-perl_0.08-1.dsc f6c80f9c9d73ce5a02eb8ca3be7d4340 25210 perl optional libdist-zilla-plugin-test-notabs-perl_0.08.orig.tar.gz 66d8e560e04c28f91854f533b570d73d 2000 perl optional libdist-zilla-plugin-test-notabs-perl_0.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJTahJsAAoJELrOFdKldJj/i9AP/1trrzWuTq9dqQnXbNRxbKEm q1li3SyMpKiMiBDNFs5zjMmWU8rIXg7BzeER8KTNOxuXHZi8jQAvraCGcJBGCGhs d9w/V1XnFjkt49OUj6e68I3O7BFdL+LfS7/1ihw+knNfdqFzRbcdeYLm1gxMsG0k F6QZQ8KvMrSreL0NAel7aD0LfTXDnv0UUJoZNKBRSQdFWgs/M/vnmrAscb023BVh VJORv2wSypfu5gTxYnS+G/uiK2r99d5ICqZ3rgl3sOXUHMZ5U/a/B0C98DP1dgRA DLxl+DB1TvIyjIPKhG5DswEwnCWHpWuCa9YbUKmTBcYuq1x8TG32wiQ8ivkQosfl CbeXmzsGMBty70ir+EQVJvaBUQw81IhC5A06bw9tnNGV31hWAee8p7oB9pG0T7YE Qa8p8cgvdHNFru+4UOSLJhBnLA1h2if5d5tr+YW+EHYltHDtPyGIkSo8dxkUEbDf udO6uXrRzgoWwFx/Uacz6ALqehhEJ6J5dk+pHLRfftwNpBqz+FC79p7edgd4yttQ 4jxTdY8ccmoPA+Vxm/mKRaWGPtsLTAn3Ynp3+QLHRirlBxdz/PGnehiSI2gcYgZ4 bvuIsal+AIjdFMxWHlXHAo1N/xYQYyx73aWphNxe0CbFsQxqaBBqXGB9XSENPSb2 35hLQq79wL6sOgjHnzgx =4k0k -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libcpanel-json-xs-perl 3.0104-1 MIGRATED to testing Message-ID: FYI: The status of the libcpanel-json-xs-perl source package in Debian's testing distribution has changed. Previous version: 3.0103-1 Current version: 3.0104-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libplack-middleware-debug-perl 0.16+dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-debug-perl source package in Debian's testing distribution has changed. Previous version: 0.16-1 Current version: 0.16+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libmce-perl 1.513-1 MIGRATED to testing Message-ID: FYI: The status of the libmce-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.513-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libdata-password-perl 1.10-1 MIGRATED to testing Message-ID: FYI: The status of the libdata-password-perl source package in Debian's testing distribution has changed. Previous version: 1.08-1 Current version: 1.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libhtml-formfu-model-dbic-perl 1.02-2 MIGRATED to testing Message-ID: FYI: The status of the libhtml-formfu-model-dbic-perl source package in Debian's testing distribution has changed. Previous version: 1.02-1 Current version: 1.02-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libarchive-any-lite-perl 0.09-1 MIGRATED to testing Message-ID: FYI: The status of the libarchive-any-lite-perl source package in Debian's testing distribution has changed. Previous version: 0.07-1 Current version: 0.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 7 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 07 May 2014 16:39:12 +0000 Subject: libreverseproxy-formfiller-perl 0.3-1 MIGRATED to testing Message-ID: FYI: The status of the libreverseproxy-formfiller-perl source package in Debian's testing distribution has changed. Previous version: 0.2-1 Current version: 0.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Wed May 7 17:59:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 17:59:45 +0000 Subject: Processing of liblinux-epoll-perl_0.010-1_amd64.changes Message-ID: liblinux-epoll-perl_0.010-1_amd64.changes uploaded successfully to localhost along with the files: liblinux-epoll-perl_0.010-1_amd64.deb liblinux-epoll-perl_0.010-1.dsc liblinux-epoll-perl_0.010.orig.tar.gz liblinux-epoll-perl_0.010-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 18:04:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:04:28 +0000 Subject: liblinux-epoll-perl_0.010-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 19:58:01 +0200 Source: liblinux-epoll-perl Binary: liblinux-epoll-perl Architecture: source amd64 Version: 0.010-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: liblinux-epoll-perl - perl epoll module for O(1) multiplexing Changes: liblinux-epoll-perl (0.010-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: c98f36278288e2339926e6aa43650bca8f8fe83c 2222 liblinux-epoll-perl_0.010-1.dsc 5dbd9fc98f45110387fcfedf04d80c3ad69fa743 61658 liblinux-epoll-perl_0.010.orig.tar.gz be2fa3fd849386ae5508f597aba1d5445ba606ee 1616 liblinux-epoll-perl_0.010-1.debian.tar.xz 20639782026c5d53e6b5efba373fdef37e178a04 13568 liblinux-epoll-perl_0.010-1_amd64.deb Checksums-Sha256: 5cdd88b9f3e1ef829e740d0d3bdfb81af6e80909995284a96ab5eea52e5e318a 2222 liblinux-epoll-perl_0.010-1.dsc f3f0c37e81783ec33732b887e4eba376af3e680f95d11f44ecd8001c078839bc 61658 liblinux-epoll-perl_0.010.orig.tar.gz 1e89f9124f7d03cbdbcda543aad45d37f7537890fa575058a447a24875d250fc 1616 liblinux-epoll-perl_0.010-1.debian.tar.xz d905099242600c186804a4eed9990b3f170968eb87aa96946b39dc80b9101dbe 13568 liblinux-epoll-perl_0.010-1_amd64.deb Files: 767a11b580be0634a493b0679e222303 13568 perl optional liblinux-epoll-perl_0.010-1_amd64.deb c1a04a532cc52168b922a204b3901316 2222 perl optional liblinux-epoll-perl_0.010-1.dsc 42c5a54b09f12b7afbb944ec8518f5ef 61658 perl optional liblinux-epoll-perl_0.010.orig.tar.gz 78405e69677e42105555d8ec3d14eaee 1616 perl optional liblinux-epoll-perl_0.010-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTanRaThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBiOpD/0ZrHKyx2qj3wA6F+lRuC89BcPyi+eiNcjv31ZnOo4WUDDD folBxiS6SEOFqzYVOvacS1HsVA3U0RTsqEKcSQ2lOe2/dx7V32wWZcNv1uL/TIAr +KjG4sy6fhrJeEgRTJ9FNEMG103UqNgGQnsZaabneVdy4Idy1lcdMv0j9AmAKo4I wHZU3DFXqY17/yHeD29O4aCpakmKBKeeGsu6diSbnB+IdhxpCGyfWzepR1/zcV3Q QOWxn0+/mXL9oreQimk9X58choFA8CkKCNrAR52s241aDEaDQ/0VeKvbPQLIDUb6 kgaHx5XHSsNDSH5QSME9dYbnwwIFoMuv4NI7NekmsTMMb4/CKmRo2HM4L/9heuJk 5uLhhHeyf379thEGgIOzm3CQoO3MyKALMfkNnE/VYBRNIojtHItpE9mkSUHs0mCn Y/SHkDgUuEOWGdTYLUHEtLaZ3l6RyNoBUA7mWZFFJFOs5fmiuOYdborIJwJoY1fy vAyAYhve+SOQjsOoCI/S8+BymfhBYnE7C4rCD9QicTa/KtV9IV19OoiAsM+1OnaU x93pEiwMo01XjyE/pwlDTTHJx6L0dXnyPtENxE7Z5znnkyA7l9zq5fDMe/LdT8B+ xn5gMNWabmBWKaoZ9A/EgrcwpI07sZKf9Zm7UviPEdZlyny4I/uHiwUaBSlF2Q== =aqsk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 18:19:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:19:46 +0000 Subject: Processing of liblocale-subcountry-perl_1.63-1_amd64.changes Message-ID: liblocale-subcountry-perl_1.63-1_amd64.changes uploaded successfully to localhost along with the files: liblocale-subcountry-perl_1.63-1_all.deb liblocale-subcountry-perl_1.63-1.dsc liblocale-subcountry-perl_1.63.orig.tar.gz liblocale-subcountry-perl_1.63-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 18:33:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:33:54 +0000 Subject: liblocale-subcountry-perl_1.63-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 20:17:48 +0200 Source: liblocale-subcountry-perl Binary: liblocale-subcountry-perl Architecture: source all Version: 1.63-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: liblocale-subcountry-perl - module for converting state/province names to/from code Changes: liblocale-subcountry-perl (1.63-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 4e5705cfe932b3322a54faf33211263fd0849209 2436 liblocale-subcountry-perl_1.63-1.dsc 776ff5c7f5297646214486609d68a0a6cc33a011 92395 liblocale-subcountry-perl_1.63.orig.tar.gz efcf04d8f0e3843f9b9bebfdd7afffd3ee485f9b 3808 liblocale-subcountry-perl_1.63-1.debian.tar.xz 1ba8ce42b55c2564c0c68223147771514c7e0857 72440 liblocale-subcountry-perl_1.63-1_all.deb Checksums-Sha256: 736daa0126af2a7a68ecd5e59c059f7bb759b707003515940182cd9af18b7fbc 2436 liblocale-subcountry-perl_1.63-1.dsc 121ddbc274c86d970fe2ae06cb5a040910a2050d08457ffcd92a629845d9cd44 92395 liblocale-subcountry-perl_1.63.orig.tar.gz 4dbf125a4d033f5594dc80636d1c895ac77187cb6b03b2a46b4f149c1363b974 3808 liblocale-subcountry-perl_1.63-1.debian.tar.xz a72e44bf9f9abc4459a8d7a33140c8f0836179e38af4229c644249115f5459ca 72440 liblocale-subcountry-perl_1.63-1_all.deb Files: 94bdfda3518f595be2135101c04457d8 72440 perl optional liblocale-subcountry-perl_1.63-1_all.deb d1b69658e70ec66b140ddc293525e58c 2436 perl optional liblocale-subcountry-perl_1.63-1.dsc 07261b9b1597c76f29a627890d0e57a7 92395 perl optional liblocale-subcountry-perl_1.63.orig.tar.gz af3deda1af7db521e7bc0543c4f3fc93 3808 perl optional liblocale-subcountry-perl_1.63-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTanj1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhJ0EAC60JRbBU1MHvkRb9AnQ9Dq4xzPSzlxYH5EihmCmS1mDAtd B4uoR8JZCLD6aYvEfsdjU3kSnhSkwtXOYXEiiAwPhSQWYXoHLcgZ/q+sEfH0WTLv Q+ATwHtM+b9zglqsZZXbtlckW6NmV70amo6bxfWqjQsfNegVa8Jgf84mzppCYNFj 4sJkDyW2Rqm89OdOkAJr8/9aThkLPllYX0cyiUq/xFX8uwSUxwl/ZvFxZt6xUBfR 9AGqJSn+Cs5Dtr3JKu4BMUWdZhAbmD3oR6uRhxtPuwxVQlh8ibgCgEOOwQTKFu3S U+YShwh0zwwnaMXCTV0esDF71WIZf/iFc4iy7PcsiUtEr774fARoZdIbCHvEfKVJ S5prIThR0L/wX6sNq/4h8kk5tMpGCNQHky/ZZuBSfENWLw834MfrZ72g1DKQObPE OTGHLJWzvRR4jl9+N/QlR4bl2yiOwIm0PWMtpSwRew+hKBENzfAFBtoFj5LMiUcY P6PF1uiiQbTnD5uPjV1HiHUu/vejtLIe7Yl1qYm1eFdqindktTFZwaLuoCn1pOAV Imi4hOhYCvfWh9os6mrney3QUa6ZmbWvIvl6+u7aFSSSRhLMIuULVuDzh1iP4D4c 7s5Cjc88yqF0O/1BNgLS8KhzygBea59mm7Lqu2s3lnuAjxaATJNHucsp0I7oLw== =zJCD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 18:39:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:39:49 +0000 Subject: Processing of libmath-prime-util-gmp-perl_0.19-1_amd64.changes Message-ID: libmath-prime-util-gmp-perl_0.19-1_amd64.changes uploaded successfully to localhost along with the files: libmath-prime-util-gmp-perl_0.19-1_amd64.deb libmath-prime-util-gmp-perl_0.19-1.dsc libmath-prime-util-gmp-perl_0.19.orig.tar.gz libmath-prime-util-gmp-perl_0.19-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 18:42:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:42:39 +0000 Subject: Processing of libdigest-sha-perl_5.90-1_amd64.changes Message-ID: libdigest-sha-perl_5.90-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libdigest-sha-perl_5.90-1_amd64.deb libdigest-sha-perl_5.90-1.dsc libdigest-sha-perl_5.90.orig.tar.gz libdigest-sha-perl_5.90-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 18:44:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:44:51 +0000 Subject: Processing of libmoosex-app-perl_1.28-1_amd64.changes Message-ID: libmoosex-app-perl_1.28-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-app-perl_1.28-1_all.deb libmoosex-app-perl_1.28-1.dsc libmoosex-app-perl_1.28.orig.tar.gz libmoosex-app-perl_1.28-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 18:44:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:44:53 +0000 Subject: Processing of libdigest-sha-perl_5.90-1_amd64.changes Message-ID: libdigest-sha-perl_5.90-1_amd64.changes uploaded successfully to localhost along with the files: libdigest-sha-perl_5.90-1_amd64.deb libdigest-sha-perl_5.90-1.dsc libdigest-sha-perl_5.90.orig.tar.gz libdigest-sha-perl_5.90-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 18:49:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:49:22 +0000 Subject: libdigest-sha-perl_5.90-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 20:35:43 +0200 Source: libdigest-sha-perl Binary: libdigest-sha-perl Architecture: source amd64 Version: 5.90-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libdigest-sha-perl - Perl extension for SHA-1/224/256/384/512, SHA-512/224 and SHA-512 Changes: libdigest-sha-perl (5.90-1) unstable; urgency=medium . * Imported Upstream version 5.90 Checksums-Sha1: f3333220c294eace3b7671a9723b2d8e6925c4b6 2216 libdigest-sha-perl_5.90-1.dsc 2df88f1a702dab7ef0ee4d9dd4e33f6d9a1eea4f 44652 libdigest-sha-perl_5.90.orig.tar.gz 759286ea59949830e4c52e57c364ca800a805d00 4284 libdigest-sha-perl_5.90-1.debian.tar.xz 4def869a6fa4bde964f668b55e868562eb9beb7d 56426 libdigest-sha-perl_5.90-1_amd64.deb Checksums-Sha256: aa4fc0253988e4ac94ac6f02527375e71b71736162786feb9fcbbd2279b1d470 2216 libdigest-sha-perl_5.90-1.dsc e87f5102d3432b20be9bd8966af5704f32ff0c86f1a31cb03d99c5b300f12d96 44652 libdigest-sha-perl_5.90.orig.tar.gz 30064295bed9e20cb97cd66bba1cbf542871bc336824bb97dc5b29febc1f6f6a 4284 libdigest-sha-perl_5.90-1.debian.tar.xz 4f423d1a3f4f03bca6e0b30a40099b0339930214ebbb53f155b51d4ad8ff4ebb 56426 libdigest-sha-perl_5.90-1_amd64.deb Files: 353cdf60cd32599c10dbfdd19407a843 56426 perl optional libdigest-sha-perl_5.90-1_amd64.deb b4fd8c6badb37de036e24371b5e04718 2216 perl optional libdigest-sha-perl_5.90-1.dsc cf2c4b39daf076263ec5482e5de6cb6b 44652 perl optional libdigest-sha-perl_5.90.orig.tar.gz f351a6e491bd0a7d6eb1657f3e6d4073 4284 perl optional libdigest-sha-perl_5.90-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTan3WAAoJEAVMuPMTQ89EdbAP/27oCmDBoUfHUV3/FTuNbyjl nAQNeY/0Ep1ydR+Tu+E3RpcH15pL5YPoSAV4lT8J6FefSYVnaJ91wn188i4bKKHI EylhEb4DpeA7Mi3C8dHjw4FrAmd13oZWEY09FBFP/luHs5npoAj+1mZUDAVx1gFf alExnqQalj1bGpUTPCf3mULIP2uZ1Crg0axrEpyvpcCH+N82/1Y3eAdBeJ4LEaf1 /CHJS7dnjgmpSUQXrFbMMO213fp48yHAUbo6VqRWAwADJWBc8USgvHvOoFB/iDe4 fN4rJgy6tMOrO5ioxxBK02FdUjrWXuHbMt12oYUXTviz7y0FJtifuTjU3bov+u75 RIjxNZ2fsh4+HsEG7erhmnxye8qjJlXq1T3Bnoup9Azel1tqNuBDeXBWVrPhHddE qhpeiygmKu986Rqqp8Z/lWhs7KrQcP+WbIIqs665iNcW9ooC5dE01Fj5vlCHP+Jx tzTDvZkOyUd4kduWhtwIV+ekpRlF5Rrpd+vZvyYqQGx5BRUrzcIGJlXIlhHjs+2i qj3lu1ZWHXUFgyXl7yU7A1uFffTiJPikeCa0ws6Ve3wV+cLEX67bf1ThXDOhUqEl Myx5xxBIFBOaNBXlPl6ZFxQXqOdtQYNTZLthdX8lsGqtPBF8X5Nam1pA2rzb/Yp9 ZHBVDtLhOqiPe1D1h/H6 =5ith -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 18:49:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:49:50 +0000 Subject: libmoosex-app-perl_1.28-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 20:42:36 +0200 Source: libmoosex-app-perl Binary: libmoosex-app-perl Architecture: source all Version: 1.28-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-app-perl - helper for user-friendly Perl/Moose command line apps Changes: libmoosex-app-perl (1.28-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 8fb6c5de1b496d932df046587e530c0ff376c571 2421 libmoosex-app-perl_1.28-1.dsc 0fe9cfbf1920686ae6293681a1d5d451bef37b8e 71199 libmoosex-app-perl_1.28.orig.tar.gz 3155f881ea3f67ee0425f910cb238b0e07e3df7d 1964 libmoosex-app-perl_1.28-1.debian.tar.xz 8fd4d8c22fe37e486d97a7fc489e9b28f829e13b 84520 libmoosex-app-perl_1.28-1_all.deb Checksums-Sha256: 41621eb6707ba4d3f342a3b5ec3806714d227fd402c5ac3a54d23afd0f1df178 2421 libmoosex-app-perl_1.28-1.dsc e5311db5dc4b4e653a037f87ffbf941e1d2d15ac818b2b83b3b690d51ea0832c 71199 libmoosex-app-perl_1.28.orig.tar.gz 7f2822269bba510b5f308c42722fca3505de6d3a9204e2b8a222fe67fd847604 1964 libmoosex-app-perl_1.28-1.debian.tar.xz 204325389b491179eebf7879a9945b9942768317370bf4ce34902981d17b33bb 84520 libmoosex-app-perl_1.28-1_all.deb Files: b18fe50496f2e57f8c93eb31150d4602 84520 perl optional libmoosex-app-perl_1.28-1_all.deb 6ea883538f67c425e5e2669fe7259eac 2421 perl optional libmoosex-app-perl_1.28-1.dsc f7d632a87efc059aa00a00d5630c7f96 71199 perl optional libmoosex-app-perl_1.28.orig.tar.gz fd2534c9de0d5dfa5e1737c923cb7859 1964 perl optional libmoosex-app-perl_1.28-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTan7RThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBscuEAC4n/mT+Qo/e8YK7CMdi8hVACNCZQ33Lr9F4t5PYVHWNdnw s1PKrSZFEeEOUwy97eG9yE/mnC/DUAFYzItYQ20Bn24z8TPLHlfAlQwZeoDO+EFB nb5TT/ZT7vYq8cqf0mdsvvyDKlWc5MXjNXS3tlhi1HlBalJTsjtp/pzrYF1Bb7gU jOlgIxajunvxBD5EJ1iS5oQgS8TYRqMtN6fO/lMkv1bieA9dOVZPeKpMfbvjQFdH /KwxTbcN3Ji3iARChyF47i3u6FMtGP9Xl6XbhctsZn33nutvz17HkB2qLzZRS6fx LjpzByZ0K4GpgzrEydcVbTBzoTwrQXzsndrdlkhM2+9vIBW197M7H9y5+oGa+q3I 5k76MoIRAXsnNzzdTpr/8ruiWoL1kO1dqqDipY0IZYwYyuU3VciRkE2qFxn96hLd GSk5kVBcsJVh6fn9rCE0g2GrKWCARCem698hrtp98zDF9PxayLcIH39rrCRqLJlO uHgKf2U/baFAyJDS/jQVOlf/cqEm0Gv3cSc7XzPttx0ZkaS/4TejohgjwVxt5Klx PiiXhOKSwC2p+20JkZGaYYgOfHyuWkHUHapHvB2oUM92IZODdHnB6S7qbqUJGqk7 x2oIzxA7qz2jHHPqR4hdurTdqPNB+40i/fvg6P2Acywl2xv6GE/sHulJNGJrow== =h5PP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 18:49:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 18:49:43 +0000 Subject: libmath-prime-util-gmp-perl_0.19-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 20:38:11 +0200 Source: libmath-prime-util-gmp-perl Binary: libmath-prime-util-gmp-perl Architecture: source amd64 Version: 0.19-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmath-prime-util-gmp-perl - utilities related to prime numbers, using GMP Changes: libmath-prime-util-gmp-perl (0.19-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Drop version constraint from libmath-prime-util-perl in Recommends. Nothing older in the archive. Checksums-Sha1: cd4694fff60d66fe6ec4b7d67df09c40d8f06ed9 2280 libmath-prime-util-gmp-perl_0.19-1.dsc 77f71bef04f079fdb4496d025c8715b62d817b02 206340 libmath-prime-util-gmp-perl_0.19.orig.tar.gz 518cf97bbca4963d150791af49a23ed53ce96e92 2500 libmath-prime-util-gmp-perl_0.19-1.debian.tar.xz 574baecd3ad6e67ea792c1ca5fc68986e4fcf3bc 157742 libmath-prime-util-gmp-perl_0.19-1_amd64.deb Checksums-Sha256: 26dc66ba8913de7b0e1562ceada9281188320d4abb460a98a3d33bbfb65f8f7a 2280 libmath-prime-util-gmp-perl_0.19-1.dsc e36924c391a30f524b54a88b1a6920abf0611bc555058f9b0e256c18a73f9761 206340 libmath-prime-util-gmp-perl_0.19.orig.tar.gz 9217b48b078a71c2e39df91d10835a0620be1ea8999f5b4ca5b70dc1131ebd58 2500 libmath-prime-util-gmp-perl_0.19-1.debian.tar.xz fbff88fc5252935739deef34205f7919b535eb2faa87ceff6f1b72eb215ce23d 157742 libmath-prime-util-gmp-perl_0.19-1_amd64.deb Files: fdac8c09a4e5b4850913fafa15e621d5 157742 perl optional libmath-prime-util-gmp-perl_0.19-1_amd64.deb 3e125cf0c372debf6680e47c46382fed 2280 perl optional libmath-prime-util-gmp-perl_0.19-1.dsc da9210caf74c6ccb1648d43930376c2a 206340 perl optional libmath-prime-util-gmp-perl_0.19.orig.tar.gz f0a8a0adf895b2d8146faae6253c5209 2500 perl optional libmath-prime-util-gmp-perl_0.19-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTan3WThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtmxD/46ARsAuaRgbOT3RbD33VeTuov98ulSFQX8HWfdWttfM8Z0 fac3S9NQRvPWqogstZZLTOp+AY8TdclY253n8G/J2pr5Qr+BJvTR1Ov3ccpj7eK3 pr0HeJ1hLSjEdwLorHf+ZZdV1e9Fyz4nZx5JGwriji4pzXdnH7BT98o7D+lzueI1 t/75Kdg6HxZKM0r7Hfphn/iRhUjOax/RsbUr4Wtsn3/Ava3ZLeSymZVKAcBcAdiv sbwONG0zznQv8YXz8DbhS4l4EToW1XTaew8gaS+/NvvzjesuSohuStG9Ohysc6kA dfJ6m0HDUbI57sL9+Jcu4KojnH7vh+NYCnxeFIqOHg2+Yorh2aN0tjI5cqnbBBFy JmrPuDMESAThygzIj92FmVkgqMqq5Kj9FcY/h1bZa8ZpDQFtopIIRImkMHJ3dG6l SDScdgL0pvONXu/Gz/26B8anMMMRpf8I+GCN1o1q7MLXTAQgqRzdDaj0qoA+G/7B KfySuM6HR2l18ierxFGqeXL5YdFBwfxwXZrwp6q+Oph9CnXYqmVlwC+E48WG2Ykv RkRKTwsOA6E9wLZw3yq6tD7s/zO1MjrSgwmLFNZu78P/mun0Cr+TwGwd/4Xgi3d8 qiQM7Og25woeoYaSYFZLyBztSOGhZ8yfX3Q3ukUSwc37wMGlZgrfNwPrJNhWgg== =LIWG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 19:09:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 19:09:57 +0000 Subject: Processing of libautobox-junctions-perl_0.001-1_amd64.changes Message-ID: libautobox-junctions-perl_0.001-1_amd64.changes uploaded successfully to localhost along with the files: libautobox-junctions-perl_0.001-1_all.deb libautobox-junctions-perl_0.001-1.dsc libautobox-junctions-perl_0.001.orig.tar.gz libautobox-junctions-perl_0.001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 19:20:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 19:20:41 +0000 Subject: libautobox-junctions-perl_0.001-1_amd64.changes is NEW Message-ID: binary:libautobox-junctions-perl is NEW. source:libautobox-junctions-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From ftpmaster at ftp-master.debian.org Wed May 7 19:40:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 19:40:06 +0000 Subject: Processing of libmoosex-daemonize-perl_0.19-1_amd64.changes Message-ID: libmoosex-daemonize-perl_0.19-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-daemonize-perl_0.19-1_all.deb libmoosex-daemonize-perl_0.19-1.dsc libmoosex-daemonize-perl_0.19.orig.tar.gz libmoosex-daemonize-perl_0.19-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 19:48:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 19:48:39 +0000 Subject: libmoosex-daemonize-perl_0.19-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 21:35:40 +0200 Source: libmoosex-daemonize-perl Binary: libmoosex-daemonize-perl Architecture: source all Version: 0.19-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-daemonize-perl - role for daemonizing your Moose based application Changes: libmoosex-daemonize-perl (0.19-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Drop spelling.patch, merged upstream. * Update debian/copyright. New Upstream-Contact, updated copyright years, removed third-party files. * Update (build) dependencies. * Add patch to turn off check that the OS is not Windows. The used library, which was included before, is removed now and not packaged separately. But we are fairly sure we know its answer anyway. * Install new upstream documentation. * Add upstream recommendation to use Daemon::Control to long description. Checksums-Sha1: 03838167259bcaf93576f45e12187c2faadf4144 2503 libmoosex-daemonize-perl_0.19-1.dsc 2ebbba3e4bee77f97affc3cf19a23fdd18baac8e 40543 libmoosex-daemonize-perl_0.19.orig.tar.gz b462431c08c429027b47bbdd2e0b7ed353c19a30 3028 libmoosex-daemonize-perl_0.19-1.debian.tar.xz 8f1ff50ec03cc60dd3d3d0f1a3722757d7d9e336 42984 libmoosex-daemonize-perl_0.19-1_all.deb Checksums-Sha256: faa2afd93c65d3b983ba4f095e381627e2aee8b5dc11435b934aa96b29703e6e 2503 libmoosex-daemonize-perl_0.19-1.dsc c7b60cf0fa17df05eac7c4c85c62d0629dc47c5c5e809fe5bae8ab1d6ec20413 40543 libmoosex-daemonize-perl_0.19.orig.tar.gz 054a0e475e4e9e902cf99fedd2da88bfee880ee4e40a7a5af8f0b84fde13618f 3028 libmoosex-daemonize-perl_0.19-1.debian.tar.xz 63c318b8919bd5b09b4f8903843516c10ce9a3c06b5e71e5eeef18f76af5678a 42984 libmoosex-daemonize-perl_0.19-1_all.deb Files: ceead59a7fb32cca9bef99f95d337bb4 42984 perl optional libmoosex-daemonize-perl_0.19-1_all.deb 629497c19e8f40e5ca3cfa212bfe9d41 2503 perl optional libmoosex-daemonize-perl_0.19-1.dsc ef293a3e8faf6b4f20ce23213a257cef 40543 perl optional libmoosex-daemonize-perl_0.19.orig.tar.gz f4f4d7f9d1bd94e31b91ea9c23ecd726 3028 perl optional libmoosex-daemonize-perl_0.19-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaotJThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhChD/9BVz0I9P4+6ZrxF/Hh0GjCVdHz82BciVJ9zN6OaZgJlX4i Hft3XSogAxzCuK/tP5xIQxnpSLvlVD5bGhIOrjH1FkznLom+sXTzrXwnwoh2LxYu ypOIeh1LIGD6wIqpyu11ajGCBbxE32b8XMyL/9NI/+cHG1sKP887txOJH0/YIjqW cXXXxl0FpBTBXZ/oaL6st+leybxeb4J+FmHW6zIJxt7508JqvYV6hTn76W/2zLTV FW7GYYWIlx11F3Ztuf02SO1pzttScH7hZ67pEILc/JKTpqOOLpoW8S8dOarP0eN/ QNL2aa7jZlOnrIKvQA3OhPfQAH6dwzXfUSZiqSnONmSg8ngMb6m0g+74LbACGzUm WT/oEKwiYkHD7ZzQLVeRTQaqKZ/4HZoePrruBiUwKBGRg6zWHxACFwWwxNxZDLU4 3BNUQhQUsklJwIjcMoF1qbAjSH/xPycUaLiGfd2LlsIGDi5Ruz8hBcdySSLjUsni t+GVFedSzLXZTTawr8H6OfbZTe4ULK1P9n8QxgnIMLr9j5OM3fUOjMQm7YNI+Mia ocTMhTv8OoEwWaFCivQ/WqKab41YiQip9L+5MpATc6Bl1bk1YK3aUsyIsQFNZj4J +bajQS6F123XkEPsSfdIgGbR3hYf3ch/HQxsoeyFZ67KtXClRBa+HANxzuB0Pw== =oo4m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 20:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 20:00:10 +0000 Subject: Processing of libmoosex-has-sugar-perl_1.000000-1_amd64.changes Message-ID: libmoosex-has-sugar-perl_1.000000-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-has-sugar-perl_1.000000-1_all.deb libmoosex-has-sugar-perl_1.000000-1.dsc libmoosex-has-sugar-perl_1.000000.orig.tar.gz libmoosex-has-sugar-perl_1.000000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 20:40:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 20:40:18 +0000 Subject: Processing of libmoosex-object-pluggable-perl_0.0013-1_amd64.changes Message-ID: libmoosex-object-pluggable-perl_0.0013-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-object-pluggable-perl_0.0013-1_all.deb libmoosex-object-pluggable-perl_0.0013-1.dsc libmoosex-object-pluggable-perl_0.0013.orig.tar.gz libmoosex-object-pluggable-perl_0.0013-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 21:00:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:00:27 +0000 Subject: Processing of libmoosex-storage-perl_0.46-1_amd64.changes Message-ID: libmoosex-storage-perl_0.46-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-storage-perl_0.46-1_all.deb libmoosex-storage-perl_0.46-1.dsc libmoosex-storage-perl_0.46.orig.tar.gz libmoosex-storage-perl_0.46-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 21:10:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:10:28 +0000 Subject: Processing of libmoosex-types-datetime-perl_0.10-1_amd64.changes Message-ID: libmoosex-types-datetime-perl_0.10-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-types-datetime-perl_0.10-1_all.deb libmoosex-types-datetime-perl_0.10-1.dsc libmoosex-types-datetime-perl_0.10.orig.tar.gz libmoosex-types-datetime-perl_0.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 21:24:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:24:10 +0000 Subject: libmoosex-has-sugar-perl_1.000000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 21:57:43 +0200 Source: libmoosex-has-sugar-perl Binary: libmoosex-has-sugar-perl Architecture: source all Version: 1.000000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-has-sugar-perl - Moose extension for syntactic sugar in 'has' fields Changes: libmoosex-has-sugar-perl (1.000000-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Update (build) dependencies. Checksums-Sha1: 11cbb4816890dd7aa1355950926a86db97ed6c58 2460 libmoosex-has-sugar-perl_1.000000-1.dsc 3ab36602427cabfe8048420ae4b8cf15edebd2f3 50455 libmoosex-has-sugar-perl_1.000000.orig.tar.gz 62d33189c9cc5c231becc7eb67ddec0ca6556f77 2404 libmoosex-has-sugar-perl_1.000000-1.debian.tar.xz 0e660f5bf8ca4274f9ae175c0f37b3f4a31089e2 20406 libmoosex-has-sugar-perl_1.000000-1_all.deb Checksums-Sha256: a45fc15fb2d94d7ca3541ec69d44dd9506d31c8bad787b8999b058db5a980fda 2460 libmoosex-has-sugar-perl_1.000000-1.dsc c80b01ef6a366990fb31e63e9c812a8c35233c0647a0a46547d20d1238efd130 50455 libmoosex-has-sugar-perl_1.000000.orig.tar.gz cccaf8f1f82f0087c6593fb89a28d0b073fe7d108f883ba4aa5f8155fd39391e 2404 libmoosex-has-sugar-perl_1.000000-1.debian.tar.xz 84fcb32e629e7fd1f76c5758895696e1fd1fbc765f66d7b63890716a9bc7a5f1 20406 libmoosex-has-sugar-perl_1.000000-1_all.deb Files: 1229cf8e36f7c83d79833c88382494b4 20406 perl optional libmoosex-has-sugar-perl_1.000000-1_all.deb 08f9e1208c64a52c4ecc88d5e102d1bd 2460 perl optional libmoosex-has-sugar-perl_1.000000-1.dsc a85817c205b14c026587113625e91203 50455 perl optional libmoosex-has-sugar-perl_1.000000.orig.tar.gz c513e4d3441faef10d50b9cf840f3eb3 2404 perl optional libmoosex-has-sugar-perl_1.000000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTapBjThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvv6D/9pcbPswKjK4yz46d21G06iOUZDSzkHMHBrQvfgZ1Dfj29z 2WpWIuHKOqhJOqHhANjzJwnbTKC8Q7636EGXjFxyzoAeFPzcQf2kY0bp47TcAPVZ VhSfQ5+bcrnP9JZO8j4u51bYs7igLTFoxc1UsDt0SZsVwA08QTa/j4vYxsBCjQl+ 3PtbQVATGx5SXl5X2MTwXsn3UR7T6hS6n9hnOfV02nwQbxLB9+9DS78SqPh2kwX8 5sjMN0pYoQ7VR6KxTJABOYwXONBRzwag7njhyvRBKWNM2SD5mdDW0rwwHCM0qcOd POJA7al1Lv59qmY6nxJ9DiGODoAfT6p3HY+9TuwPauSQDfku4szSfwTL7HvqF08g sh3tRTa+h1DRiqPwbh143+qxxIgqsj+lzOL4XLTvMikUMp3a978cDutxcO90ZWAK uno31Iq/lLcr5ROneOLtelb7wUurSFcOSFmNjsAn4FEUVwuWI4IJYdD+MvgGPgar 63uVnEESM+9YurHladfrSdWsQtSv1Qo4MMn3G/ofk+zwSOWcosA7MQc8beKHgKW7 1VaBfA5kpD0KGYasvetQBt5egFfQ7r7yDI0FCGbKgjM75FoiLu0//D+tGKiz0ZAl 0XOkWlJ56lJW3FepIe352mwDlBtXRnnnKRCgtB1f7wC95RzAA4hNFualeKk8NQ== =v3ao -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 21:24:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:24:17 +0000 Subject: libmoosex-object-pluggable-perl_0.0013-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 22:30:17 +0200 Source: libmoosex-object-pluggable-perl Binary: libmoosex-object-pluggable-perl Architecture: source all Version: 0.0013-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-object-pluggable-perl - Perl module for adding plugin support to your Moose classes Changes: libmoosex-object-pluggable-perl (0.0013-1) unstable; urgency=medium . * Install CONTRIBUTING file. * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Add new build and runtime dependencies. Checksums-Sha1: 1c86c29787b5677087769fcaa1262a979427f7b1 2610 libmoosex-object-pluggable-perl_0.0013-1.dsc 067f664c51f66e801e4afb1e154d301036317467 29271 libmoosex-object-pluggable-perl_0.0013.orig.tar.gz e088116a1d3e2d7f6bd302cd84aaa833277c6ca4 3116 libmoosex-object-pluggable-perl_0.0013-1.debian.tar.xz e590f5e01f83a8d5ae1e75dfa7d2939cef0762b5 14880 libmoosex-object-pluggable-perl_0.0013-1_all.deb Checksums-Sha256: aa10c0ed39adb7cc93889dbc201a0856afe9cc89f27af72642789fc801f5814f 2610 libmoosex-object-pluggable-perl_0.0013-1.dsc 230968200e4964a69941e5726ea08b0aedc0d7c889579d362a4acde1d1f5eb82 29271 libmoosex-object-pluggable-perl_0.0013.orig.tar.gz c5d9e5bc253fef7b9cdabd4cf3cefb4280753c8e23612db93f0256ca2d4e3ce0 3116 libmoosex-object-pluggable-perl_0.0013-1.debian.tar.xz d7ae4dc4f4ac2aabcc9d62e91538e704b1bdfb0aaddc242f1d727dbd87ee2faa 14880 libmoosex-object-pluggable-perl_0.0013-1_all.deb Files: 5256fed4eac14fb1b2e098860eb40768 14880 perl optional libmoosex-object-pluggable-perl_0.0013-1_all.deb 8dd76edbbae69fca5729e63646698cb9 2610 perl optional libmoosex-object-pluggable-perl_0.0013-1.dsc ef047198af7e065cb3f02cf56daf8fdd 29271 perl optional libmoosex-object-pluggable-perl_0.0013.orig.tar.gz f371b7cc427f7b09e293c5e466c39123 3116 perl optional libmoosex-object-pluggable-perl_0.0013-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTapgDThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhvnD/0eNtkLP8qfSWcZ9kpu0ZT4IW5ou1Qly3y3ueX7EvNs7agG WZh7moCbpKTJveBlD3Np6f2F8GT525al+LCtQjAmoB4O2wvJ/yX1RpDSzmYTOClL 7zHLEOwfW/tiQEmzt+fs8b28KyS2eQczbZPAnAVs0a89IQqicHvciqZdU18pCRlT 6cecs9zKQgm6Xz1DFATtbF0orO004miRFJDGOHE5DpQoazfeU9sCeMGQ3zBTEatU Cs5DNUTlQCuhVjrftSCSQuKdBwh9uf3RJ7jxDJn72K20kxMv1UJdBOEs4zFrafjb ygVk+SbD0ahgf2cIHIpnTKRJVthIs/4z4nAUpwTuxlwBpKADzE/Z8vV33ZCP4brS DTiziO/Rvm+qbV0Oif17Tixg3MivVk0TEjaLbzB1x1zi/YrTDXbCyRxqrtGC9POC BaOJT+Xd8DV+39qKdr2MoXEjrh2rcZ0H3JZtnJhXA+0Bozn2KIKUHJ3HWeXqN7Sy 3JdpgLxr5CxVLBwNJg7WUrB5WoaGGBXjDDbHKbPZycd8SSWD/Ief/Q1Hq1jiPaZP ZbymXY64QDPNKtBWFJICzf1dEPXhQ/1bUPRTJUfbOh4LHblYplCZneyPvK9c7LQT WCltRbALNiX+9M4YaHAQQDs3V9Bvv2BXzq+RkdmIB2d92jCWtdmzWCM/wW/R2A== =f7EW -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 21:24:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:24:24 +0000 Subject: libmoosex-storage-perl_0.46-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 22:54:49 +0200 Source: libmoosex-storage-perl Binary: libmoosex-storage-perl Architecture: source all Version: 0.46-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-storage-perl - serialization framework for Moose classes Changes: libmoosex-storage-perl (0.46-1) unstable; urgency=medium . * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Update (build) dependencies. Checksums-Sha1: 67cb7da87b6a5194ee054bcf2ed9c86088f343c6 2687 libmoosex-storage-perl_0.46-1.dsc 92484e68294b3c0af18ea851e291fea7571d5af3 56588 libmoosex-storage-perl_0.46.orig.tar.gz ca2f7f187a23decf445628f286e47184afcd4c25 2688 libmoosex-storage-perl_0.46-1.debian.tar.xz 031ab98e5c1482b64b4271f4546e88643328d397 78122 libmoosex-storage-perl_0.46-1_all.deb Checksums-Sha256: a9b2476aaedbec2ac53b51238d718dda48f2f17cb7485b47f5ce9dca4598dce5 2687 libmoosex-storage-perl_0.46-1.dsc 95d6b8487527252772d13b4bff20a1cee7c7fbbb5a156a4a8f3d64c04d0009d6 56588 libmoosex-storage-perl_0.46.orig.tar.gz b064f4a2077e82a654222aa88dcd9d42a56f3db5bfc9180c91be9b377d69f270 2688 libmoosex-storage-perl_0.46-1.debian.tar.xz 8f5a9a19856e72614986225c33d7de0dfd166ad87ec480a92d9c0879a1822449 78122 libmoosex-storage-perl_0.46-1_all.deb Files: 2e9f28dd4eca16de9ec55158500a1948 78122 perl optional libmoosex-storage-perl_0.46-1_all.deb 7a4c85c30ee0cccaafe6887e2be96ac4 2687 perl optional libmoosex-storage-perl_0.46-1.dsc 74a749742e5de5350dbf3388c9020c27 56588 perl optional libmoosex-storage-perl_0.46.orig.tar.gz c951b2fae4d96ffc677495be0dc8ab21 2688 perl optional libmoosex-storage-perl_0.46-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTap3KThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBor6D/9MSp9DwO662POdYTngmPIU6qH49HU0VmJ70KLI9stUt/+v YWfYAuk4j0MkgLP/MruNQxfGddcai3s9hzRXms1+e5XNkqYFSwzAyqYnbk+vmXeo DWBU7ZDtYDZTn3g8iv2WbLYKgnyM/n4qVTnA4l/D50F0/Kphxmk5AGNrUucCyke4 TxaFb89/NG2D6Pk3mrQmbOBbzioy0odOUYZDZCETTpRIc+Le6Q0NRZBHJLgo6GCW bypPYtKb2uvzASAxvd2fkcxLH0CA33Zw2dlPsaKh2llsrcYzoEb2Uvdsh9Vhi38e rabyDVvof0FGss5qKpPiXdQEhnv7pfT3ebK9GXYi2/LV+GQ2zpTuJ6fS5DMLEisU U4ZcH7yRwOs9QX7Nl3GvwCC6/rLNOaNrT+IQcJyIHwVpHG+hLijkaFnzw8IPf+TP aSqXVseWVn57+48C13QYvBVHxLI7AB5REGP8Nd4jRZzIl0KbC6GvozYEHsVsSpRD qkP7VeCXNWgKdpg37LDLPqCvQosJU17YoSuYtdKMG5kXx2Z0OFPwaq5YhezQrXAB dSvlf4yHQRsGFMb95Rf1u9TDGMaVFoioWyspzxUlMxYvJnD2OQ9gmCdqDgevLmh0 0BXGBHR0m4RPSNQbnTyW9eU33h8F+KBJjMzJPGnmaZOvNOJokJJJ6O4n97uHBg== =zG/u -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 21:24:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:24:31 +0000 Subject: libmoosex-types-datetime-perl_0.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 23:03:43 +0200 Source: libmoosex-types-datetime-perl Binary: libmoosex-types-datetime-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-types-datetime-perl - Moose extension for DateTime-related constraints and coercions Changes: libmoosex-types-datetime-perl (0.10-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Update build dependencies. Checksums-Sha1: ffcc8ed09f9e6537ed63c259bcf552032b995a30 2597 libmoosex-types-datetime-perl_0.10-1.dsc 759dcea1e4ee8f4ef1794d60c75fad0bde8f08b2 23493 libmoosex-types-datetime-perl_0.10.orig.tar.gz b2f9360bba04276c6378f8b615973ba98866a82c 2536 libmoosex-types-datetime-perl_0.10-1.debian.tar.xz d6b003a990cf2c6c894cac98fdc5e860afc94c37 8924 libmoosex-types-datetime-perl_0.10-1_all.deb Checksums-Sha256: 5566b32aa73b259d0cdba67120839e0189e9c5c57ae165b25ba9552e08a54c94 2597 libmoosex-types-datetime-perl_0.10-1.dsc 806d952bae63d592decd4c77f5bf0cc204d20f3b328b28ec1057480c7a36e60e 23493 libmoosex-types-datetime-perl_0.10.orig.tar.gz ee5b1e48e3c331994ac79bf26b0eb6d2158dabbb6c773325c92b15074cbeb904 2536 libmoosex-types-datetime-perl_0.10-1.debian.tar.xz 5b4a89c1013146510c1e9de1888b4b62ff695e897f5eec8b16c7f8a39351c408 8924 libmoosex-types-datetime-perl_0.10-1_all.deb Files: dfbb877d0a667c22ce272f9512e93225 8924 perl optional libmoosex-types-datetime-perl_0.10-1_all.deb d4c1980968c35cbc9492e526a624ca47 2597 perl optional libmoosex-types-datetime-perl_0.10-1.dsc 3f9a0b5c99949df997da1af47047c30d 23493 perl optional libmoosex-types-datetime-perl_0.10.orig.tar.gz 7e33c8e070e3a544794fa3026aedd308 2536 perl optional libmoosex-types-datetime-perl_0.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTap/eThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnqID/9JaB8PzFwVJ9Orm/dTHI2bjKURHCZaF/HS893SOSGLqqRZ 1hRz8470KksxVwEgtzWmjcAVFLwqoloT7hv/488g/+MVFnqdzvXTuvIKf1Nh9WoV KqE8K8hHSFxmSL01kCT01lB5yvwlIffAGLTBLUCf0i0fn3YhQ9pmcq3WdWFTY1Fo DObUQQ/ki7IcwSfthMu4BTC76DfXIbUDplGCh05sqm93qUwZZ+y06lWxoGr72lCO loVLGaFQ7aBG5vle9QjPqp0gGX+alL+F8brliJoDR8GESUOT9QzGgQbc6hpa79mF wrNsv94ij+NdUs7ge3N5J0H9DAoHoyfdc4vzn3RoDA3eNpDPe0FfZaY0Q39M6PCP ZBAWLvmZE+sGQXIkqFNWnQVphU2zjhFEFNAG/JdpsljM072uSLL3tjEgKYyNsRDH MAMPuUcNeJ+mhY9dHO5Vv3tbY8V7YIsyGmvkvdIUK0VIPUg/5iWs9PLUyNXnd/lH ZSnI/s+ooa/feRVY2uAO345lz+Eydyx6z8D8VxXhS+SWveOtsR9Ii2DNwqldGbOL pJ/csZ2Z8aIEWe8nNkfd/HIb3EfhJUlT04e95qC79KF4IfbFOb18lnh+iWzOH6zm V7H3yOFdJvjVympgTpfet+1oBdbxK91vsa6Fz02fo2wH7wwIsM5TMslymifckA== =6asY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 7 21:40:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:40:32 +0000 Subject: Processing of libmoosex-types-iso8601-perl_0.15-1_amd64.changes Message-ID: libmoosex-types-iso8601-perl_0.15-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-types-iso8601-perl_0.15-1_all.deb libmoosex-types-iso8601-perl_0.15-1.dsc libmoosex-types-iso8601-perl_0.15.orig.tar.gz libmoosex-types-iso8601-perl_0.15-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 7 21:50:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 07 May 2014 21:50:22 +0000 Subject: libmoosex-types-iso8601-perl_0.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 23:35:52 +0200 Source: libmoosex-types-iso8601-perl Binary: libmoosex-types-iso8601-perl Architecture: source all Version: 0.15-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-types-iso8601-perl - ISO8601 date and duration string type constraints for Moose Changes: libmoosex-types-iso8601-perl (0.15-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Use canonical URL for Vcs-Browser. * Install NEW CONTRIBUTING file. * Update years of upstream copyright. * Drop an unneeded build-dep. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: f00b1ca80dca0fb460768e5f285f93ae1821b712 2782 libmoosex-types-iso8601-perl_0.15-1.dsc e842319247e170841ebf2030c720a45fe354f8b5 30586 libmoosex-types-iso8601-perl_0.15.orig.tar.gz db0329cc39039acea995010ff7f5330f650c75b1 2312 libmoosex-types-iso8601-perl_0.15-1.debian.tar.xz 19a495c01acdd1e870e7323a4fedca447a058afa 13316 libmoosex-types-iso8601-perl_0.15-1_all.deb Checksums-Sha256: c7642b61eca9df3c001abde9f26ecf7e4c9bf712d56c75243ce02b2023ad714e 2782 libmoosex-types-iso8601-perl_0.15-1.dsc 199e4a18191210d5233dc7dfcab1278be9dabd1a9911fc6b9448584be43625c2 30586 libmoosex-types-iso8601-perl_0.15.orig.tar.gz 7859487ee7e7220730360ec9bee62b44c2b619d2aacd0162f867ffb80637c000 2312 libmoosex-types-iso8601-perl_0.15-1.debian.tar.xz 2c9ce741ef262d3408ee54d6e6f214623681ab5b8d6e3c1efbd3e0dfe1e4877f 13316 libmoosex-types-iso8601-perl_0.15-1_all.deb Files: f06659eb675dcc76bf04ec716ae65a70 13316 perl optional libmoosex-types-iso8601-perl_0.15-1_all.deb 55f73badf781abcd0848d5fa4128a959 2782 perl optional libmoosex-types-iso8601-perl_0.15-1.dsc 29ab2962b4798765c5630b08115e344e 30586 perl optional libmoosex-types-iso8601-perl_0.15.orig.tar.gz 1417694626a28dcc1568c7db808e7351 2312 perl optional libmoosex-types-iso8601-perl_0.15-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaqd2ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBp0/D/9ORbz9C6vnjSOkV5oX/bL27w+YAjhuZH51wIsVj96BvU2x wyRe8E9IZEnfnHtNwVXbpfQAi4yfai6pLHgVUK33YlnlzMk3DtoKh0Z649lT0TaE ft7NStGsEXwhVfCFRpEyhyLoJ4n1WgY/zF2e5/zSeptelU+gJn852CTT3P5b9nlK sYBdVsULgwmCwbqEX0yBawnxNKTubVRWlHUVzpZHGyx9qSrl3UR4aFC+GZ+D2SeB HbujwucXSgzH2CswdOuaB+2OFrX4J3RmM8hWVC7LZQUnjc7/CqntR1Eenpqw3RO8 glZLDEG0XsitRgpzPfG9vLTmGm00IclpE0vzR/nnxcqkJY48EMNUrZ+6lmmJsScs k2tSe8lazvJimh1TrB9Gbb703ascPN9IRc/jIM8kptUUxKzugsMmqfD2ZI9oiXsm HKrhRe7P1lhnMepN2NsJ2ogKgCQ5gbQJ+9gjKfDKI/ESaQGUyQESRNiePQyDVVN2 QK4FGrZQQXx7SsU26ddZ5UnHNWNn5hGVEbyfEibBG3lKlKUtAVXknDX2g8yMgRvE 5xSDkoSK/wkHpZda1LqV4agNN1XP42TznGeqKs1N9tpSNsc0WHrJ4FYw+Akh1gjs m1ZIS/RkApT+TlYIS5LxYuXoUHNoKGYsU7pqaRt1E93rUMMtrcEa9c4vYBl57g== =KeXg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 8 14:59:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 08 May 2014 14:59:50 +0000 Subject: Processing of libpgobject-simple-perl_1.6-1_amd64.changes Message-ID: libpgobject-simple-perl_1.6-1_amd64.changes uploaded successfully to localhost along with the files: libpgobject-simple-perl_1.6-1_all.deb libpgobject-simple-perl_1.6-1.dsc libpgobject-simple-perl_1.6.orig.tar.gz libpgobject-simple-perl_1.6-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Thu May 8 14:59:10 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Thu, 08 May 2014 14:59:10 +0000 Subject: Bug#745805: Pending fixes for bugs in the libcatalyst-modules-perl package Message-ID: tag 745805 + pending thanks Some bugs in the libcatalyst-modules-perl package are closed in revision a6a99f90ced390d85ff23d74940f6f017277aff1 in branch ' dam-bundle-2.0' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-modules-perl.git;a=commitdiff;h=a6a99f9 Commit message: update Catalyst::Model::DBIC::Schema to 0.63 Closes: #745805 -- request for library update add libmodule-runtime-perl and libmoosex-types-loadableclass-perl to (build-)dependencies and make libmoosex-markasmethods-perl (build-)dependency at least 0.13 From owner at bugs.debian.org Thu May 8 15:00:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 08 May 2014 15:00:17 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-modules-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 745805 + pending Bug #745805 [libcatalyst-modules-perl] libcatalyst-modules-perl: Request for Library Upgrade Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 745805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745805 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Thu May 8 15:36:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 08 May 2014 15:36:54 +0000 Subject: libpgobject-simple-perl_1.6-1_amd64.changes is NEW Message-ID: binary:libpgobject-simple-perl is NEW. source:libpgobject-simple-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From ftpmaster at ftp-master.debian.org Thu May 8 16:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 08 May 2014 16:00:07 +0000 Subject: libautobox-junctions-perl_0.001-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 07 May 2014 21:07:38 +0200 Source: libautobox-junctions-perl Binary: libautobox-junctions-perl Architecture: source all Version: 0.001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libautobox-junctions-perl - module providing autoboxified junction-style operators Closes: 747357 Changes: libautobox-junctions-perl (0.001-1) unstable; urgency=low . * Initial Release. Closes: #747357 Checksums-Sha1: 5565ad97746510aea863ce24828e0b31cc48b401 2385 libautobox-junctions-perl_0.001-1.dsc 93bffaf0d5d399bbe8239c65b178815138982a22 21210 libautobox-junctions-perl_0.001.orig.tar.gz 212504e97da8671b57b085c2ed02fe8a6966fc7a 1504 libautobox-junctions-perl_0.001-1.debian.tar.xz fab5c5317ec6e5c920a578b6b4e8571cb0afbae7 6384 libautobox-junctions-perl_0.001-1_all.deb Checksums-Sha256: 72c328bdd8a627967de46aeee214f255b9813ddb8bba36c7ae99f127dbcfdbde 2385 libautobox-junctions-perl_0.001-1.dsc da623158dfbecf9cc9668c7359265ff7f4839cbfc40aaea19a5bb6dd6daeeaf8 21210 libautobox-junctions-perl_0.001.orig.tar.gz be1d6784179b2160f5c97b785c740d8f1e6f63474e4f8900d6fa598a58e6e99a 1504 libautobox-junctions-perl_0.001-1.debian.tar.xz 5829234b39ca4048132330d33fb311e118d5d2af3da84884dfb71ab17eac8da3 6384 libautobox-junctions-perl_0.001-1_all.deb Files: f03c353f961e7e91b576983788996b78 6384 perl optional libautobox-junctions-perl_0.001-1_all.deb 72915b2dcd8e922d2e467cbd6c5b730b 2385 perl optional libautobox-junctions-perl_0.001-1.dsc 511b65caf6a3fc4c2bfda1ec08ed737b 21210 perl optional libautobox-junctions-perl_0.001.orig.tar.gz 443fa9f4d65daeb4d5ee5f259b28e616 1504 perl optional libautobox-junctions-perl_0.001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTaoSkThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsAKD/9UR6rNF5GYUO2v25QpSWoF2Evva1vuDEA02XTJ/klnOk6T 1b/gGBKCs2FkXtq3ehek8Auj7xw5stnolhGlugQUI9STfYSyeNZ9Q1B2a5HoJMbp i1J0s3TSQ46bapf8SdTYphsP9C2az/QBCHSqCtXjj3GHFmjdFZtp1t1FuCGhglH2 2L5Pfo4vB9JPYYMtizYL9W0NhS/Vr1zWNmijgS2ELvfqpKYf6AqIVlwDcu8YCy4I NvUaATO1NOkLFtxdFjxc8NCg318D09ROEXD2J3EVUW1F0nrJ1ofE5MwLH+Y+uGdF tMcJegxAnH39Bw9WxwEuwFgIsLIcGzOP9E2NlybItmdK0+C1DXaZbLfMvfZsCcP6 gxs2fkJnh/Tp4Vkm+Fr3OlIN0wmuv1sNPnwpd466ij4g+G6YT8YqzM7fYGvX1lHB ndeNQRe6Xdw6KVxqb/tKD5HR+rH0JDnCBWSibsqO/vPceaP4TF9t+bxoza0KiDZ9 vGPUWDkKA9JRSRtJqLifMa4Zb3Oh8D6uEq2kPHKfR2gNPIDPJJdoeKivjGy6NLpk M4QAJc8oKDHbmL59AXHIfBTY6W2hRDqoAi3XmmvRaQvGhZDlKRfrgJz/p1eFTyef BxKtIEk5DpoX4mxyk3d2r4/cm+TwPb9vRtZcTQ3WWHYiZg1JiV2mrdXBy7+brA== =YPe3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 8 16:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 08 May 2014 16:00:08 +0000 Subject: libsub-recursive-perl_0.03-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 6 Mar 2014 14:06:13 +0000 Source: libsub-recursive-perl Binary: libsub-recursive-perl Architecture: source all Version: 0.03-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Peter Roberts Description: libsub-recursive-perl - Perl module for memory-leak free recursive anonymous subroutines Closes: 740946 Changes: libsub-recursive-perl (0.03-1) unstable; urgency=low . * Initial Release. (closes: #740946) Checksums-Sha1: 2daf5ebcbbba659b6b8c291f8e4035382afb46c0 2184 libsub-recursive-perl_0.03-1.dsc 57edd67f27a00c1af2ad257d6129b4bc5843bc64 6014 libsub-recursive-perl_0.03.orig.tar.gz d12054ced74717caaa224f098074078e626bc15d 1508 libsub-recursive-perl_0.03-1.debian.tar.xz 1c43c7f5b691461e80c4d3d690bf79d2b4beb19c 10334 libsub-recursive-perl_0.03-1_all.deb Checksums-Sha256: ec242d6d0309141bc5ff8fcf0af4efeba87c160a1d76297f1e2c95e6420774d5 2184 libsub-recursive-perl_0.03-1.dsc aeb7e93e260eb21aaf63d1ed72c23589f103ed138ab7b84da70a8e8a51fc884e 6014 libsub-recursive-perl_0.03.orig.tar.gz cc3a6269a6be53df56cad3da95a31654ae476e67d8f9a767b47fa0ebb9bbd307 1508 libsub-recursive-perl_0.03-1.debian.tar.xz 1a206c0904b6785b7668898e0979c5bc8ad126d2746678fa0f08de633a9ed2ff 10334 libsub-recursive-perl_0.03-1_all.deb Files: 9b2551510288afc54b1f153c07b47148 2184 perl optional libsub-recursive-perl_0.03-1.dsc 4adc7673b9100ebd896bac3a9755fc79 6014 perl optional libsub-recursive-perl_0.03.orig.tar.gz 7df5eb3ec04d64b4b56e519bd7c84b56 1508 perl optional libsub-recursive-perl_0.03-1.debian.tar.xz 0735ff4e495bb8f8264bec91ac74830c 10334 perl optional libsub-recursive-perl_0.03-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTHzkmThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtFOEACkrQQl8iy0up2flL2092bJ6c4Ogqhzcw5Dirnh/Kr8YnP2 K+ms7Ncy+VXeJ9Y7GZRDXLjYHJSYPxcQHwWJ9LyBBh2K6slQwD243sJEr8MPYdYA EUHzrZx1P5T30Arovw1Q1d8qvpxavIyqdz+wyJD0/SCqbqgIg16jrB1GEUJus9tz 8E44dEtIdeDylGTeP3y/gRgJmc2t2kWPCzMU0GTW6eOyFyVzITFZwayH6O7d7EVx 9HtfqYTsOrG2mcjeaoeDWYJqeIgYtcErHUaEgqqDRNPL3vPnDMMz8951/KCtA77q aVFIZWXrWVLzRuQPyVNRdLWm5rEStJxjuCnOMU6cLXZ/aHa7gjoq9fq1yLyU3ocw OB8mzU9Z7H0t2X+6dvL7ZJQdQCtVEoPe+F7QkDu0wFX/TPBrowugtUbxX9+4uC2A TWs9K5uRTVa+01+lQ507LDtZwy8VCOoL+XkNgWDdKmaTqSVR+KIwNa3mk3cv+tC+ bIspyjEltEZf7fQuugbc0D6XEn+8PWJdTkPRVXsuHwPSzkM/vMTYGWit71t4LU86 A8odjEk88PldwgJa1UgA9zzYo04pey66M4QYKOX9JQbIBfKWjOOuvJIzax2hF1kx HFsK46u8UPi0Bs8tl3PlWwgrYG6wi9cl3uVbdOzcXLwuzhIhxKzJO4PCRxSeVw== =eloH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 8 16:14:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 08 May 2014 16:14:58 +0000 Subject: Processing of libmoosex-attributeshortcuts-perl_0.024-1_amd64.changes Message-ID: libmoosex-attributeshortcuts-perl_0.024-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-attributeshortcuts-perl_0.024-1_all.deb libmoosex-attributeshortcuts-perl_0.024-1.dsc libmoosex-attributeshortcuts-perl_0.024.orig.tar.gz libmoosex-attributeshortcuts-perl_0.024-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 8 16:18:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 08 May 2014 16:18:52 +0000 Subject: libmoosex-attributeshortcuts-perl_0.024-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 08 May 2014 18:11:44 +0200 Source: libmoosex-attributeshortcuts-perl Binary: libmoosex-attributeshortcuts-perl Architecture: source all Version: 0.024-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-attributeshortcuts-perl - Moose extension providing shorthands for common attribute options Changes: libmoosex-attributeshortcuts-perl (0.024-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update (build) dependencies. Checksums-Sha1: 0cf1d74d407de3d9f79922e0df92b69da9450ba9 2788 libmoosex-attributeshortcuts-perl_0.024-1.dsc a6fea858383d537ce941f586b2e72b8f435b776e 37988 libmoosex-attributeshortcuts-perl_0.024.orig.tar.gz 33b1ab86e75b0d6b3559b27354470b07df8a7ac7 2076 libmoosex-attributeshortcuts-perl_0.024-1.debian.tar.xz 4ee4c8d8564a3b714618af3e0ad2dfbaa60320c0 17928 libmoosex-attributeshortcuts-perl_0.024-1_all.deb Checksums-Sha256: 5c83996f1aa0132e5c99b63ebf36b7994f1f0dbb451558772ee8ede7a34c3783 2788 libmoosex-attributeshortcuts-perl_0.024-1.dsc b9d9c2d6643b9e39e6e71b6b8efc5b455a1807108405c39c4d3fd9a91940151f 37988 libmoosex-attributeshortcuts-perl_0.024.orig.tar.gz 62a4739065ce529532d59a7399913c941ba723568fc9160737148fee187499fa 2076 libmoosex-attributeshortcuts-perl_0.024-1.debian.tar.xz f50f8422ef7ad52ce0d148e842a3048aadf0a674b1d9f619b2956da3f82f98ea 17928 libmoosex-attributeshortcuts-perl_0.024-1_all.deb Files: 93a532e426ace77ae72d9746bf1b9899 17928 perl optional libmoosex-attributeshortcuts-perl_0.024-1_all.deb d0bf571eebf5b54dd568f633fd1e41fb 2788 perl optional libmoosex-attributeshortcuts-perl_0.024-1.dsc ab7cd4b622394bff88b7ae1b9f2907b6 37988 perl optional libmoosex-attributeshortcuts-perl_0.024.orig.tar.gz fb2a5e9e2aff2cbfa4448f1dd69f0347 2076 perl optional libmoosex-attributeshortcuts-perl_0.024-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTa6z/ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoiFD/40uwFiUC5YmhJsfWbRXG6iz/Ffi5kQPIZc9O5+TXNIcW8n 8t56mArf5A2xWo8V36JJ3Va2Zh5CzjgcP1GDiCIzXFXzpOnqFhVs//LYEfmqhaOY mw36F8nePJ8GGoKjHL0rYardTI0lfL3/FxDpymXB/V0blTLZo4ebyJIkrMIndj+V ET6J54E/mI/bXGHUZ8uWQvAe6EsynPryzYhkS9bNIFn+pXs027O99HxlEGKW7Jys NbG9rF7jLJxQOURk0vYLrujnt9cIo/Y0ibh0A5JYwzXm/J0RYiSi6C4P40ITLkeG YZwIlUZcs98AkHSknHEUqj+TUyUIGxD1RYjQepBZt3AQDZpEdAUsbH5ohT3CQduD FatjONrX25tgPJbbCGxiuzMe/cB+N9ia/+BpcvSZv3W5mhyh5cMT4kLJ0AfqUNtZ wZlnt7go+BLjxFxyYaYbe7MTBs9fiMwFqFP7Hw2fkz4CglBQNE8STHgEbcNYLmHS VddGHFq2DEwK6t14SYldPY75ToxFMdPxSbTe/pZDmq9GBXDLPS3xfKUBWXDlJvbd uGh/J073BUcUtT/TdP7lzvdqwQ1kQEAf9zey46yl+/5kCKSNTOlQzg9g0z8i4fzE RcnMFxAWZ07OpLvyNH95rNjn/u9tRj7q9uXBGMsLGQv9mfBhr5gfZo/IpqcUig== =o8dc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Thu May 8 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 08 May 2014 16:39:12 +0000 Subject: libsession-storage-secure-perl 0.9-1 MIGRATED to testing Message-ID: FYI: The status of the libsession-storage-secure-perl source package in Debian's testing distribution has changed. Previous version: 0.7-1 Current version: 0.9-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri May 9 00:06:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 00:06:35 +0000 Subject: Processing of libio-all-perl_0.61-1_amd64.changes Message-ID: libio-all-perl_0.61-1_amd64.changes uploaded successfully to localhost along with the files: libio-all-perl_0.61-1_all.deb libio-all-perl_0.61-1.dsc libio-all-perl_0.61.orig.tar.gz libio-all-perl_0.61-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 9 00:18:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 00:18:37 +0000 Subject: libio-all-perl_0.61-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 09 May 2014 01:51:44 +0200 Source: libio-all-perl Binary: libio-all-perl Architecture: source all Version: 0.61-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libio-all-perl - Perl module for unified IO operations Changes: libio-all-perl (0.61-1) unstable; urgency=medium . * New upstream release Checksums-Sha1: ec91a8e5ce780895cc8b89aa007b0a33aac8fe5a 1605 libio-all-perl_0.61-1.dsc 3594e932baacbe965e8f23df9fd3b1221bee83de 93955 libio-all-perl_0.61.orig.tar.gz d1bd4479a881ad79eeb93b978055b7126a55bea5 4036 libio-all-perl_0.61-1.debian.tar.xz bcc53d31037ca35a603f45b416925fde67f9fd72 65990 libio-all-perl_0.61-1_all.deb Checksums-Sha256: d543c2cd8bb0b0f000a068d8f01c3125d94d2033d6011ae6cc8eda35d6510f05 1605 libio-all-perl_0.61-1.dsc ea27396f5ffb7cbf13df22727ec71f722697453c60eb5782e569d1a82f74da1b 93955 libio-all-perl_0.61.orig.tar.gz 9edc73ccf7e1430ae95695eb891d45a4f225b586ac8585deb1eb764fe5a12b9c 4036 libio-all-perl_0.61-1.debian.tar.xz f4939c828d36a39723bdba2dcdb31eaa54beb1a8f3c6297b029fb3ee1736337e 65990 libio-all-perl_0.61-1_all.deb Files: b40050ee63e3d65493b238c3aaf80890 65990 perl optional libio-all-perl_0.61-1_all.deb 40deedc603e1ed7bee271a8d37963e1f 1605 perl optional libio-all-perl_0.61-1.dsc 9c8b41abc9e85cc0fbd344098107609d 93955 perl optional libio-all-perl_0.61.orig.tar.gz 9f57ddc94cccad2fd11282addb0b3e1d 4036 perl optional libio-all-perl_0.61-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNsGzoACgkQwJ4diZWTDt4E5wCfRoHDkygAoHXW8rX3wD6feMmq 4j4AnAnFGSkCxg6hCBlMDkvnIXNWVXbX =LmgX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 9 07:23:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 07:23:15 +0000 Subject: Processing of libbusiness-onlinepayment-perl_3.03-1_amd64.changes Message-ID: libbusiness-onlinepayment-perl_3.03-1_amd64.changes uploaded successfully to localhost along with the files: libbusiness-onlinepayment-perl_3.03-1_all.deb libbusiness-onlinepayment-perl_3.03-1.dsc libbusiness-onlinepayment-perl_3.03.orig.tar.gz libbusiness-onlinepayment-perl_3.03-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 9 07:33:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 07:33:26 +0000 Subject: libbusiness-onlinepayment-perl_3.03-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 09 May 2014 09:19:30 +0200 Source: libbusiness-onlinepayment-perl Binary: libbusiness-onlinepayment-perl Architecture: source all Version: 3.03-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Angel Abad Description: libbusiness-onlinepayment-perl - Perl extension for online payment processing Changes: libbusiness-onlinepayment-perl (3.03-1) unstable; urgency=medium . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Angel Abad ] * Imported Upstream version 3.03 * debian/control: - Add myself to Uploaders - Fix identation * debian/copyright: Update debian/* section * Bump Standards-Version to 3.9.5 (no changes) Checksums-Sha1: 9803391c6f4438fd9fc7f388bf7487c0cb333e66 1702 libbusiness-onlinepayment-perl_3.03-1.dsc fe5162ca3a94e0f6f3ad33ec73b25b2d43838055 20415 libbusiness-onlinepayment-perl_3.03.orig.tar.gz 449017318ce93c5b2baf4ebc72f53983fff2b5ba 3144 libbusiness-onlinepayment-perl_3.03-1.debian.tar.xz 09189989d41cc732a09617d08d2071a52072da03 32966 libbusiness-onlinepayment-perl_3.03-1_all.deb Checksums-Sha256: 77c27dfd72ebdc5c9b489d912c7553fef0213f2075c58be16ea2662ac33c91be 1702 libbusiness-onlinepayment-perl_3.03-1.dsc 9f6bd5ce639739a10988b69040f2173396c7884facbc81f9381fb4a704d2ba77 20415 libbusiness-onlinepayment-perl_3.03.orig.tar.gz 6b1afb4c04b9281a7d7dfbfbe4a7bd5165d4cf597ed4fde8619214e87cea9276 3144 libbusiness-onlinepayment-perl_3.03-1.debian.tar.xz a0d9c1406ad34e314684a29c9d7477b6c302fe2d2a6de888157612cbef1cdd5b 32966 libbusiness-onlinepayment-perl_3.03-1_all.deb Files: 5e79d4c65551187f132f411a321a7926 32966 perl optional libbusiness-onlinepayment-perl_3.03-1_all.deb a691bcdcee8be5b5448865edc94e97ee 1702 perl optional libbusiness-onlinepayment-perl_3.03-1.dsc 2e184b87cbba58d8dfd39494a16e2cdb 20415 perl optional libbusiness-onlinepayment-perl_3.03.orig.tar.gz 203bd6a7fa89b644039a04b3facbf9f0 3144 perl optional libbusiness-onlinepayment-perl_3.03-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEUEARECAAYFAlNsgb8ACgkQCY2uR+47wnlVEQCePngcbZ+jx6DMPmkjdFnq2voq 2oAAlROmj/QIReLAM2cwq424AOzrGng= =0WhS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 9 11:13:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 11:13:44 +0000 Subject: Processing of libtest-class-perl_0.42-1_amd64.changes Message-ID: libtest-class-perl_0.42-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libtest-class-perl_0.42-1_all.deb libtest-class-perl_0.42-1.dsc libtest-class-perl_0.42.orig.tar.gz libtest-class-perl_0.42-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Fri May 9 11:14:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 11:14:10 +0000 Subject: Processing of libtest-class-perl_0.42-1_amd64.changes Message-ID: libtest-class-perl_0.42-1_amd64.changes uploaded successfully to localhost along with the files: libtest-class-perl_0.42-1_all.deb libtest-class-perl_0.42-1.dsc libtest-class-perl_0.42.orig.tar.gz libtest-class-perl_0.42-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 9 11:19:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 11:19:09 +0000 Subject: libtest-class-perl_0.42-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 09 May 2014 12:51:14 +0200 Source: libtest-class-perl Binary: libtest-class-perl Architecture: source all Version: 0.42-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libtest-class-perl - module for creating test classes in an xUnit style Changes: libtest-class-perl (0.42-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 0.42 * Update copyright years for debian/* packaging files Checksums-Sha1: 9d5958d3d1b62e3016ca78ac58b8001f9464f87d 2375 libtest-class-perl_0.42-1.dsc 8976bacaf4acfc55df1a30deda8a73b52e225c3c 79266 libtest-class-perl_0.42.orig.tar.gz 5f32865010be1894d2157770f8ac632840ebba6d 4564 libtest-class-perl_0.42-1.debian.tar.xz 9c13dfc4ef5f2c1aeb9e391a6ce3f072c982307d 57220 libtest-class-perl_0.42-1_all.deb Checksums-Sha256: e12edb8b9ba6e822af4d402c7e47ffd425fbf81fa8b7588706ca4c769de47164 2375 libtest-class-perl_0.42-1.dsc 2b314c7a0692ae822570850b29bc2a3f8b7d005eacacd192c8ac1d64511c8717 79266 libtest-class-perl_0.42.orig.tar.gz 37473bbadafd136d51d3f640bc6c25546ab6529eebc610b14064ed6e5714e9a6 4564 libtest-class-perl_0.42-1.debian.tar.xz e39dce952a60fa3f6184c8b1f24280743306a47da3acd5e750cb56e705b2707f 57220 libtest-class-perl_0.42-1_all.deb Files: 12caae18269584f223d5be1156be851a 57220 perl optional libtest-class-perl_0.42-1_all.deb 3c37b8714bad2a2b37c219c612cd7035 2375 perl optional libtest-class-perl_0.42-1.dsc b4ffcae3b842c1f830afcf50990dab0b 79266 perl optional libtest-class-perl_0.42.orig.tar.gz 762689ac60a68477131a402147e774ed 4564 perl optional libtest-class-perl_0.42-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTbLezAAoJEAVMuPMTQ89EjmQP/3HljbP8f73o0Nyu7fn9ijtp ncZGiXUHHNsVoaZASPYTLdqbSDqrYIqSKr2nGIWJ1V77R2Kj/Tfoc3ceeFkGAuQ7 jmvMvIDiUIFV7pLe0HkUhFpkkbl88JWTM3yRkO4EVx8yJECWwQDLWqxjsaCtv4up rfZGdujo22wiMbe6tNKYf9eG9Cx8yeFrkRwHo8ZIyd0m1VSyes/A8dDrSSO8GUVo mQhnVFJaGRlewvPvUbeEjNGYUBwj7jRqwChTfbgVrxJOnQ8lXvi01SYYESRgUpMg LAVRyQv5Sl1FUxyzLpVf/AEjwxESDqDMLyV6u+2J0aVcagwrf9HpcND5X5EU/+c7 jj+oIOF9vM2BAxWwAJhZJU28KK8nkoGyoNf977eZ0TE+KUQ3gwMA5Vd2pzdmhZiL Yf0Wt8ssZAgRD098C4c1mSUC7l8bdSuZ0+mF34kF9NHZC2NODL1DA4m6ZQy3wHCR 0bUcL6CuVDV8e9lgoE6jxfK5RaxZvsGTBnT2+554bofPzQg+vmQy/ukHO6H6Vf21 MNzMbA06DtoB46ieuKoifvu2wr6eMUvNnBGHjWbwA05NEMn6E2zDSt0ltzzpXkbQ 8WJCk85o60VsJJ4/aJYx2NdY9NjKqDGvs6cqx+ei0wahwe85yilcq25klRQIVbGi enn7/wI4MQrIh+o4DiQK =Xh5k -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dmn at debian.org Fri May 9 12:13:02 2014 From: dmn at debian.org (Damyan Ivanov) Date: Fri, 09 May 2014 15:13:02 +0300 Subject: Bug#747502: FTBFS: test failure in Catalyst-Plugin-SubRequest Message-ID: <20140509121302.14537.22467.reportbug@pc1.creditreform.bg> Package: libcatalyst-modules-perl Version: 47 Severity: serious Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94392 libcatalyst-modules-perl fails to build in sid with test failure in Catalyst-Plugin-SubRequest: make[2]: Entering directory '/tmp/buildd/libcatalyst-modules-perl-47/build-area/ 01/Catalyst-Plugin-SubRequest-0.20' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01use.t .......... ok # Failed test 'Normal request content' # at t/02subreq.t line 20. # got: '13' # expected: '11433' # Failed test 'Normal request content' # at t/02subreq.t line 44. # got: '3' # expected: 'foo33' # Failed test 'Normal Double request content' # at t/02subreq.t line 50. # got: '3' # expected: '1531633' # Looks like you failed 3 tests of 21. t/02subreq.t ....... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/21 subtests This is https://rt.cpan.org/Public/Bug/Display.html?id=94392 and possible patches seem to be available at https://gist.github.com/jjn1056/9947765 Given request to deprecate the module (https://rt.cpan.org/Public/Bug/Display.html?id=57544) and that the author seems to agree, I wonder if it would be best to drop the dist from the bundle. From ftpmaster at ftp-master.debian.org Fri May 9 16:00:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 16:00:12 +0000 Subject: Processing of libtest-net-ldap-perl_0.02-1_amd64.changes Message-ID: libtest-net-ldap-perl_0.02-1_amd64.changes uploaded successfully to localhost along with the files: libtest-net-ldap-perl_0.02-1_all.deb libtest-net-ldap-perl_0.02-1.dsc libtest-net-ldap-perl_0.02.orig.tar.gz libtest-net-ldap-perl_0.02-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 9 16:04:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 09 May 2014 16:04:02 +0000 Subject: libtest-net-ldap-perl_0.02-1_amd64.changes is NEW Message-ID: binary:libtest-net-ldap-perl is NEW. source:libtest-net-ldap-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libdancer2-perl 0.140001+dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libdancer2-perl source package in Debian's testing distribution has changed. Previous version: 0.12+dfsg-1 Current version: 0.140001+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libmodule-build-tiny-perl 0.036-1 MIGRATED to testing Message-ID: FYI: The status of the libmodule-build-tiny-perl source package in Debian's testing distribution has changed. Previous version: 0.035-1 Current version: 0.036-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libmodule-build-xsutil-perl 0.10-1 MIGRATED to testing Message-ID: FYI: The status of the libmodule-build-xsutil-perl source package in Debian's testing distribution has changed. Previous version: 0.06-1 Current version: 0.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libplack-middleware-methodoverride-perl 0.10-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-methodoverride-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libnet-z3950-zoom-perl 1.30-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-z3950-zoom-perl source package in Debian's testing distribution has changed. Previous version: 1.28-1 Current version: 1.30-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: liblexical-failure-perl 0.000006-1 MIGRATED to testing Message-ID: FYI: The status of the liblexical-failure-perl source package in Debian's testing distribution has changed. Previous version: 0.000005-1 Current version: 0.000006-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:13 +0000 Subject: libtest-effects-perl 0.001004-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-effects-perl source package in Debian's testing distribution has changed. Previous version: 0.001003-1 Current version: 0.001004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libperl-minimumversion-perl 1.35-1 MIGRATED to testing Message-ID: FYI: The status of the libperl-minimumversion-perl source package in Debian's testing distribution has changed. Previous version: 1.32-1 Current version: 1.35-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libcpan-perl-releases-perl 1.68-1 MIGRATED to testing Message-ID: FYI: The status of the libcpan-perl-releases-perl source package in Debian's testing distribution has changed. Previous version: 1.66-1 Current version: 1.68-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:13 +0000 Subject: libtest-mockobject-perl 1.20140408-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-mockobject-perl source package in Debian's testing distribution has changed. Previous version: 1.20140328-1 Current version: 1.20140408-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libmodule-metadata-perl 1.000022-1 MIGRATED to testing Message-ID: FYI: The status of the libmodule-metadata-perl source package in Debian's testing distribution has changed. Previous version: 1.000019-1 Current version: 1.000022-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libmail-box-perl 2.113-1 MIGRATED to testing Message-ID: FYI: The status of the libmail-box-perl source package in Debian's testing distribution has changed. Previous version: 2.112-1 Current version: 2.113-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libplack-middleware-removeredundantbody-perl 0.03-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-removeredundantbody-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.03-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libapp-daemon-perl 0.21-1 MIGRATED to testing Message-ID: FYI: The status of the libapp-daemon-perl source package in Debian's testing distribution has changed. Previous version: 0.20-1 Current version: 0.21-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libdevel-cover-perl 1.14-1 MIGRATED to testing Message-ID: FYI: The status of the libdevel-cover-perl source package in Debian's testing distribution has changed. Previous version: 1.08-1 Current version: 1.14-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libimage-exiftool-perl 9.59-1 MIGRATED to testing Message-ID: FYI: The status of the libimage-exiftool-perl source package in Debian's testing distribution has changed. Previous version: 9.57-1 Current version: 9.59-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libcpan-meta-perl 2.141170-1 MIGRATED to testing Message-ID: FYI: The status of the libcpan-meta-perl source package in Debian's testing distribution has changed. Previous version: 2.140640-1 Current version: 2.141170-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:13 +0000 Subject: libsymbol-global-name-perl 0.05-1 MIGRATED to testing Message-ID: FYI: The status of the libsymbol-global-name-perl source package in Debian's testing distribution has changed. Previous version: 0.04-1 Current version: 0.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libdevel-patchperl-perl 1.22-1 MIGRATED to testing Message-ID: FYI: The status of the libdevel-patchperl-perl source package in Debian's testing distribution has changed. Previous version: 1.20-1 Current version: 1.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libmoose-perl 2.1205-1 MIGRATED to testing Message-ID: FYI: The status of the libmoose-perl source package in Debian's testing distribution has changed. Previous version: 2.1204-1 Current version: 2.1205-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:13 +0000 Subject: libtext-qrcode-perl 0.04-1 MIGRATED to testing Message-ID: FYI: The status of the libtext-qrcode-perl source package in Debian's testing distribution has changed. Previous version: 0.02-1 Current version: 0.04-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libexperimental-perl 0.007-1 MIGRATED to testing Message-ID: FYI: The status of the libexperimental-perl source package in Debian's testing distribution has changed. Previous version: 0.006-1 Current version: 0.007-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:12 +0000 Subject: libeval-linenumbers-perl 0.34-1 MIGRATED to testing Message-ID: FYI: The status of the libeval-linenumbers-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.34-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 9 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 09 May 2014 16:39:13 +0000 Subject: libtry-tiny-perl 0.22-1 MIGRATED to testing Message-ID: FYI: The status of the libtry-tiny-perl source package in Debian's testing distribution has changed. Previous version: 0.21-1 Current version: 0.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Sat May 10 01:51:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 10 May 2014 01:51:14 +0000 Subject: Processed: tagging 269188 References: <1399686090-4001-bts-chrisc@catalyst.net.nz> Message-ID: Processing commands for control at bugs.debian.org: > tags 269188 + patch Bug #269188 [libperlio-via-symlink-perl] typo in description Ignoring request to alter tags of bug #269188 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 269188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269188 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From chrisc at catalyst.net.nz Sat May 10 01:40:11 2014 From: chrisc at catalyst.net.nz (Chris Cormack) Date: Sat, 10 May 2014 13:40:11 +1200 Subject: Bug#269188: Patch for 269188 Message-ID: <20140510014011.GG5274@rorohiko.wgtn.cat-it.co.nz> -------------- next part -------------- A non-text attachment was scrubbed... Name: libperlio-via-symlink-perl_0.05-2.1.diff Type: text/x-diff Size: 1254 bytes Desc: not available URL: From dmn at debian.org Sat May 10 07:36:10 2014 From: dmn at debian.org (Damyan Ivanov) Date: Sat, 10 May 2014 10:36:10 +0300 Subject: Bug#269188: Patch for 269188 In-Reply-To: <20140510014011.GG5274@rorohiko.wgtn.cat-it.co.nz> References: <20140510014011.GG5274@rorohiko.wgtn.cat-it.co.nz> Message-ID: <20140510073610.GD6242@ktnx.net> -=| Chris Cormack, 10.05.2014 13:40:11 +1200 |=- > -Description: PerlIO layers for create symlinks > +Description: A PerlIO layer for easy symlink creation The leading 'A' should be dropped. Description is usually constructed to fit the "$package is a $description" pattern. See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis From ftpmaster at ftp-master.debian.org Sat May 10 11:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:00:06 +0000 Subject: libnet-dhcpv6-duid-parser-perl_1.01-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 04 Mar 2014 11:49:20 +0100 Source: libnet-dhcpv6-duid-parser-perl Binary: libnet-dhcpv6-duid-parser-perl Architecture: source all Version: 1.01-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libnet-dhcpv6-duid-parser-perl - OO interface to parse DHCPv6 Unique Identifiers Closes: 740633 Changes: libnet-dhcpv6-duid-parser-perl (1.01-1) unstable; urgency=low . * Initial release. (Closes: #740633) Checksums-Sha1: cf5d535284468ec5620802796f3ee82f74ccbde0 1545 libnet-dhcpv6-duid-parser-perl_1.01-1.dsc c9574544b93f37b4de83e4d88016fe9145bda0a9 6406 libnet-dhcpv6-duid-parser-perl_1.01.orig.tar.gz e5dcef23deb0d7f81560430c1f9d8e6a20dac5c6 2164 libnet-dhcpv6-duid-parser-perl_1.01-1.debian.tar.xz 786b852c62dcce72603c85a62a750bdb28848b61 9210 libnet-dhcpv6-duid-parser-perl_1.01-1_all.deb Checksums-Sha256: 30b93b0973038f73b0dbd4af7c03fb52ce98cb076eb2ad9e2d38617e818e9021 1545 libnet-dhcpv6-duid-parser-perl_1.01-1.dsc 913a98ca32f05a0ee3ba84d11dc8f6da81f3bfa53e0d77257a256a8f62c515e6 6406 libnet-dhcpv6-duid-parser-perl_1.01.orig.tar.gz e7914789b8f0b25ccd27daab5ac796c9ff4a9390222d0e60c1319dea8549a979 2164 libnet-dhcpv6-duid-parser-perl_1.01-1.debian.tar.xz 3575ff12ca0a3d7ef35c35f7202e76de436aa26798c786437e89f30e683b5da5 9210 libnet-dhcpv6-duid-parser-perl_1.01-1_all.deb Files: 66b17618e961851875c17b50310f4c70 1545 perl optional libnet-dhcpv6-duid-parser-perl_1.01-1.dsc acf6b4fa4d45d62652cd03a0ef19148e 6406 perl optional libnet-dhcpv6-duid-parser-perl_1.01.orig.tar.gz 9e1c1a757a3722ed9e7152019018777c 2164 perl optional libnet-dhcpv6-duid-parser-perl_1.01-1.debian.tar.xz 8d48f07bcff2a57cf40db3c37f8ed06a 9210 perl optional libnet-dhcpv6-duid-parser-perl_1.01-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlMVu+cACgkQwJ4diZWTDt4JvwCZAQNMJuLLZdFbgW8S59s/5LAD 5P0An1g/dfDBmCE8XkilbIJ3LkTs2kdg =P2zg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 11:24:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:24:20 +0000 Subject: Processing of libmoosex-types-perl_0.44-1_amd64.changes Message-ID: libmoosex-types-perl_0.44-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-types-perl_0.44-1_all.deb libmoosex-types-perl_0.44-1.dsc libmoosex-types-perl_0.44.orig.tar.gz libmoosex-types-perl_0.44-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 11:29:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:29:27 +0000 Subject: Processing of libmoosex-types-stringlike-perl_0.003-1_amd64.changes Message-ID: libmoosex-types-stringlike-perl_0.003-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-types-stringlike-perl_0.003-1_all.deb libmoosex-types-stringlike-perl_0.003-1.dsc libmoosex-types-stringlike-perl_0.003.orig.tar.gz libmoosex-types-stringlike-perl_0.003-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 11:29:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:29:25 +0000 Subject: Processing of libmoosex-types-perl-perl_0.101343-1_amd64.changes Message-ID: libmoosex-types-perl-perl_0.101343-1_amd64.changes uploaded successfully to localhost along with the files: libmoosex-types-perl-perl_0.101343-1_all.deb libmoosex-types-perl-perl_0.101343-1.dsc libmoosex-types-perl-perl_0.101343.orig.tar.gz libmoosex-types-perl-perl_0.101343-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 11:34:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:34:25 +0000 Subject: libmoosex-types-perl_0.44-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 13:18:19 +0200 Source: libmoosex-types-perl Binary: libmoosex-types-perl Architecture: source all Version: 0.44-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-types-perl - Moose extension to organise types in libraries Changes: libmoosex-types-perl (0.44-1) unstable; urgency=medium . * New upstream release. * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. * Strip trailing slash from metacpan URLs. * Drop fix-bad-whatis-entry.patch, fixed upstream. * Update years of packaging copyright. * Add (build) dependency on libnamespace-clean-perl. Checksums-Sha1: 82103d3525d621d2942df2f9723e2fb92c6f89e3 2596 libmoosex-types-perl_0.44-1.dsc 0150925710c24fd8128d1bf140c57ed14b0171a6 52857 libmoosex-types-perl_0.44.orig.tar.gz 79e8c991b5d9f21fee678e21d553f1fc7470ccce 3568 libmoosex-types-perl_0.44-1.debian.tar.xz 631476c412a3a9ef06381191784352dec899d674 50616 libmoosex-types-perl_0.44-1_all.deb Checksums-Sha256: 862a3652e90b455258512c0666ca5a86f81493ab58a5c707286bd55644ab3834 2596 libmoosex-types-perl_0.44-1.dsc 677aca6de01d07a8bda480784e972a6ea93a7f1d0513c7522aa7d9838d4310cc 52857 libmoosex-types-perl_0.44.orig.tar.gz 3e04aa7d6a5209e3666729d75f98ec48d6a259cf59e440224c4e9fd55766645a 3568 libmoosex-types-perl_0.44-1.debian.tar.xz a6520e3a346056021b3552ce266550c07ac662358ac5e1e7f6ac7073e005d22f 50616 libmoosex-types-perl_0.44-1_all.deb Files: d5642cbadaa21508a042f998cdd3b0bd 50616 perl optional libmoosex-types-perl_0.44-1_all.deb bf1d13f1ebb889ff7a45de792b97b85a 2596 perl optional libmoosex-types-perl_0.44-1.dsc 1cd415f6773a0a426e0be068a6c237b7 52857 perl optional libmoosex-types-perl_0.44.orig.tar.gz d6aae8a5c42b7b3502f25bdc8a82657a 3568 perl optional libmoosex-types-perl_0.44-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbgszThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBh6/EAChNuFZp+NdPo9mgjXhM/bL5sbWE8MiKGA4c+tKELTsQ+tN 5dweMwdg3rGJbso+xJSnD+Y3nkBkz+ssEX+Dlp+C5YgeM4wUP8pzFZ3yt0cvnqgj cMmuay6+yEpPJpQ7rQb33MkZidGW5R7PkZav+Kn2E1sgnkqmY36N/JF8ynHnW9tU 0q7mRlLoK369yRgej9yUO6rY/aXW53ru3tZgnt4JoPYHbiey94HL0LCH6pOySoKb Z8I29ssrMlw19Zp78hFd/WPqv30dofTF9CW0lIa9cwCe+ClLt1IsKuMJTYo2JkYx 7nmYUunNLLjxzz0cz+xEmalEMHsvBCWS6pJQkr1ynb9D3Wzg3WmCGbq9xTPWfXlk sT/0eyB3UUQHKT+Xy03zRgxE3jz4785/bH8iS2NG+3q/aPdMJAVGbehPHTwdU/Tg 0uJFUTPQruiPlisJG9gTekiB/kTFxvE2q38xkC9Q5uXw1HXGVxLe9nrY/T9AMOjF pfa0mbsrMiO4rwQKxHDS7k/BWwWfGqEZr1rMMqASaZYZnEisQxtMc7d1T3wobLhH lplePlSNTCSqkiVntBSEuTWq0Mz82PCWT1cHcwWnPqNS1gyKcZ/qAWoVLjo57i5d ZzoU9E9IM1okd5eP0oksCj/zXzhjkFJhWUT+7D9sn0GfQ5Z0MqZ6AaZMFucCZw== =ZLZY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 11:34:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:34:32 +0000 Subject: libmoosex-types-perl-perl_0.101343-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 13:23:32 +0200 Source: libmoosex-types-perl-perl Binary: libmoosex-types-perl-perl Architecture: source all Version: 0.101343-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-types-perl-perl - Moose types that check against Perl syntax Changes: libmoosex-types-perl-perl (0.101343-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update upstream copyright year. Checksums-Sha1: deb7eedfd54af1e66f2fe1abd78d094de1fa9603 2452 libmoosex-types-perl-perl_0.101343-1.dsc 44378c6053a6e9c6929d36ad40da7127472f90e4 14353 libmoosex-types-perl-perl_0.101343.orig.tar.gz 0a51443de7eab97bd9ed000be91961c5e8aeafbc 1972 libmoosex-types-perl-perl_0.101343-1.debian.tar.xz a0f8d4c40d9b4e5cd8bf8cffd9da6b8bf21f5a7f 8210 libmoosex-types-perl-perl_0.101343-1_all.deb Checksums-Sha256: 8d452ef908ec3eeb19f566f552e1174fb479bbcfa9514fbe1a7b2aa09a171a03 2452 libmoosex-types-perl-perl_0.101343-1.dsc f084beaf3c33209c68d05d4dbc24c25d604a6458b9738d96dceb086c8ef1325a 14353 libmoosex-types-perl-perl_0.101343.orig.tar.gz 01279904b0a1812027de03a0b69f3b3ce00328c584713ab42d1624fe7278b6e6 1972 libmoosex-types-perl-perl_0.101343-1.debian.tar.xz b0a91c4ae1fee49494d0e06157472d671158ffab2bbbb305dee1b2717da20a50 8210 libmoosex-types-perl-perl_0.101343-1_all.deb Files: 5c4a3e1d57aeffbf8e5bcfa73741c688 8210 perl optional libmoosex-types-perl-perl_0.101343-1_all.deb 2abdb2df1338418dc8b36b2265a2dcbd 2452 perl optional libmoosex-types-perl-perl_0.101343-1.dsc cbb223342a6048053bc4743c34fd5850 14353 perl optional libmoosex-types-perl-perl_0.101343.orig.tar.gz ec6241c483c64e1601f79d2ddbaf5958 1972 perl optional libmoosex-types-perl-perl_0.101343-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbgxTThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuboD/9bU4c+UT3+uQDdDTQF0fAKJtZLPjt8eL7dxVOqt57cScNd KF3opWXwaY6P5qVkHRHZO8+2Jct4aNEFih5umerz3kqtYle7rxALZEYhq8CGd9Oz XyBsoB7MAKgRZssMmxMHDV5T8sGrEq5mbq9UV2z6PqDL6E2MwurlHmKHddBSboGF Mt1o37quAsFMYHb+D4Iq9BYWzDS66M7YZaajjxQGtR600yUKQBymCqhRj7+s9ZY6 NdURN/Qy1+2HObAJa5eSRnx+Y6IQcitl+SzxtfvjIqcgqALNd8ELXbDmBgQ0HtQA DwZT4Svrggo5DaEV9pnnoUdqAu0vG7VpXCO1pYaC60FyfVftfJji4O1GSz66uset 8XdXXzKvf4/CpY64BRlbkfNVQdeeGDDkINbBxCB/3CnpCPwLJwub87c13DK6yb7R oNRqXqbRnpQ5K+/kIovW0HbtavWufXE09kd06OJ3/P8FmD9vBiexOJCUOfBgZmTY M31uxWJhjv5PNbjOJSnNygh0B29FrHaUyb6ib1xs+pzZmT/iXfEXnKFmRm1YSct/ uiWkvOiX/XyJVk2o22vcZ8jSjeuRZKCZLWi8T7B6vcSQao6WVpia0sRQnKLtEUnV 0mixuR4FYpCWztOzjB+V27bjQ+FT+na35eKD+oF0BFwh6mGhTc90x7fQTTjLwQ== =DCKn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 11:34:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:34:28 +0000 Subject: Processing of libmsoffice-word-html-writer-perl_1.03-1_amd64.changes Message-ID: libmsoffice-word-html-writer-perl_1.03-1_amd64.changes uploaded successfully to localhost along with the files: libmsoffice-word-html-writer-perl_1.03-1_all.deb libmsoffice-word-html-writer-perl_1.03-1.dsc libmsoffice-word-html-writer-perl_1.03.orig.tar.gz libmsoffice-word-html-writer-perl_1.03-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 11:34:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:34:38 +0000 Subject: libmoosex-types-stringlike-perl_0.003-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 13:27:33 +0200 Source: libmoosex-types-stringlike-perl Binary: libmoosex-types-stringlike-perl Architecture: source all Version: 0.003-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoosex-types-stringlike-perl - Moose type constraints for strings or string-like objects Changes: libmoosex-types-stringlike-perl (0.003-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 96c87e73bf849f6c67d633d268d8a85a3abc7dd9 2404 libmoosex-types-stringlike-perl_0.003-1.dsc a76fbd214d059039032d00618c2a71f58dc85f67 13510 libmoosex-types-stringlike-perl_0.003.orig.tar.gz 922e2dd5f2202079763b295662d6a7047a19e741 1964 libmoosex-types-stringlike-perl_0.003-1.debian.tar.xz d8c1aefa7ca7197ee51060d384eb5f6046076a96 8478 libmoosex-types-stringlike-perl_0.003-1_all.deb Checksums-Sha256: 7b9116c4b98356b5729ade994418ed9b8b46448fbf63774a1925731f4aae6825 2404 libmoosex-types-stringlike-perl_0.003-1.dsc 2ee349ec5c529a6f347f42ff640e47b245564b93cca305df63c7821f5b55cf19 13510 libmoosex-types-stringlike-perl_0.003.orig.tar.gz bc8820b654bcd8237ad9e6edede0fab87b9dd68198666e44be7c531c7a8cac2b 1964 libmoosex-types-stringlike-perl_0.003-1.debian.tar.xz 16499c40705b565c920238cc23f69eb422684ff34db06d83c8dbfd3c81dd848b 8478 libmoosex-types-stringlike-perl_0.003-1_all.deb Files: 08ef546588d8a93577b1822d7fc13651 8478 perl optional libmoosex-types-stringlike-perl_0.003-1_all.deb 888b4ef9e546a314e1ed74ac2bd28a46 2404 perl optional libmoosex-types-stringlike-perl_0.003-1.dsc 3c3f3699e14cbc63dd5841c9ec0a81f9 13510 perl optional libmoosex-types-stringlike-perl_0.003.orig.tar.gz 222e05d53e9213122dec7bcc7d9f5dce 1964 perl optional libmoosex-types-stringlike-perl_0.003-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbg1ZThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBphND/96yMufBbjzhAZXlVy0lN2gfdKqExtCdPHPVa3fGqGNtTIE b7VIUb1GlkKFX8V/68GRzUdWyL3Scq5UFuhaCE3GR7h81j6xo89ssb8/IVxLUWKq nnE3MTJW2XlRyY+NqJPP5gGptNS4ujlvoBp7XJ2v6NmcO5LRp6eri8ZxXVmkpfRL 1eimv59BMKLp49HHCWYYsl4lt0bM1bCZRF4qTpt83TOmmJNKpBvEGwv0IWoD4uEX H4wW8fjV1+9IwxEfOsd0eIKwPjvB66T+dMKJ3iyPwgmv026Ei+tHGP1Rk346LHjH e1q7Ool2tpOmMMTAx+IfoMYsELR9t182olYawQ9pN0Lx56u8qtmnXNhUPuv2YdVV PZ3K8C3svgLRQv4hI6xvXNk+JlTrPKBS4rhNkg9S2sE+j6QPf7FTl0KdtiblSCDl S3iYAoD27HwBP/ffsS66p2z8DBcgmSXKgZwOqeSAghTCcbjArCKX0wKQbFi5lRzS 3D/Ud3ActltzqGf3gEXSDRHIKZFE5iQDkuqKveV9tNs2FIvHMiId8Emi40tcjk2c ig6QT3hFANUHvr2PEXTwOK9uSqBvAGaJZD3vkrSoGqJiC9LpdbDXXhcL41fFr0NX /NgnyDksPrM47IIkWyDUJ4tveqTS724AmC/vG2ThdzRPEwo07KHVAhxl6uRv1Q== =o23x -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 11:49:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:49:00 +0000 Subject: libmsoffice-word-html-writer-perl_1.03-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 13:33:11 +0200 Source: libmsoffice-word-html-writer-perl Binary: libmsoffice-word-html-writer-perl Architecture: source all Version: 1.03-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmsoffice-word-html-writer-perl - module for writing MsWord documents in HTML format Changes: libmsoffice-word-html-writer-perl (1.03-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Build-depend on newer Module::Build. Checksums-Sha1: da7e3c960b72ee5965326571d5de8b1544b30164 2457 libmsoffice-word-html-writer-perl_1.03-1.dsc f959ffd097bbbdacd55aa0b3a06c2e7ad8215070 16194 libmsoffice-word-html-writer-perl_1.03.orig.tar.gz ceee89a36c16302fb80935b5215d1a49a970c54d 2404 libmsoffice-word-html-writer-perl_1.03-1.debian.tar.xz 5ef21e371115dfd9bc84cb2b6517081a8375a5b8 23948 libmsoffice-word-html-writer-perl_1.03-1_all.deb Checksums-Sha256: c0f114e2188f2f503409df6f15f9433a31bd8b3e8faccafe3d3d8388ce519206 2457 libmsoffice-word-html-writer-perl_1.03-1.dsc 6801d0e392015a069efed5c5235d52f9d59b07b5e1bb223ee6fa2973f7646cc4 16194 libmsoffice-word-html-writer-perl_1.03.orig.tar.gz 4c46b92751eb9a254bbe20745875f56344401d7170d72e1b770c03e6cf30261c 2404 libmsoffice-word-html-writer-perl_1.03-1.debian.tar.xz 40851e2a5476d145d470a7799880de2a8b019c1038b1f4b76b0ad86a8866ca23 23948 libmsoffice-word-html-writer-perl_1.03-1_all.deb Files: f5e4a73f8f5728ac8375e05887a541fa 23948 perl optional libmsoffice-word-html-writer-perl_1.03-1_all.deb ee0cf8e80ff4a3fc69e4e9548aaf8dab 2457 perl optional libmsoffice-word-html-writer-perl_1.03-1.dsc b9c2e0f10fc04b082aa6a074911653f7 16194 perl optional libmsoffice-word-html-writer-perl_1.03.orig.tar.gz 07ce51703512c4ae29ee730416e587e9 2404 perl optional libmsoffice-word-html-writer-perl_1.03-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbg6WThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnE4D/9DEYV49uKUs8HzVWJqjQwa5daLwkloDFCCmzT+zLYdgJDa cNm/Vx7V1VcZH0Nm6mwxrnKMAJedntNbbTcAZ+TlCGE4012/CjEI5Uv/6roG0uYO WmYYf5aSTJwxChm1Upgpen1xSUtGR5tM0d6mN9KgXhcUvJk4YBFG1NTCAfq42MY9 LeDTdxUEb8rOm2Nx4u74j33uc799GZU1qpDxCAm3FWED0K5nQU8bNJOfal3DUg1J kJcboUwEOafrl6Alu7uC2VbgQBG8c0X8ABwj78CalcHSS4YCbVCeQm/i1U8wHrle yoMLF4x0/hgwubppL4BMyWMWbJcYfIu9ydL330Qn5DnuVQ3ZPZPHjsAMX2zQQAYN 1tuNioWmmvgsg+g9otEI9MiB7nMQDnf1s8izd2KD8lsvNQSZpEvh61TUGsk+giSu 7rGmYV8XKiJ1DjpJdL6i2pTpqYK+8JkUoNhIbwokZrpkCbtYe58iBMaG5LT28fMk fWqi6/ucbFT9oDo5Keuz12UE4HlnF/6kdYwR2qTEQsVVGGko4jcxTS5SgZca/v0p SglvTPkrCkXMfSLHk3fKjAP5yfiiJAwLcCM4wud8X+54dQV8i1i5xS/edmxl6u4e im631TQlYj9hUprN8EMQndl1E1/hk8/y0NWKhe+H7gLTTRug0nmSzdLXfK2Nag== =K4cK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 11:49:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 11:49:37 +0000 Subject: Processing of libnet-ssleay-perl_1.59-1_amd64.changes Message-ID: libnet-ssleay-perl_1.59-1_amd64.changes uploaded successfully to localhost along with the files: libnet-ssleay-perl_1.59-1_amd64.deb libnet-ssleay-perl_1.59-1.dsc libnet-ssleay-perl_1.59.orig.tar.gz libnet-ssleay-perl_1.59-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 12:03:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:03:51 +0000 Subject: libnet-ssleay-perl_1.59-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 13:44:22 +0200 Source: libnet-ssleay-perl Binary: libnet-ssleay-perl Architecture: source amd64 Version: 1.59-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL) Changes: libnet-ssleay-perl (1.59-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Refresh 20no-stray-libz-link.patch (offset). * Add a patch to fix a spelling mistake. Checksums-Sha1: ab9f7183bdf84618f83b57736829fd9c43cdb910 2366 libnet-ssleay-perl_1.59-1.dsc d3fc98ff2e7e88b5be3efb4b2899fe6912497e55 410689 libnet-ssleay-perl_1.59.orig.tar.gz 23ddc0862da70fbcc0b9bd788ce994a245e755d4 8292 libnet-ssleay-perl_1.59-1.debian.tar.xz 002094117efc4ce4320aa9e9ef03a11f5ae12607 270946 libnet-ssleay-perl_1.59-1_amd64.deb Checksums-Sha256: 777c3e3cd1a5008094aa3c03295e1a96ac5d5ef2386529c2c480f186f72ca72f 2366 libnet-ssleay-perl_1.59-1.dsc 905aaa44d6ca57ec289fdacc6d60a3e0ecca5204914c24ad073395f45c95c8ab 410689 libnet-ssleay-perl_1.59.orig.tar.gz ed9325151db63c10924e03dc62ca38be2ca77dd3a89d134258fc45890f243c68 8292 libnet-ssleay-perl_1.59-1.debian.tar.xz b56de3980886e0f3c57287b47e7a0d2fd34a99764272ee4e6251cbf9ea5e75cc 270946 libnet-ssleay-perl_1.59-1_amd64.deb Files: c4a0e104d08ad10ec4658a15d62a300e 270946 perl optional libnet-ssleay-perl_1.59-1_amd64.deb cf43e36b29a181dfec367ab02ab261e6 2366 perl optional libnet-ssleay-perl_1.59-1.dsc 0fd26a4c702f0b010a05fa16ae9d33c6 410689 perl optional libnet-ssleay-perl_1.59.orig.tar.gz 9f0a97a0376afb8b12b1d01869ef3256 8292 perl optional libnet-ssleay-perl_1.59-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbhFNThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgzeD/0VCvArSRWpc+BfQca0onuH6oEXwqXK44lxVzXG8SkSC/6m Maw04p0AyKVFORey3tKG0bWZkxAlTtdcHG0pWaX15wQKFfFK4z2sKaVBkKxWCo5+ KsX2ouJDHaDR6HUWp0ZWwVfPzKYzLPHiNiZiI1XuJ0/Z7uph8KMw1B2o695nBOUd BcSpzJZPLO+gHC0w3rPgiiexcOtbbY6Ea7F1xk9BiDQGQuz9XCbvHzun3FSH21Lh exP+xjvJNdS9JaF8Pj6pKaDEjBW0jD/ku/j1DyDhXnVju8ty3rLr0yq5efxov+Hk WN5ypM+V6LBdUmZibg17SbO7XGbTJiOBFQigHwirrPZD2hWx/iGzr8PyJRHHXA22 m0859svoKBmoXZGVQbp+IuCeN3Mw1mSslE6RjgQx6cWQfWgh98O9SfZGqthAI3Nu 9i2aBml/173XfEpL1a8L1s0BlZE9qsmmw0PAPFzwMq4hhSXhnfP7NXEwds3ATqCm NYUpJDcN8KfYzLDxf6q4TdLxdr3yqPXsOLcfyMzCUQq2p7MUVm0bN/cqRgWq456T tzsgZ8IZXvLmuDFrzEqhzLEW4MKyk9cfG9XuncS4i9KnD70ieWDa20kJercI0hhy OnWMfIG+LTBnGLJVVK0F4JUyFmaQJGtGQhW7NG/SdBsi6sBS4U0td+v8yO1SCg== =Y/ff -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 12:04:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:04:40 +0000 Subject: Processing of libthread-sigmask-perl_0.004-1_amd64.changes Message-ID: libthread-sigmask-perl_0.004-1_amd64.changes uploaded successfully to localhost along with the files: libthread-sigmask-perl_0.004-1_amd64.deb libthread-sigmask-perl_0.004-1.dsc libthread-sigmask-perl_0.004.orig.tar.gz libthread-sigmask-perl_0.004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 12:14:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:14:45 +0000 Subject: Processing of libsignal-mask-perl_0.007-1_amd64.changes Message-ID: libsignal-mask-perl_0.007-1_amd64.changes uploaded successfully to localhost along with the files: libsignal-mask-perl_0.007-1_all.deb libsignal-mask-perl_0.007-1.dsc libsignal-mask-perl_0.007.orig.tar.gz libsignal-mask-perl_0.007-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 12:19:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:19:49 +0000 Subject: Processing of libperl-minimumversion-perl_1.36-1_amd64.changes Message-ID: libperl-minimumversion-perl_1.36-1_amd64.changes uploaded successfully to localhost along with the files: libperl-minimumversion-perl_1.36-1_all.deb libperl-minimumversion-perl_1.36-1.dsc libperl-minimumversion-perl_1.36.orig.tar.gz libperl-minimumversion-perl_1.36-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 12:20:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:20:36 +0000 Subject: libsignal-mask-perl_0.007-1_amd64.changes is NEW Message-ID: binary:libsignal-mask-perl is NEW. source:libsignal-mask-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From ftpmaster at ftp-master.debian.org Sat May 10 12:20:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:20:43 +0000 Subject: libthread-sigmask-perl_0.004-1_amd64.changes is NEW Message-ID: binary:libthread-sigmask-perl is NEW. source:libthread-sigmask-perl is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. From ftpmaster at ftp-master.debian.org Sat May 10 12:33:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:33:58 +0000 Subject: libperl-minimumversion-perl_1.36-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 14:14:07 +0200 Source: libperl-minimumversion-perl Binary: libperl-minimumversion-perl Architecture: source all Version: 1.36-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libperl-minimumversion-perl - module to determine minimum required version of perl required Changes: libperl-minimumversion-perl (1.36-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 68a00b448989c89ddf3a86b8b91a9efbcc2a4cbf 2662 libperl-minimumversion-perl_1.36-1.dsc 50536c04c68ecc27d5ed0ad4992d86999a564623 30177 libperl-minimumversion-perl_1.36.orig.tar.gz 5408382f1c1fee664e06b2cf9ec47f3efae71a49 3456 libperl-minimumversion-perl_1.36-1.debian.tar.xz 446613fb59e76fcc4958eb282fdad9cd006d8364 26542 libperl-minimumversion-perl_1.36-1_all.deb Checksums-Sha256: 7174fb9a878bfb5321a978025224acbcbf99a40388dfc2612464eec10cdd0dfd 2662 libperl-minimumversion-perl_1.36-1.dsc c656473323f8d4c922c0e1ef535d370c4b693a91d10a1ea0d4af0afef5b8c7b9 30177 libperl-minimumversion-perl_1.36.orig.tar.gz fcb5d85d139bf50f49a1fcbfbfb6172eb7735c2fb0b7d61214b643a73310b415 3456 libperl-minimumversion-perl_1.36-1.debian.tar.xz fa5b1ab783c881763527936933c697bb42f441a690349fc337b93f20b5d64b9d 26542 libperl-minimumversion-perl_1.36-1_all.deb Files: 753c81896596abb8cf149987979b9f7c 26542 perl optional libperl-minimumversion-perl_1.36-1_all.deb 48c9050090949095c9d521e518542e8d 2662 perl optional libperl-minimumversion-perl_1.36-1.dsc 9a4b97bb1d9654e08fc1aeb4083af718 30177 perl optional libperl-minimumversion-perl_1.36.orig.tar.gz db913f13f43acd3684afa8e19b913e0a 3456 perl optional libperl-minimumversion-perl_1.36-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbhhAThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlw0EAC4TK4lHC1uoOAJUoiaOcVfqpzIfXoHUQPC6S5BMXJpsFgu VZ3PUhww9j93mO98lJet3WNuoB/esn4xTDL9z4JBo4IEN1N0BHd+JRMjB9tiz+Yt C25XoT8MtVOTlAVJ2wqzQaVtzwGilhiCk5oH8rCO89p3FCtwaYJNEwlZ1PFEnLdH exN4hfvfoJ4CmbLqcx5vUaZ1Aef1Wf4YspB32TckT9hjBPb64/bM2qAYNoQ76YLx Wde+JyS/r/rap6UTm5pqIuZ7d3zSDmby/eYqb3Nu9ZsxlidP5K4y4jbc6bbturlk XntwFcQcKSBgTpYUzTXpttxRMPFHkDJSTXVvFsL0YpYucDXSI6xeoCEX32lWY4D7 J4NGnukHLEILA+SYk4RckBnk2x6kja463B7LkW1bO30NRMDDfZJTEt1xNAZ6mkMy DNi/brFqyW9za0S0Wvuu1Ku0Q+OCPlah0seHhkXt5oTKjPxNobqpLwkF3OzS/W1d KhaxkkA0Yd3bUguNfBluBh/7rwIRhwRgllrf17S5Lk6cmwkO+CUOBMYZhxNqIU3e jVzhXWFDvvvPHf+yNDyMrH0rwu4iQPIDPBrPkFFHpD0coDnHBxqU69Wqs0pZEwEt /uYK/j1bF7IIZqP3qJcNQIbv77ISKkR7Rw4ct5zvkGoo/73GM3qMZzNCRBwYUw== =1cRx -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 12:34:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:34:53 +0000 Subject: Processing of libpod-elemental-perlmunger-perl_0.200002-1_amd64.changes Message-ID: libpod-elemental-perlmunger-perl_0.200002-1_amd64.changes uploaded successfully to localhost along with the files: libpod-elemental-perlmunger-perl_0.200002-1_all.deb libpod-elemental-perlmunger-perl_0.200002-1.dsc libpod-elemental-perlmunger-perl_0.200002.orig.tar.gz libpod-elemental-perlmunger-perl_0.200002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 12:48:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:48:54 +0000 Subject: libpod-elemental-perlmunger-perl_0.200002-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 14:33:36 +0200 Source: libpod-elemental-perlmunger-perl Binary: libpod-elemental-perlmunger-perl Architecture: source all Version: 0.200002-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpod-elemental-perlmunger-perl - Perl module that rewrites Perl documentation Changes: libpod-elemental-perlmunger-perl (0.200002-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 559a8dbe41f0f481d25b2fbfef5f88a922133f77 2583 libpod-elemental-perlmunger-perl_0.200002-1.dsc e765919689e7a05a1604f34c1fbceac2356510d0 18138 libpod-elemental-perlmunger-perl_0.200002.orig.tar.gz 55704e256a48879a720d42f372aba1340832a443 2172 libpod-elemental-perlmunger-perl_0.200002-1.debian.tar.xz 9c43e97f80c7149016a2153bba2e77a97ef217d0 10106 libpod-elemental-perlmunger-perl_0.200002-1_all.deb Checksums-Sha256: 8b662aa84f3b2eb6b66f58a24b82fbc530b4b8f3742128466dc0f51d05b6ed15 2583 libpod-elemental-perlmunger-perl_0.200002-1.dsc 10d4adaaf293574907f1317e4b6cf992a520dee0bdcbd4d25137f96cbc80d3d4 18138 libpod-elemental-perlmunger-perl_0.200002.orig.tar.gz 79a6b2e54e6b005c03bee17cc8c215aba0af65eb0c60c6588a61422473dc5dc8 2172 libpod-elemental-perlmunger-perl_0.200002-1.debian.tar.xz 4c19bcf78240d0fd50f77666fd1a9266707c358a40abef2bedd4109a9d678217 10106 libpod-elemental-perlmunger-perl_0.200002-1_all.deb Files: e070faf4e6be8d8f2e62424259974644 10106 perl optional libpod-elemental-perlmunger-perl_0.200002-1_all.deb 6799821e462b8bfab9047263e842964a 2583 perl optional libpod-elemental-perlmunger-perl_0.200002-1.dsc b15cff7912bbbc577f2b8173baecf668 18138 perl optional libpod-elemental-perlmunger-perl_0.200002.orig.tar.gz 539c0959d4bbff6b93768a6399f63884 2172 perl optional libpod-elemental-perlmunger-perl_0.200002-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbhzIThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvt1D/9xBTIF4JbkwmBHWdz2vY8B/Cd6svgXtfmzDU/4MaP//BUy QLxFUJroQC92sIwbgUENlKQ6KplWXd2MV2wfsioo5AfZr0feVjLGlXZoUlPvGE5+ CuA+IAsUM5V0SdtU4YzfhFh5Ejq768uri0s2p80bVFsXii9Ok6slwZREi73Qb9i+ 1c+X9ojiU7EJskPCOiawLDl11p5FDK1JCiHksUvqDqoXk6tUPUlG3z4gve9x+LiK EXxfLNyrcLHBdC5COCAxQQeQzkzgqS8Rkv+4oYm1X24RjwPEiWwkwxUwbfXSR/j1 Nf5+v7ANOBiJpQn/dVAj04V6P4VLBzZwJFAqJPeGbCzpQAWtEw7B+l6kDR3MnWwe WjLT0DoJUIzcVZ49tKqzVyHxd9jbbAb43OnH2nLY56TPiosBtJXOcowXsJWCsDqo bkIlPYADAjFLaWLudqgVCfNargCiy71Ue//bAxmd5kjKbC7RAxgP9tGRc9hZtvSe /WqrOls0Wl8dC8HcEoT9cKsQl3j6PAYGc6bk/0B2LVZK5aXP67pf8+12tm+v1DU2 32zhZLJLQ+GhFr9m1UmFoO76gSPygwNl93+jzhCLoUVe5qwH5pqXD+QdktIRrRDf qdbAtAznNPxHCVLg5E+NdZUddEp3rTed/pOJe2kCZhkMaJQxWsZ0e3bENEF4qA== =PO1o -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 12:49:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:49:58 +0000 Subject: Processing of libpoe-filter-xml-perl_1.140700-1_amd64.changes Message-ID: libpoe-filter-xml-perl_1.140700-1_amd64.changes uploaded successfully to localhost along with the files: libpoe-filter-xml-perl_1.140700-1_all.deb libpoe-filter-xml-perl_1.140700-1.dsc libpoe-filter-xml-perl_1.140700.orig.tar.gz libpoe-filter-xml-perl_1.140700-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 12:54:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 12:54:58 +0000 Subject: Processing of libreturn-value-perl_1.666004-1_amd64.changes Message-ID: libreturn-value-perl_1.666004-1_amd64.changes uploaded successfully to localhost along with the files: libreturn-value-perl_1.666004-1_all.deb libreturn-value-perl_1.666004-1.dsc libreturn-value-perl_1.666004.orig.tar.gz libreturn-value-perl_1.666004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 13:04:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:04:19 +0000 Subject: libreturn-value-perl_1.666004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 14:52:23 +0200 Source: libreturn-value-perl Binary: libreturn-value-perl Architecture: source all Version: 1.666004-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libreturn-value-perl - Perl module for polymorphic return values Changes: libreturn-value-perl (1.666004-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Drop whatis.patch, fixed upstream. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 6481b39e1f4f648057d0069c4822e3fd496973e4 2335 libreturn-value-perl_1.666004-1.dsc d1dbc0daee46294ab121cb7b54198d7f08d07193 17113 libreturn-value-perl_1.666004.orig.tar.gz 00d22be5b4faa6943ad5327dc170d7340d5a7d02 3104 libreturn-value-perl_1.666004-1.debian.tar.xz 92c9d8b206301c8b21a1cbcfbf3b36147013e988 13178 libreturn-value-perl_1.666004-1_all.deb Checksums-Sha256: c5b2abec805c481c45997e2dd72b24692cd57c76aa69f57cf4962e3467796472 2335 libreturn-value-perl_1.666004-1.dsc 6c0dff67623f8985df78d612a7f06108f9e0bda002dedb7e56665c11048b2777 17113 libreturn-value-perl_1.666004.orig.tar.gz cf371173252de674752fc6c16a4dcecbb22388e4e7a129ff178b2e9fb56cdd5b 3104 libreturn-value-perl_1.666004-1.debian.tar.xz a345f1d57d7f3e2ab9c1b5feaf0e4cdc56c3c584c1cd3161be706340a7fd11f7 13178 libreturn-value-perl_1.666004-1_all.deb Files: 3fe1e2e62d7b24386bd7e050d040a66e 13178 perl optional libreturn-value-perl_1.666004-1_all.deb 6b90071c1b08eda380d8cffa26a81623 2335 perl optional libreturn-value-perl_1.666004-1.dsc 7029edc09f1c424ac63e82efb903c911 17113 perl optional libreturn-value-perl_1.666004.orig.tar.gz dc2b64e7459e1ee4842bcc499238294f 3104 perl optional libreturn-value-perl_1.666004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbiExThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBq+5D/9hux+0vrdSBmcoEYAcqTUOPlDzjbDLg58Ut4Ovsv/it/+G euQwJHDLbH8N2n0RS2755978G+vEFN7mJJapUYLTyyDhMHq7FGZ4RgOu6M+PK0Jx dKkltDu407+SoK+U9otz9MnbkWOIsNZuRJLlDkFRzH5fpWOISjeTGm/rrmIO0Dr6 OC5iwHh4BLxvqkqfrtqY2gVZU2Tehz28fgbiz0KdcnNMirVk6UmQeXFNrVpMGUbN 3lAVaX62tKmXEsSEzko+O5fVltRJdtoNZHgC9maa3CkF5oW0XyMz0w73hgpHhzGZ GRPsRCHU3ut12DJP+jurX+XvMV/sf2a3oaou9zdeCjg2LwmaUobtNq51FQHDurjh VtC7F4ZeetO2PZjUqhMKodFHDTinCLoZkTq7RiIQKIqjxKGOKvoMLAxcXZZDyDGJ 90pEPnaOVzvZEloegqP1dxlBxp3o8cs0bH1YAMPaIbqFB3TAqo9ae6nSKSBs93yS JJJApCUZeUiFZMySkNd2tYtatMCWVxwFTAwfI9wbguk/2h3cruWhgrZIIdrYMKTH 2ATwLTxO3GnQSJnlyF0X3/RaftmjcbRsObDzgBDRJcx3Uf0J3sb4hYcW3UHBxQpo D657fGyoxQbaNjTfuC7lgxDP87p5O/4XDIp4ABfV/HIiOEhh5FxtmG+ia650oQ== =l3kZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 13:04:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:04:12 +0000 Subject: libpoe-filter-xml-perl_1.140700-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 14:47:27 +0200 Source: libpoe-filter-xml-perl Binary: libpoe-filter-xml-perl Architecture: source all Version: 1.140700-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpoe-filter-xml-perl - POE Filter for parsing XML Changes: libpoe-filter-xml-perl (1.140700-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Drop (build) dependencies, which are not needed anymore. * Refresh spelling.patch (offset). * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 2234accdba735f8ff1c74585f14da8fde9eae273 2450 libpoe-filter-xml-perl_1.140700-1.dsc 45f1f04c4d90c32ff5d374386f553efea85c859b 17488 libpoe-filter-xml-perl_1.140700.orig.tar.gz e3ecff4d57765259510709c3b8cab83a3c27e9cf 3532 libpoe-filter-xml-perl_1.140700-1.debian.tar.xz 0fa7302ed9d35e290662490f5b71792569389355 23876 libpoe-filter-xml-perl_1.140700-1_all.deb Checksums-Sha256: a7c1539ed9057591f68e162dd7340574ff0670e23f19f9237c9f498e39c34364 2450 libpoe-filter-xml-perl_1.140700-1.dsc 85520361119c626efa684f40d3e922e50a42cf18df4a2d150f00849678de6cca 17488 libpoe-filter-xml-perl_1.140700.orig.tar.gz 543770759f2d9bd8e27992466e56aaeb2ebf53d4ec4e53efea08c55b5def165c 3532 libpoe-filter-xml-perl_1.140700-1.debian.tar.xz 6020b58b8dd84e4ab44df65d403963dd7efc0496cab314dcf2bf74a8de4dfe9c 23876 libpoe-filter-xml-perl_1.140700-1_all.deb Files: 933a3497c622a1be79ac8d0900a163bf 23876 perl optional libpoe-filter-xml-perl_1.140700-1_all.deb 3cce713efc912989e5d7664d0e240b85 2450 perl optional libpoe-filter-xml-perl_1.140700-1.dsc 84cb678f898cd8c2383a864ae69dd8f2 17488 perl optional libpoe-filter-xml-perl_1.140700.orig.tar.gz 8da2d0d34476e6a09deea68288bd7d73 3532 perl optional libpoe-filter-xml-perl_1.140700-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbiAJThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBje7D/4/pbxnBm6RLlfzbeUn0W4LcpMXuHJOSm5sChaz7r/uX20k c+1RsbdUfCB6FOY+t9zNp8H6tSe3L3HN6rrnQ3R7eGNc+ymYLRWktNPbmA92AO6E yCyFLzTBxxxqMmfl/IG0R9MDg+TwzbgmzRx3Jmhv6ULpNUnomaKrcLq1yxwPAO8A mSeXW+qOca6DWX86wqgPDShiVbkA7vllzI6W6sO6lL9sETdySBXxtSO/ESOsf89S igIYaXinIKRSyJx9JHNKDIavl/fwPJs3KrTksM/S04Nr5bCYyl7nqt9i3cf0KRWh 7eHXSkQn3J5NL8UfE9CeXh50UJOtgw3RVK3+dfIWH0uCAdWveFlbdAQOWoVbUY45 cOj/wjH/FN8QTBN1r55HR6G5gMIyug5+FCJ1ZlwEgf1VpOaLYSsDH5UbnFc3GlSX 2qu3IgzF9PL+t2EEhIYX9ItEtwz/tgYzLNUSwZkpCYYr7V84OywSWhH9yyKU2Dv/ s5jIzuHOOOPLxdAp6i6OkYESCKZxdc/k+MYOx7JoAxZ/VwCpJME4uF36haH1giRF BD7RdCxH4h8CQLAN3qbzeczpX7XpBBbuKPipg1oogQQKzlGM2SpkoN+7XF3VvfqP aJKg9dEjM5vqzHcVU/3nceb73A0SaBH0ttpYr3tyTngMWHfnkyKyL3DDJw7F3A== =sGzO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 13:05:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:05:04 +0000 Subject: Processing of librinci-perl_1.1.47-1_amd64.changes Message-ID: librinci-perl_1.1.47-1_amd64.changes uploaded successfully to localhost along with the files: librinci-perl_1.1.47-1_all.deb librinci-perl_1.1.47-1.dsc librinci-perl_1.1.47.orig.tar.gz librinci-perl_1.1.47-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 13:10:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:10:04 +0000 Subject: Processing of librose-db-object-perl_0.811-1_amd64.changes Message-ID: librose-db-object-perl_0.811-1_amd64.changes uploaded successfully to localhost along with the files: librose-db-object-perl_0.811-1_all.deb librose-db-object-perl_0.811-1.dsc librose-db-object-perl_0.811.orig.tar.gz librose-db-object-perl_0.811-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 13:18:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:18:57 +0000 Subject: librinci-perl_1.1.47-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 15:02:24 +0200 Source: librinci-perl Binary: librinci-perl Architecture: source all Version: 1.1.47-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: librinci-perl - module that provides a language-neutral metadata for your code Changes: librinci-perl (1.1.47-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update upstream copyright year. Checksums-Sha1: a1905bd4cfca6dad5d38b95573f98145d1e1bf34 2132 librinci-perl_1.1.47-1.dsc 766fff0d09c13549e4973ce6a339bb2f084ae73c 49062 librinci-perl_1.1.47.orig.tar.gz 5dbb4ed7a523b699e6f27c5061c997c23696553b 1704 librinci-perl_1.1.47-1.debian.tar.xz a972ee63c71b03d2b93fe0038963e3588de76c4a 86266 librinci-perl_1.1.47-1_all.deb Checksums-Sha256: a29419123ec03dd2d75d2cf0d8a3d27f166a1def2e28e9eaacceb821d0044daf 2132 librinci-perl_1.1.47-1.dsc 6df9fd7354682b3ba8a47dd372aa8562074fd4b8a55dae294e6257acf08bd38f 49062 librinci-perl_1.1.47.orig.tar.gz a7762ccb419a5901cf26bf8aa7b544d8dfd8de9667e258acc72a01960529bd53 1704 librinci-perl_1.1.47-1.debian.tar.xz 9eaa48c0fdfede11c3fb54ea0cddcfa1bcef9cdb331d92c603971388a7c4be4b 86266 librinci-perl_1.1.47-1_all.deb Files: 7cb5219dd5c5b476246192392fbee2d5 86266 perl optional librinci-perl_1.1.47-1_all.deb 3c61ae745f572c905969da96c10e912a 2132 perl optional librinci-perl_1.1.47-1.dsc a192f88f827d441c545b084346329fa8 49062 perl optional librinci-perl_1.1.47.orig.tar.gz ddab813aa15a26fd351ab98f9e5db007 1704 perl optional librinci-perl_1.1.47-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbiOFThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpEQEACZixcn3nO1t6HuKVsSoE1EQCD9l1N2U6bL8OjiL6k7vdSE MPN6EAVGi5BehfFlTefMX8qkexwePTGp+rMiJYK2eu2gzSocDjaDpmQq2UZnSMxY 5DY6saNPdEY1wsY9sZsvNcnqdJCov3AvKq5/8RVefhV2LR7NfZxueijqIV7X0njC FhqZF4v9GEh4stiURDLufTn4V4a5CoCQ58B4Ck/0TDZnmoBIDKn1XR5/JuZz+R6C 7ksQmmOPyQ+AZE0JP+OS19od5DDE9g9/TvFuwOwroqIlypee3QssaoC6pSIZvbXZ HtpRzRhr1Lxm5wz2YsBCiDc+33X3UNkPidBJcpDTBnT22bbjWIevD7mpNWSNiHiS gitnQ66ErmMEcElBa0+Zps0xkN6QpzVa+j5Lw3ehaDg3O5VHKs1YECXjbL8SWCrE dvOGC28KqPDm//6PVKZIao/1Udx5o0WyuOFz9d3rlLrLJrdQwJAIHY7+CUX5QaA3 98MXjlRYL0Mx44um4SefZRA0+nmZuFTAByzRp8FVnS/jemSyF6qsQ3vDEaaVucBE SW55g4ziTcfJPhxTYcU/SDeIPi8tIZ+/LPRjp5uqHr+vPlZXnI9pniNPfcw06wUn QCYEr8lWFECqHLozjkO6zzteKe2uE5wB/1CAYc8nOcwMjECYfEHUewYqD7csjg== =28U1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 13:19:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:19:04 +0000 Subject: librose-db-object-perl_0.811-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 15:06:08 +0200 Source: librose-db-object-perl Binary: librose-db-object-perl Architecture: source all Version: 1:0.811-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: librose-db-object-perl - framework providing an extensible high-performance ORM Changes: librose-db-object-perl (1:0.811-1) unstable; urgency=medium . * New upstream release. * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 47fae7a1059e8fd669f86a37d0530d5f99a0c15c 2631 librose-db-object-perl_0.811-1.dsc d48092cd7b5dcdc7084f0d98cdb2f27519ef2258 557012 librose-db-object-perl_0.811.orig.tar.gz 867f62cd4383d39e1367bb178a06b37dcb9bbc65 3776 librose-db-object-perl_0.811-1.debian.tar.xz 746ca18f56645ec80b4521c9cbe0fabe4be2e820 551640 librose-db-object-perl_0.811-1_all.deb Checksums-Sha256: 8eb6b05197e580a59086cc835cde27f157b0b109ef4fdb5b4687f6a4620003f4 2631 librose-db-object-perl_0.811-1.dsc 171b1fdca5391ea72445b2e0777926a5611fadfe46c5a39fc36016cb4b6d4f4c 557012 librose-db-object-perl_0.811.orig.tar.gz d3a0e6eb776baa06ebd2c5eb28db2f50e56e832936228ac2ea46789d39395adf 3776 librose-db-object-perl_0.811-1.debian.tar.xz 2cc96d75044f659632656aee0a1b003ef62c09f7e7e7e62ca4daee8dbdee7336 551640 librose-db-object-perl_0.811-1_all.deb Files: d9d619cc4eaea3eb4d8601d812e82c79 551640 perl optional librose-db-object-perl_0.811-1_all.deb 9d9706412d0453b9cc5c3e7d87e47d7b 2631 perl optional librose-db-object-perl_0.811-1.dsc 2ce4fdfa5b07a8aeb45da2bc8836a809 557012 perl optional librose-db-object-perl_0.811.orig.tar.gz 8e8b3858a32c64e28745878f75d4ddc8 3776 perl optional librose-db-object-perl_0.811-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbiSiThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBopKD/9oof1YhyRmfRIsRZSg2c815uXj4QCxVvmACnCHk+6Yi1MT H1YMO0Y48+PPd4m6NvQbF6a62e1uE7f440uZsgLB65HUUI9d2xvwmZl61YYnXbp2 NfXuL1BB6o05oboYo+gx3kksgiaIuu1TtPlggK6fusvTu0w7WeHA5lNpMnSMr4eQ 29vysXAlKEERkz3LbGq+yoDZ5X+9jwVph73FmPLkS437zIi9M63h9RW36BZMP5mm /iGDSLdtha+8W0JoNFtPqfxYnSboS1Cd7vMYRcL917AzCecpibW34pMaQHdW7Kvo 0fqpZ/GFZnxIQ1/2egQLFWsKF2COt6OxJPHpGtm8mMwUN3ffAPty+s5+5uE94oCl gZU5jnQdzRXCY337wzoZqbzzxfnYN+/H3ve6Rn9FRIzJU8+qzsGKin5/CqZA+pEa en67RdFk26QyC43n8kr1zRXciroXwmppsIqCm4f/AT7WF583PqEYeKpDZOIRweV3 BU3wxbtVYS0xSGznnVIDQ4+wK5x5wn0A2wVC2aVJXLk4OtjqCXV3Q81NuEXujum6 pPVwRUbnTXDgHukEGckAOh9PJDWp+XPfc3L+WJKtXEiBSvXXPVsz0cNmSGx5xU4u TbTvDc9Mc4nWKXHs1mzSVoOnnUYAjBpRnf7emwjs3+X59y/TVi/A+VwzWDKsxw== =2K2l -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From gregoa at debian.org Sat May 10 13:22:12 2014 From: gregoa at debian.org (gregor herrmann) Date: Sat, 10 May 2014 15:22:12 +0200 Subject: Bug#747626: FTBFS: test failures Message-ID: <20140510132212.32461.95089.reportbug@jadzia.comodo.priv.at> Package: libsql-abstract-more-perl Version: 1.17-2 Severity: serious Justification: fails to build from source (but built successfully in the past) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 The package doesn't build anymore (neither 1.17-2 in the archive nor the new upstream release 1.21); from a sid cowbuilder amd64 chroot: dh_auto_test Base class package "Exporter::TypeTiny" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib /tmp/buildd/libsql-abstract-more-perl-1.17/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .). at /usr/share/perl5/Scalar/Does.pm line 72. BEGIN failed--compilation aborted at /usr/share/perl5/Scalar/Does.pm line 72. Compilation failed in require at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. BEGIN failed--compilation aborted at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. Compilation failed in require at t/01-sql_abstract_more.t line 5. BEGIN failed--compilation aborted at t/01-sql_abstract_more.t line 5. t/01-sql_abstract_more.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Base class package "Exporter::TypeTiny" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib /tmp/buildd/libsql-abstract-more-perl-1.17/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .). at /usr/share/perl5/Scalar/Does.pm line 72. BEGIN failed--compilation aborted at /usr/share/perl5/Scalar/Does.pm line 72. Compilation failed in require at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. BEGIN failed--compilation aborted at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. Compilation failed in require at t/02-order-by.t line 6. BEGIN failed--compilation aborted at t/02-order-by.t line 6. t/02-order-by.t ........... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/pod.t ................... ok Base class package "Exporter::TypeTiny" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib /tmp/buildd/libsql-abstract-more-perl-1.17/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .). at /usr/share/perl5/Scalar/Does.pm line 72. BEGIN failed--compilation aborted at /usr/share/perl5/Scalar/Does.pm line 72. Compilation failed in require at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. BEGIN failed--compilation aborted at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. Compilation failed in require at t/rt_084972.t line 6. BEGIN failed--compilation aborted at t/rt_084972.t line 6. t/rt_084972.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Base class package "Exporter::TypeTiny" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib /tmp/buildd/libsql-abstract-more-perl-1.17/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .). at /usr/share/perl5/Scalar/Does.pm line 72. BEGIN failed--compilation aborted at /usr/share/perl5/Scalar/Does.pm line 72. Compilation failed in require at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. BEGIN failed--compilation aborted at /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib/SQL/Abstract/More.pm line 13. Compilation failed in require at t/rt_086895.t line 6. BEGIN failed--compilation aborted at t/rt_086895.t line 6. t/rt_086895.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report - ------------------- t/01-sql_abstract_more.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/02-order-by.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/rt_084972.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/rt_086895.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=5, Tests=1, 0 wallclock secs ( 0.06 usr 0.01 sys + 0.57 cusr 0.06 csys = 0.70 CPU) Result: FAIL Failed 4/5 test programs. 0/1 subtests failed. dh_auto_test: perl Build test returned exit code 2 debian/rules:4: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Cheers, gregor -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbigEThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnRsD/4o+6+tESwTBARShFGlvbhK91Yya/tnBI7lAVfQ9Q0SDN4J Y9sTVPLdx4uFHdh0qElbP7uwYIwEZpZ4l08P/Ig/5k5/GLcvm52YoKINBZjfWKbR qx/wI90AElRGKZ3lpFHUU0PnI60Ytj7XjZtvBkWTmpUdA5araCJVU/O5gnf61GBD +dBVuAUJGzJwH7YrBCZR6TIFkN/C6/PyrAfpZsy20S5RARdeWvP0aB3sWNJyOdVd 5rLjg+W6Jm+iDGHmUOOeLo1PXJMCU1A/Sgx96eHcz5baNXTeX6rtFdHMpjUVQdUw P9rn2qForSnPxUJ/6tyS8q+/EsPF1exPvMcFwybF90S+JqxXU2dVpSi4NWXmxEYv Ys/MaBC47VCMJ+pi+5Ff97ojjom2W76gAGKzHNvKXgVLm0+eK7+yVnriUi15kxrl qfesDO4X46XCsB7XhJLKw/Q/GHsA9O7HrbgVx8JxI0rGuJ+oyezXlliBtQMNuhuZ YlWIUwIb2a9sVDI6MsogdSZPF2m/+DrB4FCRPcBjgHZM8ss+8HXzLlIYvJfpsgom MAGi2+G19DRYJ+x/Ayc0coDe4KH3j58fUhjUTmXBEZMrPue78nvChOisfA+bvEbx vejCJf9Xb2x8lWmJYahllcEEeYYhElI1YBjWZT635+Xm8B6msZXrbbUGqK3sog== =YPGM -----END PGP SIGNATURE----- From owner at bugs.debian.org Sat May 10 13:45:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 10 May 2014 13:45:14 +0000 Subject: Processed (with 1 errors): Re: Bug#747626: FTBFS: test failures References: <20140510134056.GA17757@jadzia.comodo.priv.at> <20140510132212.32461.95089.reportbug@jadzia.comodo.priv.at> Message-ID: Processing control commands: > reassign -1 libscalar-does-perl/0.200-2 Unknown command or malformed arguments to command. > retitle -1 Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl Bug #747626 [libsql-abstract-more-perl] FTBFS: test failures Changed Bug title to 'Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl' from 'FTBFS: test failures' > affects -1 libsql-abstract-more-perl Bug #747626 [libsql-abstract-more-perl] Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl Added indication that 747626 affects libsql-abstract-more-perl -- 747626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747626 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From gregoa at debian.org Sat May 10 13:40:56 2014 From: gregoa at debian.org (gregor herrmann) Date: Sat, 10 May 2014 15:40:56 +0200 Subject: Bug#747626: FTBFS: test failures In-Reply-To: <20140510132212.32461.95089.reportbug@jadzia.comodo.priv.at> References: <20140510132212.32461.95089.reportbug@jadzia.comodo.priv.at> Message-ID: <20140510134056.GA17757@jadzia.comodo.priv.at> Control: reassign -1 libscalar-does-perl/0.200-2 Control: retitle -1 Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl Control: affects -1 libsql-abstract-more-perl On Sat, 10 May 2014 15:22:12 +0200, gregor herrmann wrote: > Package: libsql-abstract-more-perl > Version: 1.17-2 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Base class package "Exporter::TypeTiny" is empty. > (Perhaps you need to 'use' the module which defines that package first, > or make that module available in @INC (@INC contains: /tmp/buildd/libsql-abstract-more-perl-1.17/blib/lib /tmp/buildd/libsql-abstract-more-perl-1.17/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .). > at /usr/share/perl5/Scalar/Does.pm line 72. So, it looks like Scalar::Does (in libscalar-does-perl) needs Exporter::TypeTiny, which _was_ in libtype-tiny-perl but is gone since 0.042 there. (Or 0.039_01, according to the upstream changlog.) And then we have +0.029_01 2013-09-26 + + - Replace Exporter::TypeTiny with Exporter::Tiny (an external dependency). And Scalar::Does says: +0.201 2013-09-30 + - Updated: Use Exporter::Tiny instead of Exporter::TypeTiny. Unfortunately we still have 0.200 in Debian. On the bright side, we know what to do :) Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Melissa Etheridge: Sleep -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From ftpmaster at ftp-master.debian.org Sat May 10 13:50:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:50:15 +0000 Subject: Processing of libstring-truncate-perl_1.100602-1_amd64.changes Message-ID: libstring-truncate-perl_1.100602-1_amd64.changes uploaded successfully to localhost along with the files: libstring-truncate-perl_1.100602-1_all.deb libstring-truncate-perl_1.100602-1.dsc libstring-truncate-perl_1.100602.orig.tar.gz libstring-truncate-perl_1.100602-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Sat May 10 13:51:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 10 May 2014 13:51:10 +0000 Subject: Processed: reassign 747626 to libscalar-does-perl References: <1399729734-1168-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 747626 libscalar-does-perl 0.200-2 Bug #747626 [libsql-abstract-more-perl] Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl Bug reassigned from package 'libsql-abstract-more-perl' to 'libscalar-does-perl'. No longer marked as found in versions libsql-abstract-more-perl/1.17-2. Ignoring request to alter fixed versions of bug #747626 to the same values previously set Bug #747626 [libscalar-does-perl] Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl Marked as found in versions libscalar-does-perl/0.200-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 747626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747626 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat May 10 13:55:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 13:55:16 +0000 Subject: Processing of libtemplate-plugin-latex-perl_3.05-1_amd64.changes Message-ID: libtemplate-plugin-latex-perl_3.05-1_amd64.changes uploaded successfully to localhost along with the files: libtemplate-plugin-latex-perl_3.05-1_all.deb libtemplate-plugin-latex-perl_3.05-1.dsc libtemplate-plugin-latex-perl_3.05.orig.tar.gz libtemplate-plugin-latex-perl_3.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 14:10:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 14:10:21 +0000 Subject: Processing of libtext-levenshtein-perl_0.09-1_amd64.changes Message-ID: libtext-levenshtein-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libtext-levenshtein-perl_0.09-1_all.deb libtext-levenshtein-perl_0.09-1.dsc libtext-levenshtein-perl_0.09.orig.tar.gz libtext-levenshtein-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 14:25:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 14:25:25 +0000 Subject: Processing of libtext-vcard-perl_3.04-1_amd64.changes Message-ID: libtext-vcard-perl_3.04-1_amd64.changes uploaded successfully to localhost along with the files: libtext-vcard-perl_3.04-1_all.deb libtext-vcard-perl_3.04-1.dsc libtext-vcard-perl_3.04.orig.tar.gz libtext-vcard-perl_3.04-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 14:30:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 14:30:28 +0000 Subject: Processing of libthrowable-perl_0.200011-1_amd64.changes Message-ID: libthrowable-perl_0.200011-1_amd64.changes uploaded successfully to localhost along with the files: libthrowable-perl_0.200011-1_all.deb libthrowable-perl_0.200011-1.dsc libthrowable-perl_0.200011.orig.tar.gz libthrowable-perl_0.200011-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:00:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:00:38 +0000 Subject: Processing of libuniversal-can-perl_1.20140328-1_amd64.changes Message-ID: libuniversal-can-perl_1.20140328-1_amd64.changes uploaded successfully to localhost along with the files: libuniversal-can-perl_1.20140328-1_all.deb libuniversal-can-perl_1.20140328-1.dsc libuniversal-can-perl_1.20140328.orig.tar.gz libuniversal-can-perl_1.20140328-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:05:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:05:39 +0000 Subject: Processing of libscalar-does-perl_0.202-1_amd64.changes Message-ID: libscalar-does-perl_0.202-1_amd64.changes uploaded successfully to localhost along with the files: libscalar-does-perl_0.202-1_all.deb libscalar-does-perl_0.202-1.dsc libscalar-does-perl_0.202.orig.tar.gz libscalar-does-perl_0.202-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Sat May 10 15:15:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 10 May 2014 15:15:05 +0000 Subject: Bug#746064: marked as done (libtype-tiny-perl: FTBFS: Tests failures) References: <20140510151253.14931.41246@bastian.jones.dk> <20140427124425.GA15196@Aeris.MIDGAR> Message-ID: Your message dated Sat, 10 May 2014 17:12:53 +0200 with message-id <20140510151253.14931.41246 at bastian.jones.dk> and subject line Fixed by release of 0.042-1 has caused the Debian Bug report #746064, regarding libtype-tiny-perl: FTBFS: Tests failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 746064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746064 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David =?iso-8859-1?Q?Su=E1rez?= Subject: libtype-tiny-perl: FTBFS: Tests failures Date: Sun, 27 Apr 2014 14:44:25 +0200 Size: 3947 URL: -------------- next part -------------- An embedded message was scrubbed... From: Jonas Smedegaard Subject: Fixed by release of 0.042-1 Date: Sat, 10 May 2014 17:12:53 +0200 Size: 4607 URL: From ftpmaster at ftp-master.debian.org Sat May 10 15:15:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:15:40 +0000 Subject: Processing of libwww-shorten-perl_3.05-1_amd64.changes Message-ID: libwww-shorten-perl_3.05-1_amd64.changes uploaded successfully to localhost along with the files: libwww-shorten-perl_3.05-1_all.deb libwww-shorten-perl_3.05-1.dsc libwww-shorten-perl_3.05.orig.tar.gz libwww-shorten-perl_3.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:20:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:20:40 +0000 Subject: Processing of libsql-abstract-more-perl_1.21-1_amd64.changes Message-ID: libsql-abstract-more-perl_1.21-1_amd64.changes uploaded successfully to localhost along with the files: libsql-abstract-more-perl_1.21-1_all.deb libsql-abstract-more-perl_1.21-1.dsc libsql-abstract-more-perl_1.21.orig.tar.gz libsql-abstract-more-perl_1.21-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:30:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:30:41 +0000 Subject: Processing of libxml-libxslt-perl_1.92-1_amd64.changes Message-ID: libxml-libxslt-perl_1.92-1_amd64.changes uploaded successfully to localhost along with the files: libxml-libxslt-perl_1.92-1_amd64.deb libxml-libxslt-perl_1.92-1.dsc libxml-libxslt-perl_1.92.orig.tar.gz libxml-libxslt-perl_1.92-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:35:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:35:42 +0000 Subject: Processing of libxml-rss-perl_1.55-1_amd64.changes Message-ID: libxml-rss-perl_1.55-1_amd64.changes uploaded successfully to localhost along with the files: libxml-rss-perl_1.55-1_all.deb libxml-rss-perl_1.55-1.dsc libxml-rss-perl_1.55.orig.tar.gz libxml-rss-perl_1.55-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:39:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:39:26 +0000 Subject: libsql-abstract-more-perl_1.21-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:19:23 +0200 Source: libsql-abstract-more-perl Binary: libsql-abstract-more-perl Architecture: source all Version: 1.21-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsql-abstract-more-perl - extension of SQL::Abstract with more constructs and more flexible Changes: libsql-abstract-more-perl (1.21-1) unstable; urgency=low . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Add copyright/license information for new inc/Module/*. * Drop build dependency on Module::Build. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: fc482e989cfe75b0122e627dfbbfc15723978935 2445 libsql-abstract-more-perl_1.21-1.dsc d75d20e31d1cf691c71a326c0bca8b7cc63b92ea 49077 libsql-abstract-more-perl_1.21.orig.tar.gz dd5a1b435079f806627bb8fe958b7b61737cf015 2100 libsql-abstract-more-perl_1.21-1.debian.tar.xz 4a5ad7bc6108cdcea823cdf96290139c79e02563 31286 libsql-abstract-more-perl_1.21-1_all.deb Checksums-Sha256: 7d505d40b0e04bbf240e73e1f5cddf6f228e44c1fd89b7ad08c6c00a5ac6a5fc 2445 libsql-abstract-more-perl_1.21-1.dsc c0af6263523e42fe3fe405b5828e4e4848681312483f6fc9874d24ea15e39938 49077 libsql-abstract-more-perl_1.21.orig.tar.gz a39ac4951f6d417fe449fbe0e5d6f7b5eb34f20a658d5b8426f2e548bee2c4f5 2100 libsql-abstract-more-perl_1.21-1.debian.tar.xz 1a091ac0c3c71ff3c38b6eaec150a44bf0aacf1d9af566cf7aa0806460316773 31286 libsql-abstract-more-perl_1.21-1_all.deb Files: 9f245295eccf2f3b4aa92fb127fff4e1 31286 perl optional libsql-abstract-more-perl_1.21-1_all.deb 54fd2bf49ad83670e99dda1ad500bb5b 2445 perl optional libsql-abstract-more-perl_1.21-1.dsc 3fb9c47fc68bf36a64dffd7443fe21ee 49077 perl optional libsql-abstract-more-perl_1.21.orig.tar.gz ea224ce74adc295242a5e3181366b063 2100 perl optional libsql-abstract-more-perl_1.21-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkOtThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuQBEACwRdRjVbjtD67jaBtcutGAL2cVv+cvaBCLqNhKr6Gh1BlO Wi8ZH84Q1aodp237IDmvCIFxu6FM71m3sg6eTeVlFJLSz6hiHnEr4NqqZGTaGfOV sZ5XeAgujjZeRsY/FgT6Lfsx4ioQVp8IIdNi5iReyMIGMyWJDOhHihMG+NGj6Uo/ ZS7FygrD5IAnqqOaCgba22vFRs/gnhJrdhzXo3PSGpLPTl7B8+ODcM1t1cdP4c2t UoydXQA+VFW9A7DdnA8JmeaajNh0ndzCH1SGqULFupe2xtosuEjkjKWrPsLtHyMC lyP1QHfJc7qBNk947f3cG049p3FfMTqWOMY5uGfF14e9wYRdLOtaBQ/8qOIwsKOY RSeNTcoToSfsbw2dzkfplkjUNteNwpLmfwGt9BPew08ZCj2lzEe7zLiNGV9qCQRv SXpnGdUcoUfv58TgJVObXeruldcqLi5w9TkbhfJcpbi7A7hmnoZJsTFiFGR5HJeT weF4/+hvtFa6SlmiyvNe4cNu+uuTULtbs9tLoNECeOyYj0jV4QvUngpBlZmRva7a 4nY4LntFvb8EKyJWNSppMOmbiK3iR/O1pKaa0sLmaxMAxNhteKuyXD6dGZ5kaKtN 7gBd5vhaN6ZN6KNACkSiDRA5r1H5etGrP0rDI6W1FiLQyRrmXE6fp4f92t3R5Q== =Q1th -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:39:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:39:19 +0000 Subject: libscalar-does-perl_0.202-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 16:59:27 +0200 Source: libscalar-does-perl Binary: libscalar-does-perl Architecture: source all Version: 0.202-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libscalar-does-perl - like ref() but useful Changes: libscalar-does-perl (0.202-1) unstable; urgency=medium . [ upstream ] * New release. + Use Dist::Inkt for packaging. + Use Exporter::Tiny instead of Exporter::TypeTiny. + Fix make t/iod-02filehandles.t clean up after itself. . [ Jonas Smedegaard ] * Update package relations: + Tighten build-dependency on libtest-requires-perl, and build-depend on either recent perl or recent libtest-simple-perl: Needed by testsuite since 0.201. + (Build-)depend on libexporter-tiny-perl: Needed since 0.201. * Bump standards-version to 3.9.5. * Update copyright info: + Extend coverage for main author and for packaging. + Drop notes on no longer included convenience code copies. Checksums-Sha1: 4c39794e66da02d27711be414c72e8fb9799c868 2575 libscalar-does-perl_0.202-1.dsc 6601b646c3d216a20a4cb1bc3a0c575ae3c6b601 34771 libscalar-does-perl_0.202.orig.tar.gz 341fd1e20429b8969059cc66e7783921fad4275d 4212 libscalar-does-perl_0.202-1.debian.tar.xz 551c00c55eda5d5d8f0365c0d62ed62234cdfc35 33434 libscalar-does-perl_0.202-1_all.deb Checksums-Sha256: 7f40066080c994e9d85ca4fc8b2f3d69942ed1904598321647f42e7b1e1d5686 2575 libscalar-does-perl_0.202-1.dsc 5f642772b3a39776a41eb8095813c899fc98b3bbd86919023211a564bb48f0be 34771 libscalar-does-perl_0.202.orig.tar.gz dc0af3cf8c5e78dd07b9fa8f853af4ddfd0c13ef0afd4f0cc66488899bf575ac 4212 libscalar-does-perl_0.202-1.debian.tar.xz bd07276b5d1113e6992f7ceef4c982e9f355a6ab91da7f17fc00f5bdb256071b 33434 libscalar-does-perl_0.202-1_all.deb Files: 451f153cca420b7a1bbf3d6eef6d173d 33434 perl optional libscalar-does-perl_0.202-1_all.deb b00a692fa0540a71a86d9317c9d95a4f 2575 perl optional libscalar-does-perl_0.202-1.dsc d32eeaea9b9dcb5eb55d5b56eda753a3 34771 perl optional libscalar-does-perl_0.202.orig.tar.gz eccf6864a8d42b2c126754a7ff1cf83c 4212 perl optional libscalar-does-perl_0.202-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTbkAiXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhR4oP/A9dh7gn6rsNJqfBbvP18GOF bgs0YPgOMJR5dsjVXtFRCcljEsMesZBl8VSeBHrjUWkiSRPAmDhE6rT/MWWoO4Yj qEwPNjyD0nWWV1xpuoz4WBrJHZGg7/9WwwDnH97aDPMpjLjCt4ySmgj2ns3gYOD4 rdS3QP8ZQfHZZo7InDLKDi3JQpeEfObwT+S5FNaIrCRNEdhwW8da9kkUxeeEwJff d3fQHsAMOy6dLdScM6y0bma6vwPzlcFkHYYx94uvY5WDQadISo+9j2ty1EomC61X L6S1D2rcVGqZO+4FhnQz0HHrD3DXZgGZw/ZozlDl6jus9wv48XuhO3FjYPHxcHP6 AOOrK7qdRW6eogj1fPslS3pE+3FkkRxrMImHvRLffLqQQfQRNK9nD4TLQFqinh8d FdlDKK+NBlcZ3xTzt02u8FjsEctbq+l6Xl9xuzum8QwAMz7AOXaNBGL4iw20tRhj ZBqnavYg6pJ0AWWG7Bm0+o21r7s+tyhE6HglBIj1OxVygt2X7enWnC4glNZYQt3X lIR2Onbt33Tu7YziIbwmJECIBtjTTFngPKAIioGB6WSHlNX6BprKlRzZJNBG981l +t+zIhGnrU9QcH1Ajf0F5hDtLj15QEKHHJIE+l4X8em03MXnCFRuStsg5gwNf+5I lFLOaFjxyrnnT+m1fWSH =L0Hd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:39:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:39:33 +0000 Subject: libstring-truncate-perl_1.100602-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 15:46:35 +0200 Source: libstring-truncate-perl Binary: libstring-truncate-perl Architecture: source all Version: 1.100602-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libstring-truncate-perl - Perl module to truncate long strings Changes: libstring-truncate-perl (1.100602-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: adc10019e25fb12a144f4c612cc0a117ab9f5769 2321 libstring-truncate-perl_1.100602-1.dsc 9359e8907ce9247b91775e3902562d8cada574cd 16889 libstring-truncate-perl_1.100602.orig.tar.gz 6bbbf15214a8631a327d7dc68306f04332b3bc80 2288 libstring-truncate-perl_1.100602-1.debian.tar.xz 1ccb6fcb42d4caf2f441374a1e5f30720979451d 10348 libstring-truncate-perl_1.100602-1_all.deb Checksums-Sha256: 5dec89cb88e9a818388cdb7f9e7966861a23c1770163da7ad22eff341d730de5 2321 libstring-truncate-perl_1.100602-1.dsc aaa3d4eec01136921484139133eb75d5c571fe51b0ad329f089e6d469a235f6e 16889 libstring-truncate-perl_1.100602.orig.tar.gz 83c9c016d9c486bf356b2667f79eff4ecf1ab7d4ac14d5f5c00f72c63eab8070 2288 libstring-truncate-perl_1.100602-1.debian.tar.xz 236ca3ae4fce6b3b07d9a4168b06ae682f4164e1d41de1af7ce13a89b42bd1e8 10348 libstring-truncate-perl_1.100602-1_all.deb Files: 50f1968f5cbf9d1b634828168f805cc8 10348 perl optional libstring-truncate-perl_1.100602-1_all.deb af2a8a2ec1fb41b5836a98115b84f0ed 2321 perl optional libstring-truncate-perl_1.100602-1.dsc 77cfc678607a7d84008b117f3991bbfa 16889 perl optional libstring-truncate-perl_1.100602.orig.tar.gz d2f174fd8658371d9e63e0bdae3c91b8 2288 perl optional libstring-truncate-perl_1.100602-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbi3kThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqJcEAC6OW/rgKZOcVFhIU4Om3qIBnG6WiQN+fnH3JCozzKYuXPn IivbrlQ00biKV/DO/cml182SY2bDq3Blv3ALou+Npj8Ib9JvELkwdaI3bPS0ImXY sWyaorM2v3WFqL2mh28kKDiIDBNZSpgt0iWrYM1vwtcfBFW0Zumt744Di6WP80Jo jlRFR49SoCE0t28wFVUqmXxyDn682Wqie2YrLCmZi1CIzcv6yO995JPNVy+TQBJd k8LMXEpyn3aYKVOXk+GpiXLhixp5mPTtRduW8Kxhxauge0Iemv6RS8G/sbinw8Vv 2W+uGIxzDm7yyAC/MVNQaxLEA+0j8sysggvS0RdHzXEfbcNoHepTGNkVJBRbPvtT cF8zW/VL6ZcOpQb4M29LO4aKS0RO0qDpp58w9gX2KnodNqWSARJ5GdabL35nSTYe Kzmq29KPVfVULdmDkRz5lmndeuSY6mr9pQ/NXx76Qik/mOCWGXA4hYJMKePxGi9E 9kQg73ma0NTTmIKqCf3dT5DeMj6IXQ9ak97G0i6b4cp923PV5Nz3hlOS3t2rwbIj evPx0c7NaTKLbpu0D/U1E8udsK+CASEsKYJQFgxmo7Qk2bVAsOeqT+fxbKclBYn6 N3aGKPJ5dTc1SzndNLR8p07GOTSThtgH4BdoQ22DndAGfPCwUZQfH7JkV4rtPw== =lspe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:39:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:39:40 +0000 Subject: libtemplate-plugin-latex-perl_3.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 15:50:52 +0200 Source: libtemplate-plugin-latex-perl Binary: libtemplate-plugin-latex-perl Architecture: source all Version: 3.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtemplate-plugin-latex-perl - LaTeX support for the Template Toolkit Changes: libtemplate-plugin-latex-perl (3.05-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: e9ddae637544adda643b2d5615b74dbccf2938dc 2373 libtemplate-plugin-latex-perl_3.05-1.dsc 15969bff1daaffd426b0fc27e6b548b96b48187b 22098 libtemplate-plugin-latex-perl_3.05.orig.tar.gz eb26b5db8687079e78f0a82a32e82bc611a3386a 1928 libtemplate-plugin-latex-perl_3.05-1.debian.tar.xz 4bb81d60977087d70a8b0b5d0d7302d8dcb576ee 26580 libtemplate-plugin-latex-perl_3.05-1_all.deb Checksums-Sha256: 4542b907aa4776e787ee88b82239732dc510f50f7832cb55442abc8f2acc3250 2373 libtemplate-plugin-latex-perl_3.05-1.dsc 854a46eeb23e37d00cb73d88e7cc996c6c52c5719551b8cbe79977011af6b022 22098 libtemplate-plugin-latex-perl_3.05.orig.tar.gz 26f4f03002065028b069dd8ab22a052f90533dcd9bd73bf8762974ba31bc45ad 1928 libtemplate-plugin-latex-perl_3.05-1.debian.tar.xz 4be9e5a8d660f9bb330c1143d52e7bf5a9ddbdca0edc4267dc8e1ce917bcb172 26580 libtemplate-plugin-latex-perl_3.05-1_all.deb Files: 4ad85845c7f07c3ea56bfe30d5eb9efd 26580 perl optional libtemplate-plugin-latex-perl_3.05-1_all.deb 55d1a5ae318065c54b5e488b2011e4f0 2373 perl optional libtemplate-plugin-latex-perl_3.05-1.dsc 3911446a1a6232847a127662bef1a645 22098 perl optional libtemplate-plugin-latex-perl_3.05.orig.tar.gz ac25717f13e6d99dd84405d90844c3c9 1928 perl optional libtemplate-plugin-latex-perl_3.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbi9jThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqpMEACJ6MI6gagRxwfBgtV/M8YsKJdSsMwnyDIcQPLi5KrKCLFD vobTTP70spAc8CaMRdQinSKNfSjV5GE5Tht7rZMd+9LrrI4o9TD3GvNrngGmJyEd d3f9UuZmoBaJgsWwreTIldnstTi+yTQ3q1XVs0TECxFK2ZLc3iwlgW2eOEMlSGjJ HHeb62JnudzD6FSnIuwu/huBaJT99v/Zk8ZyKaMqAD46R/pDdkQaISW6O0j9c341 rvu93BRK3FJo3AjSYUWQo/5yMKl44yPQ3FcAjye9w2fnhQyQXPSZZYvuILmdX6SW anZTRyj+ye8s7rBKu52nC4UAr65vvUx4euigLMSgnOCIPeChz16SE4Rn9zciMj4R cwHN7OrXbg/mnL3A3u0gwn3YxtaPJIuDmxePVVicljvvVtnwb0M+ez9ofD6uT4Te gpguIM5A+0bEtpU95a+26F5ryJKpb49yjuRZFIG/wjfhH5ney5vTMM+YsYd6R/U8 3HkeWQ06n4dGbky/GMj/fdOi/fmN6sn6qvyNKiELfsMlpRconEM3ulYQlDyTFZGG IyY3N3gec9Y31eVl8+p10k6kPi5R2yM2O12DWBFCRQzZxCR2IZWxZuuEKc2n8wBh hMTJqE9PN9CT6KI+VLIajZN93IXQ/UMX/v+7eBNpEN0sESXOuEAsjyu4fzLtVQ== =4UdK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:39:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:39:47 +0000 Subject: libtext-levenshtein-perl_0.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 16:08:28 +0200 Source: libtext-levenshtein-perl Binary: libtext-levenshtein-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtext-levenshtein-perl - implementation of the Levenshtein edit distance Changes: libtext-levenshtein-perl (0.09-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Drop patch fix-manpage, merged upstream. * Update debian/copyright. New Upstream-Contact, new upstream copyright holders, extended years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 2470b9912525da8c02c043e33e9db53a73261010 2262 libtext-levenshtein-perl_0.09-1.dsc 8a4b9e77c383bee1e957c626cbd1a7fb1a46ccb9 14053 libtext-levenshtein-perl_0.09.orig.tar.gz 33ce39dbd5c607aa40a4239bb6d8f83e8d5609d1 2160 libtext-levenshtein-perl_0.09-1.debian.tar.xz e68c0580dc47ee1851cf09d5d6c0e476992a07fd 9482 libtext-levenshtein-perl_0.09-1_all.deb Checksums-Sha256: 335e1cd3307579877e6f914a46fe781256d1a2ca4ccb3547a0bf4936c0e153d4 2262 libtext-levenshtein-perl_0.09-1.dsc 5a5d6a6c50b7b100134776c8b61e124ac5e9d4ea36a11aa2107ec73c0d6a8fbe 14053 libtext-levenshtein-perl_0.09.orig.tar.gz bd274a0d69ad98f59e7ba604faef6ce1005c1bc5bf756771ec3d539f8c4741dd 2160 libtext-levenshtein-perl_0.09-1.debian.tar.xz 19f7891d2db9285920810b4b542fa92836f5445a303f6389d8c6a6cf595c7f20 9482 libtext-levenshtein-perl_0.09-1_all.deb Files: e58dac9b3f5de36178ede2c8b49f1452 9482 perl optional libtext-levenshtein-perl_0.09-1_all.deb 8369eb9faa161aecaad4530614975d07 2262 perl optional libtext-levenshtein-perl_0.09-1.dsc 2322af9e07acdfc2dce0a23af274456d 14053 perl optional libtext-levenshtein-perl_0.09.orig.tar.gz b813ac53ffebb561b0a8f77c0cec6f05 2160 perl optional libtext-levenshtein-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbjMVThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoPKEACPZpTaK0X2lCb2gu1He+q4mDglQOc8STCurysCRUQwO4OT dgFhliZZOI0Ym8RrTyCK0xfDIE3hn56qyhawjnKnb1LWINGmixqIZ2CVxz5PVzI3 /HcV2+hqY0KU55/Tl9qWJZnvw+qbkPcP34GCyLhohXKpJ81yHvMCZBDrmvBpN1fP Em8C9KO86wJAfyWZ0ez+Lmzio0u3/RWc39bWkpjEBSrbimFmKBMVpw2wMhFHaxp9 lJm1Mxm3WZ5lnU+E74IPELYmbsi173H8DvD051Gdvphj8mzQdw2gEwcyX35vF9zl /EjqdVBXJ0om72ztNKFpvHDSbUakXfCY/XGirciVDNyoXe5ab9ZANl0GoTV2b/WV ypKp6Jq8t2oEktaD8jgc5U4I4HNiQRgbOWmM/ZuyJMiob/BNddmfAfeA8Z52WK+o 6oE9DTEd9Y4jraUHI3MAVEjNZEToXiNDANZm2Nh4uuQ1rqTLoerDsJ1t8/Jy03SC kADrUaQ3WhXxnGqEF6K4obVkhrhe1Xvt7q50F5iSBaSdIncBN7okqGcFJmCuCHZy Za8b6qamFEyPNrCX2WaCg2bDTLdy6H/4UzxVgxZNDgmyX+84keNM11wHJAD8JExy pA56DjfDhSBI2oH4Q9nAbBdV7oV3OYYwacGxOIwtibmaLfztBXfxn36MlJh4LQ== =DJBp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:39:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:39:54 +0000 Subject: libtext-vcard-perl_3.04-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 16:20:27 +0200 Source: libtext-vcard-perl Binary: libtext-vcard-perl Architecture: source all Version: 3.04-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtext-vcard-perl - module to parse, edit and create multiple vCards Changes: libtext-vcard-perl (3.04-1) unstable; urgency=medium . * New upstream release. * Refresh spelling.patch (offset, and one mistake fixed). * Update build and runtime dependencies. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 71b03667d3c98d2cd0acd3fe41c7c25cb4a2a2f5 2314 libtext-vcard-perl_3.04-1.dsc fc634d944a5d744df58d9394c0873b5270945ba4 43290 libtext-vcard-perl_3.04.orig.tar.gz 701d36f9439d67c87738a72d7d9fa2aa617a7cb4 3072 libtext-vcard-perl_3.04-1.debian.tar.xz bb05411fd022942a952d77bdd73eca2176a8021b 42554 libtext-vcard-perl_3.04-1_all.deb Checksums-Sha256: 64663639081e1f0219692ec30cb563ec11300ea35423447f244c6fbead14675d 2314 libtext-vcard-perl_3.04-1.dsc f27186a5ee1eceb0067242b46bb6cdde62933568badc978b74ffb5131f26f2db 43290 libtext-vcard-perl_3.04.orig.tar.gz 8ce9b8736c29cc6ea44e8ca551a34d206ca52157086d9b74402cb380988a6db4 3072 libtext-vcard-perl_3.04-1.debian.tar.xz 30e1a1825b24424da532d39d8cf53f3751c341df6744567f40be771c7cb9bf6b 42554 libtext-vcard-perl_3.04-1_all.deb Files: 829c8744b104568d333e831b9e74933c 42554 perl optional libtext-vcard-perl_3.04-1_all.deb 8c6ddab13ecd43899d36d6ce1ea2ba43 2314 perl optional libtext-vcard-perl_3.04-1.dsc fcfcb8dcc0fbee69cb7d03cfb33f69c3 43290 perl optional libtext-vcard-perl_3.04.orig.tar.gz d986788d0fc9f3d8f19103a100da26c7 3072 perl optional libtext-vcard-perl_3.04-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbjXQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBj8oD/wOzksEC4xe3IaWepU19ey6ew/hk49v5kG/OdxIX7Ur5Vqe 66DpwwcHF1xsJba4qzGV6Fy4f0d/GzzMNvq42XDH4u7nkzbdQkPQZBWg/w9kdXRw 2CL69amzdHHjUnvWkMmSX5d3h6SVpxIJMHTkPVxwwxTiGqgQ71Bdp4U7V5cR+21c rXokMDqDyDZG6ItPiLHQwFrYOdT6rBlOs+04JSpgKlGZXuQu6m/Ho0HxaSOYPWdJ 6HEHM/idemah2rtKswXi0V/yf0OTvcH5SGf9oIHp3ptpB7Yi599R0ZPfhKeEvlq6 z+HGZMzsB1DmatfWW1D5uym30iTSyloIrQv2D5m3o7v3cRP8lCJXZ02s+fPC+imA vydbpxTEBNg1KDZlhMPwsc6wENMZxTGos/MbhSH+lqhG1BNlNL032Dllgvz8lHmj nAJHBDHhgyEU/RD7MeD3QZPsgeTimZY6pvcyCrepibJ+lmVxSEmvVknYUTo12CDm ecGyfPu4mfY+ezQZp/mgJG0xSAmZN4ForROQYZG3TFqj4v1Al2E7Ptu4H6GCyt3x NB1xJ8OHCNh/NH/YR60odEI4V4CSrONa5Zb+Sew0g10rt77PNj9BSpHdj3nKwP9K 7lbsNWikeio/nz/7hPbcUFrsmeC0OfnWrmSH5nIHGjViTHBosCmn6nb44TDZYA== =h6Uz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:40:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:40:01 +0000 Subject: libthrowable-perl_0.200011-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 16:27:44 +0200 Source: libthrowable-perl Binary: libthrowable-perl Architecture: source all Version: 0.200011-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libthrowable-perl - role for classes that can be thrown Changes: libthrowable-perl (0.200011-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update upstream copyright years. * Update (build) dependencies. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 693d70b451b0ac56780f303a0ad2503f4e6bfac1 2370 libthrowable-perl_0.200011-1.dsc edf88efbf3e3307ac5d8156179ec865ef61fb33b 17883 libthrowable-perl_0.200011.orig.tar.gz 8a8f2093db77f3e8e55676bdb70b19741da7de21 2028 libthrowable-perl_0.200011-1.debian.tar.xz 6a718f48bd012ad42327329c65c7edc3591d41be 14934 libthrowable-perl_0.200011-1_all.deb Checksums-Sha256: c77cbe85bbe79b6ccb1bf30f3265f5d18d4159f556a663b720d2c73ac7847790 2370 libthrowable-perl_0.200011-1.dsc fb090176f1755a2d1c9f180b60a451579b32fad1a2a1f25fcc0fb5f88795516f 17883 libthrowable-perl_0.200011.orig.tar.gz dbb04f8cddb4d58c76c9ec6a1fc2c6543fc9125b850c11ba68bd5740542f8502 2028 libthrowable-perl_0.200011-1.debian.tar.xz 5176240b73483d02db41267e15183b11b3dd14967cf96b1a30422046a42e7372 14934 libthrowable-perl_0.200011-1_all.deb Files: f39a6c8b903a2aec81e3a5a1a60fa677 14934 perl optional libthrowable-perl_0.200011-1_all.deb c7f8dbcf54c313b3e4bc1a5e97ffc564 2370 perl optional libthrowable-perl_0.200011-1.dsc a56621577016fd65de0b73dc81660bf2 17883 perl optional libthrowable-perl_0.200011.orig.tar.gz 907785326ba5c43b4db498eb61c444c1 2028 perl optional libthrowable-perl_0.200011-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbjeFThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsukD/9OCgCyiRhqLNZZyNch7pUagGH/zjSe/ak7jkCwbfNq+UUP ZDlZLioKrvZlzwY3O6cj9rNdaxCxyZ4AKsGIKo8y4lD6TqpDZA7l/Dyw2BudXDrD AMpJfER9E0bsMXpcrGztM5T5qf6SJBUIcJxcnpcn7Yxyfe43rtCNsDkc+bkuPRhu +i8/T5XKzlaxNUS41HYqLeOmKTxbz3rFsHnYNt+X/u0UO3KyndcQN9DzEPHiGhD7 Y++QpkmuuCKytTf6/P9afzFl+h5IZ9TKaqWHJ9bY2CcVoJa8R26jVRqVjKVgdjBc 86Xr3yr79lHCpUdEqxbSFv9z0YnGtI4cYuTq+wNwI2Vxnm4xYAchp0HoMs/oRnAu QloTJuVyJGiVwKh+OVam8v2XumVYQ5JWwJE1dKd7P8na9y5ldSKyDZCq3+BZRyD0 oMpPg02bSp5oj9oaIJRPmWJ9wM2MkRvrQmeSpz/LJ2LdS858mMZ/ozlHi7NalNNo t7n4xXeBvhErI0UDH4/9BUtJw3oHU9VFPkDN70o4ShttFdP6KqVCDcQ/aF7/q0Dt CQx1QmC11f6Zd3MJ5xxfJWZT3F7WFI76sBguBYlbJWy0b4UZRB6TW3VNhpjlv9Ts JChSkn54r4g7hrL5PYbRCv77C3dI7y3IlM/5+2l0lipsRIIpeXguCrMUjvBPXA== =hCwd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:40:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:40:08 +0000 Subject: libuniversal-can-perl_1.20140328-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 16:57:46 +0200 Source: libuniversal-can-perl Binary: libuniversal-can-perl Architecture: source all Version: 1.20140328-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libuniversal-can-perl - safer version of UNIVERSAL::can Changes: libuniversal-can-perl (1.20140328-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 388c8cadb7c9c49536d643982e0e86b44bcda494 2347 libuniversal-can-perl_1.20140328-1.dsc c929622cbf968e09c146469533ab3bb8df347b23 14654 libuniversal-can-perl_1.20140328.orig.tar.gz 4eb1a1d9647b8d0cac0fd26999d2a989093b75da 5856 libuniversal-can-perl_1.20140328-1.debian.tar.xz 2a755c95864e75e479112fd052f96777734d23e0 13388 libuniversal-can-perl_1.20140328-1_all.deb Checksums-Sha256: a4cef6df049d3036e2e4ecf1e87edbb3d10996fbe94622de0cf19ba70c12e8e9 2347 libuniversal-can-perl_1.20140328-1.dsc 522da9f274786fe2cba99bc77cc1c81d2161947903d7fad10bd62dfb7f11990f 14654 libuniversal-can-perl_1.20140328.orig.tar.gz 765f0197b984af136f5da0fcc91946f03ad8dfe15e8c0a4998fb7dac919e99f1 5856 libuniversal-can-perl_1.20140328-1.debian.tar.xz 13fc5aac837b53b1bbd6c17f76c2a2651c0f8dfa49a15952296c733c7f66eda5 13388 libuniversal-can-perl_1.20140328-1_all.deb Files: 0b1f4ddcdac541cfc65c4f0315b2ab3a 13388 perl optional libuniversal-can-perl_1.20140328-1_all.deb 5b7d9355b5c9eb16a3e4c83912812fbf 2347 perl optional libuniversal-can-perl_1.20140328-1.dsc 7b89d16d59f0d27e45b25fd31300334e 14654 perl optional libuniversal-can-perl_1.20140328.orig.tar.gz 3e17dd75061addc2c064ddb1430546a8 5856 perl optional libuniversal-can-perl_1.20140328-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbj6PThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBn6DD/9zO2hpzqiMd5baOXJNKOqXp82do6VxSi2IBASGuOcUr4im cXpnK8L+O1l5McZGhS8sAMpyL6AIfYVJGB9mhVcbqf1BMJwYgfNLyHvP6p5hlxR9 FJLDn3f07cz6NTTXm9MJG07e4DdzpxEyYx4gJFMN6KB092xi4G9B6qURekHOyPdS W8md8Fp/0Afh73diFMiL+MHT6tNH2C/ku9bF0DTR8nzOUH0JbkFtCLeyiCtF2CP0 e7zDBEpRMBMSElDtrh31EsEJ6QuvzeVgRynDj2RtbBqa4l5kFbEmoV0+xueQvZL1 jjCsDvkW/vDBLIXNFO0RD4XCvh+nLut2U7RTNR631M1US0z0Xt5i53nNEDGB2fNx SYuhhra0IsKSia3GJxad6iQm/iIw7u0AB51zqDBBPwYRxu8hqUCFrkY4WPRkWdpa /vtgsQ7Qq87Q+fwmlPr7TX+N+R/ifAlfoBb4FYYpLfaiufO5VEgGgYy0gLxMaRkY Nn9QyvSQAgEkxDSAp3JZV4is5kOBhCljHHG81/atF/A7eT0ABch+7BJG3SdGk+Fn Q6TlM6PIYsczcS44SACk/wlMV1r16W9agux2vEtsSUhuMjTKY/ogbhwDUjNJ3Bkt w/XYIIOmgZwWYx0km0jlZeZW4kaGUMhPKGePiF7YTviLUxSFkR0Ysc36UytKWw== =Yz9x -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:41:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:41:09 +0000 Subject: libwww-shorten-perl_3.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:10:23 +0200 Source: libwww-shorten-perl Binary: libwww-shorten-perl Architecture: source all Version: 3.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libwww-shorten-perl - interface to URL shortening sites Changes: libwww-shorten-perl (3.05-1) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release. * debian/rules: make removals verbose. * Update years of packaging copyright. * Switch order of alternative Module::Build build-dep. * Update network_tests.patch. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 43dacc8a83d044d4314cec8946672519add1510b 2239 libwww-shorten-perl_3.05-1.dsc 38468227732f660bf5554d2f0a1f5e4c4cea1b93 26852 libwww-shorten-perl_3.05.orig.tar.gz abb3b49ace2e5389de5109e9ed2d2f91ec24a514 6108 libwww-shorten-perl_3.05-1.debian.tar.xz 799ab5d7ee0905d39ce38e164d4c17f59a9b52f5 47348 libwww-shorten-perl_3.05-1_all.deb Checksums-Sha256: 6f521b2013b4ca08f73c3b0382061a7fd5a0ae8bccdce3a4fec58d91ab75afae 2239 libwww-shorten-perl_3.05-1.dsc 0a18ceb4bb81faad12f487ee0514d799d56a01484ab81f46159182cf827337ba 26852 libwww-shorten-perl_3.05.orig.tar.gz c86eebf07ef20f71ab1319a258eca526b8ce73cacf0f4e0869506d4654a67a57 6108 libwww-shorten-perl_3.05-1.debian.tar.xz 862fc88c74583caf201453a1173bb9efd49ad1d093e8ec3710292e88e8ef4116 47348 libwww-shorten-perl_3.05-1_all.deb Files: 5f11b28804de5ce5064017da46c94cfd 47348 perl optional libwww-shorten-perl_3.05-1_all.deb 34cc4f89ba11eb7c750774e5e4083dbe 2239 perl optional libwww-shorten-perl_3.05-1.dsc bdc5be1fac9ec6310e7c8163f29f4d47 26852 perl optional libwww-shorten-perl_3.05.orig.tar.gz 7cb93d44b9436d87a53a29df609adeae 6108 perl optional libwww-shorten-perl_3.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkGKThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrojD/9cx4mZjL15D/7VqCnxpFNnK4+/MeZGYTqPw0x4FrIyhYqb Hl/nFWIdARWA9qSk5dtrFiW0Nm/vkIZhmHFdeybe1oVTWTcFXZFpVjjf2jTMHFT9 D1UEexsachvnQLz4pV/dSFEUNugXCDheIQxL7QDZ/IefNxCcL9lhvzHWA0FWq92S ysXGdPwljCTYA5amAMtXWRP0ygTPpUM6Q2p7ItHYY6DJYBpgDtzz1P71ki+266b4 9AJFTyKRWgxdhjaQfBpA3MYf0ISmEOWCIS/LAPjDLMIYSG5zbB70Z+iSg5OWwBm6 pKrHxGC10quytilMmDgXIF8XE+P2gDWwC1SdYUNjI6kEsLJmmFTjCLYthQxj82oo 8mzwSqRfTZqN1nvYRo8n6TEPa5wLlQhNQPXY72XcUskPkuguA91KCpIp6D2xGqzR z9HBGSLLxBvJLrzxZy8BbHnZrRseHA/nHM2Au4j8MWesa5YFBHXg9MYug2gOz2vJ K7ykggDCx/TpYKKIpq+q4IvJvdMaauzlnT+o8I45cnHpLxVOb49gIkJQ51xfGY/T Cwnkalb2YPeD28o/TCOQQF9qAD9ONM7ylMWZjrrY1HMB5bhnDWTNCAjYNa6wyLVH gmlCrjDrG3pgu3Z9Jmt0iIqbhDzdwRulh40QDsC6Y5HFpSaA4fa6uzQ/My3MRw== =Z+bc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 15:41:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:41:16 +0000 Subject: libxml-libxslt-perl_1.92-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:28:11 +0200 Source: libxml-libxslt-perl Binary: libxml-libxslt-perl Architecture: source amd64 Version: 1.92-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libxml-libxslt-perl - Perl interface to the GNOME libxslt library Changes: libxml-libxslt-perl (1.92-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Drop unused lintian override (hardening-no-fortify-functions). Checksums-Sha1: df542f5b15e06d037a1f765c4bee1dc1a5b1e13a 2292 libxml-libxslt-perl_1.92-1.dsc 568aaba0c6aa0c6bbb1d1b92317ca96151cf3ea6 113741 libxml-libxslt-perl_1.92.orig.tar.gz ce8ddb0a7764068c1d8353831bb9ede07c98a6be 5752 libxml-libxslt-perl_1.92-1.debian.tar.xz 14bc9275cd75d0b31d66dc68dc31026c7c288e60 47130 libxml-libxslt-perl_1.92-1_amd64.deb Checksums-Sha256: 69ba00c95d7554578cb205011cad290f7b41e0901f582a876a14340a22bd7871 2292 libxml-libxslt-perl_1.92-1.dsc 46993c2751007f660e60e09441d57343b81b49a903281e33105824c2058d91bb 113741 libxml-libxslt-perl_1.92.orig.tar.gz b9bf92617a9d1080ff574896bc2d713e1d973349fef70164008c23c9a396be59 5752 libxml-libxslt-perl_1.92-1.debian.tar.xz d9f3771e8378462e88504cb96458012080b171e0b0ca456371863c600aa00732 47130 libxml-libxslt-perl_1.92-1_amd64.deb Files: 843632494affe494ede69050106ba304 47130 perl optional libxml-libxslt-perl_1.92-1_amd64.deb 6e7e2a63b3c4a3f1f6a66b4d50648c71 2292 perl optional libxml-libxslt-perl_1.92-1.dsc e543d54493c8be6d4fb26595593818d1 113741 perl optional libxml-libxslt-perl_1.92.orig.tar.gz 2d7903347572450579b6270ec6c9d932 5752 perl optional libxml-libxslt-perl_1.92-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkW1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpYbD/wNksletfhuaJGA4MeRlMi0lBCM9Mk+BG1jgE9hvbax6AtX IYo3+PEHFjWEVeNODKIbWeQ7wXXFZq4TmqkSY59IM7tPynuZaaEv8cMhnmuv5mic eSbKNQxCg74ChYO7Ndh8a8Mi5oQGwiE9orRPRhjibpFNLmg/mwi7s36RYiySwOBT /S9Hf+YlKzT9znTVJ0CUAVzkd6qbj3CXgrkCx7yOVnGozXbKYCow7/n19ZPSNphD tzpaX5AWjwIDtFRLf0A8IX2aZ43fvVoRrlidXOgZczvrmoLPXwNVXyl+4Lz9/gNq 9Jhl7758Bv7Y1Dy7SYK9e5UTMihMq8kMisTa0g+MJTBvdLP51PxGvMgwsvCx+n0d Yu3RZbArHcbRtwS/oGy7tI3+QXOsKFPoPDTr32BNCuhO4mqcIwL3xqhVsr+nlMVU 9xGUUC7gqv7LjGuTIkZXx9xMvgtD8GcH8v64TMMU22cxxPT5BJEOjCQ4yoMxUsHe 3ZJCljfe2BAV5Si4gHMCWHsFwpX0CNB+BfeWczUtagjD4PNSip9k40gYOG7MeJMU c8V19j1MQFiJNWVlc7cvWAZlyFCrZimGi8XlogTuQwSoIlN0CSTdwYuIXrmWXw37 aKnZbu94LV93Mh+tRU/l9yNBNu7ErpqXc7xr6lN+QHAazPR2I6poQKGuiDePiQ== =nXOs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat May 10 15:42:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 10 May 2014 15:42:14 +0000 Subject: Bug#747626: marked as done (Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl) References: <20140510151749.GA14979@jadzia.comodo.priv.at> <20140510132212.32461.95089.reportbug@jadzia.comodo.priv.at> Message-ID: Your message dated Sat, 10 May 2014 17:17:49 +0200 with message-id <20140510151749.GA14979 at jadzia.comodo.priv.at> and subject line Re: Bug#747626: FTBFS: test failures has caused the Debian Bug report #747626, regarding Newer version of libscalar-does-perl needed that deals with changes in libtype-tiny-perl to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747626 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: FTBFS: test failures Date: Sat, 10 May 2014 15:22:12 +0200 Size: 8185 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Re: Bug#747626: FTBFS: test failures Date: Sat, 10 May 2014 17:17:49 +0200 Size: 4299 URL: From ftpmaster at ftp-master.debian.org Sat May 10 15:45:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:45:43 +0000 Subject: Processing of starlet_0.23-1_amd64.changes Message-ID: starlet_0.23-1_amd64.changes uploaded successfully to localhost along with the files: starlet_0.23-1_all.deb starlet_0.23-1.dsc starlet_0.23.orig.tar.gz starlet_0.23-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:50:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:50:44 +0000 Subject: Processing of libapache2-authcookie-perl_3.22-1_amd64.changes Message-ID: libapache2-authcookie-perl_3.22-1_amd64.changes uploaded successfully to localhost along with the files: libapache2-authcookie-perl_3.22-1_all.deb libapache2-authcookie-perl_3.22-1.dsc libapache2-authcookie-perl_3.22.orig.tar.gz libapache2-authcookie-perl_3.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:50:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:50:44 +0000 Subject: Processing of libxml-semanticdiff-perl_1.0004-1_amd64.changes Message-ID: libxml-semanticdiff-perl_1.0004-1_amd64.changes uploaded successfully to localhost along with the files: libxml-semanticdiff-perl_1.0004-1_all.deb libxml-semanticdiff-perl_1.0004-1.dsc libxml-semanticdiff-perl_1.0004.orig.tar.gz libxml-semanticdiff-perl_1.0004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 15:55:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 15:55:45 +0000 Subject: Processing of libarray-printcols-perl_2.6-1_amd64.changes Message-ID: libarray-printcols-perl_2.6-1_amd64.changes uploaded successfully to localhost along with the files: libarray-printcols-perl_2.6-1_all.deb libarray-printcols-perl_2.6-1.dsc libarray-printcols-perl_2.6.orig.tar.gz libarray-printcols-perl_2.6-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 16:04:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:04:22 +0000 Subject: libapache2-authcookie-perl_3.22-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:47:19 +0200 Source: libapache2-authcookie-perl Binary: libapache2-authcookie-perl Architecture: source all Version: 3.22-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libapache2-authcookie-perl - Perl Authentication and Authorization via cookies Changes: libapache2-authcookie-perl (3.22-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Drop fix-faq-manpage.patch, merged upstream. Checksums-Sha1: eb4e37b85cadf705b3efc2c813e35d17e210c950 2421 libapache2-authcookie-perl_3.22-1.dsc 2971dcdfd3194fd35d36a0add30985e75af05214 48956 libapache2-authcookie-perl_3.22.orig.tar.gz 4dc1e464d33cd9f6d5764ff648a5b4dcbd433f98 5628 libapache2-authcookie-perl_3.22-1.debian.tar.xz 3d7edbf56120d2c8f3554383a09b0d1d8ce15acb 61364 libapache2-authcookie-perl_3.22-1_all.deb Checksums-Sha256: 525f324e350b00b92f8b7fd62e02795a9eedf0e7d79f0a83320477678eda90ee 2421 libapache2-authcookie-perl_3.22-1.dsc 425d84f0e1d4635021e4e4edc7c88aefc2b3ad5f6cbe000e491e980f2633e537 48956 libapache2-authcookie-perl_3.22.orig.tar.gz b19cc59054a27b37752eef044601a6999dbadf00776857748a917c43f8f9b16f 5628 libapache2-authcookie-perl_3.22-1.debian.tar.xz 8d59777d2236ccabf777072dcab3b47e59f2e44056d8de2eff082029a2a485d1 61364 libapache2-authcookie-perl_3.22-1_all.deb Files: dd359c8999ac619f0ecac1d075ca59c8 61364 perl optional libapache2-authcookie-perl_3.22-1_all.deb 3f384455bd7d47a8a3143695cddfc4ac 2421 perl optional libapache2-authcookie-perl_3.22-1.dsc 2645b6a2390a1c23545f38516f11c928 48956 perl optional libapache2-authcookie-perl_3.22.orig.tar.gz 85ffe9b217523f5d52a91ca67110196d 5628 perl optional libapache2-authcookie-perl_3.22-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkp+ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrk0EACpjJVXpd+CBRE95g5D9hG3JBspEc3g5XkeAn4xu4pqmPql 7pmzbps4LfTHY9nla5qunQGMQYFjrWQKGYTSw7JJotNNPNmh4mtb4kDueFm186Hb Pooj00uE/XGFYJtgzVm/ZLKj/S1r5CierPH1ZY9TXQznsYP2kvawr5rfHK93euG4 8ZTg3BHSSy9mLyuw9X5x4PANKhpXXOqqxKUQqOvW1xzQdtKMUQBwNUUFnhQClCA4 yZKk3d53ZXBpFKOj0NiMmufFGUZVvej6qGb5I78X6ajyz4xGLSWeWUCVd2p5ZIX6 7A7IqOBREd9LQ7esFiIGPOzCG82t2pcrnj8KAIT5iPImo19OsBoSLUpN0PwExM0y s+f6ldZ7UuHVA/4ZEGp0qiPQp3fh4udkfdClF1QieZCncjDogB48oiIbsMGC5eE4 Zgr77yaV8ilfubtchjRnh4xpe0ZRNSHKd8NEX7cJKkrKoagOtrR/W6xeTPmYrUbJ h13EW2lveZV+8P4lrDNxJPJvUBZyfsO0L9Zk9xwMmgjvoTZpsH7Bs/7meEBp19BL uYmKZIc9BWjWabM4X95Hxf2hkhDqAXYlVWrhO0Ar8WUEiQV1rE8LNGgN4lno2T5x QMuN+kTKG1HH8YjSP0X3/cv9fcjBHgCeniHKzPprNwrS07GcTmJxYzusddA1Sw== =Dpks -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 16:04:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:04:30 +0000 Subject: libarray-printcols-perl_2.6-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:54:19 +0200 Source: libarray-printcols-perl Binary: libarray-printcols-perl Architecture: source all Version: 2.6-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libarray-printcols-perl - Perl module to print array elements vertically Changes: libarray-printcols-perl (2.6-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. * Switch order of alternative build dependencies for Module::Build. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 0f890a10792c0e26b9b54615d81d6a350c18efb9 2322 libarray-printcols-perl_2.6-1.dsc f19b93c0af48cd125d2ac1c9e952d0bc18938b8b 54953 libarray-printcols-perl_2.6.orig.tar.gz 82716b607a5ac650a3a04d9899b03da869ce3a6a 2632 libarray-printcols-perl_2.6-1.debian.tar.xz 0e795a1664c5248a8dc9cb5fa7e7bb0c6aa9213c 25170 libarray-printcols-perl_2.6-1_all.deb Checksums-Sha256: 43821ad7ffb1619cbda48749fd3c0dd813ce7e0eb2f6d5747c9de8a009513442 2322 libarray-printcols-perl_2.6-1.dsc cb683309c5fca7551a2be1c3918e46827657f97c1bfdb8698222b325f11d55e1 54953 libarray-printcols-perl_2.6.orig.tar.gz 7f18fa8ddee803bf767541c578f548acdbdf97914d03ab1eeb4c6870688739d8 2632 libarray-printcols-perl_2.6-1.debian.tar.xz 14a248110d166734dae04a61ed9bd7b630e785bbe0da033efcb9317fd75d003e 25170 libarray-printcols-perl_2.6-1_all.deb Files: 9c1912add85f1a6113b635c8057f0d13 25170 perl optional libarray-printcols-perl_2.6-1_all.deb 81e3c96ec0a7625701ce5c72d838cb6d 2322 perl optional libarray-printcols-perl_2.6-1.dsc 32fa25b338213ccbefa866903cef9b60 54953 perl optional libarray-printcols-perl_2.6.orig.tar.gz d4b41fbec9648a34fe221ea3f0864adb 2632 perl optional libarray-printcols-perl_2.6-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkvYThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjl9D/9LujlQYMWv3fALACAPipLk4Xg4FXxUCMaBhprN0rXIBlbp 4cKeIwcCp2vWXcZucJEFU809A6YsextjY0Pn4xpH7kgmepyw8ts/koPt3tdxi1hT uhVWh7umR7YO8fBsWE51LQ5jIRCRrK62SJEqs5G3OdFxNyDgPQG81IWmyNZiGymQ S8qwrtnqYy+2grPfoGU0phHlPXz05W5mo0603ld2Mudl4rn0MUhNbIPzwK33iuzt SBFZFwkSuOzYRq9v0Bf4crivcU+MC0ZcfEBPMRJOBbSEmwhhVh6Q76HFvxgqgk0x O3hQHX40IyvkXjG34hDjGVfJVJhxU5PvoB43jChosmS5aUPsIuMiFuLtrHv2v/sU oLN9cQu823JM06t1Y+F4Rz6LCQ5d5sQ4Z9n/hzqTt7yk047n1vLWgmcL92088MPH mo6Ab7pFOK3eoCcGCX4fJCBPihh/hAbcXA0R1Qpt7hLK4W0ScB4LjSFkAnZCcP/x zkPf2AtpBwczOHft/TntWl+sGGAP+ShHrL45T74PgbosgqkqVXQIfN+13g0MImGv tKAibjGglxauj7FPTklHNKRhjfB0RCKAcnYX1CKhHmE9sR1ygqnba3eGL7Vl9fJS Hh4fLJXx/UZ3qSiTJ33jMk4L9962VC9Fd/0S9OM+fCBDz0v6yVsVarBA4O8DSg== =UGKZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 16:04:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:04:51 +0000 Subject: libxml-rss-perl_1.55-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:32:45 +0200 Source: libxml-rss-perl Binary: libxml-rss-perl Architecture: source all Version: 1.55-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libxml-rss-perl - Perl module for managing RSS (RDF Site Summary) files Changes: libxml-rss-perl (1.55-1) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: d6d4b7e1f51ff88c8215b76f41f05b0260cafdde 2547 libxml-rss-perl_1.55-1.dsc dcc1bd3d77234432c27e16516b72ad8221653167 127782 libxml-rss-perl_1.55.orig.tar.gz 62e2f8edf6be00b438c77348e5f2436e988e4aba 5364 libxml-rss-perl_1.55-1.debian.tar.xz 19197a89f401b45f9edd640d8f490c84b4811e70 56638 libxml-rss-perl_1.55-1_all.deb Checksums-Sha256: 5d72cfeff5896ef5a7cdb7c63da59a0339746dda0d10674d6c513245e77f2365 2547 libxml-rss-perl_1.55-1.dsc cf60b807013c43b26bad924d5da8f3fcc747dc7ef0756fbab8c074760ec9475b 127782 libxml-rss-perl_1.55.orig.tar.gz de148365f461c769501acf33cfa83185b3292e1f8b224761f62e2589818e94a1 5364 libxml-rss-perl_1.55-1.debian.tar.xz cccbf782bffac7c40537075da4b0ed29f25a3f670ffe3738a75efc3985ede27a 56638 libxml-rss-perl_1.55-1_all.deb Files: 0602272198198115e6785afc7a3d9803 56638 perl optional libxml-rss-perl_1.55-1_all.deb 76dcb3bf1341c942c44256ff0f1bd383 2547 perl optional libxml-rss-perl_1.55-1.dsc 0e95c860a73d97311e5538655e96d1bc 127782 perl optional libxml-rss-perl_1.55.orig.tar.gz 21460d21abd41b58497fc27e780e1591 5364 perl optional libxml-rss-perl_1.55-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkbRThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlJDD/4yKghlknJlw+pPrhQ3Znw/uoh/hVK1EfCmSDTYtmbbgMLs DxPvJA3FcFN8iV2GQFOjPX7+juYL6/9lMKuNg8kV9RdlbTIkF8OX09qXsRHFEnyE 7/f1OZD+ZIQOtJ/O2vaBsMpCq0l3m2C9xWw+G9Y8GudaNFblEPRKT2KyGK8JKJ0x 6JdK8k6GWNRaGX7k84uDx5S4+zGrP2dmKYg1AmGGsY2q4wX4lFh/X8/npX9KHt3Y m7ArOFwMLkgnL6HxFkLA3F+TGS7dN8/C8eA8GRVh268H4GkJr2LUNiyjjIgo4sdw Hauwq2242M8O9ZGS3+kiOHCrfI5ycEtEmZlEEQ4gjH90+V0QYujGJO/nCpUbLYwU LLJVyZ+8Y0aUJm7BcUkVEBKCP6iU/3LEjpYUOq070JvpWEBQuWYgg4A5JCLEj1k3 9OM4/l+o6KbuWg3xZvP4AVtFq8GyobgI+ENYYit6ksfP16x7RmYa7P+5i0LKULWa mxQCn/qV4EQ8n8vnzOOL3s/TN20ivJ9Uow5ccB8wuPSkVYmex2KQM5MBR/n//xvc 32o/TzQ4FNkTnEJxav3XVcsNSaov2mSuMdMS9s0GxW+zY9c0msGVr3tl9aUzx5A2 KFMB/tcdVTh/dQwdeTEqSiD/ZSGWFOarAE45SQSU6yYH/QU8O/9bzrgQt52C+g== =Je9v -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 16:04:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:04:58 +0000 Subject: libxml-semanticdiff-perl_1.0004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:43:19 +0200 Source: libxml-semanticdiff-perl Binary: libxml-semanticdiff-perl Architecture: source all Version: 1.0004-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libxml-semanticdiff-perl - Perl extension for comparing XML documents Changes: libxml-semanticdiff-perl (1.0004-1) unstable; urgency=medium . [ upstream] * New release. + Fix case problem with "repository" in "Build.PL". + Remove trailing space. + Convert "Changes" file to use CPAN::Changes. + Add separate LICENSE file. + Add inc/Test/Run/Builder.pm. + Update the contact info for Shlomi Fish from the old one. . [ Jonas Smedegaard ] * Stop needlessly mangling upstream version numer. * Bump standards-version to 3.9.5. * Bump to debhelper compatibility level 8. Checksums-Sha1: fe35815a530f31781bb49d9ea3ddc4540f6d61b0 2331 libxml-semanticdiff-perl_1.0004-1.dsc 741e724036a201a765bd4623e297f575e75dbfb4 34967 libxml-semanticdiff-perl_1.0004.orig.tar.gz c6a712359a3d2cdf73d3231053d7cffe2198abe8 3552 libxml-semanticdiff-perl_1.0004-1.debian.tar.xz 5375d39347504e00e570d0e57917683e58a6067a 36404 libxml-semanticdiff-perl_1.0004-1_all.deb Checksums-Sha256: c51fa727be2033ccd70a5e121702d3bdfe2ab5ce741547a3d9fb6de6456debf7 2331 libxml-semanticdiff-perl_1.0004-1.dsc 984bf5427faa8026f6c2a0988465d54f716e236c72491b8b619d2baeb6eef788 34967 libxml-semanticdiff-perl_1.0004.orig.tar.gz 0b45339de267554b46a345a26b28801d3c9695d9510e5d23b1cf981a9edc4ad0 3552 libxml-semanticdiff-perl_1.0004-1.debian.tar.xz a51b68bd6fe5f0d4c421dbdf35c0aaace547f92a96eb0881f57461d19f50dc8a 36404 libxml-semanticdiff-perl_1.0004-1_all.deb Files: 4f12f9973f6bdf9b4099806b551bf21a 36404 perl optional libxml-semanticdiff-perl_1.0004-1_all.deb b003dc4139995f628833147a48e6e2e9 2331 perl optional libxml-semanticdiff-perl_1.0004-1.dsc 0d13434cbc3eb2721b45c942ddb05d97 34967 perl optional libxml-semanticdiff-perl_1.0004.orig.tar.gz b485a77f6c066653a5d5d6fdc57d0081 3552 perl optional libxml-semanticdiff-perl_1.0004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTbkp5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhR7AQAJ3as0SsPkJCcLAQM3uaLlp+ iPC+xwK2vBYyjmcO2EZVwcMl9S5gPq/He+9xG/T53vvNq3ekGvZOzxeT+y1iQhOe DK7/K1vYeAQVgJBotLRXhhazBpGZ9REnpbCvsnhA26KocrGlPAgiIALUwlx2x8ur e9OxLt2ViS9u3CkhNFUFzmH4og1v481LhQa3yz4B44z2Jp1e516UptP4vbj8j5bW rTIjmNg+ioiT1y0PAGwgdqR6wG9PieQy1sAIZfI+cQx+Ym2KDT3vzTYQwcC7p29s mG4aZcr+SEdj9eoPEe78y+6xFtfktlZTRk+5AxRg8ugbZUfIqrgiExlKJTM0b7Bq r7MrAN2ExZbLtAL1NffYRxoq3tQVlm5Zy5vf5sfS67LWwc2bmXk+NOdRVBdcJhwD haTp+JL4xTY/8F0wXOCat2sSroTL6UJw6RCmL2JE7zCRIEEv4wXY2Qdf4NrFVSI9 lQXob+6hdGRuy9a1AngO1CmzTgyQId95w4+ML8Qa9W1iP9G1tiQLDt4FUjDgShFD ztbZjT0wn9iaJUtFTtUl3teQkKPZWBbKSPOhz8Zw/2DppP6cLKWrlnuGA1ph8s9K GBroCfOEFqtFnDC3+VROdhrGvZUhIw6qzNLPEV1oY98sPJdbVZDKLIt7TwHW34ou qP0JnXm44K2pZ9peld2u =qT1V -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 16:05:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:05:30 +0000 Subject: starlet_0.23-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 17:39:38 +0200 Source: starlet Binary: starlet Architecture: source all Version: 0.23-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: starlet - simple, high-performance PSGI/Plack HTTP server Changes: starlet (0.23-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Add new upstream copyright holder. * Update copyright information for inc/Module/*. Checksums-Sha1: 696e7f6a71386e7ecd7e026108db27891258cf17 2129 starlet_0.23-1.dsc d030a1413b1f2f4fdc441bc3fb522b786b0cf37f 30342 starlet_0.23.orig.tar.gz b3001302e89ca556feab3df9fcc8d9a9b8880a80 2108 starlet_0.23-1.debian.tar.xz 81db47862be558744b8adbcfeec9d390a809b67f 13710 starlet_0.23-1_all.deb Checksums-Sha256: 6d75e8049e43f8af137ab4b0a1b7786745459f09e1dd26888adab4c9cb9c22c4 2129 starlet_0.23-1.dsc 1a0e5adf8d535066b647700e8529f3a05631a77bdd3516092a321d20ee2d4827 30342 starlet_0.23.orig.tar.gz ad9e4d315a74ce5419f2f729d8b4cfbd3d8b029cf0520f811dd01845bb5f4d40 2108 starlet_0.23-1.debian.tar.xz b6b6a206a451f344086c6948775ffc346db0396f20e0f9b189522ca7241f5f87 13710 starlet_0.23-1_all.deb Files: 96b92212bcbe41163a36b8796009d07e 13710 perl optional starlet_0.23-1_all.deb 66c6df5cbd77b5d332a60c06f0436d9c 2129 perl optional starlet_0.23-1.dsc a5f51de210537229bfdc5615a7867dd1 30342 perl optional starlet_0.23.orig.tar.gz 940bb9478765c42a0467e46e9d8eaa92 2108 perl optional starlet_0.23-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbkiAThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvteEADDH7tKS6AIdUIuLqZjJ6j7IcaD6sGudOWFWRx1IjlsFD68 DFRvUcdTdZ+WFYO7QHaKbNEteA99/hiLCS9BNA+UPVtxwvNtiVwqkPivhn3bS6iy t43JaOHFm5PU4vbP1kDTwFa2mtIf+T8Dm6qN34sUPeoLsis1lDyd+KNhthln+swm zsLgHPkm4zBcQiFtetZ06lGtt5hi7dI/B4m6r0unJDUCLzPdU+Wy6WMMMmK9j2Gq Zj082DQGTDLK851na7CHwct+bZTDy/1PI8R8Ag+tzpyVUQBLQqcnArnSBCQQfprv MK1dgjVrCxO5Q758N7ILTCPZsMuFZqyEAzNcKdACDI5IJwP0zEYAA51IBowRbR8K lexdY35jXKJZIPnGjjhMDTObh4w9+3A+dwCGfPsHg2CPzfrLk2AHyThpI1g4S36X 64yJcWuwk8ITV83S3PGuAV0xnjz+A4KnlykeDzwjxpt9TH8W4uOt6NEDWXb0P7Df oCppB41vQohpgedlfZjYJL93HUKcGn/DB/smRvYDQFtVE2UefiopuJC/ix96ES+q 9AFE7erE256g3hGZCFJKNxgusP4OWmh4mQ2sIV8b4jLznhNut0v7DsFBft9vOMzl 77kZKYTwm+dhIZkSuw4GEQWq1kZcFrBlS/8hJFVc/2WJPcIkHKnuZNkRrojfrQ== =Ziu6 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 16:05:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:05:48 +0000 Subject: Processing of libasync-interrupt-perl_1.20-1_amd64.changes Message-ID: libasync-interrupt-perl_1.20-1_amd64.changes uploaded successfully to localhost along with the files: libasync-interrupt-perl_1.20-1_amd64.deb libasync-interrupt-perl_1.20-1.dsc libasync-interrupt-perl_1.20.orig.tar.gz libasync-interrupt-perl_1.20-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 16:15:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:15:56 +0000 Subject: Processing of libaudio-wav-perl_0.14-1_amd64.changes Message-ID: libaudio-wav-perl_0.14-1_amd64.changes uploaded successfully to localhost along with the files: libaudio-wav-perl_0.14-1_all.deb libaudio-wav-perl_0.14-1.dsc libaudio-wav-perl_0.14.orig.tar.gz libaudio-wav-perl_0.14-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 16:19:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:19:14 +0000 Subject: libasync-interrupt-perl_1.20-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 18:00:33 +0200 Source: libasync-interrupt-perl Binary: libasync-interrupt-perl Architecture: source amd64 Version: 1.20-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libasync-interrupt-perl - module to allow C/XS libraries to interrupt perl Changes: libasync-interrupt-perl (1.20-1) unstable; urgency=low . * Team upload. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * debian/copyright: use Comment instead of the deprecated X-Comment. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 88e3b55c14e1177bc600d57e123927c396ba853f 2303 libasync-interrupt-perl_1.20-1.dsc 1067bb31eab3a46b4cbfae041bea581206ae4db0 33243 libasync-interrupt-perl_1.20.orig.tar.gz 00cc2bfa6152b43d52e7a3404384d58cd0cb8d02 2628 libasync-interrupt-perl_1.20-1.debian.tar.xz 4bd34cb89aa37aca9d87f630825cd202f3877378 33484 libasync-interrupt-perl_1.20-1_amd64.deb Checksums-Sha256: 2337a8b79ae38c92cf0bd3123a2fee1bf33a50899711b50f5cd71feb84dc7bfc 2303 libasync-interrupt-perl_1.20-1.dsc 6aad888284c6f3461d903a1e273e1c4fb4d83e6606d5b4b2e4427211d52b3c77 33243 libasync-interrupt-perl_1.20.orig.tar.gz ed30fa3fbfb081eab7681074ac5317e67157b2e24e3f7e24a1b7d285106e885d 2628 libasync-interrupt-perl_1.20-1.debian.tar.xz 96c4a3bc8e6853942fb0ee9877614cba25098915992c02ac17a9a47901773113 33484 libasync-interrupt-perl_1.20-1_amd64.deb Files: 3f7597a767974c9a90b89166b9a0a7ea 33484 perl optional libasync-interrupt-perl_1.20-1_amd64.deb a46f362f4f1faef628647e53798e4365 2303 perl optional libasync-interrupt-perl_1.20-1.dsc 3ec1355c266dfd77245d1c3a1de6fa8d 33243 perl optional libasync-interrupt-perl_1.20.orig.tar.gz 55ca7391cc1c2481aa4369f0553f5288 2628 perl optional libasync-interrupt-perl_1.20-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbk1YThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBssnD/96C41NCOD0AXILHlbtkPwMtc2tWKPxHnxqgor3B3N5yxnk VkjVgK6z9VcYDASMMrMh7CtROeHupwwrdZ6TRA3Yf6//cKAewUgS09uESLUSZ3Iv Gsq5y8lIwIQe0VukThDyyKJM41KK7zQyve+WK7W/2YaX06cVT4zE62J5NJJCWMZa LUS29rqMFlvCeVvPzhRqBBCEucoMKQVvDbTSTlDkxsy6/v5vrVCJGYuzrY4Q2UC2 wliovESCVCZpZD4ATQTc+neqT7MIvfe0hXB9+ZCNtXz5tw3RBzrJKE23RpXQdLNm 34cxhmnevvVX//tOojZh/WHEdDeWxtxP+OvXDBxCfxD0HEFpCGDo2+TbrSaskcW6 Ay+RGgAnjW7rhxLs0hbmlXkuXPIpLNUTeUsBP5aCYWqc8l+kTqhixrm7YSaXjHh2 m1UryKh1tLV7A1MFOLb7H5SkTZNRp64CI9hVGVlssNUkkKOR0RYmPR0+kCJQiASI /W2EgaOuCMFO947sNrNGXmRJraEBEYhUxkn5zNqXeHXydDpIDuWhGGEf+GBS9rOT bIZdzS+Xdmi5FWJCJR/XompT6ooPBq+ZLDSV5o6odMk9dIkWQUr48LH+Ag37gXo8 BVvr2nrx5N+x1PNqNfBjhxIWHTqeIzKhsoV1uIiu7bkr6OI9NsHwmf7s8xCQHQ== =A8tG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 16:19:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 16:19:21 +0000 Subject: libaudio-wav-perl_0.14-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 18:11:43 +0200 Source: libaudio-wav-perl Binary: libaudio-wav-perl Architecture: source all Version: 0.14-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libaudio-wav-perl - modules for manipulating WAV Audio files Changes: libaudio-wav-perl (0.14-1) unstable; urgency=low . * Team upload. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 5ad6ad85ea5bfae70454b081bfeef08b84b65856 2267 libaudio-wav-perl_0.14-1.dsc 7dbf4d21e67884c2b7b97d0d50476b7cded9a8d0 23688 libaudio-wav-perl_0.14.orig.tar.gz 475bc851b554e5119b4ae3fee7e67e31ae8aab35 3148 libaudio-wav-perl_0.14-1.debian.tar.xz d4e6bd760803a060545c537db3a4a7191e9b45a8 29904 libaudio-wav-perl_0.14-1_all.deb Checksums-Sha256: 1be17452a4c1935ec992368d52b809317248e1c2c27e95331696d8792087aab0 2267 libaudio-wav-perl_0.14-1.dsc caad13f586375094a4212c48b6f4f75d2dd8f34536b295ba74489ffa766117a5 23688 libaudio-wav-perl_0.14.orig.tar.gz b54e7d7c477f7a4e7f631d8d92e69e3b2939e380cc9cda262a86e6bc4fb4d35b 3148 libaudio-wav-perl_0.14-1.debian.tar.xz aef0c4ddba7a5a33146ea98334c59f2f5ee131cf5cece6b96f2799a8110f86e5 29904 libaudio-wav-perl_0.14-1_all.deb Files: 8698146628ba8ec999e361a6bc28f17a 29904 perl optional libaudio-wav-perl_0.14-1_all.deb e513b342136337ac212a5916031d667c 2267 perl optional libaudio-wav-perl_0.14-1.dsc 661315821262f18714d86a4e509bfa26 23688 perl optional libaudio-wav-perl_0.14.orig.tar.gz 9cd918f44639b0ab12dc425093720374 3148 perl optional libaudio-wav-perl_0.14-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbk/uThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkqQEACIrBKuBukctf2/P2x1vv7FyaPqupcRrWmByRAhDnyBJrFn ++LNIUDCnnMKK7VRuhEHj+oOYW+lhsRm7w7+ydbVunL1MI7AZA1AttcM3j17GDeE Vc/ehYDh2DLk4EVP945HjXMZQQFSeMK4BE9YebkL/LwIsLHJfiOTaWmAt6LCb1zk CvV+ls0Au6f9sYkhSbsSedCpz/FQxQ1uikBCsqpvuk4xf/xWy2hwUxDdyvVe6xeN BbMjBn15b//WXpjU9TUJz/1eG1zdldy9HyCj9pTOzF0QLZCaQYWykf5ESyDh3pCk JSbmZEyDt9WJFXyuXKVlMVogToVRlHEH4OeJsq1bJ07Vc7rUkMxxBfvl/Cuivgqh ZdtRKl0+2an5bNo4/IveHVH69eSNKbX5mIHTByEb3CN6MQK5u2nDSGBD9cbHprTv KsjPML53zhptBIJn6CRJihvsOrPjsEG9cHXFv+ajRmIG4e9QTT8YvLSnRzwrOYZd UL4t69/9yndLeLiESgsUUWz53/0aufuzQfJx/DQXnC4NA57W9mt33wbTZAxvx9fc mkpMuVcx3b34kX/sTnA2QY7wxBWnd0ITCX1iWEYUTYcq9PeKOFJ7YrReUssCzzL3 BIlbniTuPpDUPeUiptudX+Ns1GOz/QIo/xsGa5ToCCcJCBzRwNkT57hv3xk/qw== =k0ni -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Sat May 10 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 May 2014 16:39:15 +0000 Subject: libplack-middleware-fixmissingbodyinredirect-perl 0.09-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-fixmissingbodyinredirect-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 10 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 May 2014 16:39:15 +0000 Subject: libcatalyst-perl 5.90062-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-perl source package in Debian's testing distribution has changed. Previous version: 5.90053-1 Current version: 5.90062-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 10 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 May 2014 16:39:15 +0000 Subject: libwww-mechanize-treebuilder-perl 1.10003-2 MIGRATED to testing Message-ID: FYI: The status of the libwww-mechanize-treebuilder-perl source package in Debian's testing distribution has changed. Previous version: 1.10003-1 Current version: 1.10003-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 10 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 May 2014 16:39:15 +0000 Subject: libio-socket-ssl-perl 1.983-1 MIGRATED to testing Message-ID: FYI: The status of the libio-socket-ssl-perl source package in Debian's testing distribution has changed. Previous version: 1.981-1 Current version: 1.983-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 10 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 May 2014 16:39:15 +0000 Subject: libwx-scintilla-perl 0.39-1 MIGRATED to testing Message-ID: FYI: The status of the libwx-scintilla-perl source package in Debian's testing distribution has changed. Previous version: 0.38-1 Current version: 0.39-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 10 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 10 May 2014 16:39:16 +0000 Subject: padre 1.00+dfsg-2 MIGRATED to testing Message-ID: FYI: The status of the padre source package in Debian's testing distribution has changed. Previous version: 1.00+dfsg-1 Current version: 1.00+dfsg-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sat May 10 18:06:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 18:06:50 +0000 Subject: Processing of libmatch-simple-perl_0.008-1_amd64.changes Message-ID: libmatch-simple-perl_0.008-1_amd64.changes uploaded successfully to localhost along with the files: libmatch-simple-perl_0.008-1_all.deb libmatch-simple-perl_0.008-1.dsc libmatch-simple-perl_0.008.orig.tar.gz libmatch-simple-perl_0.008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 18:19:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 18:19:29 +0000 Subject: libmatch-simple-perl_0.008-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 19:49:11 +0200 Source: libmatch-simple-perl Binary: libmatch-simple-perl Architecture: source all Version: 0.008-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmatch-simple-perl - simplified clone of smartmatch operator Changes: libmatch-simple-perl (0.008-1) unstable; urgency=medium . [ upstream ] * New release(s). + use Dist::Inkt packaging system. + Use Exporter::Tiny. + Use match::simple::XS if installed, not too old and not unstable. + Improved match::simple test cases. + Don't do `no overloading` on Perl < 5.10.1 in test cases. . [ Jonas Smedegaard ] * Update package relations: + (Build-)depend on libexporter-tiny-perl (not libtype-tiny-perl): Needed since 0.005. + Build-depend on either recent perl or recent libtest-simple-perl: Needed by testsuite since 0.005. + Recommends libmatch-simple-xs-perl: Used since 0.007. + Build-depend on libtest-fatal-perl: Needed by testsuite since 0.007. * Update copyright info: + Drop notes on no longer included convenience code copies. + Extend coverage for main upstream author, and for packaging. * Bump standards-version to 3.9.5. Checksums-Sha1: c74f35404d60e66053febb445d1538311a6e51a9 2347 libmatch-simple-perl_0.008-1.dsc deb7b9280ae89457fe474166fb55f4980c1b9c2d 22403 libmatch-simple-perl_0.008.orig.tar.gz af0e912fdccf49253cf90c7a1887354258596684 3256 libmatch-simple-perl_0.008-1.debian.tar.xz fdf9d05606230582c7b306ef6444f431bad47070 15772 libmatch-simple-perl_0.008-1_all.deb Checksums-Sha256: 66a99181036cba3f5f08668dad651b4be7eb0a1719a59330b6bf49475eac4560 2347 libmatch-simple-perl_0.008-1.dsc cc1d6aa8fd1625f59651d1d82f543cffa7552404fd3cb5d4a28868eaaa9a313d 22403 libmatch-simple-perl_0.008.orig.tar.gz 47d3179b3f6134abbef5a0f089d495353e7527ad37d16f69f5381d14938cae22 3256 libmatch-simple-perl_0.008-1.debian.tar.xz e1e395b0fb5013f2f253032568f810afe7a1ea4b84474d7a51f4d751a7359052 15772 libmatch-simple-perl_0.008-1_all.deb Files: 4dfc8c368a7503c6fb0a0a6b74fad29b 15772 perl optional libmatch-simple-perl_0.008-1_all.deb e53052f433eb9bb67aa2d1afed6ee8b9 2347 perl optional libmatch-simple-perl_0.008-1.dsc 1f47119751a4830c2ccbd89a0e5daa63 22403 perl optional libmatch-simple-perl_0.008.orig.tar.gz 79f4e9cce614305347cfde53cf6c0959 3256 perl optional libmatch-simple-perl_0.008-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTbmpoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhA08P/3FDyUTL/hWANG2oUey9GmYz rAHwf2ciIvt69dNzi5enAExERF4Tzh8cUCsG/uc9CKtOcAbAjk1ozTKYFFrr928M no7vXwzrdGmN0rQ1TEo5T3QUI0y+fi67LbK5uRHUOGcQEGqHcO3dSRDGmHX+lSJU 82nGKhBg6D4z/GUhN5jCyKe7RHRntgfW2pc/xT9BAhPGJxz6SBm5qYrvrtxEaO+g mUXNY3mkplDgp2BrdFw73DoY4GwVDNKCtwqZTj/8Yp0ATmL6Qlu7RrhszwGbqVJt UySMpKg+SqeFxJoIjDV3L7kbJ5baE5ukKEFliNrX8zUYhD3HA8qWIKWpLYGOwrie KH+F2r2i4G/tvsuApSqQ/6FWE9MtSuAasfxzokSqjoOhH0NzNj8o8LMgFFmBYcMc MO4tkvrid0OFFqniGQ3WlVbzN4gIAbT+HhBmgbN/XvEvrOmZUnksT5hlLwkPjTdz wgSWpgnoAtCGhv3kK4Isidp3QczkpkpvwkQuEFwpMJ1thzmJWBwFLsabsr8AuGOP mWaW8Y3WYe5cH5BDYMLGtIt5E4K9AXggD4/z2QiQBHtDmedEzHazJp5xGqbjtdhS HrJ9CWokq9Hb8FyhRrVFM0/UTX4BEiT1Ts/Yf1KI3eFcTVZtOCDKazIAP1AS3LLn d/iYk63XX/tvmatEK6bk =pM+K -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 10 18:57:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 18:57:26 +0000 Subject: Processing of libnet-ssleay-perl_1.59-2_amd64.changes Message-ID: libnet-ssleay-perl_1.59-2_amd64.changes uploaded successfully to localhost along with the files: libnet-ssleay-perl_1.59-2_amd64.deb libnet-ssleay-perl_1.59-2.dsc libnet-ssleay-perl_1.59-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 10 19:05:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 10 May 2014 19:05:02 +0000 Subject: libnet-ssleay-perl_1.59-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 20:54:30 +0200 Source: libnet-ssleay-perl Binary: libnet-ssleay-perl Architecture: source amd64 Version: 1.59-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL) Changes: libnet-ssleay-perl (1.59-2) unstable; urgency=medium . * Add patch to fix build failure on most architectures. Adds format argument to croak() call, otherwise the build fails with -Werror=format-security. Checksums-Sha1: b1ad269204629fd06d73e94b02c8445c87b00812 2366 libnet-ssleay-perl_1.59-2.dsc ce2d5dbd979b638475caed6b492510fbf45139db 8668 libnet-ssleay-perl_1.59-2.debian.tar.xz 42771e923ddfe05c8818aaf3560cd9ac999e7b76 270504 libnet-ssleay-perl_1.59-2_amd64.deb Checksums-Sha256: 6bbecb8ea8e55772ae44d510d7709422cc42921b3798c3360162a8c8ea27566b 2366 libnet-ssleay-perl_1.59-2.dsc a19e27f167fc3b7ad23c0ce208c3cd19584679f2366e66381d5766cfc21065c2 8668 libnet-ssleay-perl_1.59-2.debian.tar.xz 70efa541c95dfd8116a1e166a74476c9a722f825f6de098d2dcd6f302d45e0ec 270504 libnet-ssleay-perl_1.59-2_amd64.deb Files: bc6044513f5d544c845752206fca8631 270504 perl optional libnet-ssleay-perl_1.59-2_amd64.deb f3bc7195ea34f05e4059b2ef012243e0 2366 perl optional libnet-ssleay-perl_1.59-2.dsc a11db34537698584844ec91f76519fff 8668 perl optional libnet-ssleay-perl_1.59-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbnYPThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlWZEACDmRIA42C2/yZakhNg8cTHFVS7i31d5eMcXUWBcrt/YLwj e+K3S0TxQo7hVwp0laMORKMK45LfBmsxaIfZQv2boy6KI7xjCMNuGAhhF8FaVn1t 03/cskCgpZzIHR+xqokgXzwCzMD6cv/vrGF759v7xFds/aYDu3e/SWXSIAi5jccd 13UDDD2WgKagwqW1XApwH/Ne5W+BMlRVwcriQpzetq3AePujemxOFdSHYYxa4vXH 0CwbxV0DlV7BevP0/EAumG+iq85zNq5vXGZR0LhttVHiwvWqio8Oe+K4hlzuBvyY o+rzEvh57JTgjgRvdglLmXx/qf14/M9anYhUZlclpvEKCiShjf0LCAAJd8RPhFom YWybjK9y0TdZbrc2yhonKhnWd44pmdz2o8VwpJgz6GWOCydJJfxaJeUMGVkE3d6q QA2gNUXWtZyuQBy+9Vq8zmKEo3itFb2b5fhx+407TqeMrrkuEHppcHbKsYf85uT0 GE9tHBjM/+x9yXOqPEpseHCDv3jcoZge73m7DaHxarqAtjnM4eOAvEIX923pjCOG tZxryfOGoPHWYg1QcGFfsuwdoquSrqNErDvG9pvKHJu81bNMfmn8j1rCCLLdV20l KcccNdXBBkRagxTjanz3eljzGbJXFSRPxtclsWvv3RP3tH7sXqj3Ne67ED3fug== =V2df -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From zeha at debian.org Sat May 10 20:39:22 2014 From: zeha at debian.org (Christian Hofstaedtler) Date: Sat, 10 May 2014 22:39:22 +0200 Subject: Transition note: Ruby 2.0 is going away Message-ID: <20140510203921.GA18925@nq.home.zeha.at> Dear colleagues, you're hearing from me because ruby2.0 is going away, and one of your packages depends or build-depends on ruby or a related package. A new ruby metapackage (src:ruby-defaults) that changes the list of supported ruby interpreters to only 2.1 will enter sid today. While 2.0 and 2.1 are very similar and thus, we don't expect any real breakage, please ensure your package still works with ruby2.1, and, if it (build-)depends on (lib)ruby2.0, please drop that dependency in favor of (lib)ruby2.1 (or better, one of the meta packages). dd-list follows: 3-D printer team <3dprinter-general at lists.alioth.debian.org> cura-engine Akira Mitsui mruby (U) akira yamada bsfilter (U) racc (U) rdtool (U) ruby-eb (U) ruby-ldap (U) ruby-shadow (U) ruby-tmail (U) ruby-uconv (U) ruby1.8 ruby1.9.1 (U) Alan Boudreault mapserver (U) Alberto Garcia webkitgtk (U) Alessandro Ghedini ecasound (U) Alex Pennace raspell (U) Alexander Wirt rrdtool (U) ruby-archive-tar-minitar subtle Andreas Beckmann i7z Andreas Tille gwyddion (U) libsbml (U) wordnet (U) Andrew Pollock facter (U) Anish A ruby-faraday (U) ruby-http-accept-language (U) ruby-twitter (U) Antonio Terceiro bundler (U) capistrano (U) coderay (U) cucumber (U) debci feed2imap (U) gem2deb (U) ohai (U) rails-3.2 (U) rails-4.0 (U) rake (U) ruby-builder (U) ruby-cmdparse (U) ruby-coffee-rails (U) ruby-coffee-script (U) ruby-coffee-script-source (U) ruby-defaults ruby-execjs (U) ruby-feedparser (U) ruby-ferret (U) ruby-ffi (U) ruby-flexmock (U) ruby-gherkin (U) ruby-gnome2 (U) ruby-httpclient (U) ruby-i18n (U) ruby-jquery-rails (U) ruby-ldap (U) ruby-memcache-client (U) ruby-mocha (U) ruby-multi-json (U) ruby-pkg-config (U) ruby-progressbar (U) ruby-rack-ssl (U) ruby-slop (U) ruby-soap4r (U) ruby-sprockets (U) ruby-term-ansicolor (U) ruby-uglifier (U) ruby-yajl (U) ruby1.9.1 ruby2.0 ruby2.1 vim-addon-manager (U) Antonio Terceiro ruby-bdb (U) ruby-cairo (U) ruby-hmac (U) ruby-json (U) ruby-rmagick (U) ruby-shoulda (U) ruby-shoulda-context (U) ruby-shoulda-matchers (U) Antono Vasiljev ruby-gir-ffi (U) shelr Apollon Oikonomopoulos ruby-hiredis (U) ruby-rpatricia (U) Apollon Oikonomopoulos ruby-hiredis (U) Arnaud Cornet gurgitate-mail ruby-cmdparse (U) ruby-gnome2 (U) Arnaud Cornet ruby-bluecloth (U) ruby-rubytorrent (U) Athena Capital Research pion ruby-flexmock (U) rubyluabridge Axel Beckert tpp Axel Wagner ruby-parslet (U) ruby-toml (U) Bas Couwenberg geos (U) mapserver (U) Bas Wijnen cura-engine (U) python-lua Ben Armstrong live-manual (U) ruby-blockenspiel (U) ruby-parseconfig (U) ruby-rack-flash3 (U) ruby-simple-navigation (U) ruby-sinatra-simple-navigation (U) ruby-term-ansicolor (U) ruby-versionomy (U) Benjamin Drung xmms2 xmms2 (0.8+dfsg-9) Bernd Zeimetz rrdtool (U) Bryan McLellan chef-expander (U) chef-server-api (U) chef-server-webui (U) chef-solr (U) ruby-bunny (U) ruby-erubis (U) ruby-extlib ruby-stomp (U) ruby-systemu (U) stompserver (U) Cajus Pollmeier qpid-cpp Carl Worth notmuch ruby-mail (U) ruby-treetop (U) Carlos Zuferri live-manual (U) Christian Hofstaedtler bundler (U) gist (U) ruby-docile (U) ruby-mechanize (U) ruby-rack1.4 (U) ruby-thor (U) ruby2.0 (U) ruby2.1 (U) Christian M. Ams?ss lolcat (U) ruby-paint (U) Christian Marillat mkvtoolnix Christoph Berg pgpool2 (U) Christopher Baines ruby-dbf (U) Cleto Mart?n zeroc-ice (U) Clint Byrum ruby-echoe (U) ruby-hoe (U) ruby-rubyforge (U) C?dric Boutillier cucumber (U) korundum (U) nanoc (U) qtruby (U) raspell (U) ruby-addressable (U) ruby-afm (U) ruby-ascii85 (U) ruby-bcrypt (U) ruby-bio (U) ruby-bluecloth (U) ruby-bson (U) ruby-cairo (U) ruby-cmdparse (U) ruby-coercible (U) ruby-colored (U) ruby-cri (U) ruby-dataobjects (U) ruby-dataobjects-mysql (U) ruby-dataobjects-postgres (U) ruby-dataobjects-sqlite3 (U) ruby-descendants-tracker (U) ruby-diff-lcs (U) ruby-distribution (U) ruby-fakeweb (U) ruby-ferret (U) ruby-ffi-rzmq-core (U) ruby-file-tail (U) ruby-fssm (U) ruby-fusefs (U) ruby-gherkin (U) ruby-github-markup (U) ruby-gnuplot (U) ruby-gon (U) ruby-gsl (U) ruby-hashery (U) ruby-heckle (U) ruby-highline (U) ruby-httparty (U) ruby-innate (U) ruby-integration (U) ruby-introspection (U) ruby-jbuilder (U) ruby-json (U) ruby-libxml (U) ruby-liquid (U) ruby-listen (U) ruby-mime-types (U) ruby-minimization (U) ruby-minitest (U) ruby-mkrf (U) ruby-mocha (U) ruby-mysql2 (U) ruby-net-sftp (U) ruby-nokogiri (U) ruby-oj (U) ruby-opengl (U) ruby-openid (U) ruby-packable (U) ruby-parser (U) ruby-pdf-core (U) ruby-pdf-inspector (U) ruby-pdf-reader (U) ruby-peach (U) ruby-plist (U) ruby-prawn (U) ruby-rabl (U) ruby-rabl-rails (U) ruby-ramaze (U) ruby-rb-inotify (U) ruby-riot (U) ruby-roxml (U) ruby-rspec (U) ruby-rspec-core (U) ruby-rspec-expectations (U) ruby-rspec-longrun (U) ruby-rspec-mocks (U) ruby-safe-yaml (U) ruby-sexp-processor (U) ruby-six (U) ruby-spoon (U) ruby-spreadsheet (U) ruby-test-spec (U) ruby-test-unit (U) ruby-text-table (U) ruby-thread-safe (U) ruby-treetop (U) yard (U) C?dric Boutillier ruby-blankslate (U) ruby-childprocess (U) ruby-contest (U) ruby-hpricot (U) ruby-instantiator (U) ruby-metaclass (U) ruby-ogginfo (U) ruby-progressbar (U) ruby-rc4 (U) ruby-rubytorrent (U) ruby-sdl (U) ruby-text (U) ruby-ttfunk (U) ruby-validatable (U) Dafydd Harries ruby-amazon Daigo Moriwaki ruby-eventmachine (U) ruby-gsl ruby-hmac ruby-narray ruby-odbc (U) ruby1.9.1 (U) Damien Raude-Morvan libfreemarker-java (U) opennebula (U) ruby-amazon-ec2 Daniel Baumann live-manual (U) Daniel Kahn Gillmor slt xdotool Daniel Mart? ruby-stamp (U) Dave Beckett redland-bindings David Bremner notmuch (U) David Mart?nez Moreno redmine-recaptcha ruby-recaptcha David Moreno ruby-passenger (U) David Palacio korundum (U) qtruby (U) David Su?rez roodi (U) ruby-ipaddress (U) Debian Cairo-dock Maintainers cairo-dock-plug-ins Debian CLI Libraries Team dlr-languages (20090805+git.e6b28d27+dfsg-4) Debian Forensics unhide.rb Debian GIS Project geos mapserver ruby-hdfeos5 ruby-hdfeos5 (1.2-1) ruby-narray-miss ruby-netcdf ruby-netcdf (0.6.6-2) Debian Java Maintainers jblas jruby libfreemarker-java yecht Debian Javascript Maintainers npm Debian Libvirt Maintainers hivex libguestfs ruby-libvirt Debian Med Packaging Team gwyddion libsbml libsbml (5.8.0-2) logol Debian Mozilla Extension Maintainers itsalltext Debian Multimedia Maintainers ecasound Debian Multimedia Packages Maintainers supercollider Debian OCaml Maintainers laby Debian OpenCL Maintainers khronos-opencl-man Debian OpenNebula Maintainers opennebula Debian Perl Group libplack-middleware-file-sass-perl Debian PostgreSQL Maintainers pgpool2 Debian QA Group diakonos graphviz rbbr Debian Qt/KDE Maintainers kde-workspace korundum kross-interpreters qtruby qtwebkit-opensource-src Debian RRDtool Team rrdtool Debian Ruby Extras Maintainers adlint asciidoctor bsfilter bundler camping capistrano chef chef-expander chef-server-api chef-server-webui chef-solr chef-zero coderay (U) ctioga2 (U) cucumber dnsruby (U) feed2imap foodcritic foremancli gem2deb gist hiki (U) imagetooth jekyll kwalify (U) larch librarian-puppet lolcat mdpress nanoc ohai pry rabbit racc rails rails-3.2 rails-4.0 rainbows rake rake-compiler raspell raspell (1.3-1) rbenv rbot (U) rdtool roodi rttool ruby-activeldap (U) ruby-activerecord-deprecated-finders ruby-acts-as-taggable-on ruby-addressable ruby-afm ruby-aggregate ruby-albino ruby-algorithm-diff ruby-amazon-ec2 (U) ruby-amq-client ruby-amq-protocol ruby-amqp ruby-amrita2 ruby-appraisal ruby-arel ruby-aruba ruby-ascii85 ruby-asset-sync ruby-atomic ruby-augeas ruby-augeas (0.5.0-2) ruby-awesome-nested-set ruby-axiom-types ruby-backports ruby-bacon ruby-barby ruby-base62 ruby-bcat ruby-bcrypt ruby-bcrypt (3.1.7-2) ruby-bdb ruby-benchmark-ips ruby-benchmark-suite ruby-bio ruby-blankslate ruby-blockenspiel ruby-blockenspiel (0.4.5-1) ruby-bluecloth ruby-bluecloth (2.2.0-4) ruby-bluefeather ruby-bootstrap-sass ruby-bourne ruby-bsearch ruby-bson ruby-bson-ext ruby-buftok ruby-build ruby-builder (U) ruby-bunny ruby-cairo ruby-cairo (1.12.8-1) ruby-capistrano-colors ruby-capybara ruby-carrierwave ruby-cassiopee ruby-celluloid ruby-charlock-holmes ruby-charlock-holmes (0.6.9.4.dfsg1-1) ruby-childprocess ruby-chronic ruby-classifier ruby-client-side-validations ruby-cmdparse ruby-coercible ruby-coffee-rails ruby-coffee-script ruby-coffee-script-source ruby-color-tools ruby-colorator ruby-colored ruby-colorize ruby-columnize ruby-commander ruby-compass-rails ruby-configurate ruby-connection-pool ruby-contest ruby-cookiejar ruby-coveralls ruby-crack ruby-creole ruby-cri ruby-curb ruby-cutest ruby-daemons ruby-dataobjects ruby-dataobjects-mysql ruby-dataobjects-postgres ruby-dataobjects-sqlite3 ruby-dbd-mysql ruby-dbd-odbc ruby-dbd-pg ruby-dbd-sqlite3 ruby-dbf ruby-dbi ruby-dbus ruby-delorean ruby-dep-selector ruby-dep-selector (0.0.8-2) ruby-deprecated ruby-descendants-tracker ruby-diff-lcs ruby-directory-watcher ruby-distribution ruby-docile ruby-docker-api ruby-domain-name ruby-dotenv ruby-dust ruby-eb ruby-eb (2.6-3) ruby-echoe ruby-eim-xml (U) ruby-em-hiredis ruby-em-http-request ruby-em-mongo ruby-em-redis ruby-em-socksify ruby-em-spec ruby-em-synchrony ruby-equalizer ruby-erubis ruby-escape ruby-escape-utils ruby-ethon ruby-event-loop ruby-eventmachine ruby-excon ruby-execjs ruby-exif ruby-exif (0.1.2-21) ruby-expression-parser ruby-extlib (U) ruby-facets (U) ruby-factory-girl ruby-factory-girl-rails ruby-fakefs ruby-fakeweb ruby-faraday ruby-faraday-middleware ruby-fast-gettext ruby-fast-stemmer ruby-fast-stemmer (1.0.2-1) ruby-fast-xs ruby-fast-xs (0.8.0-3) ruby-fcgi ruby-fcgi (0.9.2.1-1) ruby-feedparser ruby-ferret ruby-ferret (0.11.8.5-1) ruby-ffi ruby-ffi (1.9.3debian-1) ruby-ffi-rzmq ruby-ffi-rzmq-core ruby-fftw3 (U) ruby-file-tail ruby-filepath ruby-fixture-builder ruby-flexmock ruby-fog ruby-fog-brightbox ruby-fog-core ruby-fog-json ruby-foreigner ruby-formatador ruby-fssm ruby-fusefs ruby-fusefs (0.7.0-4) ruby-gd ruby-gelf ruby-gettext ruby-gettext-activerecord ruby-gettext-i18n-rails ruby-gettext-rails ruby-gherkin ruby-gir-ffi ruby-github-markup ruby-globalhotkeys ruby-globalhotkeys (0.3.2-4) ruby-gnome2 ruby-gnuplot ruby-gon ruby-gpgme ruby-grack ruby-graffiti ruby-graphviz ruby-grib ruby-grib (0.2.2-3) ruby-grit ruby-grit-ext ruby-gruff ruby-gsl (U) ruby-haml ruby-haml-contrib ruby-haml-magic-translations ruby-handlebars-assets ruby-hashery ruby-hashie ruby-heckle ruby-hiera ruby-hiera-eyaml ruby-highline ruby-hike ruby-hikidoc ruby-hiredis ruby-hitimes ruby-hitimes (1.2.1-2) ruby-hmac (U) ruby-hoe ruby-hpricot ruby-hpricot (0.8.6-5) ruby-html2haml ruby-htmlentities ruby-htree ruby-http ruby-http-accept-language ruby-http-connection ruby-http-cookie ruby-http-parser ruby-http-parser.rb ruby-http-parser.rb (0.6.0-2) ruby-httparty ruby-httpauth ruby-httpclient ruby-i18n ruby-i18n-inflector ruby-i18n-inflector-rails ruby-ice-nine ruby-image-science ruby-indentation ruby-inline ruby-innate ruby-inotify ruby-inotify (0.0.2-7) ruby-instantiator ruby-integration ruby-introspection ruby-ipaddress ruby-jbuilder ruby-jekyll-test-plugin ruby-jnunemaker-matchy ruby-journey ruby-jquery-rails ruby-json ruby-jwt ruby-kgio ruby-kpeg ruby-kramdown ruby-kyotocabinet ruby-kyotocabinet (1.32-1) ruby-lapack ruby-lapack (1.6-1) ruby-ldap ruby-ldap (0.9.16-1) ruby-levenshtein ruby-levenshtein (0.2.2-2) ruby-librarian ruby-libxml ruby-libxml (2.7.0-2) ruby-liquid ruby-listen ruby-literati ruby-locale ruby-locale-rails ruby-lockfile ruby-log4r ruby-mab ruby-magic ruby-mail ruby-markerb ruby-maruku ruby-mathml (U) ruby-mecab ruby-mecab (0.99.6-2) ruby-mechanize ruby-memcache-client ruby-memoizable ruby-memoize ruby-merb-assets ruby-merb-core ruby-merb-haml ruby-merb-helpers ruby-merb-param-protection ruby-messagebus-api ruby-metaclass ruby-metaid ruby-method-source ruby-mime-types ruby-mini-magick ruby-minimization ruby-minitest ruby-mixlib-authentication ruby-mixlib-cli ruby-mixlib-config ruby-mixlib-log ruby-mixlib-shellout ruby-mizuho ruby-mkrf ruby-mobile-fu ruby-mocha ruby-mongo ruby-mp3tag ruby-mpi ruby-mpi (0.2.0-1) ruby-msgpack ruby-msgpack (0.5.5-2) ruby-multi-json ruby-multi-xml ruby-multibitnums ruby-multibitnums (0.1.4-2) ruby-multimap ruby-multimap (1.1.2+gh-1) ruby-multipart-parser ruby-multipart-post ruby-mustache ruby-mysql ruby-mysql (2.8.2+gem2deb-4) ruby-mysql2 ruby-narray (U) ruby-naught ruby-ncurses ruby-ncurses (1.4.7+dfsg-1) ruby-net-http-digest-auth ruby-net-http-persistent ruby-net-irc ruby-net-ldap ruby-net-scp ruby-net-sftp ruby-net-ssh ruby-net-ssh-gateway ruby-net-ssh-multi ruby-nokogiri ruby-notify ruby-ntlm ruby-numru-misc ruby-numru-units ruby-oauth ruby-oauth2 ruby-octokit ruby-odbc ruby-odbc (0.99995-2) ruby-ogginfo ruby-oj ruby-ole ruby-omniauth ruby-omniauth-facebook ruby-omniauth-google-oauth2 ruby-omniauth-ldap ruby-omniauth-oauth ruby-omniauth-oauth2 ruby-omniauth-openid ruby-omniauth-tumblr ruby-omniauth-twitter ruby-open4 ruby-opengl ruby-opengraph-parser ruby-openid ruby-org ruby-origin ruby-orm-adapter ruby-ox ruby-packable ruby-packet ruby-packetfu ruby-paint ruby-parseconfig ruby-parser ruby-parslet ruby-passenger ruby-password ruby-password (0.5.3-4) ruby-patron ruby-pcaprub ruby-pdf-core ruby-pdf-inspector ruby-pdf-reader ruby-peach ruby-pg ruby-pg (0.17.0-1) ruby-pkg-config ruby-platform ruby-plist ruby-polyglot ruby-popen4 ruby-posix-spawn ruby-posix-spawn (0.3.8-1) ruby-powerpack ruby-prawn ruby-progressbar ruby-puppetlabs-spec-helper ruby-pygments.rb ruby-rabl ruby-rabl-rails ruby-rack ruby-rack-accept ruby-rack-cache ruby-rack-cors ruby-rack-flash3 ruby-rack-google-analytics ruby-rack-mobile-detect ruby-rack-openid ruby-rack-piwik ruby-rack-pjax ruby-rack-protection ruby-rack-rewrite ruby-rack-ssl ruby-rack-test ruby-rack1.4 ruby-rails-autolink ruby-rails-i18n ruby-rails-observers ruby-rainbow ruby-raindrops ruby-ramaze ruby-rash ruby-rb-inotify ruby-rc4 ruby-rchardet ruby-rdiscount ruby-redcarpet ruby-redcloth ruby-redcloth (4.2.9-3) ruby-ref ruby-remcached ruby-remotipart ruby-rest-client ruby-rgen ruby-rinku ruby-rinku (1.7.3-1) ruby-riot ruby-rjb ruby-rmagick ruby-rmagick (2.13.2-3) ruby-romkan ruby-ronn ruby-roxml ruby-rpatricia ruby-rpatricia (1.0.1-1) ruby-rqrcode ruby-rr ruby-rspec ruby-rspec-core ruby-rspec-expectations ruby-rspec-longrun ruby-rspec-mocks ruby-rspec-puppet ruby-rspec-rails ruby-rspec-retry ruby-ruby2ruby ruby-rubyforge ruby-rubymail ruby-rubypants ruby-rubytorrent ruby-safe-yaml ruby-samuel ruby-sanitize ruby-sasl ruby-sass-rails ruby-sawyer ruby-sdl ruby-sdl (2.1.3-1) ruby-sequel ruby-sequel-pg ruby-sequel-pg (1.6.8-1) ruby-serialport ruby-serialport (1.3.0-1) ruby-serverspec ruby-session ruby-settingslogic ruby-setup ruby-sexp-processor ruby-shadow ruby-sham-rack ruby-shindo ruby-shoulda ruby-shoulda-context ruby-shoulda-matchers ruby-sigar ruby-simple-navigation ruby-simple-oauth ruby-simplecov ruby-sinatra ruby-sinatra-contrib ruby-sinatra-simple-navigation ruby-sinon-rails ruby-six ruby-slim ruby-slop ruby-snmp ruby-soap4r ruby-source-map ruby-sourcify ruby-specinfra ruby-spoon ruby-spreadsheet ruby-sprockets ruby-sprockets-rails ruby-sqlite3 ruby-sshkit ruby-stamp ruby-stomp ruby-stringex ruby-strong-parameters ruby-subexec ruby-svg-graph ruby-systemu ruby-taglib2 ruby-taglib2 (0.1.5-2) ruby-temple ruby-term-ansicolor ruby-termios ruby-termios (1.0.0-1) ruby-test-after-commit ruby-test-declarative ruby-test-spec ruby-test-unit ruby-test-unit-rr ruby-text ruby-text-format ruby-text-table ruby-thor ruby-thread-safe ruby-tilt ruby-timecop ruby-timers ruby-tinder ruby-tins ruby-tioga (U) ruby-tmail ruby-tokyocabinet ruby-tokyocabinet (1.31-3) ruby-toml ruby-transaction-simple ruby-treetop ruby-trollop ruby-ttfunk ruby-twitter ruby-twitter-oauth ruby-twitter-stream ruby-typed-array ruby-typhoeus ruby-tzinfo ruby-uconv ruby-uconv (0.6.1-1) ruby-uglifier ruby-unf ruby-unf-ext ruby-unf-ext (0.0.6-2) ruby-unicode ruby-unicode (0.4.4-2) ruby-upr ruby-uuidtools (U) ruby-validatable ruby-vegas ruby-versionomy ruby-warden ruby-webmock ruby-webrobots ruby-whitewash ruby-wikicloth ruby-will-paginate ruby-wirble ruby-xmlparser ruby-xmlparser (0.7.2-3) ruby-xpath ruby-yajl ruby-yaml-db ruby-yard-sinatra ruby-zentest ruby-zoom ruby-zoom (0.4.1-6) samizdat stompserver sup-mail syncache tdiary tdiary-contrib thin thin (1.3.1-5) unicorn webgen0.5 (U) yard Debian Sass team compass-breakpoint-plugin compass-fancy-buttons-plugin compass-h5bp-plugin compass-layoutgala-plugin compass-slickmap-plugin compass-susy-plugin compass-yui-plugin ruby-chunky-png ruby-compass ruby-oily-png ruby-sass Debian Science Maintainers root-system Debian Science Team wordnet Debian SELinux maintainers libselinux libsemanage Debian TeX maintainers context Debian Vim Maintainers vim vim-addon-manager Debian WebKit Maintainers webkitgtk Debian XML/SGML Group dbtoepub Debichem Team molds Deepak Tripathi coderay (U) libhtml-htmltokenizer-ruby ruby-activeldap (U) ruby-gsl (U) ruby-htmlentities (U) ruby-innate (U) ruby-metaid (U) ruby-mixlib-cli (U) ruby-odbc (U) ruby-opengl (U) ruby-sdl (U) ruby-validatable (U) ruby-xml-simple ruby-zoom (U) Deepak Tripathi ruby-addressable (U) ruby-dataobjects (U) ruby-dataobjects-mysql (U) ruby-dataobjects-sqlite3 (U) Dmitry Borodaenko ruby-dbd-mysql (U) ruby-dbd-odbc (U) ruby-dbd-pg (U) ruby-dbd-sqlite3 (U) ruby-dbi (U) ruby-deprecated (U) ruby-fast-gettext (U) ruby-ffi-rzmq (U) ruby-graffiti (U) ruby-magic (U) ruby-mysql (U) ruby-pg (U) ruby-redcloth (U) ruby-sequel (U) ruby-sequel-pg (U) ruby-sqlite3 (U) ruby-svg-graph (U) ruby-whitewash (U) samizdat (U) syncache (U) Dmitry E. Oboukhov wordnet (U) Dmitry Smirnov redmine-plugin-markdown tupi Dominique Dumont jekyll (U) ruby-jekyll-test-plugin (U) ruby-kpeg (U) ruby-pygments.rb (U) Emilio Pozuelo Monfort webkitgtk (U) Emmanuel Bourg libfreemarker-java (U) Emmanuel Bouthenot weechat Esteban Manchado Vel?zquez dhelp (U) ruby-text-format (U) Eugene Lavnikevich ruby-creole (U) ruby-sinatra-contrib (U) ruby-slim (U) ruby-temple (U) Fabrizio Regalli itsalltext (U) Fathi Boudra qtwebkit-opensource-src (U) Felix Geyer ruby-mizuho (U) ruby-passenger (U) Filipe Lautert ruby-libxml (U) ruby-passenger (U) Francesco Paolo Lovergine geos (U) mapserver (U) Francesco Poli (wintermute) apt-listbugs Francisco Moya zeroc-ice Gast?n Ramos imagetooth (U) ruby-sass-rails (U) Georgios M. Zarkadas dhelp Gergely Nagy riemann-c-client Gioele Barabucci ruby-filepath (U) Giuseppe Bilotta khronos-opencl-man (U) Guido G?nther libguestfs (U) ruby-libvirt (U) Gunnar Wolf dh-make-drupal gem2deb (U) kindleclip ruby-barby (U) ruby-bdb (U) ruby-color-tools (U) ruby-domain-name (U) ruby-event-loop (U) ruby-fakefs (U) ruby-file-tail (U) ruby-gettext-activerecord (U) ruby-gettext-rails (U) ruby-gpgme (U) ruby-gruff (U) ruby-haml (U) ruby-heckle (U) ruby-html2haml (U) ruby-htmlentities (U) ruby-http-cookie (U) ruby-httpclient (U) ruby-image-science (U) ruby-inline (U) ruby-libxml (U) ruby-locale-rails (U) ruby-log4r (U) ruby-mechanize (U) ruby-net-http-digest-auth (U) ruby-net-http-persistent (U) ruby-ntlm (U) ruby-ogginfo (U) ruby-ole (U) ruby-packet (U) ruby-password (U) ruby-prawn (U) ruby-ramaze (U) ruby-rmagick (U) ruby-rqrcode (U) ruby-ruby2ruby (U) ruby-setup (U) ruby-sourcify (U) ruby-spreadsheet (U) ruby-transaction-simple (U) ruby-unf (U) ruby-webrobots (U) ruby-will-paginate (U) ruby-wirble (U) Gustavo Noronha Silva webkitgtk (U) Hendrik Sattler obexftp Hideki Yamane ruby-aruba (U) ruby-bcat (U) ruby-crack (U) ruby-spoon (U) ruby-twitter-text HIGUCHI Daisuke (VDR dai) mikutter ruby-memoize (U) ruby-typed-array (U) Hilko Bengen hivex (U) libguestfs (U) Hleb Valoshka <375gnu at gmail.com> ruby-aggregate (U) ruby-gettext (U) ruby-kgio (U) ruby-locale (U) ruby-raindrops (U) ruby-tzinfo (U) unicorn (U) Ito Hiroyuki ngraph-gtk (U) Ivo Maintz libsbml (U) Jaime Melis opennebula (U) James McCoy subversion (U) vim (U) vim-addon-manager (U) Jameson Graef Rollins notmuch (U) Jan Beyer gwyddion (U) Jan L?bbe itsalltext (U) Janos Guljas uwsgi Jari Aalto splitpatch Jeremy Lain? ruby-htmlentities (U) Joe Nahmias magicmaze Joey Schulze vpim Johan Euphrosine (proppy) jpoker (U) Jonas Genannt mcollective (U) ruby-axiom-types (U) ruby-colorize (U) ruby-em-mongo (U) ruby-em-synchrony (U) ruby-escape (U) ruby-gelf (U) ruby-hiera (U) ruby-htree (U) ruby-ice-nine (U) ruby-multimap (U) ruby-polyglot (U) ruby-sanitize (U) ruby-stomp (U) ruby-tinder (U) ruby-twitter-stream (U) Jonas Smedegaard compass-breakpoint-plugin (U) npm (U) ruby-chunky-png (U) ruby-compass (U) ruby-oily-png ruby-oily-png (U) ruby-sass (U) uwsgi (U) Joshua Timberman coderay ohai (U) ruby-mixlib-authentication (U) ruby-mixlib-cli (U) ruby-mixlib-config (U) ruby-mixlib-log (U) ruby-moneta stompserver (U) Junichi Uekawa elserv J?r?my Bobbio coquelicot rainbows (U) ruby-backports (U) ruby-capybara (U) ruby-creole (U) ruby-haml-contrib (U) ruby-haml-magic-translations (U) ruby-levenshtein (U) ruby-multipart-parser (U) ruby-org (U) ruby-packetfu (U) ruby-pcaprub (U) ruby-rjb (U) ruby-rspec-retry (U) ruby-sinatra-contrib (U) ruby-slim (U) ruby-temple (U) ruby-upr (U) schleuder J?r?my Lal npm (U) redmine ruby-net-ldap (U) Kenshi Muto docdiff quickml Kevin Coyner sshmenu Koichi Akabe ngraph-gtk KURASHIKI Satoru hyperestraier hyperestraier (1.4.13-12) qdbm qdbm (1.8.78-3) ruby-serverspec (U) ruby-specinfra (U) Kurt Roeckx epic5 Laszlo Boszormenyi (GCS) git-extras whatweb Laurent Arnoud ruby-eventmachine (U) ruby-tokyocabinet (U) thin (U) Laurent Bigonville ruby-childprocess (U) ruby-erubis (U) ruby-excon (U) ruby-fog (U) ruby-formatador (U) ruby-multi-json (U) ruby-platform (U) ruby-popen4 (U) vagrant Leandro Nunes dos Santos ruby-ferret (U) Lifeng Sun root-system (U) Lisandro Dami?n Nicanor P?rez Meyer qtwebkit-opensource-src (U) Live Systems Maintainers live-manual Loic Dachary (OuoU) jpoker Lucas Nussbaum gem2deb (U) how-can-i-help ruby-bio (U) ruby-daemons (U) ruby-diff-lcs (U) ruby-event-loop (U) ruby-gnuplot (U) ruby-highline (U) ruby-ipaddress (U) ruby-json (U) ruby-mime-types (U) ruby-minitest (U) ruby-net-ssh (U) ruby-net-ssh-gateway (U) ruby-nokogiri (U) ruby-peach (U) ruby-rack (U) ruby-rest-client (U) ruby-rspec-expectations (U) ruby-tokyocabinet (U) ruby-xmlparser (U) ruby-yard-sinatra (U) ruby1.9.1 (U) yard (U) Lucas Nussbaum feed2imap (U) ruby-bdb (U) ruby-feedparser (U) ruby-globalhotkeys (U) ruby-i18n (U) ruby-ncurses (U) ruby-net-scp (U) ruby-net-sftp (U) ruby-net-ssh-multi (U) ruby-rspec (U) ruby-rspec-core (U) ruby-rspec-mocks (U) ruby-sinatra (U) ruby-termios (U) ruby-test-declarative (U) ruby-tilt (U) Luke Faraone camo (U) Manoj Srivastava libselinux (U) libsemanage (U) Marc Dequ?nes (Duck) kwalify rbot ruby-activeldap ruby-builder ruby-facets ruby-tokyocabinet (U) ruby-uuidtools webgen0.5 Markus Tornow ruby-dotenv (U) ruby-jwt (U) ruby-listen (U) ruby-mini-magick (U) ruby-ref (U) ruby-subexec (U) ruby-xpath (U) martin f. krafft notmuch (U) Martin Ueding ruby-mustache (U) ruby-rdiscount (U) ruby-ronn (U) Mart?n Ferrari larch (U) Mathieu Malaterre khronos-opencl-man (U) xmlformat Mats Erik Andersson netsed Matt Palmer dns323-firmware-tools ruby-augeas (U) Maximiliano Curia korundum (U) kross-interpreters (U) qtruby (U) Micah Anderson facter (U) mcollective (U) puppet-lint (U) ruby-ffi (U) ruby-fssm (U) ruby-gpgme (U) ruby-hpricot (U) ruby-packet (U) ruby-passenger (U) ruby-password (U) ruby-rb-inotify (U) Michael Ablassmeier glark Michael Banck molds (U) Michael Franzl ruby-mysql2 (U) Michael Gilbert gordon Michael Janssen player player (3.0.2+dfsg-4.1) Michael Meskes korundum (U) qtruby (U) Michael Schutte ruby-bdb (U) ruby-gnome2 (U) Michael Schutte itsalltext (U) ruby-git ticgit Miguel Landaeta ruby-coveralls (U) ruby-docker-api (U) ruby-octokit (U) ruby-sawyer (U) Mike Hommey webkitgtk (U) Minto Joseph ruby-fakeweb (U) ruby-samuel (U) Mitsuya Shibata marisa Modestas Vainius kross-interpreters (U) Nandaja Varma ruby-columnize (U) ruby-jnunemaker-matchy (U) ruby-timecop (U) Nico Golde stfl stfl (0.22-1.1) Nigel Kersten facter (U) NIIBE Yutaka cutter-testing-framework htree ruby-escape (U) ruby-htree (U) samidare treil Nitesh A Jain ruby-arel (U) ruby-cassiopee (U) ruby-foreigner (U) ruby-omniauth-facebook (U) ruby-omniauth-google-oauth2 (U) ruby-rack-accept (U) ruby-rainbow (U) Nobuhiro Iwamatsu cairo-dock-plug-ins (U) mruby ruby-snmp (U) Ola Lundqvist jpoker (U) Olivier Sallou ruby-text (U) Olivier Sallou logol (U) ruby-cassiopee (U) Olly Betts xapian-bindings Ond?ej Sur? dnsruby rails-3.2 (U) rails-4.0 (U) rake (U) ruby-activerecord-deprecated-finders (U) ruby-arel (U) ruby-atomic (U) ruby-awesome-nested-set (U) ruby-charlock-holmes (U) ruby-gettext-i18n-rails (U) ruby-grack (U) ruby-grit (U) ruby-grit-ext (U) ruby-hike (U) ruby-journey (U) ruby-omniauth (U) ruby-omniauth-ldap (U) ruby-rack-cache (U) ruby-rack-openid (U) ruby-rails-observers (U) ruby-rchardet (U) ruby-sasl (U) ruby-sprockets (U) ruby-sprockets-rails (U) ruby-text-format (U) ruby-thread-safe (U) ruby-yaml-db (U) Patrick Ringl ruby-hiera (U) ruby-inline (U) Paul van Tilburg camping (U) rake (U) ruby-bluecloth (U) ruby-builder (U) ruby-cairo (U) ruby-cmdparse (U) ruby-daemons (U) ruby-dbus (U) ruby-eventmachine (U) ruby-exif (U) ruby-ferret (U) ruby-fusefs (U) ruby-gd (U) ruby-gir-ffi (U) ruby-git (U) ruby-gnome2 (U) ruby-haml (U) ruby-hmac (U) ruby-inline (U) ruby-inotify (U) ruby-kramdown (U) ruby-libxml (U) ruby-log4r (U) ruby-mab (U) ruby-metaid (U) ruby-mixlib-authentication (U) ruby-mixlib-cli (U) ruby-mixlib-config (U) ruby-mixlib-log (U) ruby-mixlib-shellout (U) ruby-mocha (U) ruby-mp3tag (U) ruby-net-ssh (U) ruby-odbc (U) ruby-open4 (U) ruby-opengl (U) ruby-openid (U) ruby-ox (U) ruby-progressbar (U) ruby-rack (U) ruby-rchardet (U) ruby-romkan (U) ruby-sdl (U) ruby-serialport (U) ruby-stomp (U) ruby-text-format (U) ruby-tmail (U) ruby-zoom (U) stompserver (U) yard (U) Per Andersson asciidoctor (U) ruby-benchmark-ips (U) ruby-benchmark-suite (U) ruby-chronic (U) ruby-em-hiredis (U) ruby-eventmachine (U) ruby-expression-parser (U) ruby-github-markup (U) ruby-gpgme (U) ruby-highline (U) ruby-http-parser.rb (U) ruby-literati (U) ruby-lockfile (U) ruby-ncurses (U) ruby-org (U) ruby-pygments.rb (U) ruby-rinku (U) ruby-rubymail (U) ruby-rubypants (U) ruby-settingslogic (U) ruby-timers (U) ruby-trollop (U) ruby-unicode (U) ruby-wikicloth (U) ruby-yajl (U) sup-mail (U) Peter Samuelson subversion Philippe Coval xnetcardconfig Philippe Le Brouster ruby-session (U) Pierre Neyron oar Pirate Praveen ruby-acts-as-taggable-on (U) ruby-buftok (U) ruby-client-side-validations (U) ruby-compass-rails (U) ruby-curb (U) ruby-cutest (U) ruby-em-redis (U) ruby-em-spec (U) ruby-em-synchrony (U) ruby-ethon (U) ruby-faraday-middleware (U) ruby-fog-brightbox (U) ruby-fog-core (U) ruby-fog-json (U) ruby-handlebars-assets (U) ruby-hashie (U) ruby-hitimes (U) ruby-http (U) ruby-i18n-inflector-rails (U) ruby-markerb (U) ruby-memoizable (U) ruby-messagebus-api (U) ruby-mobile-fu (U) ruby-naught (U) ruby-omniauth-oauth (U) ruby-omniauth-oauth2 (U) ruby-omniauth-openid (U) ruby-omniauth-tumblr (U) ruby-omniauth-twitter (U) ruby-opengraph-parser (U) ruby-orm-adapter (U) ruby-rack-cors (U) ruby-rack-rewrite (U) ruby-rails-i18n (U) ruby-remotipart (U) ruby-roxml (U) ruby-shindo (U) ruby-sigar (U) ruby-simple-oauth (U) ruby-source-map (U) ruby-strong-parameters (U) ruby-systemu (U) ruby-test-after-commit (U) ruby-tins (U) ruby-typhoeus (U) ruby-warden (U) ruby-webmock (U) ruby-zentest (U) Prach Pongpanich ruby-bson (U) ruby-bson-ext (U) ruby-mongo (U) Praveen Arimbrathodiyil ruby-appraisal (U) ruby-aruba (U) ruby-asset-sync (U) ruby-bootstrap-sass (U) ruby-bourne (U) ruby-carrierwave (U) ruby-celluloid (U) ruby-connection-pool (U) ruby-cookiejar (U) ruby-crack (U) ruby-curb (U) ruby-delorean (U) ruby-em-socksify (U) ruby-equalizer (U) ruby-factory-girl (U) ruby-factory-girl-rails (U) ruby-faraday (U) ruby-fixture-builder (U) ruby-graphviz (U) ruby-http-connection (U) ruby-http-parser.rb (U) ruby-httpauth (U) ruby-i18n-inflector (U) ruby-multi-xml (U) ruby-multipart-post (U) ruby-oauth2 (U) ruby-origin (U) ruby-patron (U) ruby-rack-mobile-detect (U) ruby-rack-piwik (U) ruby-rack-pjax (U) ruby-rails-autolink (U) ruby-rash (U) ruby-remcached (U) ruby-rr (U) ruby-rspec-rails (U) ruby-sham-rack (U) ruby-sigar (U) ruby-simplecov (U) ruby-vegas (U) Praveen Arimbrathodiyil ohai (U) ruby-bunny (U) ruby-dust (U) ruby-mixlib-authentication (U) ruby-mixlib-cli (U) ruby-mixlib-config (U) ruby-mixlib-log (U) ruby-parser (U) ruby-sexp-processor (U) ruby-yajl (U) Puppet Package Maintainers facter mcollective puppet puppet-lint R.Harish Navnit ruby-sinon-rails (U) Raju D. Vindane ruby-rack-google-analytics (U) Ralph Amissah rant Richard Hartmann vcsh Richard Jones libguestfs (U) Richard Nelson ifetch-tools Robert S. Edmonds c-repl Roberto C. Sanchez pion (U) ruby-flexmock (U) ruby-open4 (U) rubyluabridge (U) Russ Allbery remctl Russell Coker libselinux (U) libsemanage (U) Ryan Niebur ruby-debian ruby-debian (0.3.8) ruby-hpricot (U) ruby-libxml (U) ruby-ole (U) ruby-spreadsheet (U) ruby-xml-simple (U) thin (U) Ryan Niebur ruby-eventmachine (U) ruby-httpclient (U) ruby-inotify (U) ruby-mechanize (U) ruby-packet (U) ruby-password (U) ruby-wirble (U) ruby-zoom (U) R?mi Vanicat xmms2 (U) Sebastian Boehm ruby-build (U) Sebastian Harl ncmpc rrdtool (U) Sebastien Badia r10k ruby-powerpack (U) ruby-sshkit (U) Sebastien Delafond jruby (U) mpdcron ruby-god ruby-god (0.13.4-1) zonecheck Shawn Landden ruby-kyotocabinet (U) Siegfried-Angel Gevatter Pujals screenruler Simon Elsbrock jq SiSU Project sisu Soeren Sonnenburg jblas (U) Soren Hansen opennebula (U) Stefan Hornburg (Racke) dhelp (U) Stefano Rivera chef-zero (U) foodcritic (U) Stig Sandbeck Mathisen facter (U) librarian-puppet (U) puppet-lint (U) ruby-hiera-eyaml (U) ruby-librarian (U) ruby-rgen (U) Sune Vuorela korundum (U) kross-interpreters (U) qtruby (U) Sylvestre Ledru ohcount ohcount (3.0.0-8) Taku YASUI bsfilter (U) hiki kumofs nadoka racc (U) rake-compiler (U) rdtool (U) ruby-capistrano-colors (U) ruby-eb (U) ruby-exif (U) ruby-filesystem (U) ruby-imagesize (U) ruby-mp3tag (U) ruby-msgpack (U) ruby-net-netrc (U) ruby-nora (U) ruby-oauth (U) ruby-redcarpet (U) ruby-shadow (U) ruby-uconv (U) yapra Takuo KITAME imaprowl TANIGUCHI Takaki adlint (U) ruby-algorithm-diff (U) ruby-amrita2 (U) ruby-gir-ffi (U) ruby-indentation (U) ruby-mecab (U) ruby-romkan (U) ruby-rr (U) Tatsuki Sugiura ruby-fcgi (U) ruby-filesystem ruby-imagesize ruby-net-netrc ruby-nora Tatsuya Kinoshita mhc Thomas Bechtold ruby-puppetlabs-spec-helper (U) Thomas Bechtold ruby-base62 (U) ruby-rspec-puppet (U) Timo Jyrinki qtwebkit-opensource-src (U) Tobias Grimm ruby-fakefs (U) ruby-ruby2ruby (U) ruby-sexp-processor (U) Tollef Fog Heen chef (U) chef-expander (U) chef-server-api (U) chef-server-webui (U) ruby-amq-client (U) ruby-amq-protocol (U) ruby-amqp (U) ruby-dep-selector (U) ruby-em-http-request (U) ruby-escape-utils (U) ruby-fast-xs (U) ruby-merb-assets (U) ruby-merb-core (U) ruby-merb-haml (U) ruby-merb-helpers (U) ruby-merb-param-protection (U) ruby-mixlib-shellout (U) Tomasz Nitecki how-can-i-help (U) Torsten Landschoff swig2.0 Torsten Marek korundum (U) qtruby (U) Torsten Werner jblas (U) jruby (U) libfreemarker-java (U) yecht (U) Troy Heber subversion (U) Ulrich Dangel foremancli (U) Vamsee Kanakala ruby-configurate (U) Varun Hiremath libfreemarker-java (U) Vincent Carmona ruby-globalhotkeys (U) ruby-taglib2 (U) Vincent Danjean ocl-icd Vincent Fourmond ctioga2 gem2deb (U) ruby-maruku (U) ruby-rmagick (U) ruby-setup (U) ruby-tioga ruby-tioga (1.18-1) webgen0.5 (U) YAEGASHI Takeshi rubyfilter Youhei SASAKI cairo-dock-plug-ins (U) coderay (U) evernote-mode jekyll (U) pry (U) rabbit (U) rake-compiler (U) rttool (U) ruby-albino (U) ruby-bacon (U) ruby-bluefeather (U) ruby-classifier (U) ruby-colorator (U) ruby-commander (U) ruby-directory-watcher (U) ruby-eim-xml ruby-fast-stemmer (U) ruby-fftw3 ruby-fftw3 (0.4-6) ruby-grib (U) ruby-hdfeos5 (U) ruby-hikidoc (U) ruby-http-parser (U) ruby-kramdown (U) ruby-lapack (U) ruby-mathml ruby-method-source (U) ruby-mpi (U) ruby-multibitnums (U) ruby-narray (U) ruby-narray-miss (U) ruby-net-irc (U) ruby-netcdf (U) ruby-notify (U) ruby-numru-misc (U) ruby-numru-units (U) ruby-ole (U) ruby-parslet (U) ruby-posix-spawn (U) ruby-rack (U) ruby-rack-protection (U) ruby-rack-test (U) ruby-redcarpet (U) ruby-sdl (U) ruby-simple-oauth (U) ruby-sinatra (U) ruby-slop (U) ruby-stringex (U) ruby-test-unit-rr (U) ruby-tilt (U) ruby-toml (U) ruby-twitter-oauth (U) ruby-unf-ext (U) Yukiharu YABUKI td2planet Zulip Debian Packaging Team camo -- ,''`. Christian Hofstaedtler : :' : Debian Developer `. `' 7D1A CFFA D9E0 806C 9C4C D392 5C13 D6DB 9305 2E03 `- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From ftpmaster at ftp-master.debian.org Sun May 11 08:16:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 08:16:33 +0000 Subject: Processing of libio-socket-ssl-perl_1.984-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.984-1_amd64.changes uploaded successfully to localhost along with the files: libio-socket-ssl-perl_1.984-1_all.deb libio-socket-ssl-perl_1.984-1.dsc libio-socket-ssl-perl_1.984.orig.tar.gz libio-socket-ssl-perl_1.984-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 08:36:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 08:36:37 +0000 Subject: Processing of libpath-tiny-perl_0.054-1_amd64.changes Message-ID: libpath-tiny-perl_0.054-1_amd64.changes uploaded successfully to localhost along with the files: libpath-tiny-perl_0.054-1_all.deb libpath-tiny-perl_0.054-1.dsc libpath-tiny-perl_0.054.orig.tar.gz libpath-tiny-perl_0.054-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ntyni at debian.org Sun May 11 08:58:56 2014 From: ntyni at debian.org (Niko Tyni) Date: Sun, 11 May 2014 11:58:56 +0300 Subject: Bug#747702: libmoose-perl: build-depends on itself via libdata-visitor-perl Message-ID: <20140511085856.GA16249@estella.local.invalid> Package: libmoose-perl Version: 0.30-1 Severity: important User: debian-perl at lists.debian.org Usertags: perl-5.20-transition X-Debbugs-Cc: perl at packages.debian.org The libmoose-perl package Build-Depends on libdata-visitor-perl, which Depends on libmoose-perl. This cycle causes a bootstrapping problem that blocks upcoming rebuilds for Perl 5.20. It looks like the cycle can be broken by just removing libdata-visitor-perl from the libmoose-perl build dependencies. Data::Visitor only needed for t/immutable/inline_close_over.t, and Test::Requires will skip the test if it isn't present. The other direction is a hard dependency: the Data::Visitor module actually requires Moose for operation. -- Niko Tyni ntyni at debian.org From pkg-perl-maintainers at lists.alioth.debian.org Sun May 11 09:40:03 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 11 May 2014 09:40:03 +0000 Subject: Bug#747702: Pending fixes for bugs in the libmoose-perl package Message-ID: tag 747702 + pending thanks Some bugs in the libmoose-perl package are closed in revision b7e2f004f23ae2b15dd0231ee410f5105cc63717 in branch 'master' by Niko Tyni The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoose-perl.git;a=commitdiff;h=b7e2f00 Commit message: Remove libdata-visitor-perl from the build dependencies, as it causes a build dependency loop. (Closes: #747702) From owner at bugs.debian.org Sun May 11 09:42:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 09:42:11 +0000 Subject: Processed: Pending fixes for bugs in the libmoose-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 747702 + pending Bug #747702 [libmoose-perl] libmoose-perl: build-depends on itself via libdata-visitor-perl Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 747702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747702 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 11 09:42:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 09:42:09 +0000 Subject: libio-socket-ssl-perl_1.984-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 11 May 2014 10:01:07 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.984-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Angel Abad Description: libio-socket-ssl-perl - Perl module implementing object oriented interface to SSL sockets Changes: libio-socket-ssl-perl (1.984-1) unstable; urgency=medium . * Imported Upstream version 1.984 * debian/copyright: Update debian/* years Checksums-Sha1: ebaaaa126dfdbc02d1060926538b96e0fa91e1ce 1931 libio-socket-ssl-perl_1.984-1.dsc 16f45ccb7c605591943465d55fa6fdec65a3e631 165995 libio-socket-ssl-perl_1.984.orig.tar.gz c35abd241c67baa8af672d3bd1a9d290ca8dbe6b 7824 libio-socket-ssl-perl_1.984-1.debian.tar.xz fc92cd900e94b6652dcb3676f107f9298b9adb11 156190 libio-socket-ssl-perl_1.984-1_all.deb Checksums-Sha256: e54a961e04afdb9e5d562d3b282094ea1649fe7af07163b1556882e261d30ed4 1931 libio-socket-ssl-perl_1.984-1.dsc c79ccf4c7550225f4b36358767f435f433b3253ea532b40749058559fa8f3614 165995 libio-socket-ssl-perl_1.984.orig.tar.gz 42802baf3939e2adcc29856ce22c169c310d27147ad91d474cb8472b10c9e247 7824 libio-socket-ssl-perl_1.984-1.debian.tar.xz f498841afb9119c896274677ba216026d7387b14f124895b787ccd251a036b25 156190 libio-socket-ssl-perl_1.984-1_all.deb Files: 6dc065d5122b8f1a4f91279d694f8fac 156190 perl optional libio-socket-ssl-perl_1.984-1_all.deb 240e2b74548c5b145e3e458e27861b97 1931 perl optional libio-socket-ssl-perl_1.984-1.dsc d2a2554c9394fb774d37ed7e14a8d172 165995 perl optional libio-socket-ssl-perl_1.984.orig.tar.gz 5cfccfe029d46d84fb53851b4ef0514c 7824 perl optional libio-socket-ssl-perl_1.984-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNvMBwACgkQCY2uR+47wnlUhACgg+kKBxeHvxvQPrlO0dCtsNpC LwYAmwULHx+VkzjNC7cSC3MlKhu2xhDO =c9tu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 09:42:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 09:42:13 +0000 Subject: Processing of libmoose-perl_2.1205-2_amd64.changes Message-ID: libmoose-perl_2.1205-2_amd64.changes uploaded successfully to localhost along with the files: libmoose-perl_2.1205-2_amd64.deb libmoose-perl_2.1205-2.dsc libmoose-perl_2.1205-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 09:42:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 09:42:26 +0000 Subject: libpath-tiny-perl_0.054-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 21:07:24 +0200 Source: libpath-tiny-perl Binary: libpath-tiny-perl Architecture: source all Version: 0.054-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libpath-tiny-perl - file path utility Changes: libpath-tiny-perl (0.054-1) unstable; urgency=medium . [ upstream ] * New release(s) + The 'is_file' method now does -e && ! -d and not -f because -f is often more restrictive than people intend or expect. + Add 'chmod' method with symbolic chmod support ("a=r,u+rx"). + Fix throw error when constructing path with undef or zero-length parts -- e.g. with child(). + The 'basename' method now takes a list of suffixes to remove before returning the name. + Add FREEZE/THAW/TO_JSON serialization helpers. + When constructing a Path::Tiny object from another, the original is returned unless it's a temp dir/file. This significantly speeds up calling path($path) if $path is already a Path::Tiny object. . [ Jonas Smedegaard ] * Fix build-depend on perl (previously missed by CDBS when present also as preference to modules). * Have git-buildpackage suppress eventual upstream .gitignore files. Checksums-Sha1: 6dd25da5b2ec214811c91f2724f840f6e947dd94 2321 libpath-tiny-perl_0.054-1.dsc fd8a40d17de9df669b1eec4015a331da2d98c01f 68414 libpath-tiny-perl_0.054.orig.tar.gz fe4bdb3d9c7635a408f801df6972f5c17eca0ff2 4592 libpath-tiny-perl_0.054-1.debian.tar.xz ac8ef8f61d6100c923196bca3db63301d60fb6d0 49156 libpath-tiny-perl_0.054-1_all.deb Checksums-Sha256: c805fdb92131f77d2f4983651bb80334edf45a596a7747336a2d45bf56a7aed4 2321 libpath-tiny-perl_0.054-1.dsc eae44f0b3be64a80262ae255344b619765c851cf4ff1f9b3c65142596c85a3bf 68414 libpath-tiny-perl_0.054.orig.tar.gz f68f596c14d1227615c9498044502520028a5f776515578af25facf88f0c31d3 4592 libpath-tiny-perl_0.054-1.debian.tar.xz 2a166d889f3ff3d92e1e8bd3ca26d9ecc2f23a7a7e6ed027dc1c715ad967c6e3 49156 libpath-tiny-perl_0.054-1_all.deb Files: acaa199aa3319f9751b3f05704882900 49156 perl optional libpath-tiny-perl_0.054-1_all.deb 6e8d164bca3804065fe2fbe25d91ad46 2321 perl optional libpath-tiny-perl_0.054-1.dsc de3d32e277ecd26a86b70f4b9f15ce4d 68414 perl optional libpath-tiny-perl_0.054.orig.tar.gz cead04b9eda6ad321deae8f63e1662dc 4592 perl optional libpath-tiny-perl_0.054-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTbzYzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhW78P/3ElDqXvj/qfHdpHuyMTS8hd wixSlK1M5x3n2EAPescH+u09Aqcn4pNYKZqN69KpCiU7je9Zvb9sFaejeU6FMeEV OxQ9ZUFOMurIi7+GWmyMEUU78QnrcziDb0pw+WPNWRyfXRETDtG2b1bxStXhYvCJ jLS5Xejg+0HIClnuYGXhjCji93T4op+9WKNhGl70jcmlKjOngI6RF64EyUDBbEJI 2cOdspGmAolGF3asHycxYPP4MYsrdyAkfaWfil1oMJfnBNsPah8E2JZtpD8AaoK2 zkgEiZ0874r4vK2wrM/mWdpLVnSc+nfMXu48BCyprxyvfirWGFpSrYpppNupwWdm Gz7EdlLyt6+f7T2TfBg4mz+afo5uTyR79vuYph5o/4NduxzCq9jSaJ3cKPhjvTQc 3CGokZoxQo9DMxS1DJ/iOmff4VluRoShG4bgbFnnaKzifb7tZh5Mq02VdRtfEqGa dGdnNWBWaMWjSJKegZvGxMk4Z33a+V1zTOGJ12mIW24V0AWO6W/igJqK7GW1zsm2 naEnu+9hSNry55niraM7kMBuymHGudCMNuWXhMPOmMPkvlcPxSndjxzuIdi2HvXq VUB0VGszJD6crobQcSuJm6KJx871yWQdzv/NCWc+D/HcqnKNoOgq7h50pN8xyJUq uqry7tQFUjeh3HSjMPmo =JGKy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 10:21:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 10:21:09 +0000 Subject: libmoose-perl_2.1205-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 11 May 2014 12:28:36 +0300 Source: libmoose-perl Binary: libmoose-perl Architecture: source amd64 Version: 2.1205-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Niko Tyni Description: libmoose-perl - modern Perl object system framework Closes: 747702 Changes: libmoose-perl (2.1205-2) unstable; urgency=medium . * Team upload. * Remove libdata-visitor-perl from the build dependencies, as it causes a build dependency loop. (Closes: #747702) Checksums-Sha1: 9b442ef0f47aa936e64021d0848d14b3975bc086 3469 libmoose-perl_2.1205-2.dsc 6c8901f4c1ba6611d2f416bcf2de6b321c678d81 12696 libmoose-perl_2.1205-2.debian.tar.xz 7fce022c881083e2c5344b0c174c938d027224d2 883802 libmoose-perl_2.1205-2_amd64.deb Checksums-Sha256: 7bd66f7783f06bb99c3a183f1179f4c77445452a2dc0d1a946d9c153e1c31d88 3469 libmoose-perl_2.1205-2.dsc 31891a2a198e8deaa631e2c766dff83fdfe42503aebbfedfac6352849cb6dc4a 12696 libmoose-perl_2.1205-2.debian.tar.xz 62c98099108d44f8a721cb46a7011018cb43b307f2e84a123809452febe6fe2d 883802 libmoose-perl_2.1205-2_amd64.deb Files: 294d40688cf4b0a1f153218f46ca1f43 883802 perl optional libmoose-perl_2.1205-2_amd64.deb c1ff122a9e2fdaec5c98697bf776542b 3469 perl optional libmoose-perl_2.1205-2.dsc 35cc36762c8086d0bfbc8a45281c0d26 12696 perl optional libmoose-perl_2.1205-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTb0TQAAoJEA0Gp1nm04eQw3IP/jLZAxemqrWCUgO00TA5VtP4 FEDt4Hk3Ba9syQjHG6f7JPsmjeGnnJ9OrtUqozc03RgI2xGnLjjpUrass696lXBs gAxRrFcV2DOxfJRUnph4gtPXsMyIqubQPNUnLHlSJXBY4G4WZE9IuDdolsslZC3L i6qyEpfHW+RQoEgNHu7ZXar+nggFfzZ4fPEfWLtwcUl/ImURVNYLLufJsO2VPSPS 5QrNXI+CJpEq0s+feS7A8bcQZ/5Rpnxk4Z1+cKA34UvJVVhegIgVVUC7q1zxL6ha i/6gvIbE7JqZeVSBcC5VC6mOpBwh/VBEr0sHXvnWGr1Wb25rGWJYE7XYYaHG3tnS i0rRiIXO0lyQ+DRT31e/0v8QQD4fzF6HhwZHd27n6ElKgQfEYha+sm2eWUJ6lFQY B8Pu3b8p1fGy/DA1ACrukWhWabG3mucXjGRalbtaqutkZRNS4HACU09QorzirrtO tZds1KrhrQYiut1/YqVDYxo7YJFX7BmlgFNdrrGNLZdavVKk0xNkPdMuGbGIuf6H 4JGzipuQoKaeDX/T2EcjPZnE3FawN5JEn5y0sM0UdZIdlvMloGVfl0Rc15s6/nVS T5tDCkPiSrO8mWznobxIyUbCfSrhzid22TClcQEtZsd0GnKbwPH46+TcuHk/hbTY pvQ9w6n7nv0MLan6GZKh =yIAY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr at jones.dk Sun May 11 10:22:20 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 11 May 2014 12:22:20 +0200 Subject: Bug#747706: ITP: libtypes-datetime-perl -- type constraints and coercions for datetime objects Message-ID: <20140511102220.13106.48327.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libtypes-datetime-perl Version : 0.001 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/Types-DateTime * License : Artistic or GPL-1+ Programming Lang: Perl Description : type constraints and coercions for datetime objects Types::DateTime is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. This package is needed by recent releases of libweb-id-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTb09YXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWIKMIAI2Hu1AVuNOgrUUxJOpeNCJy 2/6wBLVlLrbxUuOqWO4lMr8IfdjzJA8JFYgg7YAdJMhZ/nHC/JPxjSLWbUrHf4w3 hnUSOejThR5mFiMz+jyYJ8uAzk1lgKXMYrs1Nc4dQ9ZEj2qd9ma8t9hRgFkG+SOT RYMaA5SdOlAqpC2yaxk4IV1rDdb2UfdmhqYojTlkGxSBy5ataRy9s6vAFO+e15JY 2Av5WUl41wluZbxilBeWmMyh7P3rl721j+IR7vnTQGZhEvxB6XNrgsVsbCZWx7Sn CPkgIj9dK/edqMxPlbmbXEJePV3rMwV5rNPtFu1uUJClVxZUuTxv2z43XObtaK8= =6uHG -----END PGP SIGNATURE----- From owner at bugs.debian.org Sun May 11 10:24:42 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 10:24:42 +0000 Subject: Bug#747702: marked as done (libmoose-perl: build-depends on itself via libdata-visitor-perl) References: <20140511085856.GA16249@estella.local.invalid> Message-ID: Your message dated Sun, 11 May 2014 10:21:09 +0000 with message-id and subject line Bug#747702: fixed in libmoose-perl 2.1205-2 has caused the Debian Bug report #747702, regarding libmoose-perl: build-depends on itself via libdata-visitor-perl to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747702 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Niko Tyni Subject: libmoose-perl: build-depends on itself via libdata-visitor-perl Date: Sun, 11 May 2014 11:58:56 +0300 Size: 2569 URL: -------------- next part -------------- An embedded message was scrubbed... From: Niko Tyni Subject: Bug#747702: fixed in libmoose-perl 2.1205-2 Date: Sun, 11 May 2014 10:21:09 +0000 Size: 5240 URL: From ftpmaster at ftp-master.debian.org Sun May 11 11:17:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 11:17:24 +0000 Subject: Processing of libnet-ssleay-perl_1.60-1_amd64.changes Message-ID: libnet-ssleay-perl_1.60-1_amd64.changes uploaded successfully to localhost along with the files: libnet-ssleay-perl_1.60-1_amd64.deb libnet-ssleay-perl_1.60-1.dsc libnet-ssleay-perl_1.60.orig.tar.gz libnet-ssleay-perl_1.60-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 11:18:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 11:18:54 +0000 Subject: libnet-ssleay-perl_1.60-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 13:14:29 +0200 Source: libnet-ssleay-perl Binary: libnet-ssleay-perl Architecture: source amd64 Version: 1.60-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL) Changes: libnet-ssleay-perl (1.60-1) unstable; urgency=medium . * New upstream release. * Drop patches spelling.patch and error-format-security.patch. Both merged upstream. Checksums-Sha1: 9740b07b7c8c7198a97ebe16fa635028a2b60d34 2366 libnet-ssleay-perl_1.60-1.dsc fe95f3ca6f4429b940e09e843a1c0ddccbf6dbd9 411006 libnet-ssleay-perl_1.60.orig.tar.gz d2871e6126561a062213a8e9a0dc16ac7ee94f07 8188 libnet-ssleay-perl_1.60-1.debian.tar.xz ba85f495915be21cda6cd05d1a667d8b65b21793 271302 libnet-ssleay-perl_1.60-1_amd64.deb Checksums-Sha256: c13589879a94f76f2c06d185bd4788c9bea63f1725c6008927b7f0db95debb52 2366 libnet-ssleay-perl_1.60-1.dsc a3bcefb225c965963670144f42aae6b06857e9d221644d3909a0fe9f8f2c29fe 411006 libnet-ssleay-perl_1.60.orig.tar.gz 36dd954778ed7b076f384d77e90e02f1ee84f18d5c5f971bdb7b40cabb45304c 8188 libnet-ssleay-perl_1.60-1.debian.tar.xz e75497f058f376a8c4f6b1830ae49efaa9fd3da8cfbcbc39d4c92ca7cce4a3c4 271302 libnet-ssleay-perl_1.60-1_amd64.deb Files: b3ee5c2103c87a92b1126a22fd1dbe6f 271302 perl optional libnet-ssleay-perl_1.60-1_amd64.deb da2d0d6a4f417ad9780308aadbb32fe4 2366 perl optional libnet-ssleay-perl_1.60-1.dsc 73501d1ccaa850da1bd256e5c6604f10 411006 perl optional libnet-ssleay-perl_1.60.orig.tar.gz 643894658f91366cba5e4317a0e43907 8188 perl optional libnet-ssleay-perl_1.60-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb1wgThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnw5D/4xuGC6WZhIl6LmqgkZF6T65Fs/WeWu/ID9dgBEt/PRR+Vf UAFwfKnYgKnNUmBPEys2EVWG2tcIvUM5hZvB/1ccLNJb4MKnAmyTerNp3lRwqnY7 r8fT0RC7NrikvcDxW6+AomKDMOEmyHQ8ddaACyVTbhZhjUWAKpHTxvA7Mn/lawz+ AHs0/LE8nbJeQ8FvgqIRPi4LoYwhx2I+MMNTpU87IVRG8jSVjIxJUruJHCoKdoyj ucHiXpgtDMrDOnvnm/omBF53E2kLs7jNzNwg6QWTTcVIIZpzx7FTG5Dttqa0LISE GD9LjwrMSwC86Bpnken/EFJM+3VXSedHAnpGZslRnRfJIVSAgGDB3oKaaxnHwHgA pSGkiJQWwqXSpn1QY73t8ks5HEpViSqeGgYEd/PGfNTgwI1R8gTqJu7cPGtj2UVm hkw1OWfBlIhkr4TX2rMHpm68/eVehb+ssFrPi/GBuwhrM5z1yTb9YH9UMkl1Q2hg SfBdkmXBoIcdK32K0WFNRLMxnv05CXIB7jruXKCmTpt6zaSodg8o85L4v2SK5Ei0 AsuqSMDgo08qMZYZHgsDmqLvFlsYoDUuapx5CkSmjv9pJLILth/qWKzUXdPR2VVp cqGBE1yCTC0iYMfoQVolT7RVsYuLj5Q8lddtGvPNCuffk3sw9UvHfncWAP0Xxg== =NlxI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr at jones.dk Sun May 11 12:12:09 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 11 May 2014 14:12:09 +0200 Subject: Bug#747722: ITP: libmatch-simple-xs-perl -- XS backend for match::simple Message-ID: <20140511121209.5319.87893.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libmatch-simple-xs-perl Version : 0.001 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/match-simple-XS * License : Artistic or GPL-1+ Programming Lang: Perl Description : XS backend for match::simple match::simple::XS is a faster XS-based implementation of match::simple. . Depending on what sort of matches done, it is likely to be several times faster. In extreme cases, such as matching a string in an arrayref, it can be twenty-five times faster, or more. However, where $that is a single regexp, it's around 30% slower. . Overall though, the performance improvement should be worthwhile. libmatch-simple-xs-perl is recommended by recent releases of libmatch-simple-perl. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTb2kWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWR5YIAKpQecZrwnqPZ5JFdc7c/4Z+ ucU7JNhZeIYxyCgcHFFOwQFMzjQjvbp6YSPhEBEmRs/USCC3NlrfCZqy4YiRYx1v aD9DMlMLi4oQvouGwljNknxzQQmX+/2lTBSygyIlVJEu3g3+hgm2j9uwB/fagBQK 7e87W2MHDLCEF3zTzKGXYLpN2PWgE+bE8gc4BwQ0/TcWLGXnXDmeCf1XW1CEbhMg EI66xchNuQwQvBjLHilKjPZi/OqqRMV4o4Sg6hPm7/aA0CKDhVRr2AFqKNucR+zC iLtMrIbxg69C5fogkFkCoaKK7n3g/LtiK3o75JF2MVcppOwD4jydOrPng922Qbk= =8NjR -----END PGP SIGNATURE----- From dr at jones.dk Sun May 11 12:30:35 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 11 May 2014 14:30:35 +0200 Subject: Bug#747729: ITP: libtypes-uuid-perl -- type constraints for UUIDs Message-ID: <20140511123035.9722.53684.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libtypes-uuid-perl Version : 0.002 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/Types-UUID * License : Artistic or GPL-1+ Programming Lang: Perl Description : type constraints for UUIDs Types::UUID is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. This package is (indirectly) required by recent releases of libweb-id-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTb21rXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWY/8IAMNUOp2szZfNsVtgWoRdex81 WkmGahcHbOdiiCGnfZeBNFjGrmvzW/30qaHPZdogHN7JzmEK+0bz2TTy/59nTUAD L9PzUKzkqlqK8Vv+iQytC7nTzJyVhYCejLcC2O86PmYZz3kUj7RpdOmhktpk9y1J /frIITZVZEk4V8K6igK4SHcZuXnoIlcGcMIdlfvpGf7/q16AaTVyIK+MNB8cR8va wQb4MDVFDSLJve8BWrPCzX8wMSroFdi3ejRenDPm5VHsO824/n3qMz2Ecg7+j6j5 XW+i7sgvSsY1t/5sjGRK+yE/9EomM0Q2JUxdgJUf7KmV9ybG+9gwuEBAGpfLGoE= =IC33 -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 11 12:37:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 12:37:39 +0000 Subject: Processing of libmatch-simple-xs-perl_0.001-1_amd64.changes Message-ID: libmatch-simple-xs-perl_0.001-1_amd64.changes uploaded successfully to localhost along with the files: libmatch-simple-xs-perl_0.001-1_amd64.deb libmatch-simple-xs-perl_0.001-1.dsc libmatch-simple-xs-perl_0.001.orig.tar.gz libmatch-simple-xs-perl_0.001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 12:49:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 12:49:24 +0000 Subject: libmatch-simple-xs-perl_0.001-1_amd64.changes is NEW Message-ID: binary:libmatch-simple-xs-perl is NEW. source:libmatch-simple-xs-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 11 12:57:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 12:57:46 +0000 Subject: Processing of libcatalyst-action-rest-perl_1.15-1_amd64.changes Message-ID: libcatalyst-action-rest-perl_1.15-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-action-rest-perl_1.15-1_all.deb libcatalyst-action-rest-perl_1.15-1.dsc libcatalyst-action-rest-perl_1.15.orig.tar.gz libcatalyst-action-rest-perl_1.15-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:03:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:03:34 +0000 Subject: libcatalyst-action-rest-perl_1.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 14:51:46 +0200 Source: libcatalyst-action-rest-perl Binary: libcatalyst-action-rest-perl Architecture: source all Version: 1.15-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcatalyst-action-rest-perl - module for automatic REST method dispatching Changes: libcatalyst-action-rest-perl (1.15-1) unstable; urgency=medium . * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update copyright years. Checksums-Sha1: 7f6180cb5cd0cd0926bc89cddf9d7f8a1ed659d7 2740 libcatalyst-action-rest-perl_1.15-1.dsc e8392ba2d19087bf22cca157c9902e75fd9db900 49632 libcatalyst-action-rest-perl_1.15.orig.tar.gz 5b929583a1b6e3e3219c3eb5fdb9390e8ad97564 4520 libcatalyst-action-rest-perl_1.15-1.debian.tar.xz 912de49acd306264f28ba41f58d9f7cc09a42ee9 66568 libcatalyst-action-rest-perl_1.15-1_all.deb Checksums-Sha256: 4f730b6b77da71889a86071e75d184a2c6e95a2339d47a70135230302ae80ad2 2740 libcatalyst-action-rest-perl_1.15-1.dsc 15b5667d8ee6d368ae87eeb245584e0db439f628a510625ecee42754a86392b7 49632 libcatalyst-action-rest-perl_1.15.orig.tar.gz 0541c62690a43a92627521728369bc84aa77d81aa796f5fa423be960d5de7896 4520 libcatalyst-action-rest-perl_1.15-1.debian.tar.xz a59957638f4fb3ef643de220ca1f3e2c6d06167f3fd13f69662cb62b17d10781 66568 libcatalyst-action-rest-perl_1.15-1_all.deb Files: 163574cc6f73a784298a0b217fae5c55 66568 perl optional libcatalyst-action-rest-perl_1.15-1_all.deb 5d27c353d38237d7af8e45876d82b65b 2740 perl optional libcatalyst-action-rest-perl_1.15-1.dsc bc0b79ed1d5267b20f8ef6e54a49b06a 49632 perl optional libcatalyst-action-rest-perl_1.15.orig.tar.gz 5e854b35512ff4d4bcbb42abbfc54591 4520 perl optional libcatalyst-action-rest-perl_1.15-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb3KuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBh7xEAC4T9MuOZq0GTCEWxsCS8+rTGctZaoX1KpTz0IWWjoTt27V Upoacq8V6Sc7jJ6Ulgg9VPIt0Utzwdr96yMiPmWKngTFpUp93pno2/67cPNf2402 wInSyJCoGHALbyneRe6TJ3l5dd3/ZSeBR2j0dMm7RexpQtEHxt/gt7V189z0NwmH 2nT/I9ky1kO0m79eh1HKmF0EZmV4CJpoDZh7qAw/6QP/kCwy6oYRk1hvtWr/GkS1 v6+BNKt4NP/+i7Ikp++TNYEgODB5T11anhI0Ykr5YBpJokGoTGNPRhgIAaOnySTh 6OmhNvtLajzpDQcSqJIIvmYgbW8WGjX7NGLyECyYm0NqMy5hYfultPBItbk34T2T 06fZLes5PmgiZ6iIFDsjosrOvj2mT4/pFUtR0+h3JFl6yrwjNsLcdfL5YbAEhvbX vb6+QBQOD7gzWMPsKMz3YbNI/k0bnxiHcxOeNia/oewX78s24fbFB+Z5/a3gLvJH RyouTvXOniQZW55cPp8OrTIC6gWz2biNJB8ySOAJ7YDKmJYe1LR1amtG1pX7FMoh nslBhlX6QGBuuHFq0zR/KBiY3dYIX/b4H2GftP628/j9/+SAOyuYvUu9KXHRLfr3 ZaoQDFhdm5wgVbeZssC4VWaROHb7X1PsPpQ9fnwd7TxRRMs++GnSlvpcOw/b7w== =qWfP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr at jones.dk Sun May 11 13:07:14 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 11 May 2014 15:07:14 +0200 Subject: Bug#747732: ITP: libtest-api-perl -- test a list of subroutines provided by a module Message-ID: <20140511130714.27327.26381.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libtest-api-perl Version : 0.001 Upstream Author : David Golden * URL : https://metacpan.org/module/Test::API * License : Apache-2.0 Programming Lang: Perl Description : test a list of subroutines provided by a module Test::API checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import. This package is (indirectly) required by recent releases of libweb-id-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTb3X/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWKiIH/3fUUXHFak+fXN1xjkn/iJJk QnuCW0EGFilBdiTaHsRySHFVCEnob+mxyx4cpcb1vSk1Dm4UtyjBMVOJItbjP7QP 4gzw2HEtgG1mn/djgJaKgE6Pk6s9oGqpADQqZwNfPb7fZrkXQ/SGSjYwT22eD5Gw lUidZnR65E8Z7o00qLga285fnXruJ/bg26bujGD/HUvcFIrg62CvZ9fmJW6UfHjj kmLVboad4FKbq0rpvpdyObc1iq6n54y/Tf1USiw8mZL5YBzXAosobUthtWvZPM90 XT3i6KPjoCzFUlreL/qBOU7Mt/wJH8PjE1oXQaPgE+EGNatUVK7jVzmqgMZY99U= =JwpH -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 11 13:22:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:22:54 +0000 Subject: Processing of libtest-api-perl_0.005-1_amd64.changes Message-ID: libtest-api-perl_0.005-1_amd64.changes uploaded successfully to localhost along with the files: libtest-api-perl_0.005-1_all.deb libtest-api-perl_0.005-1.dsc libtest-api-perl_0.005.orig.tar.gz libtest-api-perl_0.005-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:22:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:22:54 +0000 Subject: Processing of libpackage-constants-perl_0.04-1_amd64.changes Message-ID: libpackage-constants-perl_0.04-1_amd64.changes uploaded successfully to localhost along with the files: libpackage-constants-perl_0.04-1_all.deb libpackage-constants-perl_0.04-1.dsc libpackage-constants-perl_0.04.orig.tar.gz libpackage-constants-perl_0.04-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:27:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:27:54 +0000 Subject: Processing of libcatalyst-controller-actionrole-perl_0.16-1_amd64.changes Message-ID: libcatalyst-controller-actionrole-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-actionrole-perl_0.16-1_all.deb libcatalyst-controller-actionrole-perl_0.16-1.dsc libcatalyst-controller-actionrole-perl_0.16.orig.tar.gz libcatalyst-controller-actionrole-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:33:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:33:59 +0000 Subject: libpackage-constants-perl_0.04-1_amd64.changes is NEW Message-ID: binary:libpackage-constants-perl is NEW. source:libpackage-constants-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 11 13:33:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:33:52 +0000 Subject: libcatalyst-controller-actionrole-perl_0.16-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 15:22:53 +0200 Source: libcatalyst-controller-actionrole-perl Binary: libcatalyst-controller-actionrole-perl Architecture: source all Version: 0.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcatalyst-controller-actionrole-perl - module for applying roles to action instances Changes: libcatalyst-controller-actionrole-perl (0.16-1) unstable; urgency=low . * Team upload. . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * New upstream release. * Update debian/copyright (Upstream-Contact, copyright years). * Refresh patch 01_spelling-error-in-manpage.diff (offset). * Update (build) dependencies. * Install new CONTRIBUTING document. * Add deprecation notice to long description. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 8b4690dbb2d4ff41c32094508a141a3fd36ebbbf 2548 libcatalyst-controller-actionrole-perl_0.16-1.dsc 12ca8cc802f2d03445d1a3bd11b4310669cc70f7 28717 libcatalyst-controller-actionrole-perl_0.16.orig.tar.gz 7565752b7ac9dedb4822121d04fc13450bb24ebe 2300 libcatalyst-controller-actionrole-perl_0.16-1.debian.tar.xz 4ea9106fdadf7883f58a2791e7179ba1cb330f72 11824 libcatalyst-controller-actionrole-perl_0.16-1_all.deb Checksums-Sha256: 533796c853d35553956803ca38c9cbcda02c0054b7304522d8ab1c1356caf0af 2548 libcatalyst-controller-actionrole-perl_0.16-1.dsc fa40b40fa29d0edb1457d3efde7807634f54ae3b447511076aa2fb3fd8b70b08 28717 libcatalyst-controller-actionrole-perl_0.16.orig.tar.gz 044f092a6736ec52b36fc49e41f2d7903f0b7965f4b753de4b9c5cd836164686 2300 libcatalyst-controller-actionrole-perl_0.16-1.debian.tar.xz 4c976b8c06bc51bb3f68b222642de92225db09b4527bc2bb082586f5b0963aa1 11824 libcatalyst-controller-actionrole-perl_0.16-1_all.deb Files: 593f13e01e25b0c961b1d4bd3f2bd270 11824 perl optional libcatalyst-controller-actionrole-perl_0.16-1_all.deb f30f5c2e30e50745602fe7ab439fc67b 2548 perl optional libcatalyst-controller-actionrole-perl_0.16-1.dsc d0b64f0a3720c9a738181c917f7bcc20 28717 perl optional libcatalyst-controller-actionrole-perl_0.16.orig.tar.gz b9e7de2a6944ec09d3ebcb22c8e8e00e 2300 perl optional libcatalyst-controller-actionrole-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb3n5ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkOMD/0RgutPMFmP4nDdyLXOIFauHqKD7GZ596r7ReyURv/FbxwF MbMAm2LIBYdAA6WUvy3WsDhJE/9SqmXHLH3JFkwesoKpt/Htef7Wbo17v6Ps9+rA f83SnfmcDQNz8NDP/P3Gll36A4hrUnHYbDxJQIO5tjdhpEwV4iZzXsvRYRhYX2+2 AXJLCu1Qisdn7STDBrJ2zrG01fd8JPkfrhRQtveQ5y/Sw1rqEAgzEN7qn8TKEns0 iL4SS8tqbPmZhuthEM6gg+cX9jPBhX2Vfvf2ND2bcXplKcyGycP3lkAm/TL4MH2G xokXYwFw2AFeWFnWRZi/pIfDp66fzaRwmnfQ2uyvX5LxvnuLdDxY04WOYFkaKytY xZkEVv3E4LA+EdBzbCdxhVBR0xXzBa+uk0rOQVKzuAVK1TBjKMDuxsUiQPJiqYEY GudMErIgRaNjRkkwgjQdAjzLteMyRU77xRXFzS0/pX/halNz1tfVI70owV6cHvu7 1XlEjyYaotqvcQT5Yr0dvlwlSPXjnm1Y+wlX69GO/GZiBZ3OgO1vyBTHFQgyvDU4 bzoPWx+NEO/1PYdE/iLI4mdSFtfdCp7O19X7cVObzatfTrTiRcadNpjOFqSCtFe/ E6pAY5gZkrSTcL9QA00GT4/g9cD6Z4dCiR541glKEbU89PrDzUg7MRzQQyW6hQ== =//65 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 13:34:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:34:05 +0000 Subject: libtest-api-perl_0.005-1_amd64.changes is NEW Message-ID: binary:libtest-api-perl is NEW. source:libtest-api-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 11 13:43:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:43:04 +0000 Subject: Processing of libcatalyst-perl_5.90064-1_amd64.changes Message-ID: libcatalyst-perl_5.90064-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-perl_5.90064-1_all.deb libcatalyst-perl_5.90064-1.dsc libcatalyst-perl_5.90064.orig.tar.gz libcatalyst-perl_5.90064-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:48:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:48:06 +0000 Subject: Processing of libtypes-uuid-perl_0.002-1_amd64.changes Message-ID: libtypes-uuid-perl_0.002-1_amd64.changes uploaded successfully to localhost along with the files: libtypes-uuid-perl_0.002-1_all.deb libtypes-uuid-perl_0.002-1.dsc libtypes-uuid-perl_0.002.orig.tar.gz libtypes-uuid-perl_0.002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:48:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:48:05 +0000 Subject: Processing of libconfig-autoconf-perl_0.27-1_amd64.changes Message-ID: libconfig-autoconf-perl_0.27-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-autoconf-perl_0.27-1_all.deb libconfig-autoconf-perl_0.27-1.dsc libconfig-autoconf-perl_0.27.orig.tar.gz libconfig-autoconf-perl_0.27-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 13:48:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:48:33 +0000 Subject: libcatalyst-perl_5.90064-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 15:37:03 +0200 Source: libcatalyst-perl Binary: libcatalyst-perl Architecture: source all Version: 5.90064-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcatalyst-perl - elegant Model-View-Controller Web Application Framework Changes: libcatalyst-perl (5.90064-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: e16be633288fc954ef1214f59db1979d2c6c682f 4020 libcatalyst-perl_5.90064-1.dsc 560bb0ae69f5a9c4410d85bec6c7629a83d1bdf6 316175 libcatalyst-perl_5.90064.orig.tar.gz b0bf832bc057064c795b680c9b140f479878a7ae 10060 libcatalyst-perl_5.90064-1.debian.tar.xz ba09c293862e54515852f07bd0f4958a544b6c63 331744 libcatalyst-perl_5.90064-1_all.deb Checksums-Sha256: 98c8a83df748b598cff1d7c41b36dfb9966699ca539d58b6c46fd68db4dae7fd 4020 libcatalyst-perl_5.90064-1.dsc 673c9d6404b42e0ce8a34750f037a0f22a3d522c84a1dd297483152a8b6df402 316175 libcatalyst-perl_5.90064.orig.tar.gz cfebeb220dd8d0efd4d7923ec20c06f9e7b6f63deb04ea5f6f3acac5447601dc 10060 libcatalyst-perl_5.90064-1.debian.tar.xz c52c57440674f9ad4e6d583952e37f819d6a11477e8e5d4a50b887b17b44711f 331744 libcatalyst-perl_5.90064-1_all.deb Files: e74db5066cec6ccecbfb775b5ac29184 331744 perl optional libcatalyst-perl_5.90064-1_all.deb fb32a378d92babaf46b1fdb9dbf15856 4020 perl optional libcatalyst-perl_5.90064-1.dsc 6d55f3382dedf76c85f6f23b7c27fc7b 316175 perl optional libcatalyst-perl_5.90064.orig.tar.gz e760b627fe7127071413d8e386778476 10060 perl optional libcatalyst-perl_5.90064-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb34SThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBl8kEACaHNGRB73KH/OyxzhI79ui3KVhH5qj/oip7p2D/9riQxbJ KZtmSyBKnQPx+YA0KrbAw4oemhT6DY35vsX9iG8iOu+qjJQ3aTGsSbD5dxymZeB6 PnO0nOfzyKsDnB7m+R78BYRpAsV6Ok9Mc082tZ9YZ+vQ4u++YlCQkS7YkIEoCuTB VtqGwIN8MIiLR2I1dkk7eDerHs2RF7vxkcK9zO1AsOEtyEQu867icdtF1D2wJq9h qLvE2K3e3vFJntFAimLBY1pXAdd7VYB+y30Wp8jqDfJKEjcuT6yMeO856iHFjibd whCSQW5/bZsjmPSSqCawT+c1vIbtWS582oCD0fdHcP5lHRv3y2chF4vhYjB+eraX i2VyyHynwIhxaL9ubiuyhy/c2K9P1Q4KdYvRhaUVWVaJO5077v5XQGgW+zlSNYtM ifN++2WwREk8iYZzeg8oozJdYfib0Ey34Z2RwEaSuN8mKXSMoLizM2Y1xhyli4Ii kgAPup3tUKJcV+nwkd9wg2bk1mFIzMfsgP/Zclm3Utnr+4OSy3UAWCoQxBHQh0kF a036G7QzDS5D/ZqEtogRyOO053GiYa+g9qgqhreY9HxCktqc3zdNbCMKT7aL8y0N zPamND+JFpwuqhQ/V63QPST4cdvlt/bnfY5OXHH7y+FAXNr06Z0kSmXKG0sTCQ== =n6wl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 13:48:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:48:40 +0000 Subject: libconfig-autoconf-perl_0.27-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 15:45:33 +0200 Source: libconfig-autoconf-perl Binary: libconfig-autoconf-perl Architecture: source all Version: 0.27-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libconfig-autoconf-perl - Perl module to implement some of AutoConf's macros in pure Perl Changes: libconfig-autoconf-perl (0.27-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: 70d35e0ca168be12d1d8fd2e4371f17a76888061 2287 libconfig-autoconf-perl_0.27-1.dsc 4be89e77e9e352a7997ee85800a088f39d9a5986 21253 libconfig-autoconf-perl_0.27.orig.tar.gz e4855ced6326461522fa273d4ac561be1c08e3d2 2152 libconfig-autoconf-perl_0.27-1.debian.tar.xz ed92c89f7f8463da542055022564a9f0a16be1aa 26814 libconfig-autoconf-perl_0.27-1_all.deb Checksums-Sha256: 7e8f8031999d81934a97352664cc97f65a6f8ce916bf9dbd98dc0799b4d05fd0 2287 libconfig-autoconf-perl_0.27-1.dsc 039985c2e615bbf66ed31da0ed84a07563daea81d8c58b424c2184ea31746318 21253 libconfig-autoconf-perl_0.27.orig.tar.gz 5d48a2eb7dcdff8aa4fdabfef48e838d7b0111b93922343d99293770a4a688f8 2152 libconfig-autoconf-perl_0.27-1.debian.tar.xz 42518efd2f1786f14d7196c25e8cbba3608df87ca770aefde8cfdcae4858915d 26814 libconfig-autoconf-perl_0.27-1_all.deb Files: 0d216a2a561f98a95b4577d1f92e9071 26814 perl optional libconfig-autoconf-perl_0.27-1_all.deb 5ae905b0b9546357ff1b4091c24a79fe 2287 perl optional libconfig-autoconf-perl_0.27-1.dsc 1633ccaaa3587709ec3977b2b029aa03 21253 perl optional libconfig-autoconf-perl_0.27.orig.tar.gz 83474e698a25a6a8443c3cda6646c336 2152 perl optional libconfig-autoconf-perl_0.27-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb386ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBix4D/4/5Tni5kIM4N+Fl423/M8QKvzx77lDHtFMYr8WB7HASd3X ezO7AcP5DfFjA9XjpiUk9ExcJUipG+bVU5MO4XUJiML5hHRA6fA3jAjdt7uy/f/z H89vMyve3vE4Uz1qBsd6tRISBng52xkRB9D4uXag/vuJlCmShm+F1o+itCEfhY0E cAVpRrK7tSv3dhh5AgFa1lr2OeKMaO9xjN5PgOdcTVvq5OWMPH/1CSGg++oKDIN5 uapA5TYfsSdHOPkwxX2D8UdmnW4Hj7DFBlUd7vAa67rTW+Z6OzaN3d8faVufdPjI Hofg8NBobxlOi2DN2NsAtGicep1/rASNUkLk5RpeeVauee8VKHNCi0pwUhw1QsIU uAg5abE5gPjo1XzhYAERjmSYH0k6HFU1Jigu5gH1+TvwDVWdtbSYF/fMc/oSxtC/ ZgRBRuuOBXSddjhOSON1DJke3V/5y1vWkTIPH72GUtaKAgvWyYvUiPYeL4F+FvLw OCKaPExMrutXvMc0ta2zWlGSOu+lEqq+NpH3gn8zerj2f5Nisu6WlWpMjIfXhCm1 kLU/kHhvnb/QTS7h5rme8wOUv9MWP3em0SwvG+t2gfABGi7c4DKGL0HBZbLOsNa0 eKP2RGqWoAugJC8/7TAdAQNkctHaZGx+2NzgGyQKnhUJQz2xKQzXJUd1MUjNVA== =sClz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 13:48:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 13:48:47 +0000 Subject: libtypes-uuid-perl_0.002-1_amd64.changes is NEW Message-ID: binary:libtypes-uuid-perl is NEW. source:libtypes-uuid-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 11 14:03:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 14:03:09 +0000 Subject: Processing of libconfig-general-perl_2.56-1_amd64.changes Message-ID: libconfig-general-perl_2.56-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-general-perl_2.56-1_all.deb libconfig-general-perl_2.56-1.dsc libconfig-general-perl_2.56.orig.tar.gz libconfig-general-perl_2.56-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dr at jones.dk Sun May 11 14:04:14 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 11 May 2014 16:04:14 +0200 Subject: Bug#747747: ITP: libtest-modern-perl -- precision testing for modern perl Message-ID: <20140511140414.1357.71621.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libtest-modern-perl Version : 0.007 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/Test-Modern * License : Artistic or GPL-1+ Programming Lang: Perl Description : precision testing for modern perl Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. . Test::Modern also automatically imposes strict and warnings on your script, and loads IO::File. (Much of the same stuff Modern::Perl does.) . Although Test::Modern is a modern testing framework, it should run fine on pre-modern versions of Perl. It should be easy to install on Perl 5.8.9 and above; and if you can persuade its dependencies to install (not necessarily easy!), should be OK on anything back to Perl 5.6.1. This package is (indirectly) required by recent releases of libweb-id-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTb4NbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vW9eoH/2FA87KYM+zxBh+Xhm0f3ItH KBcCnvOjWjntuglwBuRtCJXkZYG/cD1+PS/bWNLJDlEpOLisXZ6yoBKnuAEz5KkL IQBeZlAZGTxK+otCs3ZsmghG3hHupKUTLmFI/XqgXh9V0Ji/FFU8jgNyszggLCf/ dcesaqI9X5rAZr0f6FbVD/2nRc6Hc/lwU7E/I7d2WgBpWOciUtALkt8ocB2UQefE LG2XUyjl6ntinA5ovPASfGoi0/fSv49q7lHXL6ydbVK66nQ0L0/7PN70pYg/dhtP u+v2DgekFMQgbpcwCaKCgcMqX/865N/R8vUWdinxYRXQE/Qw6yF+sbWmQXFMkLU= =f27Y -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 11 14:08:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 14:08:09 +0000 Subject: Processing of libconfig-gitlike-perl_1.13-1_amd64.changes Message-ID: libconfig-gitlike-perl_1.13-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-gitlike-perl_1.13-1_all.deb libconfig-gitlike-perl_1.13-1.dsc libconfig-gitlike-perl_1.13.orig.tar.gz libconfig-gitlike-perl_1.13-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 14:13:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 14:13:10 +0000 Subject: Processing of libcourriel-perl_0.34-1_amd64.changes Message-ID: libcourriel-perl_0.34-1_amd64.changes uploaded successfully to localhost along with the files: libcourriel-perl_0.34-1_all.deb libcourriel-perl_0.34-1.dsc libcourriel-perl_0.34.orig.tar.gz libcourriel-perl_0.34-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 14:23:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 14:23:19 +0000 Subject: Processing of libcrypt-smime-perl_0.13-1_amd64.changes Message-ID: libcrypt-smime-perl_0.13-1_amd64.changes uploaded successfully to localhost along with the files: libcrypt-smime-perl_0.13-1_amd64.deb libcrypt-smime-perl_0.13-1.dsc libcrypt-smime-perl_0.13.orig.tar.gz libcrypt-smime-perl_0.13-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dr at jones.dk Sun May 11 14:42:30 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 11 May 2014 16:42:30 +0200 Subject: Bug#747750: ITP: libtypes-uri-perl -- type constraints and coercions for URIs Message-ID: <20140511144230.4845.64097.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libtypes-uri-perl Version : 0.001 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/Types-URI * License : Artistic or GPL-1+ Programming Lang: Perl Description : type constraints and coercions for URIs Types::URI is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. This package is (indirectly) required by recent releases of libweb-id-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTb4xSXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWFuQH/ie0o8KaJgj0qZ4uFw6ob7YH IPmJu30e6l5L45SF0LIoOe8xZS2pCnS/tmyFWQkQKdP4ET7D804+vLKRx8gmyil0 Ctqxk1IqEdNOtVkXPg8gk3RuE8BVkDk8bKiSpsHgxxYFJv8s2MC0HpYLJrJRTPwz 59e+nLX5kgJr3kBBOZjaOxfaT5rXatvBSMHfMi5P8xvc2cC3e9KKIpybfdR28ALQ yWvIDDKD/cdyOWVk9qylKcDhU5gV4hwS14BvalNhuLmxvmNUmSqVYvX8goqGyRzR KS49RFRRDqaWkx1kw+YOSMx+iptJr1kUUePJTQTXj6L0SS73uQrLR/EpSukzE24= =zVO+ -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 11 14:53:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 14:53:29 +0000 Subject: Processing of libdancer-perl_1.3124+dfsg-1_amd64.changes Message-ID: libdancer-perl_1.3124+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libdancer-perl_1.3124+dfsg-1_all.deb libdancer-perl_1.3124+dfsg-1.dsc libdancer-perl_1.3124+dfsg.orig.tar.gz libdancer-perl_1.3124+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 14:58:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 14:58:31 +0000 Subject: Processing of libdata-clone-perl_0.004-1_amd64.changes Message-ID: libdata-clone-perl_0.004-1_amd64.changes uploaded successfully to localhost along with the files: libdata-clone-perl_0.004-1_amd64.deb libdata-clone-perl_0.004-1.dsc libdata-clone-perl_0.004.orig.tar.gz libdata-clone-perl_0.004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:03:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:03:32 +0000 Subject: Processing of libdata-section-simple-perl_0.07-1_amd64.changes Message-ID: libdata-section-simple-perl_0.07-1_amd64.changes uploaded successfully to localhost along with the files: libdata-section-simple-perl_0.07-1_all.deb libdata-section-simple-perl_0.07-1.dsc libdata-section-simple-perl_0.07.orig.tar.gz libdata-section-simple-perl_0.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:08:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:08:32 +0000 Subject: Processing of libdatetime-format-http-perl_0.42-1_amd64.changes Message-ID: libdatetime-format-http-perl_0.42-1_amd64.changes uploaded successfully to localhost along with the files: libdatetime-format-http-perl_0.42-1_all.deb libdatetime-format-http-perl_0.42-1.dsc libdatetime-format-http-perl_0.42.orig.tar.gz libdatetime-format-http-perl_0.42-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:18:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:18:34 +0000 Subject: Processing of libdatetime-format-mail-perl_0.4010-1_amd64.changes Message-ID: libdatetime-format-mail-perl_0.4010-1_amd64.changes uploaded successfully to localhost along with the files: libdatetime-format-mail-perl_0.4010-1_all.deb libdatetime-format-mail-perl_0.4010-1.dsc libdatetime-format-mail-perl_0.4010.orig.tar.gz libdatetime-format-mail-perl_0.4010-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Sun May 11 15:24:06 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 15:24:06 +0000 Subject: Processed: closing 747117 References: <1399821658-1083-bts-carnil@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 747117 1.984-1 Bug #747117 [libio-socket-ssl-perl] outdated "Defaults for Cert, Key and CA" section in IO::Socket::SSL(3pm) manpage Marked as fixed in versions libio-socket-ssl-perl/1.984-1. Bug #747117 [libio-socket-ssl-perl] outdated "Defaults for Cert, Key and CA" section in IO::Socket::SSL(3pm) manpage Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 747117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747117 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 11 15:28:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:28:36 +0000 Subject: Processing of libdatetime-format-strptime-perl_1.5500-1_amd64.changes Message-ID: libdatetime-format-strptime-perl_1.5500-1_amd64.changes uploaded successfully to localhost along with the files: libdatetime-format-strptime-perl_1.5500-1_all.deb libdatetime-format-strptime-perl_1.5500-1.dsc libdatetime-format-strptime-perl_1.5500.orig.tar.gz libdatetime-format-strptime-perl_1.5500-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:33:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:33:37 +0000 Subject: Processing of libdatetime-perl_1.10-1_amd64.changes Message-ID: libdatetime-perl_1.10-1_amd64.changes uploaded successfully to localhost along with the files: libdatetime-perl_1.10-1_amd64.deb libdatetime-perl_1.10-1.dsc libdatetime-perl_1.10.orig.tar.gz libdatetime-perl_1.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:33:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:33:55 +0000 Subject: Processing of libio-socket-ssl-perl_1.984-2_amd64.changes Message-ID: libio-socket-ssl-perl_1.984-2_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libio-socket-ssl-perl_1.984-2_all.deb libio-socket-ssl-perl_1.984-2.dsc libio-socket-ssl-perl_1.984-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:36:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:09 +0000 Subject: libconfig-general-perl_2.56-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 15:55:54 +0200 Source: libconfig-general-perl Binary: libconfig-general-perl Architecture: source all Version: 2.56-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libconfig-general-perl - generic configuration module Changes: libconfig-general-perl (2.56-1) unstable; urgency=low . * Team upload. . [ Francesco Cecconi ] * debian/control: + changed Maintainer field for perl group. + added Uploaders field. + added Vcs-* fields. + increased debhelper to version 8. + updated homepage url to metacpan.org. * debian/compat: + increased to version 8. * debian/rules: + switched to the 3-lines dh. + README is not shipped anymore. * debian/copyright: + updated source url to metacpan. * debian/watch: + updated to metacpan. . [ gregor herrmann ] * New upstream release. * debian/copyright: update copyright years and add third-party file. * Slightly improve short and long description. * Add a patch to fix a spelling mistake. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: e9ee0a8fbd264ace0995fd1b887ab60a1c5233f3 2219 libconfig-general-perl_2.56-1.dsc 5f2f6b9e6e7a5f8e5bcaec6146c65f92693dc613 61135 libconfig-general-perl_2.56.orig.tar.gz 30a733b7deef4143bc2c877da6387a432f6be600 4032 libconfig-general-perl_2.56-1.debian.tar.xz 778e48edeb7b9e3630ef5cde1dfef9f638f2ee55 70028 libconfig-general-perl_2.56-1_all.deb Checksums-Sha256: 5cdf14a7e5b77d1542efbbe745f7bb5ea698d884ed17d5aa1bdc2433556dc668 2219 libconfig-general-perl_2.56-1.dsc 0996c834ea2ad39ebddda9e59e62d7190ee6f2da3c5d2932c8379c0fa3eafd6b 61135 libconfig-general-perl_2.56.orig.tar.gz 7cccca4d8250e449e901273b5a25e58ca5c9e3d0cf5747e6225b1fa895447405 4032 libconfig-general-perl_2.56-1.debian.tar.xz 8a7dc7b6ae19b3b37a9cd11470c2a3d86623eec2deb1fe66e26c3a6dc36260bf 70028 libconfig-general-perl_2.56-1_all.deb Files: ac1ad63b2de91a821fb10e79c1cf9313 70028 perl optional libconfig-general-perl_2.56-1_all.deb 10b298681e643b660cc7e0b5878e4894 2219 perl optional libconfig-general-perl_2.56-1.dsc 8cf9dd044d016f27b4dc26077606736d 61135 perl optional libconfig-general-perl_2.56.orig.tar.gz ed2c3b70c87dd0ca360b97e8f76cb0a6 4032 perl optional libconfig-general-perl_2.56-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb4KgThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBksPD/4it3vC+gVZTijENhjNLOyWTwFVs4R41AQzv3FjBdvT4bYu ymdGSn2pkodDMfNe8y+I2bBUOEQ2OneujZxHD6p+lPOY73S9+pZkXIsvwIgqQrqp n4OuQj04IhMSCHyH098jWlx1ZheiUtPWf7txdTAMXSEsLNO8eQpI5gxc0VTyF5uZ GQrAZlJ48DG5roMD9T6k6A6d0WeHphIq6h/jwxK973bQO4DsEzqOHaePtqRukYLH Rp2UGYgA3o9GU6vLKTfdQauCEZ5mlGIyYJHiamFrmMPwJ5pzviq0HxIq87A37bHk 0XX77moqO/jChAK1qlUZQE+i4cP0YXCNZArCJdyNSJhjZRoImhPSV4kHB//lkkUT ZLU4/gfPh0xlo2sVI/x7lJnsVXjDmcbd8D9VG92jO+WppJqhRw3jxclgTwPkFS+H +f9S26FeWFgewGvKfAy8lEe6EhjmRLV4s2yEs0S/f377BIA88DXk1MAgY6baxfGJ gCmufZur9qIMB2exx0x8wxD669D8eWWk6r9mzH7CCjLH0V0679LJYINEr/DP7qLX Fzwzwgd7MXBZk2gIO0AQveF366a6A829VF6ZuNB3uOlLdl9cM/QkQ+7vZRFerDpe pwnPo2q96stYUes9682+Le9RrQ5D+BgE/fiwxpBSBuidgsFf1VC4ZH3UM2m9Cw== =VgQo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:16 +0000 Subject: libconfig-gitlike-perl_1.13-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 16:04:34 +0200 Source: libconfig-gitlike-perl Binary: libconfig-gitlike-perl Architecture: source all Version: 1.13-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libconfig-gitlike-perl - Perl module for Git-compatible config file parsing Changes: libconfig-gitlike-perl (1.13-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 35a4c0117fea042d6358fea5db4125a26502e40a 2416 libconfig-gitlike-perl_1.13-1.dsc 6c9d07cd3d938061660761db6756731c204b3e23 49626 libconfig-gitlike-perl_1.13.orig.tar.gz a094e7f9ee0f5dccaa54a268bbc04c5322d8fef6 2700 libconfig-gitlike-perl_1.13-1.debian.tar.xz fe34cceb6fe1b59a48de2aa873377747c42cb2ce 37276 libconfig-gitlike-perl_1.13-1_all.deb Checksums-Sha256: ad4b193fd9d52d40cc64aa65b02c09ad46018ddf98f701865be9f32493b31418 2416 libconfig-gitlike-perl_1.13-1.dsc c73557ef63bfe35e9a89bd539202177f2856abdb908e0dd463213f6cd7d8ba39 49626 libconfig-gitlike-perl_1.13.orig.tar.gz 02d81f7a0eed396f5c2a6b94762997d2a8deb5c6e255fcde2a2d311900067811 2700 libconfig-gitlike-perl_1.13-1.debian.tar.xz b7a90229668d20ed65142a4909fea31040f0aadd6a0aaf251a765c26a9725aec 37276 libconfig-gitlike-perl_1.13-1_all.deb Files: 3b593b9af0aedc28c97fe5d1171159df 37276 perl optional libconfig-gitlike-perl_1.13-1_all.deb 1e86657ceeb318e691a9502736795deb 2416 perl optional libconfig-gitlike-perl_1.13-1.dsc f46cd71750a6309c85d6e05ca4823ee0 49626 perl optional libconfig-gitlike-perl_1.13.orig.tar.gz f830e9c225f86c1e7c09b51ddca48da4 2700 perl optional libconfig-gitlike-perl_1.13-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb4OeThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrTdD/9yMvbYd2N6vUQ1OoaxzHC3oXtocDMY/U6ne3t1LMq8ZJ+T FMFbbfNdtPvfzIOARphytvOfjr9wF+zA8oE6xMkcy1sjkaQ78qbzy5iHRqWdDBwp +i1J7QTMOf+wSuUu5qufgxCwYXDXtTIclKojUsRNCIQi8gmqvtnB180jpflXpl+t uMDjLVh+7Yb7j/VwN7HvGJjlIbvh1H0z30+kwKzS6u+h6TlKQCixnFRfZ6osWqWy oFRnRMpuABP3TtMCGDbvDPGN9MuSQtfyyfLUqZIW5O/VRWb+qgc/E/NM/ikmJCPu f8/9k7JLGttGkNSgUGpS4RYRJ85AJr3ulmr2O6V9C4x0+B5MLVLE+8wTJQ7rFXYb t40xqDVgshVesphkJsBrcq2ITDoJWlQjEBJBadDqmxMKJY++M7AOgdtNgoXYaYPI Bjtbrfkbk+1Yj0Jq+Z9P4yGEvGZkCxUqjPkWFtMO+2dbK29W9BieIzNS9E/mxpvq q+I0FVQlrky0o6Sh4aYgnCAK0fHX6xCZD5QtkIwy7vo4zRPFYWXyjvv5uAlveLge kMj/ozPX6/PpuGyRjl1KH37+pGaIicvYyp9SyIXRAP+TdDwhhibBII7iC2uaHFlC Tumynn+kT8m7yT+CPf/Vy8tjDqt+Bc/vy/2PtJVBBKXFccHq4CurAN/Ft/dyaw== =FFSo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:23 +0000 Subject: libcourriel-perl_0.34-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 16:09:19 +0200 Source: libcourriel-perl Binary: libcourriel-perl Architecture: source all Version: 0.34-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcourriel-perl - high level email parsing and manipulation module Changes: libcourriel-perl (0.34-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: b7f5344320458a0f707c576039072358d655d54b 2813 libcourriel-perl_0.34-1.dsc 279776907659937cb39cce721d0ed0ebcc1ecdbe 385803 libcourriel-perl_0.34.orig.tar.gz fc8db6ef5c96c5b9b2ec5b28e11f4e361b8a8029 6760 libcourriel-perl_0.34-1.debian.tar.xz fd474f31941df3ae010b2e0e7f335eaadc5386b3 72150 libcourriel-perl_0.34-1_all.deb Checksums-Sha256: c6a01b8261bb75bfe91a4077cb2f832cfb9c4358a663638ec9a468d187577924 2813 libcourriel-perl_0.34-1.dsc cc12916fe906cf0197ed6d627d1fc9578522cec31c8a854c837b53ee1bd7c8c2 385803 libcourriel-perl_0.34.orig.tar.gz 80f0400629046bf3d03afd3b20ffc785720bfd12b7f80647764fe7980ec0b396 6760 libcourriel-perl_0.34-1.debian.tar.xz 742947fce0be5fa1934601883fa4dfd165f8f8aa25a2f1ebbe0bd0d5da9d99ad 72150 libcourriel-perl_0.34-1_all.deb Files: c75a26035202a5293401e21140dab63c 72150 perl optional libcourriel-perl_0.34-1_all.deb a3e400e9e5bc517d5bb7ce425a06c96b 2813 perl optional libcourriel-perl_0.34-1.dsc a2d273bd9688c9d50672c1aca74959a2 385803 perl optional libcourriel-perl_0.34.orig.tar.gz 16bba5c8aa1989dc8e7542a0c716d8ee 6760 perl optional libcourriel-perl_0.34-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb4S+ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpi+EACQ7LOhIzh5tnQGZBEqnKnBrmtiAhPIiT6zoZhIz+aoU6MD gJV5s16UxcxFojWvhwhrcQ4Bs97ibRKojIUwgFv+8sHH1dyvVz5Fg9QzVt/w4+yL LVxRledKCoe4BkLzI4dWHojjChwJSudAM5OhwQ8ehUAG2f1GPjjbgGk4li43x7+R G0DLaUw2zr6oX3wL0rIBmgfX3LO4XlAUwssl6U3xrRWFo71/CVFMmSbh0CrjozNf tjKAz77hmJ1Y9GCQD89d2v+ljyYs9CaBMVo0Y41sXrSlWM0lVmEVXpl3IqU2kSXM vxurPlVRyTyfCHjNUd64mdEFQuN8wocdunJKiYP3S6rqqB0kXXHSOpQMwiGxI20B 3S/5cM8FUbeO2EF6aplYqE0RI6aB4+xS7fsLCcJeAKT7dBYbw/ga56mI1J19LQ8X u1TVemNHKPRJEAeikyvGQm7+AIY3FRog+bYL+Xa4vp7t4o5N9f9ZS8p7FZFSIT45 hJ3bLj6zEm+iKJj6p2gouQI9CQ/OXwzYQmDgNI3kkAPVPpbOVGIAxdJI+OHeG8ii Q/pCQkpVzA6jwhBb0MgXErfwRkmaKsh8YF6b+xd5dMR0eUH0v5gG2AGd+DmYqhK0 tWpYLgN/4MKPpndpoBFvPwJEjrKEHAnMUhaxR6VIu6X8Bg0j+7sP3jX4Fkxkhg== =xwIG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:30 +0000 Subject: libcrypt-smime-perl_0.13-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 16:20:51 +0200 Source: libcrypt-smime-perl Binary: libcrypt-smime-perl Architecture: source amd64 Version: 0.13-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcrypt-smime-perl - S/MIME message signing, verification, encryption and decryption m Changes: libcrypt-smime-perl (0.13-1) unstable; urgency=low . * Team upload. . [ Harlan Lieberman-Berg ] * New upstream version 0.12. * Remove patches applied upstream. * Add new dependency. . [ gregor herrmann ] * New upstream release 0.13. * Update years of upstream copyright. * Add build dependency on libextutils-cchecker-perl. * Add more build dependencies to active more tests. Checksums-Sha1: 4e3e1fa1c9189dc6d1610efcc014d01cf1bf524c 2387 libcrypt-smime-perl_0.13-1.dsc 666b4266aec58bf2e6a9ff6f1232d53f100d4b98 19890 libcrypt-smime-perl_0.13.orig.tar.gz 8abeb1af2a0d9342a19f9df516915407273b73b9 2016 libcrypt-smime-perl_0.13-1.debian.tar.xz 907b58e814f9d70a65b04498767fbb58253af7da 21892 libcrypt-smime-perl_0.13-1_amd64.deb Checksums-Sha256: 2929a91fcf014db13241bf4761524f0d962396365561b40c6e3f9d9a510a8d71 2387 libcrypt-smime-perl_0.13-1.dsc a985b7484743513631536e0fbb622b55096da79cd0f9f6fa15393395c438903f 19890 libcrypt-smime-perl_0.13.orig.tar.gz 4bc33bc4f2fa127d71f05b51aa63e07d9dccc7a2c22d4f79c3504c04cc2b3977 2016 libcrypt-smime-perl_0.13-1.debian.tar.xz d7b34bd1f918f14293b34275c16c43e17a2d741442f1dd34bc7ee4f4b06a34bc 21892 libcrypt-smime-perl_0.13-1_amd64.deb Files: 66b61209f3e163564053f16bbd819e93 21892 perl optional libcrypt-smime-perl_0.13-1_amd64.deb 42c232f223aa91cc504674d3a3256f71 2387 perl optional libcrypt-smime-perl_0.13-1.dsc d2f10168375db8a2df0d3f8a4745b24c 19890 perl optional libcrypt-smime-perl_0.13.orig.tar.gz c1e67529d759fa6b1b0852439b3c6d7f 2016 perl optional libcrypt-smime-perl_0.13-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb4eKThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBt3NEACtjCErIYlfzVzt8DP93qlxZ0bc9i/TWqqTYY6vinyTUumf xWBS9SMVk+DL9AzNM5kBSVyAcFJ1iHUvMnrtTG2MEHaIuCJsfLrPH1x7LEAGI4gM NPVDM5bwCcCrp758pGSZ4adxGPuQZCdmIEeKE+U6K7FW5JEg4eKw5+fBPMYuW3AW y2EQSJXRFsoWuktGF5FC3XKi19vnV8BiDnkqRnq7VhzvWZHsdoSiQigQ9lf/tc0f LzsOc/LlmDXESrvxT3sP0zex3PsuSqvoPM6ZqRQ3qYb3kpmelzpZl2jE9NKE6dqp tcnoYw/lPkPfxOTrFLYSWSTBklGTK5qUg70nEaFtxNp6wVRrRcsNODXTCPAJzBIF fAYzeyyVy4DTsM+8GXnAZhJmHjrMCiFeFZN6faiTfT5qgkx7Qoo6vILQHQANnloH crNoFdkHd8hc7dHqnan6IuG/UvrwpYU7Y2NvBLadLA+ZKPmKN7u8LSw5WsfD2nVR VvV4KjJfmkx8hAJsQgM0q0DACtOpNmPCDY0nrOTq1DygpbKh3Iz/uRlwenlLV2+Q 7x+ko/pIKPiNEhG60c1xNYL6kxhsC0oJhyBWQ4gaMgVV4h03H/PBZ4/aTwVZ0gZ9 W1p8HBKt75Hv47L3O7YJMVWlGdXf0QtTkcHuArnNWWZR16rmZoRIVvDbGkkeMw== =g8de -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:37 +0000 Subject: libdancer-perl_1.3124+dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 16:40:06 +0200 Source: libdancer-perl Binary: libdancer-perl Architecture: source all Version: 1.3124+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdancer-perl - effortless web application framework Changes: libdancer-perl (1.3124+dfsg-1) unstable; urgency=medium . * Update debian/prune.pl: link to minified packaged jQuery. * New upstream release. * debian/copyright: update third-party information. * Drop removed README from debian/libdancer-perl.docs. Checksums-Sha1: 3a3be184de16f0a0194a6ad721427f0453148213 2818 libdancer-perl_1.3124+dfsg-1.dsc 19c851f38ad250a82f0aa2d7e302db6a2be7c1a2 302380 libdancer-perl_1.3124+dfsg.orig.tar.gz 460f523c67e6dea70ffdf97aeb7037f45d77908c 9640 libdancer-perl_1.3124+dfsg-1.debian.tar.xz f5f52962ae7dd68c9cf4d24f6846e672ba2e922b 408586 libdancer-perl_1.3124+dfsg-1_all.deb Checksums-Sha256: 92807a838329a08223359eac62b61f9d1750929ee6a410d273c73c99071edeb2 2818 libdancer-perl_1.3124+dfsg-1.dsc 8d2c553d007115000bb3015631f257f930a761d7e97bf606fd4547e16bcb4975 302380 libdancer-perl_1.3124+dfsg.orig.tar.gz f5b750d37a0781d858a53832e16271131699248e6d4af4d2c1f1a842bb32c657 9640 libdancer-perl_1.3124+dfsg-1.debian.tar.xz 2a37ea4d74cf019a89bb04ec30990036402aebeef86fb4ef5a199605033bb591 408586 libdancer-perl_1.3124+dfsg-1_all.deb Files: 99494d4af3725054cefafe5e3a1a8d09 408586 perl optional libdancer-perl_1.3124+dfsg-1_all.deb 3e8bbbc00a97d519719a299b6417450f 2818 perl optional libdancer-perl_1.3124+dfsg-1.dsc 2691d85b09ecd234e3ea53545d625a3e 302380 perl optional libdancer-perl_1.3124+dfsg.orig.tar.gz b675fba500a13ab69f4c02f893a82597 9640 perl optional libdancer-perl_1.3124+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb40hThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBo1QD/4qmnlcqEzSIBgqaR6qPy7c6qn4ShFrrB+CDgTH8Qj0HiP0 dCYlIAYWQNIpdQ7KsjfJ487ZqUbf8a66HbQY8i3BsfYeGgci7eQriJpZciygDoNF hCH/eUZM8L4AK3BeblcDRZ8vN7zrOcW/VGn/LGZ+K1m7uqmKiHisZrncr/PYEnVc AlMyQ9Z5GSzYVrSKfHfpkE6sqffLerNgRSfzIOMKVFI9esSXnKPrvp/AsJ4FhZtF bp8eizypOaJg+cr/lIvGppDUZOGVq4DzoDXLdSyFim92pYBL8eVu16j6G0lCA0WK obgkfbVgDOTj0pl2UsekcNanyn3OP/waG/fHJIvFxQjM+uZ29vLHpx8wv+2WgNod 72mRl0ffAMx8vhZQnZfC2UV3WMBQV+SwySnx0dtqZ9VlNnyq0UgNxM9QhfZEsKyg VzHSeR6V3IyYlYxHPXuZ/ARn1M5nJyCSG6DR/Tj/Pp4i8Ax98mDTmUfZYTj+OI0o HPBfatUst1zGSozHFIu9H1BkUWEK8iLeHLf0blklfPpVAOqKefSj00I7ZWT0iLCf 2rIZOuJl5CoUT3cvdgoy5fjsc5cx2uQKOc1AKdscOsn7zg1utSrHUku73jRpSePF l0nY3OwSl3FdJ8SpJUFLiTgp0u6aBqMxNZBjxSlfv9Tq+g3wU6xhgY/LVGpl7A== =W1h/ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:44 +0000 Subject: libdata-clone-perl_0.004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 16:55:41 +0200 Source: libdata-clone-perl Binary: libdata-clone-perl Architecture: source amd64 Version: 0.004-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdata-clone-perl - Perl module for polymorphic data cloning Changes: libdata-clone-perl (0.004-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Update copyright years. * Update build dependencies. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: a16366c62fc98ba6181904ce1501ba478728c861 2262 libdata-clone-perl_0.004-1.dsc 7fecd0d7c1692a7192fdd24e5c36fd395077ba2a 35033 libdata-clone-perl_0.004.orig.tar.gz 95260d043a3fb46d68b4c872d6b8faf8bfe34b6e 1976 libdata-clone-perl_0.004-1.debian.tar.xz 3f7f1844219d122d83c6d56702e12b2ce2df03d8 13904 libdata-clone-perl_0.004-1_amd64.deb Checksums-Sha256: 1418a28a461f610d9986d4152305a8663426737bc714c8601e8dbe2962f16946 2262 libdata-clone-perl_0.004-1.dsc 2fe5e179882a6b926dfef0a108b4a2c87a1ffb06892bcf2fb88e4c8f4b84383c 35033 libdata-clone-perl_0.004.orig.tar.gz 6af49bdb4c27268e33e2564861e341fddd9ae5d6755380ba04cd86da2ca5e366 1976 libdata-clone-perl_0.004-1.debian.tar.xz bbe7f53e3c2a6d24cff5c9f5acbc2674fde36e389ad2b7153c17aaa7cf90f037 13904 libdata-clone-perl_0.004-1_amd64.deb Files: 056294628b9a3bdd69c2f1e37998486f 13904 perl optional libdata-clone-perl_0.004-1_amd64.deb a43dea0575c7fea50be9f72db6868de8 2262 perl optional libdata-clone-perl_0.004-1.dsc 60405da06fa313689da96878077fb223 35033 perl optional libdata-clone-perl_0.004.orig.tar.gz 441f4a8138228da95fde6095e400b993 1976 perl optional libdata-clone-perl_0.004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb4+TThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsQkD/420je0npUsznqw7cE9Q/Ls7q7o+05ib2uszg4Jmgzq+m4d R8Ty+kKxV8fTCiPNIE2brL15DxBFX4LibakNFfeOZlx21PSNtpFF7L7YTxDdXPLF AX/0c+APngD6/rIrrJrkve461w10tLqiqkLTnUenQ1b9A4XpK8r1smii84gsBz+r OBrXD0Ij5SqyDTjvpk+RiMvY1mTo+cT70IGTcNrgZTs5lgp8PWG1kHdgsixY75ci Lz67UByKZ1wB/88mEm/KsPE99JogwM7ZdoBGKHxNMbiZNa4n376ILLqw6Mfw601a sM3mvXBOjyz3Uk2z61sd5vXkaLDt5VBmhJybA7glYwzjxue80n9t5wFpwhgmMSBF 46Uv3/VGbyFO9Mk5+10rAcEAYv69MuHCbP3tzOTvpTrZ70JTbsZJBxifqBrIQgcj U6B05aF1g2FFiKuX/iGzJZYrH1YVx5vn9pajSZ5C09dXyI+rHAB0/V67IjAdec99 UvJWI1HE0g053kkOf3rYRzxKoJHHEFLof2J+hhGPyxED3pqd6DmKCilgI+qoKnO9 n3od82H7C6gx7Ng/Q4tJMh0l4rWRSkVQ9hfqWydpsTTdIxqVjTRe8d/ISpdZUaP6 60eTlT/yg4GSFGv9aGDtuMQy6uLxaHT9SR5rMQNrAgzQZa5W/jKHjSILuFG3GA== =EmLe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:51 +0000 Subject: libdata-section-simple-perl_0.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 16:58:56 +0200 Source: libdata-section-simple-perl Binary: libdata-section-simple-perl Architecture: source all Version: 0.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdata-section-simple-perl - Perl module for reading data from __DATA__ section of the file Changes: libdata-section-simple-perl (0.07-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: ecb5d009c1321496f5ce7a449357e207352f6d94 2363 libdata-section-simple-perl_0.07-1.dsc b6c655105a4a86aa6a9ea4fefbd2de7ecb2d85fc 11479 libdata-section-simple-perl_0.07.orig.tar.gz 80944a516ea8dd68f75fa96ea913d5740cc8262c 1940 libdata-section-simple-perl_0.07-1.debian.tar.xz 2ded74f4d000df14d241239a74db1870c228996d 7886 libdata-section-simple-perl_0.07-1_all.deb Checksums-Sha256: ce723f019703586c795ee6f74ebef65ab6f4b1839a2f6dbd6f9de22af2a4ed28 2363 libdata-section-simple-perl_0.07-1.dsc 0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb 11479 libdata-section-simple-perl_0.07.orig.tar.gz 8029811c0e4a653b34a65d3cf10a66b9445fd09386a378fca57f15d51cd1be18 1940 libdata-section-simple-perl_0.07-1.debian.tar.xz 6b09334b6f7c6969533638f08537ffd8dc02600ca6b82344cd4b535ab8f0dd54 7886 libdata-section-simple-perl_0.07-1_all.deb Files: 794e72d839e22f331068cf90a4fbc5d4 7886 perl optional libdata-section-simple-perl_0.07-1_all.deb 4c96e7ed42360cf109aef469e39ee3d2 2363 perl optional libdata-section-simple-perl_0.07-1.dsc 5a079d3d7712fa3c8256494cf026a153 11479 perl optional libdata-section-simple-perl_0.07.orig.tar.gz f58b929d54666de44499169d2f23c98c 1940 perl optional libdata-section-simple-perl_0.07-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5BTThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrx6D/49e+X228lGmhI0tiNthjTzNzu6+eJAeVNa4dg93VEEmGFT LZVuPxjnQwMKfdtDu18wnT1iqv8hlGA8iEZ1uuVHMu2HfILF2FzTVmSMDUDXu6vi Z8frqy+/oeNcfeNr1rihofKQW54BVtQcnTlVT7UFNmjlzzLBpvU/aHwqr1HN2WfH grEigcOIpMQ816pz51IbounytiuAA12oL4UEOeewQxb8U/2o4LT/pNcKuJtCWYWF zAy+u3TZQu4bqmLxq3jO0E0jDX/Mo1X+5bSRez/8E3rGp16cCzvt646gy4U6I4U2 eXtBru/ciAF+pZgOb0PZrs4nr9iBmqFGMcXG2KqMYsxjXIMgKj+4Lg7olmQGxSsQ r79A7C+IF0ivEFLgzxFvR+1/a98WyExhMd+dnCyFgWmP7T9jBM7fSUCw1OyRbSQM VKK1Aj2n6gca3LQ6wg2f/LlMPu+kE6UOtuscL4SA9bbVNbGgl4RPYsRbDFoA3ipV 03uZuJg+JQq+t3aHJfsyof7AS6gP4LOGNjvBzW8Ab0Z+YIUzf1h5p8h7m+IpgdBg LOm3M9rHzmQhWTRj3mNam+Mx5OmTcbTsdm6SWCN57hNId2OjBahUHIJbKmUF3soB Wwr6q3S/0Hv+ti5hhH6j0psrfnH9GAtm1qiVIvGr3EdS7MDDbkpeWqq044q+PA== =6wC+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:36:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:36:58 +0000 Subject: libdatetime-format-http-perl_0.42-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:03:24 +0200 Source: libdatetime-format-http-perl Binary: libdatetime-format-http-perl Architecture: source all Version: 0.42-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-format-http-perl - Perl module for date conversion with date formats used by the HTT Changes: libdatetime-format-http-perl (0.42-1) unstable; urgency=low . * Team upload. . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Build-depend on Module::Build 0.38. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 79a50c3616bc0419e74d98eb0380d88b45109671 2445 libdatetime-format-http-perl_0.42-1.dsc 57099480616800f90f1f1b6e9ba0c728ce916921 18170 libdatetime-format-http-perl_0.42.orig.tar.gz 2d9cf5abe3374c6c3ad2112f8866dcd380a1f122 2324 libdatetime-format-http-perl_0.42-1.debian.tar.xz cd1ab93f5a2f3365438a061068fa25a161c31ce5 11154 libdatetime-format-http-perl_0.42-1_all.deb Checksums-Sha256: 5442ecec5be637d0ee718fb78b257099fd9b991defc0ee28e526213df3735c5e 2445 libdatetime-format-http-perl_0.42-1.dsc d04e769df45968dfd2d1bdc647a325c6877614069762786e6f137f1f5ec3d840 18170 libdatetime-format-http-perl_0.42.orig.tar.gz 6cadd1a9570542da1e6bbc1407bc6b2e3d8018409f70b83a5edc4128d0abff3f 2324 libdatetime-format-http-perl_0.42-1.debian.tar.xz d427107bd168d349ee5d38dad1eb2bf26e7f9e47dc01f9af3b0b83231ba797db 11154 libdatetime-format-http-perl_0.42-1_all.deb Files: 42b7c3674ec1a8c4287eeaa01fafe260 11154 perl optional libdatetime-format-http-perl_0.42-1_all.deb 9f4c6e2235ff45fbd97c11d76ded9968 2445 perl optional libdatetime-format-http-perl_0.42-1.dsc e5dfec811e1f9fe4fc72842f0c56c86f 18170 perl optional libdatetime-format-http-perl_0.42.orig.tar.gz e76ca5b7e7d00d559d04ecfb898a0194 2324 perl optional libdatetime-format-http-perl_0.42-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5F1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm1zD/0cTRev9+RQYkecDDltqpZ3WD7Xrl7kiHL4JqnfA32UFdED v6IzHYBdFzuCE1ckS2KJnzOvDRrz2X9xB8c9em9Ws9yu92/sesY1JqNuHoJLF+T1 R7DgV55oOcXeu57PbTotSTvJFFCGsk1ucjv77dAQJM/5JGwEZD/Bw+mHtZ73S3v4 RMuNkfZ7yYJQCeIIVs8J2e7JBU5KxZC5vz/jnuDTiSYVXVUSzUbtQeWXactsLPWV m8sM6b9g7ljVrhAJRKNIhS6FWiBmxH2kq3spFIOdBoAsY+siW1pbp9uwFKQLBzx3 oE53Hg6W3SyDN3TI+iQtNJ5UMAkHrT4QXINvYQMoeTAFMm8eKJBH6rgfUhva+hqE d3AzuuJouUlvbbXgaixyMc3amaouQiVpsYPRfQCWjqvS2uUf8gP85GhtgqeGLqtt bZZGZjMYhhzIu5/XeCGpJtRZnIi9IN4wv1z5JkG9GCDvdhHqHrVcuhIHa/M/yOvj epfuwh6Bs6WhxFudsf+NiR9JIWjjY9h5I2La2C9YQdJDG0haX7M7amjF1zqdDD7q wk21zpyRpb4FLQ+BVj5VNqNlf7H/vesl7A4YUvqycpRyOJB3wRuzkzS2PMc/iMTu DQezy5HgV9Tu0dr4/yW7HD56hWeIRVFV5CKjNtUCsDh89IKW7Am3hUARnpdpbQ== =qUEw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:37:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:37:05 +0000 Subject: libdatetime-format-mail-perl_0.4010-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:16:37 +0200 Source: libdatetime-format-mail-perl Binary: libdatetime-format-mail-perl Architecture: source all Version: 0.4010-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-format-mail-perl - module to convert between DateTime and RFC2822/822 formats Changes: libdatetime-format-mail-perl (0.4010-1) unstable; urgency=medium . * Update debian/watch. uversionmangle now also handles three-digit minor versions. . * New upstream release. * debian/copyright: switch formatting to Copyright-Format 1.0. * Update build dependencies. * Update short/long description. Checksums-Sha1: 6e3efec63125be7d4ff56c782d19d1e93d5ac1ee 2410 libdatetime-format-mail-perl_0.4010-1.dsc 64bf3c24bce84e37463dddeac99dce3516c738ba 172403 libdatetime-format-mail-perl_0.4010.orig.tar.gz e4db71f8113bb9ac857089e78abb68adba16c5c9 3048 libdatetime-format-mail-perl_0.4010-1.debian.tar.xz 76e394ba892ccfdd7b96de1f3fdbf8ccbebc0cf2 14984 libdatetime-format-mail-perl_0.4010-1_all.deb Checksums-Sha256: 64e1f956552f88fc8f7819bb60ce4601ed3f8942a2550f63281fce6fdd80a6dd 2410 libdatetime-format-mail-perl_0.4010-1.dsc b0668cc6547f0af8f02bb8e1cd09f69ec9f396a153a5fee97e38f651aec953b2 172403 libdatetime-format-mail-perl_0.4010.orig.tar.gz 998e7f2f980c8e7c744783dc9de2ad90dd955a933b9c0163f9e26a5e34d93fa7 3048 libdatetime-format-mail-perl_0.4010-1.debian.tar.xz 8647c92984cd62a68f0aa04fb92cc66a3d77b70fe04e91caf9cd9d4a6e78cdc3 14984 libdatetime-format-mail-perl_0.4010-1_all.deb Files: 4700e4154edb3464c9fc8c5e451d901e 14984 perl optional libdatetime-format-mail-perl_0.4010-1_all.deb 56b5602292378cc146026c27dd78e3ab 2410 perl optional libdatetime-format-mail-perl_0.4010-1.dsc 98f4d4d9dc17af5dcb3b3c79314ccc96 172403 perl optional libdatetime-format-mail-perl_0.4010.orig.tar.gz f81bad56347cfc2312037abb067ec3f6 3048 perl optional libdatetime-format-mail-perl_0.4010-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5SHThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBt7zD/9oVgtwXdC89sd8L9TtKHfXfH98B4/b/geFkkk+tCDtaLre f1Auyc4KxnLJWy+bY8XfZd2hQ5AEZp3fAXDyhs4PFnvUkjpCqs9mae+EQKUWw1Mq r0nkD7fBORL7UHYqHln8ZUL4THJNiIQv8JY8jeTihFUN7owjNhTyJ8DSCvx7p2tN TqxSChQilPo/jPbRDfbr+4NFV6COcAicEq7hTRIfhsl0rWgGB8epJ5819+tjnHbO 8e3dcGkkuB2PyvjYbwtGkZYSXS8ojBabK36V/TmzAcrAEYcNshFsUhc/iNteLsJK T4ficCW4/yTUEyUU0UbK+58BrXcKHN8oftABM21Cdo2dZtBknCfXYO4rcMlDFNSQ RQgRGPzOid3f/l42y5sezNc23hnemfSPjmcKP7bAqYsrzvDNkybllHzxwebIb9H9 bO2fEM3Kq2gS24e8Qt3wlOchVJx0YtB4ejqMzIU0vBNg0y5g6Ks1o67/1j5mAqT7 utBx8TH3ahnbrUwohYYfdRqotNayqU1h/QymgPQju0QBQo69i4zsQOSPNkrLUS// 0Cl6mdCtkg41bmUzL1FYUCpDL5i+S0fGfDXpFsVIm9lkndMF51vQ4xnqsFlnaZA9 Ch1n+RhQhF5wU+ssXjPQz30hJ5JstEXjad39neUMP3ZvUqIdrQgtywFbHlrAHw== =kWfr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:37:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:37:12 +0000 Subject: libdatetime-format-strptime-perl_1.5500-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:24:34 +0200 Source: libdatetime-format-strptime-perl Binary: libdatetime-format-strptime-perl Architecture: source all Version: 1.5500-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-format-strptime-perl - Perl module to parse and format strp and strf time patterns Changes: libdatetime-format-strptime-perl (1.5500-1) unstable; urgency=medium . * New upstream release. * Update copyright years. * Add version constraint to libdatetime-perl runtime dependency. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 31d507ac83fae48ee0edb9a9f3666c95203ad506 2598 libdatetime-format-strptime-perl_1.5500-1.dsc bac47ba0389786d00b2a300da17371aff20e08e0 27017 libdatetime-format-strptime-perl_1.5500.orig.tar.gz 30c98816b8cc5c82c71b3b4b6d5af42b46931e5e 6024 libdatetime-format-strptime-perl_1.5500-1.debian.tar.xz 527858ea16db67456d4ca04c887f12651c1d65b7 26288 libdatetime-format-strptime-perl_1.5500-1_all.deb Checksums-Sha256: 1073660bfab9a7eddb222b53d5896a950ff87f7dcf74eb4d339bdca65c1ff792 2598 libdatetime-format-strptime-perl_1.5500-1.dsc 70ca985789b03b22e992350dc7e620f7cfd6fbb429854555bce7af6ea2ac9643 27017 libdatetime-format-strptime-perl_1.5500.orig.tar.gz 3f3d812de4281c17405452100ce17c0f65113f5303e441e770adb37b5cbd67bf 6024 libdatetime-format-strptime-perl_1.5500-1.debian.tar.xz b071d89ff3feacff6a4b7369c044e8da993b77b14f6cc9bbd1580f2eddee98ab 26288 libdatetime-format-strptime-perl_1.5500-1_all.deb Files: d134657a93fe6bd6c961371a6c69aad7 26288 perl optional libdatetime-format-strptime-perl_1.5500-1_all.deb d58ea6f40aa4b1d8ce145f9f7940433a 2598 perl optional libdatetime-format-strptime-perl_1.5500-1.dsc 8613390f37ac9d80db67bc69e62818a7 27017 perl optional libdatetime-format-strptime-perl_1.5500.orig.tar.gz 888f161eafaff4904a62e0bfaf289b10 6024 perl optional libdatetime-format-strptime-perl_1.5500-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5ZXThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBp8KEACabWW+3tapuqy66OaBphplV6fn+BC2jALFLqrQTZ0y4dMU jCR/SEf0m4muXNVkIYtqbUuGjlo1mBMCLG5gkhGAlpnENo/Xw2h8p54eN3sdtSYV 5F2VMo5nfW7E4x/lac1oDTZ+nxHVVeSqJCnDUoGsJa3r528w7nvdM+tHg8Yrdiyr Hvt1AF6Fdxl6jgZfK/gDiBxn/BSqi+9nIH5pQIZxG1srRIlJNS1FSB1suEktVox8 9EugPHzHDpikoJhucpli0cYBudjeTc1lw4/ZVJFzuF8KbIG18pEESdexf+vqaMRD TU+2a5WN1wP9XrFCmFH3fRS2u7enHGQPiSM0cQqL1cdw4c+Nz/ElVHVNM6IvgtkH c+STIODwWaoEeJPruwnAkOCx2XfTyGvhW1CjA/Lz0PzObdyBUZD7xFqIY3MDT+nR 3hRNv472vzixnd3dsIlNd61+sb3I6qm3vuTX3lMyeGlo8uVx/yeGnArRMoa1rH1Q DvLMSshNyLoynas0w7q05o+X/7jDH4+R80Jtf9qF4+OrgPyEW7yQVcDcgFo0FFzS xS4ulNA2IRZlPgPlToVFsZQTe3b7PLp5ksFTOeV2U/kmLZv9nI9pV35y6nTFEBLl 3nfP4qthQbDwiYHoLn/ADX7cFWSLcbmQFWxWtLDLYMjrYg27z+qktUIYalWZCA== =IgRb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:37:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:37:19 +0000 Subject: libdatetime-perl_1.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:31:39 +0200 Source: libdatetime-perl Binary: libdatetime-perl Architecture: source amd64 Version: 2:1.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-perl - module for manipulating dates, times and timestamps Changes: libdatetime-perl (2:1.10-1) unstable; urgency=medium . * New upstream release. * Update build dependencies. Checksums-Sha1: 9f27cfc760f9513d22a2a7c933e11a6bb414a2c0 2577 libdatetime-perl_1.10-1.dsc 4d76330727f29e832697f0eea7c464d3367ad70d 179976 libdatetime-perl_1.10.orig.tar.gz 80c2e0b5a585336d83057c87d9eb68cf39a54832 8008 libdatetime-perl_1.10-1.debian.tar.xz 6e54807a96630e13ee81fceec65937cbab5a4cdd 104512 libdatetime-perl_1.10-1_amd64.deb Checksums-Sha256: 99a8034e570885dfa05f3ee1b390556e88b27da7cb48ec5a0c65743a5f636323 2577 libdatetime-perl_1.10-1.dsc 5e7fbb092c86f9f0dd284d8e2ada27f82b47d51eb5f90a04639c022064ed543d 179976 libdatetime-perl_1.10.orig.tar.gz b2adffa2e713c14c48cc4db9a26fb7d2ac6ef575a4b3178ce786e606cba27abd 8008 libdatetime-perl_1.10-1.debian.tar.xz 66ac6570c8189a142f15dfb4db101bfed8f9942d9531aaa6e089dd1b04829c4d 104512 libdatetime-perl_1.10-1_amd64.deb Files: 6180a1e09c706aa9318817621ab3ba1e 104512 perl optional libdatetime-perl_1.10-1_amd64.deb 2f361be934938293d8fff7ef923239b0 2577 perl optional libdatetime-perl_1.10-1.dsc 2dccc83565dfffef50611acaa50f0426 179976 perl optional libdatetime-perl_1.10.orig.tar.gz 6e6a8931959418a657fafc16fe18060b 8008 perl optional libdatetime-perl_1.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5f/ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBr4DEACmdbS/4thIY/yxBh0OKz1GHPDAApIxAqAq5hmTW9EpbjCN a8a1V6ff6OzYFYkEpssFIoDe2UJO3B49Reij1eUUGNOGu+gGGCObhQfD+CzMNebv JeDnNNA4B+nKhX3Nm45ulQOHMm8LNtgiPKsABMFfHDIt0sFIb2/lTHYgJsF09ESU fl7tE5bGgP2QNOhNw6M8NpBZ+ZY824mZix+XRDu0U+5H3gR3eF3swInar+yHOmWU tH5cK4wDVatO0JrkuH5EtuxCg0YQygk1RgY0I5yCAPfbtXuJInrKd1PYAKibHyQw FyrkPJbpDh3FXIhqMI3W3dm2P+zA8tK+RwEHUt7+d2Cx/BDje7WQ/UO8bZyAVvzl ifwKm432/eaVqY+M31QCnCKnyo/9r9fVwKtK6b6i2XKnZzU8gFWxF5A2BS4c1dK8 Sm5/BqEWsbtFOvx3J4oIcnZE3rlkYO6AD6mYDyNkHb3x9GiLH0dlr2JbOL7aFEfr mdQoMh1n0aRf2NAj9pNvszbDAM1eIDQoeYhihkAF95wvUI1EM2l7N9SXpE2lxNs7 VqEUYRRZC94BDprKeWtzUI9xB3q/TddOucY9p6bmmPEQgxk2/cJI3ebv3JWkYs+0 XdH7xRwJhBYTzFClJS1g4CpRSM+cwH5YVMiXSgFZaPwyI2nedQv84sSncr+LAw== =ooxk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 15:38:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:38:38 +0000 Subject: Processing of libio-socket-ssl-perl_1.984-2_amd64.changes Message-ID: libio-socket-ssl-perl_1.984-2_amd64.changes uploaded successfully to localhost along with the files: libio-socket-ssl-perl_1.984-2_all.deb libio-socket-ssl-perl_1.984-2.dsc libio-socket-ssl-perl_1.984-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:43:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:43:38 +0000 Subject: Processing of libdefhash-perl_1.0.5-1_amd64.changes Message-ID: libdefhash-perl_1.0.5-1_amd64.changes uploaded successfully to localhost along with the files: libdefhash-perl_1.0.5-1_all.deb libdefhash-perl_1.0.5-1.dsc libdefhash-perl_1.0.5.orig.tar.gz libdefhash-perl_1.0.5-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:53:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:53:39 +0000 Subject: Processing of libdist-zilla-perl_5.016-1_amd64.changes Message-ID: libdist-zilla-perl_5.016-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-perl_5.016-1_all.deb libdist-zilla-perl_5.016-1.dsc libdist-zilla-perl_5.016.orig.tar.gz libdist-zilla-perl_5.016-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 15:58:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 15:58:44 +0000 Subject: Processing of libemail-address-perl_1.903-1_amd64.changes Message-ID: libemail-address-perl_1.903-1_amd64.changes uploaded successfully to localhost along with the files: libemail-address-perl_1.903-1_all.deb libemail-address-perl_1.903-1.dsc libemail-address-perl_1.903.orig.tar.gz libemail-address-perl_1.903-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 16:03:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:03:45 +0000 Subject: Processing of libemail-messageid-perl_1.405-1_amd64.changes Message-ID: libemail-messageid-perl_1.405-1_amd64.changes uploaded successfully to localhost along with the files: libemail-messageid-perl_1.405-1_all.deb libemail-messageid-perl_1.405-1.dsc libemail-messageid-perl_1.405.orig.tar.gz libemail-messageid-perl_1.405-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 16:05:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:05:05 +0000 Subject: libdefhash-perl_1.0.5-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:38:15 +0200 Source: libdefhash-perl Binary: libdefhash-perl Architecture: source all Version: 1.0.5-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdefhash-perl - module to define things according to a specification, using hashe Changes: libdefhash-perl (1.0.5-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update upstream copyright year. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: bfae5c5721fbb7f566d2169937c55ac8b706266b 2112 libdefhash-perl_1.0.5-1.dsc 6285af9295018650f75ce6a135788998d8fc69b3 16026 libdefhash-perl_1.0.5.orig.tar.gz ccbfad6b22c41cf3e7b9dace16d1645d08934976 1492 libdefhash-perl_1.0.5-1.debian.tar.xz 163a7676e68cbe779e727aa79dce445da62d5c4b 15218 libdefhash-perl_1.0.5-1_all.deb Checksums-Sha256: 52a20a03c0345d4fa475f3dbb677dd5fe37fa281034b0b939493850cba80a387 2112 libdefhash-perl_1.0.5-1.dsc 060c408e27f9d24f1bad38c174c8fb5dd468f569cd963968ee634e974b7ee388 16026 libdefhash-perl_1.0.5.orig.tar.gz 46b669d71086c51372675f75a7b92abe75340d7abdde9a70667826cabe83b3bf 1492 libdefhash-perl_1.0.5-1.debian.tar.xz 36abd8d0bd5986c4e22024b14fe99cad3d26d48374f968f5b1ee033c9a8dc574 15218 libdefhash-perl_1.0.5-1_all.deb Files: 5b357e83b749f9814e066e7a1cce84a2 15218 perl optional libdefhash-perl_1.0.5-1_all.deb 9645d9621264d231ff15be9f00a9cf71 2112 perl optional libdefhash-perl_1.0.5-1.dsc 11a9a76c76376b4becc810eb27086911 16026 perl optional libdefhash-perl_1.0.5.orig.tar.gz 363458c8544fd555a47150a4fbe637aa 1492 perl optional libdefhash-perl_1.0.5-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5mNThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBv7EEAC80/X01+lmyzGfe464IRA8S/3W+d4cCSkAAyQ6LN0nGgXh vi7+T3u0uX9i2vJg0aw2gGKM6wDVgR3KsdI72pkXrDgoPU7RrBVhmOoftInyPcsq Ox+cpFmiiX5/l120EQX/TL+m5Y+QRsAdCFlzeTTmDPXgPxdlnY+FDi0C5nKjhX6n MEhCNAYfkVShmGlVnMMkQttoZ2adi8K7r3+IR/7J7mbFSIM58ZZ5LJAvZJiChDqU QyaNDKTwVqKEfvsRmrELLP3vi8sLQfGO5wU97mfB/wUugmaGpGqh5Co1QlSzbdmO 2Dh/Lxx4UeXDmYVGPIu7g2RGbOxepjKdyA7pGXjrXXxUwAFCWprWc8vVUlOHVljO 1DyD99GvqMgOMhzvEX37Z2h0fAtEMDf+fsbr/+EURmGovDreWmaMQM8RH7XiCUUO dUAAPsBDgmbQXCRa8+rrlVdCfcpc+dFKIO2U+Po6hYt+w6JycAUAznlXml6LOSdf xCOwb8u5L2J5EdZcKvO0tLXHHgPa0sN0KT7EqKnao/QGug9v1NiJm+paXznqrzOS gLZUiDBnf3TpOeJBvE+A+/E+EaV0N86Tiyu8n+abrnnO1PG2wzZ0w4hHuEu7z7iC g+abq7ZoR+Me7K8M//sK5aEVstVCMeZSDBDutgRw/ZhbwK3xG8kVrDLcdncOUg== =cbqE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:05:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:05:13 +0000 Subject: libdist-zilla-perl_5.016-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:48:37 +0200 Source: libdist-zilla-perl Binary: libdist-zilla-perl Architecture: source all Version: 5.016-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdist-zilla-perl - Perl distribution builder Changes: libdist-zilla-perl (5.016-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Install more examples. Checksums-Sha1: 74d7876f23128bf3ae4e5329b1f8cb9975866e63 3828 libdist-zilla-perl_5.016-1.dsc 08012774ecf69338f2d9597996b6ca443d658d37 161039 libdist-zilla-perl_5.016.orig.tar.gz 3941f22cbade5273330ebb4c2239af50168c22c4 6104 libdist-zilla-perl_5.016-1.debian.tar.xz 0da8c10e7cbe5210dbf093885205319dc876b252 365224 libdist-zilla-perl_5.016-1_all.deb Checksums-Sha256: 21c57a1a1bcf6a34a022c5150049694aab1e1e1938c442866b45ecb8844b523a 3828 libdist-zilla-perl_5.016-1.dsc bc36806bb02abc6660fc4a8e43708a7229d6f833680e582e5ee1425f75b5c5dd 161039 libdist-zilla-perl_5.016.orig.tar.gz c1f668be3829b912d7599c65d12e428aa54eb65de97b2a4cd4cac50899f29a5d 6104 libdist-zilla-perl_5.016-1.debian.tar.xz 18ea6812b3cc8ddaf6e1290e20bbb4ffc682ef3bc433708b243188b712f6619a 365224 libdist-zilla-perl_5.016-1_all.deb Files: 0c74999102b425edbf47ef8508d55538 365224 perl optional libdist-zilla-perl_5.016-1_all.deb 4803311a0d7147eadd20795e9444f870 3828 perl optional libdist-zilla-perl_5.016-1.dsc b1efe5d06664a8d8904eaf71d060ce41 161039 perl optional libdist-zilla-perl_5.016.orig.tar.gz b008d083346cd4a6f0fbd3eb02bc7207 6104 perl optional libdist-zilla-perl_5.016-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb5wzThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuMTD/4ptsWO3iVW12J9a8rBTmR4iwDe7ntbV9sjPn8ROUj8bY2a EhQC2m7WQw+1J5Vj9fsejfvwaHvBdS24vjgDbo4W/jUgQaA+T3kPYaJkkkeapPQp r49/YTFjkyHbDLsgecBzGI6PYykIagbZcdExm713+7HWZjvwIT/beumQVT4e7JMx o0bR12gv2ZG0yYsBIaROFrL2zI4u2mZuiLYtGnW3AkOCH+MAlL2g/ARoALhWvtZi hviwbueaXUZIJGJhXR5oDNswa4Kzjr93b81M2MaudJ7di4srmQJLVhgcyowzWiqI IajYlDUjks60KPbPCtis60BPJw+S91eeTbZyl+awxkw07t/wj2ogI5s0eedyQ8iE lOmxrSxb4nvhqegmWQPR7696MW2Yjkb2kXnIKArl+ITEfdXxbfyxVYGiR7r4keOm NZOXavJYCcJA3qvTQy8WUYBbJ1uYzdazjiarOkqYx5zXVFXFq4RzPtgHCo1413cK U+CHxZUBWhH+AG+wsuDGu4Wy8xOTcLc5foInq0RSDXrEF3SQd1jIqk8eP9EgGsTd 4dYu9RY4Z/T0c9t9j5msZymAuMSL56hPSiq4k5GOi6bUKKVgIxob/NbCY0jEu8UW SOxZ1xiB95/YalIITjh2SgwH17JJQDzgogdAhiIvDEd0zGx1ujnEvaKiOWv5LA== =Ff7Y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:05:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:05:20 +0000 Subject: libemail-address-perl_1.903-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:53:21 +0200 Source: libemail-address-perl Binary: libemail-address-perl Architecture: source all Version: 1.903-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libemail-address-perl - Perl module for RFC 2822 address parsing and creation Changes: libemail-address-perl (1.903-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 49c2ce234d8648972bf507434ad31d6087f20cc4 2300 libemail-address-perl_1.903-1.dsc f587e444f6e4915dc482df01b9824153806724e5 40159 libemail-address-perl_1.903.orig.tar.gz 5157421ac27915f97190bc0c496a41741b81b93c 3404 libemail-address-perl_1.903-1.debian.tar.xz b488bc0243c845c132ceff986fdbcdf45e0d7b0c 29384 libemail-address-perl_1.903-1_all.deb Checksums-Sha256: 0205e0e1156ad110439cb123aae6968f966ce7aa046d4c05528832496f7c74ed 2300 libemail-address-perl_1.903-1.dsc 6df21139b680f633ccbe28d03cdcca9d2f40d664dc3c4666498c5efec88e4a95 40159 libemail-address-perl_1.903.orig.tar.gz 87050b177a1b242d6ca0aab7652292114c4e42e0d06f0e72a6f158ce4d3625e9 3404 libemail-address-perl_1.903-1.debian.tar.xz 07e33444e8d8bd3f5b7b19f5c847edd04e02a6348ae31ed62ecf13dc6f9f06ed 29384 libemail-address-perl_1.903-1_all.deb Files: 49f8192966c890d3a4b7cd53a85d0ad5 29384 perl optional libemail-address-perl_1.903-1_all.deb d50680834f13d0a283cfee5e72d9cdb7 2300 perl optional libemail-address-perl_1.903-1.dsc 9cf17604b3527121d85f7c9c53702ff6 40159 perl optional libemail-address-perl_1.903.orig.tar.gz 2328031c122283da00b4edaeafcb545c 3404 perl optional libemail-address-perl_1.903-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb50OThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjwkD/4jbTNv2BsB0BqVr7y/Pu0Igo7Pnw8+daYBuLThtGwWjrg1 er24mt8rw3IkYAmUCXphWequOLWwsJJa90H+SwVzjKbhZFQMWO2i3TPhrY7zQoYN F6sRtoRhpjrZSAffjbaFNRLifkig85GRIRuCGh+04ZrvVmRL9vz2MaSDtiMpcO4Q OC/xlFIZ8DqhczkntNVns9K4oZAQeo5IBG7x2ZQh/JRbaw1ZpHv74tok9/2bOyrx h6rTS0ObYcSKLS3qVzxXFvfXO38XpIdpvfUJXe0AJPiX55n37k1ixYUTmXbbx+hw BkZ8IlcIX8J1xEslqZaJ7t7W/CNvOFFFUqEBCEFlGgcyj+MuqbKyQb7JnqCNidbg L/sD5qCeS1hZy7xPdkDdar/LWCW9zKzLSIpiaGuT7+UciJJ/by+c3t6eQfhAyKMJ QDx64tn8OuWYjTVIP1dBWzYGQ0dr4+L+EzgRO+OocprVYAStY0nNe8FrahEyFP/C LBwjtzLJ01xOOfTFFKiD9G3BcHe3xhwRQLsmhUnCIiLm2Z1YtrG/k4fh7YxaqlYJ DJJY778h/F+TC9PMKwifpHGUovtS6pgEJdTG7DLP431EksmxPBLYJmMVjoa6fWXx DpJOt2rpRRgwt8Ea6MctjUOnDRdGN/3xxMZRBsO049ous8/RpBDmJW4cDCXEwQ== =lKFh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:05:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:05:27 +0000 Subject: libemail-messageid-perl_1.405-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:58:06 +0200 Source: libemail-messageid-perl Binary: libemail-messageid-perl Architecture: source all Version: 1.405-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libemail-messageid-perl - Perl library for unique mail Message-ID generation Changes: libemail-messageid-perl (1.405-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. Checksums-Sha1: 9136c5304e09c63c2f690ae946b9ff4d5dc4d7dc 2365 libemail-messageid-perl_1.405-1.dsc 0b18cb27cbb8bd3219192f46123c57b1120ae3a8 14841 libemail-messageid-perl_1.405.orig.tar.gz b973c7bcf5ba2fdb273ea0c31268f5a4c4766720 2616 libemail-messageid-perl_1.405-1.debian.tar.xz 395e7acba73b714ba7a0b3a866754ed59ff0d7cd 8614 libemail-messageid-perl_1.405-1_all.deb Checksums-Sha256: 2be855702df6113979c07c327a0ac9fc9d4c7620d0abc77a13d03349970dce7d 2365 libemail-messageid-perl_1.405-1.dsc 03e7ade51b3ccbadf642bdea0cfb6af007fc871cb5f1319c4ba907f195354124 14841 libemail-messageid-perl_1.405.orig.tar.gz e50f5690a9896591f97aa630a1bd2b3bd18ac68ab1ab53f52f1126d974e7ef3d 2616 libemail-messageid-perl_1.405-1.debian.tar.xz 03a8224c6bb7a0226622d598af479122e86b5583d6dc291f9bd5cd1b403d27c1 8614 libemail-messageid-perl_1.405-1_all.deb Files: b75091d54c2f390b7806911d693b511a 8614 perl optional libemail-messageid-perl_1.405-1_all.deb ce5debcc1f4673e9ba5c64ba05d1ed66 2365 perl optional libemail-messageid-perl_1.405-1.dsc 5f2ee04add7cdf5b3d809d3047a92b37 14841 perl optional libemail-messageid-perl_1.405.orig.tar.gz f842bdead391c30a0462f99255dbd614 2616 perl optional libemail-messageid-perl_1.405-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb54zThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlR8D/9u3LQlzY0xnnTj+jNgHHhF8nMJUiUzSb5tQughtL/d/Vq4 yfNhSEJ/sWE6iGLfpX+oX2pojKWSmQIYGCdFVQMeWyp4uV9K3kTHu52t/xf/c34b 9sZeCsD7ev/ydXINv2/Ty2kPTf/a88eaaDWa8M8jRIvsft4wtWn7OOZQxLFmB+Kj bgRXwLR0ks70W0L9pmFJlM+FICodAWPsyDEbBwa7WcJsDhRF44XpK+LNDcArB8fj dYrqX40lyGVSoPAEiR3jTZuttYAp/LgQNXdHzJ9gx6e5i+MWohmLKsyp2EoLpek4 /qY8W590MN69FPinxDBDNc6pcjwL3sxrxqD+f+X2xul4bCRtzMGBsyPFyOEHM9Ah XL7q0RqiJmQOikroX24dtwSuuEmf/f6feBBjmyI87pbmnWo+rVfLXp32ZIrB95N7 Mq4uohwafFB5nnOTPbBwrHZ7BA9zb0pBVObIjCqQmd5nNJ9aEDk0o/Kr3dporNUJ NgAdud1mELg0p9CBIEfmVYq4WSSd10C2DOPFE0UwmUcAjssgQjoDOX3dIXRuffE7 qdD3/3LM+7uSznxUu5DPViWCG/mK4cYNJ4Ob26vyQBpXT8ls1pAbrlwkMt6Pw4aE tRzes2H/gZfwcLO5of+vauoSnxKQWvmv0NE0jItB9dOF/ekuJ78Xg5qI5cstlQ== =b9MD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:05:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:05:55 +0000 Subject: libio-socket-ssl-perl_1.984-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 17:24:17 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.984-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libio-socket-ssl-perl - Perl module implementing object oriented interface to SSL sockets Changes: libio-socket-ssl-perl (1.984-2) unstable; urgency=medium . * Update versioned (build-)depends for Net::SSLeay. Update versioned Build-Depends-Indep and Depends on libnet-ssleay-perl to (>= 1.59). Checksums-Sha1: 2b2f83d3679c9e0ace29b43abb79e19875fb4195 2571 libio-socket-ssl-perl_1.984-2.dsc 50f83bca6b64be53c7434cf131de660c75bca71d 7768 libio-socket-ssl-perl_1.984-2.debian.tar.xz a57e16677df6ca6c074718ac3c7aeda2c5e3e73e 155938 libio-socket-ssl-perl_1.984-2_all.deb Checksums-Sha256: d4bf522424409230231ecc29cffe3d78e046c1377e3885094f98734335c3152e 2571 libio-socket-ssl-perl_1.984-2.dsc 48b9611727bb91848709d1decca6528640d26f4c1e9aa9d59c388961f76b2b00 7768 libio-socket-ssl-perl_1.984-2.debian.tar.xz d25afd520d64e50c1d98ad70fd1e333480915cee0bbc787e513af27f9f14acf4 155938 libio-socket-ssl-perl_1.984-2_all.deb Files: c860826a198077d7aa9b1bc873a0f5e8 155938 perl optional libio-socket-ssl-perl_1.984-2_all.deb 6a60e05049a89e2c62cbbf30d548222b 2571 perl optional libio-socket-ssl-perl_1.984-2.dsc ba3bd84fab45037dec8eb756f2d92170 7768 perl optional libio-socket-ssl-perl_1.984-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTb5dcAAoJEAVMuPMTQ89EQ8cP/jj+o2tKZJdSJzVEEGGV6Mix y/frMJ3OOXpDvBApOuNJZJIVuiD0ECLpjMZk2NlQYxqYyBSNcDz6K6Hj24BDctpI PodDnu9yVb2GCp9WjDR420e7l+/iB7AYiXM6bpPNQ3/TTeRBlHjJatP62t5crS71 r2Zg4j6sQ2m2OnLdP/3sLAv+kGqaiR7+5bQtwnWPEKN6OSuEnNSl1MGbsEs8NNkD 3yHiifwSlRJaWevtziksAzOLfzBcCTogIMrIO0OoV/G4BwvEypilUY7dX1ep/T3S ZwxwpJ1Zqoi9Q6Dwo7zwFJNCeJnF2ayZF5kI0G4Vn/3iD2CmwmH/c+FPKMZSe80S DJ0Dxc/7StZlXbNWkdXhKigxyJcZYKInjWiIkLCgDSOmZp6TZ0H6hBwRO8kUWnNI 6D0dw8b1e+AzvDnZI8yPQygnLuzMAm2p2MF03hQkrkQ8dG2+tole4xnVCty8MYIH 3LhcPvBad/7uHPvib44T+wGzNXU0wL7kf7+XaPeLN9pyZwYrwt5I/yyy4cS0YVxc zqk0W9kSOOfPj0TV9fpyuB0QNI8lAmE5/SjCNkHTxdw61i+7Qnn35d7seFy2CSCs DLnmdGouKRPTv/xhmGvQ9gCUgkE1QvRN7p2/ohPxbo9EXnzwChXEGzutB94w0B7N vBkU8FEurlqCwEWXBFOf =1CId -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:23:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:23:55 +0000 Subject: Processing of libemail-send-perl_2.199-1_amd64.changes Message-ID: libemail-send-perl_2.199-1_amd64.changes uploaded successfully to localhost along with the files: libemail-send-perl_2.199-1_all.deb libemail-send-perl_2.199-1.dsc libemail-send-perl_2.199.orig.tar.gz libemail-send-perl_2.199-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Sun May 11 16:20:30 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 11 May 2014 16:20:30 +0000 Subject: Bug#733879: Pending fixes for bugs in the libemail-send-perl package Message-ID: tag 733879 + pending thanks Some bugs in the libemail-send-perl package are closed in revision 032242982c4110e2c9676cd85f3886a62cd89f45 in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-send-perl.git;a=commitdiff;h=0322429 Commit message: Drop build dependency on 'nullmailer | mail-transport-agent'. Thanks: Ivo De Decker for the bug report. Closes: #733879 From owner at bugs.debian.org Sun May 11 16:24:52 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 16:24:52 +0000 Subject: Processed: Pending fixes for bugs in the libemail-send-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 733879 + pending Bug #733879 [libemail-send-perl] please remove useless build-dep on mail-transport-agent Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 733879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733879 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 11 16:28:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:28:56 +0000 Subject: Processing of libencode-perl_2.60-1_amd64.changes Message-ID: libencode-perl_2.60-1_amd64.changes uploaded successfully to localhost along with the files: libencode-perl_2.60-1_amd64.deb libencode-perl_2.60-1.dsc libencode-perl_2.60.orig.tar.gz libencode-perl_2.60-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 16:34:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:34:00 +0000 Subject: libencode-perl_2.60-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 18:25:02 +0200 Source: libencode-perl Binary: libencode-perl Architecture: source amd64 Version: 2.60-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libencode-perl - module providing interfaces between Perl's strings and the system Changes: libencode-perl (2.60-1) unstable; urgency=medium . * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: 94d0d54cb2bcb1810ea4f5cf2ab94728aafe8371 2290 libencode-perl_2.60-1.dsc a387e262f2769cbb000b644655a7572953b05484 1985407 libencode-perl_2.60.orig.tar.gz 347d7f3764621610b3d0c2d3a9f34a356bd8dbc8 4660 libencode-perl_2.60-1.debian.tar.xz 3fde96c8004a9d1fe82dd00e5d134687a595f63a 1404930 libencode-perl_2.60-1_amd64.deb Checksums-Sha256: 7709c463825fb672dd7e099ee5f3a27133fbaa6d874393a4445b35bc5f203725 2290 libencode-perl_2.60-1.dsc 92bd6750fc047cd32ee2a346d6cb697998b4074e4c6f9eb1324749ae5f7d35bf 1985407 libencode-perl_2.60.orig.tar.gz 9f5fef17fcc19a8f675993286fdf161145f1d685a8a9de7505d6b757adeebf3a 4660 libencode-perl_2.60-1.debian.tar.xz 257af35ee1a57010166264e4052f81a9d4120e2910d10067a3000b1e3851d532 1404930 libencode-perl_2.60-1_amd64.deb Files: 8dceccb4bea4097ef4bb3e3955312fce 1404930 perl extra libencode-perl_2.60-1_amd64.deb f1f511db5a431ac511d343526ed4e035 2290 perl extra libencode-perl_2.60-1.dsc 8ed11fafa9e3c9c1e0ee83d1f9d8bfdf 1985407 perl extra libencode-perl_2.60.orig.tar.gz f0f5b37a9c125bc1af02028bcc5a33f5 4660 perl extra libencode-perl_2.60-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb6SuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoqUEACBBK6dcV7E09RiuzdieXnylXu2tJwcZQcTbkWTTa/rV/U9 7wtdsdFRQxBuJk4XhMo3+HMwcIAni/5DiFTO2fp//aita146/y8TC/wBdpSWMyra Matlub0j/I8ayNqgam24S2dpViITNkBqvdaosHqNubJqf1l4EfUeQKMPU8dPUiTI YMKDQoS/CDfS7Yck/R1q71QMy5O7EGqywLZ+RDqpC/i8N3hy1fH8SBzqplKh/P00 vYMsWF/ghCtsFbFl10z6ZV1o0p5jpBuYQyP3WTssuRA3HtNQqaFpUboEuUpKnAwh L5oF32Hn9dNclyo7Gy/GO6ggZoml/3jjmykhvCoen7EbUCokIr09XaN0CqPps6t2 nc7Xa+ZPFNb+IcBrBQMLt0fkK6nA9wsYSOoMM+cWQ9At+7HFF5+SuWQcCJ+ZRE5L TVf1E+KiduuKrInuEGcsW+x9lJJk4ArneokGNWsHpIJryFiq5O2/bM35h6i76Tpq VSVa6UMK91MK+7PlcaDiQylSMzqGHzYPWXIxn/V2YAzxozD7DA3FGr/yl22uKLNl acY71rgqrrq29I+cGAshqtvhcUgfLAXoLTt1fwlBzoefKCK4BCrjcUDDUB8mu42k Lu5NZOykT/ymtaLoigaECf2PcffEKiKsSd4Htsrxj0YhgDPPBUZcwub1PjAE6A== =c8eP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:33:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:33:52 +0000 Subject: libemail-send-perl_2.199-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 18:18:14 +0200 Source: libemail-send-perl Binary: libemail-send-perl Architecture: source all Version: 2.199-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libemail-send-perl - Perl module for simply sending email (deprecated) Closes: 711661 733879 Changes: libemail-send-perl (2.199-1) unstable; urgency=low . [ Nathan Handler ] * Email change: Nathan Handler -> nhandler at debian.org . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Explicitly (build-)depend on Module::Pluggable. (Closes: #711661) * debian/control: remove version constraints from (build)deps that are already satisfied in (old)stable. . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * New upstream release. * Drop build dependency on 'nullmailer | mail-transport-agent'. Thanks to Ivo De Decker for the bug report. (Closes: #733879) * Update patches. + Drop spelling.patch (merged upstream). + Refresh add_usr_sbin_to_path (offset). * Update (build) dependencies. * Update debian/copyright (copyright years, people in debian/*). * Bump debhelper compatibility level to 8. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 2e81351ca3260512d03dba4b781c7b956e938a52 2629 libemail-send-perl_2.199-1.dsc d77b5b7700dd40b73db1e599cfdd11ebcf7070b3 28756 libemail-send-perl_2.199.orig.tar.gz 7561fe83021a83004729f64ec6e2cb7a00bb5350 5220 libemail-send-perl_2.199-1.debian.tar.xz 8b01b1b104582d53bf983c9445539ea19589ac6e 35444 libemail-send-perl_2.199-1_all.deb Checksums-Sha256: e45daa09ac6d4a9074b1f7652670bc9893fdb0483feaa4aaf71e2a2bb9941e17 2629 libemail-send-perl_2.199-1.dsc 8b13ed3463a5113b3b805e9b0be4fdc2c4a16d19b99257e51752884fc08dc5c6 28756 libemail-send-perl_2.199.orig.tar.gz 0dd72163e1af1401dc6ab8c8a86efc63d65d0e34184d5583828be3a9311f70f4 5220 libemail-send-perl_2.199-1.debian.tar.xz 600ae09125783a405d6ab6b2615021f2c5da89f169150fa68b811cbb354a6529 35444 libemail-send-perl_2.199-1_all.deb Files: 4af638e5e200d7d2072dbe2469ff7b6f 35444 perl optional libemail-send-perl_2.199-1_all.deb e4775778a0d82b3c0ce0a558f4699fc2 2629 perl optional libemail-send-perl_2.199-1.dsc 1865147aa1f63bb65bef8e4edc20a29d 28756 perl optional libemail-send-perl_2.199.orig.tar.gz faa4c593a0883c9a270655097b7d2ebd 5220 perl optional libemail-send-perl_2.199-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb6MdThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrKBD/kBkVwjCDIVYXJTq9ZbSyg3DpThZRf7gbzWrTA66XrYI/rQ IErbGa1Bs5oOIct+dvDoOiv6ZYdQfEm0+TOdH1IH5kqcmLkco9XBWss0ebdq4PaN FbDUblRuuHJDzO6yqQqGZsKLIxLGidURFT46xF83sBJWwHs3kSYh6VjOx+hah0nh ovsCMigX+pUZNNfiRDqyKjhwfrjQcp8KTwl6wh9Y1kHPhyXRW7WbWTvLvRdtzKYR 8gEyMr6pwTE8cGneymqDRIhMmi7Vs56pquiMgViCJ6xKUbilCy5i/mA5H5ZfjuFB UJ0+RqRfXV0JkB7QL6bBTi0baiNTXaUh/Gy9L3s6VlsbuNbHE46mady0OLBUgq2g 5r1Z7+0f9IvsnFUlpa8ukC/rT2SCF2Bd4x9YcthdsCdw16flOa8Na74+3XrHdLIR FiUhYEv1wX//Zxlw1VEYrnhny/EQSD/IT1crA8H+k+hGqbpRiReAU9FLEpRzHB/b wqSDArWvvCLa9NZOLbMedJUFuy6j+DPtpQs1ZQWoS9S6AkpB4AVsj92iIjYnkk4r A5BWOHLwMzaELmRFsvx0qPaPBXCxFCqvSOy3P+ENybxAdanKEbHQxSssYe67HdOW 61d4gRmKfuh6/T99M++EV1JQpRZFRaGpshjRShzhU5ZhRdj+Zy6iPChaukO5mw== =+fZX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:34:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:34:15 +0000 Subject: Processing of libmail-box-perl_2.114-1_amd64.changes Message-ID: libmail-box-perl_2.114-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libmail-box-perl_2.114-1_all.deb libmail-box-perl_2.114-1.dsc libmail-box-perl_2.114.orig.tar.gz libmail-box-perl_2.114-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From owner at bugs.debian.org Sun May 11 16:36:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 16:36:05 +0000 Subject: Bug#711661: marked as done (libemail-send-perl: uses modules deprecated in 5.18) References: <20130608150406.GD4384@urchin.earth.li> Message-ID: Your message dated Sun, 11 May 2014 16:33:52 +0000 with message-id and subject line Bug#711661: fixed in libemail-send-perl 2.199-1 has caused the Debian Bug report #711661, regarding libemail-send-perl: uses modules deprecated in 5.18 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 711661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711661 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libemail-send-perl: uses modules deprecated in 5.18 Date: Sat, 8 Jun 2013 16:04:07 +0100 Size: 2369 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#711661: fixed in libemail-send-perl 2.199-1 Date: Sun, 11 May 2014 16:33:52 +0000 Size: 6674 URL: From owner at bugs.debian.org Sun May 11 16:36:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 16:36:17 +0000 Subject: Bug#733879: marked as done (please remove useless build-dep on mail-transport-agent) References: <20140101190842.GA14537@ugent.be> Message-ID: Your message dated Sun, 11 May 2014 16:33:52 +0000 with message-id and subject line Bug#733879: fixed in libemail-send-perl 2.199-1 has caused the Debian Bug report #733879, regarding please remove useless build-dep on mail-transport-agent to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 733879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733879 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Ivo De Decker Subject: please remove useless build-dep on mail-transport-agent Date: Wed, 1 Jan 2014 20:08:42 +0100 Size: 2750 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#733879: fixed in libemail-send-perl 2.199-1 Date: Sun, 11 May 2014 16:33:52 +0000 Size: 6699 URL: From ftpmaster at ftp-master.debian.org Sun May 11 16:39:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:39:02 +0000 Subject: Processing of libmail-box-perl_2.114-1_amd64.changes Message-ID: libmail-box-perl_2.114-1_amd64.changes uploaded successfully to localhost along with the files: libmail-box-perl_2.114-1_all.deb libmail-box-perl_2.114-1.dsc libmail-box-perl_2.114.orig.tar.gz libmail-box-perl_2.114-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libdbix-class-helpers-perl 2.022000-1 MIGRATED to testing Message-ID: FYI: The status of the libdbix-class-helpers-perl source package in Debian's testing distribution has changed. Previous version: 2.021001-1 Current version: 2.022000-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libconfig-model-dpkg-perl 2.048 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-dpkg-perl source package in Debian's testing distribution has changed. Previous version: 2.047 Current version: 2.048 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libdist-zilla-plugin-git-perl 2.022-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-zilla-plugin-git-perl source package in Debian's testing distribution has changed. Previous version: 2.020-1 Current version: 2.022-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libconfig-model-perl 2.055-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-perl source package in Debian's testing distribution has changed. Previous version: 2.054-1 Current version: 2.055-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libextutils-helpers-perl 0.022-1 MIGRATED to testing Message-ID: FYI: The status of the libextutils-helpers-perl source package in Debian's testing distribution has changed. Previous version: 0.021-1 Current version: 0.022-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libapache-session-perl 1.93-1 MIGRATED to testing Message-ID: FYI: The status of the libapache-session-perl source package in Debian's testing distribution has changed. Previous version: 1.90-1 Current version: 1.93-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libparams-validate-perl 1.09-1 MIGRATED to testing Message-ID: FYI: The status of the libparams-validate-perl source package in Debian's testing distribution has changed. Previous version: 1.08-1 Current version: 1.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libdist-zilla-plugins-cjm-perl 4.22-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-zilla-plugins-cjm-perl source package in Debian's testing distribution has changed. Previous version: 4.21-1 Current version: 4.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libdist-checkconflicts-perl 0.11-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-checkconflicts-perl source package in Debian's testing distribution has changed. Previous version: 0.10-1 Current version: 0.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libextutils-makemaker-cpanfile-perl 0.06-1 MIGRATED to testing Message-ID: FYI: The status of the libextutils-makemaker-cpanfile-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.06-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libemail-valid-perl 1.193-1 MIGRATED to testing Message-ID: FYI: The status of the libemail-valid-perl source package in Debian's testing distribution has changed. Previous version: 1.192-1 Current version: 1.193-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libexception-class-perl 1.38-1 MIGRATED to testing Message-ID: FYI: The status of the libexception-class-perl source package in Debian's testing distribution has changed. Previous version: 1.37-1 Current version: 1.38-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libmoosex-types-path-tiny-perl 0.010-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-types-path-tiny-perl source package in Debian's testing distribution has changed. Previous version: 0.007-1 Current version: 0.010-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libdbix-class-candy-perl 0.002105-1 MIGRATED to testing Message-ID: FYI: The status of the libdbix-class-candy-perl source package in Debian's testing distribution has changed. Previous version: 0.002104-1 Current version: 0.002105-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:12 +0000 Subject: libdevel-stacktrace-perl 1.3200-1 MIGRATED to testing Message-ID: FYI: The status of the libdevel-stacktrace-perl source package in Debian's testing distribution has changed. Previous version: 1.3100-1 Current version: 1.3200-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 11 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 May 2014 16:39:13 +0000 Subject: rename 0.20-3 MIGRATED to testing Message-ID: FYI: The status of the rename source package in Debian's testing distribution has changed. Previous version: 0.20-2 Current version: 0.20-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sun May 11 16:49:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:49:08 +0000 Subject: Processing of libev-perl_4.17-1_amd64.changes Message-ID: libev-perl_4.17-1_amd64.changes uploaded successfully to localhost along with the files: libev-perl_4.17-1_amd64.deb libev-perl_4.17-1.dsc libev-perl_4.17.orig.tar.gz libev-perl_4.17-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 16:49:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:49:36 +0000 Subject: libmail-box-perl_2.114-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 18:25:20 +0200 Source: libmail-box-perl Binary: libmail-box-perl Architecture: source all Version: 2.114-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libmail-box-perl - message-folder management module Changes: libmail-box-perl (2.114-1) unstable; urgency=medium . * Imported Upstream version 2.114 Checksums-Sha1: 527a35c57cab41567422cb95533ae84ef9473c1e 2641 libmail-box-perl_2.114-1.dsc ff2e6c0e0716eca2a6949cef8910bc3da1dadb79 629702 libmail-box-perl_2.114.orig.tar.gz ff73502bc05f7bca86ad3b5250687bb097344210 7820 libmail-box-perl_2.114-1.debian.tar.xz ad08973b065497d48abae6efef8acd95124d9b89 1045486 libmail-box-perl_2.114-1_all.deb Checksums-Sha256: 626d0c89f49241e73b130e491dad9cd270249cee3f453ae7a5ee0ad40a520622 2641 libmail-box-perl_2.114-1.dsc aac57b05176d46dc890a1489d1a9f567c0c2c0185cdcd62a084db7937cd7769b 629702 libmail-box-perl_2.114.orig.tar.gz 29f81fc844b336b2094f54b271826de1b3e3bfce92c962f1461f56213490f8e3 7820 libmail-box-perl_2.114-1.debian.tar.xz ef8cb186a8c03395857d0c2679da74ad3705a19a8d28925134f0ed3537586423 1045486 libmail-box-perl_2.114-1_all.deb Files: 0a4cc3e4fbd04a7864791962af849d85 1045486 perl optional libmail-box-perl_2.114-1_all.deb 28cf90197445c687501cec43228f4a09 2641 perl optional libmail-box-perl_2.114-1.dsc 16066ea9b9ecd6da1d5cd328739c2eb9 629702 perl optional libmail-box-perl_2.114.orig.tar.gz cdd30cc2aeba262631daba3d8aadc8fb 7820 perl optional libmail-box-perl_2.114-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTb6VnAAoJEAVMuPMTQ89EQQsP/1w5A/7bXgG0KdosZNl/ObiX HnBW8S7qwamTla51w5pSbQN9Gw4WbAn/Pw9mdLEvfsJ8Q56wzDccSKTaG5sWhyuL 7ey5bapVzy4SoWvGw8NNrd6xJHt5UIm/7G8O8TkqmPwIWiZGiCbcCaa0RYHzIEkg yPmuAv3tEaMze3DT0X1iXGYvxYKKljK+otmhWDGRlMyW/gp0B5TNXl9mw4PqOhN0 L3kLYEmqprS071bFcudbbOH9jFO7oOtj5XoqDnPQ3QVnidmHMJfk+cYDZg//MHxO B/o7i+MzTUsgWNcuYf8uxk9hwdBJfdW78C3r0UyGppHjoZ8BQHBcTfagZKAL/2k4 279lcpQ0KJ+JI/K5fsc9079NX5/uni3q+WbNnsH88E1xAUnG+ASckDw0dMBi85LR t6Ri+i9C/42zkFYrt//9FQAhJVMVJP7s6+W3hAPWbAd/xlB8BZLt02gcebEYAalF N2yUSfmHenqxkomssTKj9KKQApQr0g3xUC5NebmnqHVoG55hgByMrs6f+35Emivm 3ENrWJjm7ONJzR3DyZgraVFPPVH3x9AYLgiLuYoJ/nk/jZXqbaBppBU+rw2ADVZs neGP/zbA+MwSk7k/tT2jQ0vAIG0WZ1PVbHfgUuopx3VSIh7OebJYu6078VJCG++c J0np9SszmM6I3UA7hMNO =UFul -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 16:54:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 16:54:10 +0000 Subject: Processing of libimage-exiftool-perl_9.60-1_amd64.changes Message-ID: libimage-exiftool-perl_9.60-1_amd64.changes uploaded successfully to localhost along with the files: libimage-exiftool-perl_9.60-1_all.deb libimage-exiftool-perl_9.60-1.dsc libimage-exiftool-perl_9.60.orig.tar.gz libimage-exiftool-perl_9.60-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 17:15:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 17:15:51 +0000 Subject: libev-perl_4.17-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 18:42:49 +0200 Source: libev-perl Binary: libev-perl Architecture: source amd64 Version: 4.17-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libev-perl - Perl interface to libev, the high performance event loop Changes: libev-perl (4.17-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update patches. - Drop pod-errors.patch; fixed upstream. - Refresh fix-spelling-error.patch; offset. * Update upstream copyright years. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 320c3328ade679a7ce4276c0be32687499e8cd49 2142 libev-perl_4.17-1.dsc 89899fe955f7277ef15d24febd2d827d43800e57 190270 libev-perl_4.17.orig.tar.gz d6d2068237faa0f0480bb112f4d6fafa4c97b26b 4432 libev-perl_4.17-1.debian.tar.xz 8db7c6aaeb0623f36c9e12164f0f19801f796312 242426 libev-perl_4.17-1_amd64.deb Checksums-Sha256: b9db2b9aff78a8cc47b8dbb4245d0049efe52c97a6d6f276059591ef9dedd62e 2142 libev-perl_4.17-1.dsc 6993c021027d214f497bbfbd319b8e13d83acc3f860412ac06f5a160287bbaaa 190270 libev-perl_4.17.orig.tar.gz 7f5fc6f3b9b182142bcd62449d3c9a893375857417f398cc604e044cd12d91a6 4432 libev-perl_4.17-1.debian.tar.xz 8d9e867150217a947d7a7db362c3b39dbfd0b0990ffa98b16cbd414d7bfd3145 242426 libev-perl_4.17-1_amd64.deb Files: dbeabc91498da9ca0a41b55dda252863 242426 perl optional libev-perl_4.17-1_amd64.deb 56de73d52a559592dc271baa3935482b 2142 perl optional libev-perl_4.17-1.dsc ffc39299fab4589bb850b5a46ccd2395 190270 perl optional libev-perl_4.17.orig.tar.gz aa87c69b6df4bae8055501a6a3917956 4432 perl optional libev-perl_4.17-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb6jiThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjNXD/0RRq7TkXbqf65rYG2QQ70LpmZ3CtEQU8Hz9IsPEB8ecwx9 7Wmd1k+yDVZgHZJDONYMMSP8UZmJHuDv5+7gxncPHXZuym9LarAlgguAvFK4sE+I hESs9EvpLe2jYp2fIm7pTtJLp+wUVRo36XSsuNpAFw5wud1aYMxOoDPI0XqWql+G N4a6pNiQ8bYuKw64B/Ao4tTqGxgxQzyvI/bTBJfxiFX1MXMhtUAnLuUfg09UaKej l6qd5HssgDQqT8WAmOhrWaeFjDTZTZFJx8mS5wEhLvp1JEt3VZVIjOeZrANAXQLE BuPLtFECPTTXAtD13MB0VU0vnhdQnK6GS8fQdF4rV/TBt/ns3W51kxF+Ssk+Y1oc 12UWGseMDdLpXC1ES9fV6dAAEYkss+Fgw3N62w/nGqrPwEeNcfASQbwVxmtAaX0b ixGPLEndmMfiXbhYU3esps4FeONCO0McKb4s6Tow9TcQhZG0rPVo2b09JVMTvH6P antPXz2ttQ8rq/5eTHgjYWm7b9mJocNvd1P1Z+cK4rBpAjlQBTLbSKufeB1CQbrO mUW5hbmjbRHx8ENDlol5biOxskXaDLM3+uEFVoy+ucPxFSa64VU6CpJy0SWB0nOd jcSVifyrzX6i6O1t0Jq64pufekB+UkzpFMiGvhl0qgxlH7nqk6V+UU7mnaLxxA== =/osu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 17:16:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 17:16:00 +0000 Subject: libimage-exiftool-perl_9.60-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 18:47:16 +0200 Source: libimage-exiftool-perl Binary: libimage-exiftool-perl Architecture: source all Version: 9.60-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libimage-exiftool-perl - library and program to read and write meta information in multime Changes: libimage-exiftool-perl (9.60-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: fecfbba78fe0349c304d9bc6d1a507cf2c26490e 2256 libimage-exiftool-perl_9.60-1.dsc f2fd3e85572bb37a67e243332ec161a35fd48587 3821772 libimage-exiftool-perl_9.60.orig.tar.gz ef304f8c9fd51e77683d263765ffda87f402f94e 4664 libimage-exiftool-perl_9.60-1.debian.tar.xz 916c7c506d15495f75a46ea0d092786665606e21 2282198 libimage-exiftool-perl_9.60-1_all.deb Checksums-Sha256: 5a4969c6d13a52d85b5392044bc915fbc82a67d9f20e95ffe61c5be946a3ce88 2256 libimage-exiftool-perl_9.60-1.dsc ad8976dc338bf0462eac4f6a38633c4dfa6316969d157b1c8ac53c54d2fdf9a7 3821772 libimage-exiftool-perl_9.60.orig.tar.gz 561f55248aa8c256840aeaf3d5c2d2bb20863546ea5b2073c5ceedc2185b80ba 4664 libimage-exiftool-perl_9.60-1.debian.tar.xz 716f1c4ce97e04400def71903a4c1ae483018cc01bb4c3d65c917402a7a47990 2282198 libimage-exiftool-perl_9.60-1_all.deb Files: 6b1b4820ec97b9fe0021535a709ddbe0 2282198 perl optional libimage-exiftool-perl_9.60-1_all.deb 288684ec5fd20fb3ba6d59f9c633c816 2256 perl optional libimage-exiftool-perl_9.60-1.dsc d025ebcb4946df14f44fa991ae40a1d6 3821772 perl optional libimage-exiftool-perl_9.60.orig.tar.gz fc1fba1efec34475b5d35a7b80406e8c 4664 perl optional libimage-exiftool-perl_9.60-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb6nbThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrYVD/9tFVflkIYA1AIobEvYsLrLw6XWgSr8fIoND3HLYP8bnNz/ 28MoXAfxBxBqpvYrF9A/o9AAU/YG7u/pFNBNJHjYwScESVFEhqJlzp+/CtxcAURs tXntqsOqRsQBsqwJcVfQ2hAEjipJazU9XepAm8kLz1Tb7LwyZjhAHnc94gckjKjY s9rKVcUFngoFk6XPMuG8SjakgY2HlDuwOg212mll5HH4sWPs4cBDSW4MGjaDZS3X rRxJmkyq5l/NvPwLVBGTN7M4LnJ8eX62VEd+jTGXh2iCBF1ouBY36Ara9lRw/Cq5 9EgyYmN3X6NOqfx0m1IJReXdk4b8sDqc9lcktOTF9gS2+YZZuOujocjb8QQpRhG0 JPQEb/L0eD+b8Sy8GYrob+8NbDYd/ankd/44JOy7t9stJ6dV9gNiXw/z0KeUvMT8 nfxijmUTMWi0qzzF2UfTvCkzDyK6rvwGK6Gbbg3zJREDsEMSVqXiOkId7yH8dupy X0Kg03f+IIt0rIIs/H+M6bWeEvf81pEEkvKQMbnzllHUnNAweylDUCY0SU3aDMav ihHcWlV65H/q3JJ9nsJ4a5yMjGfd0dvnRhqZevDpvzgmw8Drma8G+YaWTT6AfY3j LsR0j50iLqoZZNmSWuPQWV9Wl6DoyQtFqRoWvgo/5PPxmsQwhyKdCr/KKFgkKg== =6Lmg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 11 17:29:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 17:29:20 +0000 Subject: Processing of libdbix-class-deploymenthandler-perl_0.002210-1_amd64.changes Message-ID: libdbix-class-deploymenthandler-perl_0.002210-1_amd64.changes uploaded successfully to localhost along with the files: libdbix-class-deploymenthandler-perl_0.002210-1_all.deb libdbix-class-deploymenthandler-perl_0.002210-1.dsc libdbix-class-deploymenthandler-perl_0.002210.orig.tar.gz libdbix-class-deploymenthandler-perl_0.002210-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 11 17:34:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 May 2014 17:34:48 +0000 Subject: libdbix-class-deploymenthandler-perl_0.002210-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 19:23:14 +0200 Source: libdbix-class-deploymenthandler-perl Binary: libdbix-class-deploymenthandler-perl Architecture: source all Version: 0.002210-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbix-class-deploymenthandler-perl - extensible module for DBIx::Class deployment Changes: libdbix-class-deploymenthandler-perl (0.002210-1) unstable; urgency=medium . * Team upload. * New upstream release. * Don't install a test script as documentation anymore. * Update year of upstream copyright. * Lower required debhelper version to 9. * Drop some unneeded version constraints from (build) dependencies. * Slightly reword short description. * Add linitan overrides (manpage-has-errors-from-man - can't break line). The module names are really that long. * Add patch to add whatis entries to various manpages. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: b54537fc51fb22056e09ae34c003801e18695ebf 2860 libdbix-class-deploymenthandler-perl_0.002210-1.dsc 58cb28b123c255fe075347969d3bc2f7c9a4f989 47387 libdbix-class-deploymenthandler-perl_0.002210.orig.tar.gz 7f8990c6f6226a5f1f5530dacc334088c2193dc5 2640 libdbix-class-deploymenthandler-perl_0.002210-1.debian.tar.xz 54ecd90e842262d80160d328cfc00a817b431b46 104184 libdbix-class-deploymenthandler-perl_0.002210-1_all.deb Checksums-Sha256: e941494f83fc6c86e28823adc459890b852c1b5422ca8384e1b73ef767b5716d 2860 libdbix-class-deploymenthandler-perl_0.002210-1.dsc f7814db7f5ab239f0aff9325da9cd3a01cfec8c888e3d7d0d7ee6230e3bf07a9 47387 libdbix-class-deploymenthandler-perl_0.002210.orig.tar.gz 8a7d0318c467df0e76964cdc9991f92b6c451b383bf4f50508e66418e033e8e1 2640 libdbix-class-deploymenthandler-perl_0.002210-1.debian.tar.xz afd82448bcae67a49cb2bd8b32e51eeedf46fac2daae6653402a0a724eb6b5bb 104184 libdbix-class-deploymenthandler-perl_0.002210-1_all.deb Files: 6773ce20deccdf5a5bda402df574fcfa 104184 perl optional libdbix-class-deploymenthandler-perl_0.002210-1_all.deb d32e1921d93774745b75e6e544a58b3d 2860 perl optional libdbix-class-deploymenthandler-perl_0.002210-1.dsc ad740b74789e7e3964b2b66e9ce02e82 47387 perl optional libdbix-class-deploymenthandler-perl_0.002210.orig.tar.gz 725ddeddcc4a723fa8ea5c88e75b9e07 2640 perl optional libdbix-class-deploymenthandler-perl_0.002210-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTb7IzThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsGKD/4v1xNnHaRp1uCzMO1hhyLPtPxYPBBjUtCtpj8kFX0+5vJC Z3/EhTT0eqhJcNTzv5KycDPZR3jtORPhBHueuSpDDNOzyqZjQiGsMQHfKK3jFvEI 0O1jgFrGNKcXcn80Ht/K2G1prFGmY9aWeEM0JgFPEcFZ3mbCD/iDtOm3yooc0znE QDm5bKpEk7gnjJ0LWP7sUMY6YewTJeo6WSAMnc2Z9bj69D9Lwk+q82n7Rj4eg26i mpbvguVkYWS9qKj171Zlx5zA7delSHg89D8pm4zFtGw2yK0eMaiaMShyJMeHPWAE M+cUHGj4H2QwcNixD9DxqclPBXfequ6zx1h6jSpHjeDAn0jeAK/50QI53kzjnsBo uu8DKOAV24nd4uiMlq6q9qXd/yZgWv+UoaeBoA/unuXNvLOa7S7sqabVq9vY+Osj kN8I8zBPlM0CWxn57hyhCgNlU5Bg4Ke/RNP8IYRsGT1hTfk5zJzjl5pCpcpugPJq n+dOyHzNa8wuVMaYJOZHzyOP1cHv/wRsdhf2flbadl0wjO/AeFKLLJRRAES2AMr8 C+wtiTNBKn2i360onB18LtTLzmI5r8NQj92GYbBG6z5K1B/5TYIazbENe1bxS06Z WT2P5UMsOfnoM5WmmKNAfIOXiAv+12MpUPVbEUBY9FhwzvZU22fwBqS7BAplFA== =uC5Y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun May 11 20:03:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 May 2014 20:03:11 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-modules-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 747502 + pending Bug #747502 [libcatalyst-modules-perl] FTBFS: test failure in Catalyst-Plugin-SubRequest Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 747502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747502 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Sun May 11 19:58:18 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 11 May 2014 19:58:18 +0000 Subject: Bug#747502: Pending fixes for bugs in the libcatalyst-modules-perl package Message-ID: tag 747502 + pending thanks Some bugs in the libcatalyst-modules-perl package are closed in revision 5aa21215aad313c5308b4bf37fe4cd03a192e790 in branch ' dam-bundle-2.0' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-modules-perl.git;a=commitdiff;h=5aa2121 Commit message: add patch from John Napiorkowski fixing test failure in Catalyst-Plugin-SubRequest with Catalyst 5.9 Closes: #747502 -- FTBFS From noreply at release.debian.org Mon May 12 04:39:32 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:32 +0000 Subject: libtype-tiny-perl is marked for autoremoval from testing Message-ID: libtype-tiny-perl 0.022-1 is marked for autoremoval from testing on 2014-06-11 It is affected by these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:32 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:32 +0000 Subject: libtypes-path-tiny-perl is marked for autoremoval from testing Message-ID: libtypes-path-tiny-perl 0.005-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:31 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:31 +0000 Subject: libxrd-parser-perl is marked for autoremoval from testing Message-ID: libxrd-parser-perl 0.201-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:30 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:30 +0000 Subject: perlrdf is marked for autoremoval from testing Message-ID: perlrdf 0.004-3 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:30 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:30 +0000 Subject: libgnupg-interface-perl is marked for autoremoval from testing Message-ID: libgnupg-interface-perl 0.50-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:29 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:29 +0000 Subject: libhtml-embedded-turtle-perl is marked for autoremoval from testing Message-ID: libhtml-embedded-turtle-perl 0.404-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:29 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:29 +0000 Subject: libhtml-microformats-perl is marked for autoremoval from testing Message-ID: libhtml-microformats-perl 0.105-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:29 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:29 +0000 Subject: libmail-gnupg-perl is marked for autoremoval from testing Message-ID: libmail-gnupg-perl 0.19-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:28 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:28 +0000 Subject: libmatch-simple-perl is marked for autoremoval from testing Message-ID: libmatch-simple-perl 0.004-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:28 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:28 +0000 Subject: libmodule-install-copyright-perl is marked for autoremoval from testing Message-ID: libmodule-install-copyright-perl 0.009-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:28 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:28 +0000 Subject: libmodule-package-rdf-perl is marked for autoremoval from testing Message-ID: libmodule-package-rdf-perl 0.014-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:27 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:27 +0000 Subject: libmoox-struct-perl is marked for autoremoval from testing Message-ID: libmoox-struct-perl 0.012-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:27 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:27 +0000 Subject: librdf-acl-perl is marked for autoremoval from testing Message-ID: librdf-acl-perl 0.103-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:22 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:22 +0000 Subject: libogre-perl is marked for autoremoval from testing Message-ID: libogre-perl 0.60-1 is marked for autoremoval from testing on 2014-06-10 It (build-)depends on packages with these RC bugs: 739238: blender: FTBFS with libav10 From noreply at release.debian.org Mon May 12 04:39:32 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:32 +0000 Subject: libwww-finger-perl is marked for autoremoval from testing Message-ID: libwww-finger-perl 0.105-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:27 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:27 +0000 Subject: librdf-crypt-perl is marked for autoremoval from testing Message-ID: librdf-crypt-perl 0.002-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:33 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:33 +0000 Subject: libscalar-does-perl is marked for autoremoval from testing Message-ID: libscalar-does-perl 0.200-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:32 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:32 +0000 Subject: libsql-abstract-more-perl is marked for autoremoval from testing Message-ID: libsql-abstract-more-perl 1.17-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:33 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:33 +0000 Subject: librdf-vcard-perl is marked for autoremoval from testing Message-ID: librdf-vcard-perl 0.010-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:33 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:33 +0000 Subject: librole-commons-perl is marked for autoremoval from testing Message-ID: librole-commons-perl 0.101-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:29 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:29 +0000 Subject: libhttp-lrdd-perl is marked for autoremoval from testing Message-ID: libhttp-lrdd-perl 0.106-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:31 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:31 +0000 Subject: libxml-atom-fromowl-perl is marked for autoremoval from testing Message-ID: libxml-atom-fromowl-perl 0.101-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:31 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:31 +0000 Subject: libxml-atom-microformats-perl is marked for autoremoval from testing Message-ID: libxml-atom-microformats-perl 0.004-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:26 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:26 +0000 Subject: librdf-query-client-perl is marked for autoremoval from testing Message-ID: librdf-query-client-perl 0.112-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:26 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:26 +0000 Subject: librdf-kml-exporter-perl is marked for autoremoval from testing Message-ID: librdf-kml-exporter-perl 0.003-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:26 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:26 +0000 Subject: librdf-trinex-functions-perl is marked for autoremoval from testing Message-ID: librdf-trinex-functions-perl 0.004-2 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:26 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:26 +0000 Subject: librdf-icalendar-perl is marked for autoremoval from testing Message-ID: librdf-icalendar-perl 0.004-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:25 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:25 +0000 Subject: librdf-trinex-serializer-mockturtlesoup-perl is marked for autoremoval from testing Message-ID: librdf-trinex-serializer-mockturtlesoup-perl 0.005-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From noreply at release.debian.org Mon May 12 04:39:27 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 12 May 2014 04:39:27 +0000 Subject: libmoox-late-perl is marked for autoremoval from testing Message-ID: libmoox-late-perl 0.014-1 is marked for autoremoval from testing on 2014-06-11 It (build-)depends on packages with these RC bugs: 746064: libtype-tiny-perl: FTBFS: Tests failures From chrisc at catalyst.net.nz Mon May 12 07:12:49 2014 From: chrisc at catalyst.net.nz (Chris Cormack) Date: Mon, 12 May 2014 19:12:49 +1200 Subject: Bug#269188: Patch for 269188 In-Reply-To: <20140510073610.GD6242@ktnx.net> References: <20140510014011.GG5274@rorohiko.wgtn.cat-it.co.nz> <20140510073610.GD6242@ktnx.net> Message-ID: <20140512071249.GJ5274@rorohiko.wgtn.cat-it.co.nz> Ahhh, sorry my mistake, here is a revised patch. If sending small patches for bugs like this is actually not that helpful please let me know and I'll stop. I'm trying to learn on smaller bugs with the aim to hopefully be able to help out with bigger ones once I have the process sorted. -------------- next part -------------- A non-text attachment was scrubbed... Name: libperlio-via-symlink-perl_0.05-2.1.diff Type: text/x-diff Size: 1252 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Mon May 12 09:17:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 09:17:25 +0000 Subject: Processing of libperlio-via-symlink-perl_0.05-3_amd64.changes Message-ID: libperlio-via-symlink-perl_0.05-3_amd64.changes uploaded successfully to localhost along with the files: libperlio-via-symlink-perl_0.05-3_all.deb libperlio-via-symlink-perl_0.05-3.dsc libperlio-via-symlink-perl_0.05-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 09:36:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 09:36:33 +0000 Subject: libperlio-via-symlink-perl_0.05-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 12 May 2014 12:14:53 +0300 Source: libperlio-via-symlink-perl Binary: libperlio-via-symlink-perl Architecture: source all Version: 0.05-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libperlio-via-symlink-perl - PerlIO layer for creating symlinks Closes: 269188 Changes: libperlio-via-symlink-perl (0.05-3) unstable; urgency=medium . * Team upload . [ Nuno Carvalho ] * debian/control: fix typo in short description (Closes: #269188). . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * declare conformance with Policy 3.9.5 (no changes needed) Checksums-Sha1: 5e76772a81b545ee589f2557b0d33715921731c3 2204 libperlio-via-symlink-perl_0.05-3.dsc a7d1992a5357813969edd8950a42a8ae03e02b30 2132 libperlio-via-symlink-perl_0.05-3.debian.tar.xz c36676bfabdad6597fbaed75aa58fdd6fc28235c 6196 libperlio-via-symlink-perl_0.05-3_all.deb Checksums-Sha256: f27d6e98f5879c1cbdd0599995120fab103a4c985c7b3b0dd54370097e47a914 2204 libperlio-via-symlink-perl_0.05-3.dsc da5dbacb82ace2596c673710cfd608cc849d6795ae9f4bfca1326bb70fc9a063 2132 libperlio-via-symlink-perl_0.05-3.debian.tar.xz 317038f5903ab5c1640d1f2ad0943bade5c260890f05c736134f1ce7faa22b17 6196 libperlio-via-symlink-perl_0.05-3_all.deb Files: 66e9f2a9336b3f08b878695f6039c286 6196 perl optional libperlio-via-symlink-perl_0.05-3_all.deb 0a49fbf1f0b2dbaf24aba3c43fa42d49 2204 perl optional libperlio-via-symlink-perl_0.05-3.dsc 5cbf22bf34f2eab669550305d826a971 2132 perl optional libperlio-via-symlink-perl_0.05-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcJGdAAoJENu+nU2Z0qAE9G4P/i4Iv4RuLQHjQiPhmOP6T+pA k2jvd/2EB8CfTboy6p9tRSMR7HfIgFITIHeK0TPCSkULCRR4cwiew2OuWb2jVaOD 9gyOMpP01xoln80N7VjvdVWL+uB/ITlJGxu5RrTGxWD7Gqe+bzCTmaPWK5FFNvMA a+i1t5N5khoC59bUHzFBy31iVI5rNWGft1aU+F57Q0sawNPPu67uD6YG+uWKAIX/ iKsLsljtzkZ/Y6ySCaENga9VQYnjUYH+zowmHObKamMLjGcgvb7nmPSnskw6yAjm kgsvb00+Z6lGx35vH+plII0U8/Z8vcTxpx+Pc8h/a8oBcZ1B1tuuIO91iXClgfWK KawgelVnVqJ+qAT31GvcR67NpXPS+PbDiwgthz6xSrJa9XcOQpBlGX3aYWdpjghI VLa1GNfTLD686K1qMvcAVk7QtVhHO0F9g1Qa6PT5rJIUMXmrTOB+ENTXv6HyTy/P WYjfn87r9g/qpgwET96BVmAwh3cZwrAU8cRkqc1wsmdFKSGM0aN1WYOyzV4y2Wp9 Mzb/vfGNRr67/2YQFX+ZeZGZqR74sRBzhvb+rGw/Y/J01G1eED8cH5OAl8UOZ5TD Lhxl/RJV4foIWbYbtuQkoGWo2ChNv7HpyGQQ19ym+SY9Qc6jh3awYZMozhStpPXj noR8U/iPKo7PcI6dJV2/ =spTZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 12 09:39:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 12 May 2014 09:39:11 +0000 Subject: Bug#269188: marked as done (typo in description) References: Message-ID: Your message dated Mon, 12 May 2014 09:36:34 +0000 with message-id and subject line Bug#269188: fixed in libperlio-via-symlink-perl 0.05-3 has caused the Debian Bug report #269188, regarding typo in description to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 269188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269188 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Tomas Pospisek Subject: typo in description Date: Tue, 31 Aug 2004 11:38:03 +0200 Size: 1724 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#269188: fixed in libperlio-via-symlink-perl 0.05-3 Date: Mon, 12 May 2014 09:36:34 +0000 Size: 5581 URL: From ftpmaster at ftp-master.debian.org Mon May 12 15:37:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 15:37:20 +0000 Subject: Processing of libpgobject-util-dbmethod-perl_1.00.001-1_amd64.changes Message-ID: libpgobject-util-dbmethod-perl_1.00.001-1_amd64.changes uploaded successfully to localhost along with the files: libpgobject-util-dbmethod-perl_1.00.001-1_all.deb libpgobject-util-dbmethod-perl_1.00.001-1.dsc libpgobject-util-dbmethod-perl_1.00.001.orig.tar.gz libpgobject-util-dbmethod-perl_1.00.001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 16:21:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 16:21:41 +0000 Subject: libpgobject-util-dbmethod-perl_1.00.001-1_amd64.changes is NEW Message-ID: binary:libpgobject-util-dbmethod-perl is NEW. source:libpgobject-util-dbmethod-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libdata-amf-perl 0.09+dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libdata-amf-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.09+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:14 +0000 Subject: libkiokudb-backend-dbi-perl 1.23-1 MIGRATED to testing Message-ID: FYI: The status of the libkiokudb-backend-dbi-perl source package in Debian's testing distribution has changed. Previous version: 1.22-1 Current version: 1.23-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libfile-libmagic-perl 1.01-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-libmagic-perl source package in Debian's testing distribution has changed. Previous version: 1.00-1 Current version: 1.01-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:14 +0000 Subject: libkiokudb-perl 0.57-1 MIGRATED to testing Message-ID: FYI: The status of the libkiokudb-perl source package in Debian's testing distribution has changed. Previous version: 0.56-1 Current version: 0.57-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libconfig-model-tkui-perl 1.343-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-tkui-perl source package in Debian's testing distribution has changed. Previous version: 1.341-1 Current version: 1.343-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libgit-repository-plugin-log-perl 1.311-1 MIGRATED to testing Message-ID: FYI: The status of the libgit-repository-plugin-log-perl source package in Debian's testing distribution has changed. Previous version: 1.310-1 Current version: 1.311-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libgraphics-primitive-perl 0.65-1 MIGRATED to testing Message-ID: FYI: The status of the libgraphics-primitive-perl source package in Debian's testing distribution has changed. Previous version: 0.64-1 Current version: 0.65-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libextutils-depends-perl 0.307-1 MIGRATED to testing Message-ID: FYI: The status of the libextutils-depends-perl source package in Debian's testing distribution has changed. Previous version: 0.305-1 Current version: 0.307-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libgetopt-euclid-perl 0.4.5-1 MIGRATED to testing Message-ID: FYI: The status of the libgetopt-euclid-perl source package in Debian's testing distribution has changed. Previous version: 0.4.4-1 Current version: 0.4.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libio-aio-perl 4.30-1 MIGRATED to testing Message-ID: FYI: The status of the libio-aio-perl source package in Debian's testing distribution has changed. Previous version: 4.20-1 Current version: 4.30-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libfile-pushd-perl 1.006-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-pushd-perl source package in Debian's testing distribution has changed. Previous version: 1.005-1 Current version: 1.006-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libimport-into-perl 1.002002-1 MIGRATED to testing Message-ID: FYI: The status of the libimport-into-perl source package in Debian's testing distribution has changed. Previous version: 1.002000-1 Current version: 1.002002-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libfile-mmagic-xs-perl 0.09008-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-mmagic-xs-perl source package in Debian's testing distribution has changed. Previous version: 0.09006-5 Current version: 0.09008-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: get-flash-videos 1.25~git2014.03.23-1 MIGRATED to testing Message-ID: FYI: The status of the get-flash-videos source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.25~git2014.03.23-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libhash-util-fieldhash-compat-perl 0.07-1 MIGRATED to testing Message-ID: FYI: The status of the libhash-util-fieldhash-compat-perl source package in Debian's testing distribution has changed. Previous version: 0.05-1 Current version: 0.07-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 12 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 12 May 2014 16:39:13 +0000 Subject: libjson-maybexs-perl 1.002002-1 MIGRATED to testing Message-ID: FYI: The status of the libjson-maybexs-perl source package in Debian's testing distribution has changed. Previous version: 1.001000-1 Current version: 1.002002-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Mon May 12 17:33:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 12 May 2014 17:33:05 +0000 Subject: Processed: reassign 690344 to iceweasel References: <1399915787-737-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 690344 iceweasel 16.0.1-1 Bug #690344 [libfile-mimeinfo-perl] iceweasel: Can't print the web site Bug reassigned from package 'libfile-mimeinfo-perl' to 'iceweasel'. Ignoring request to alter found versions of bug #690344 to the same values previously set Ignoring request to alter fixed versions of bug #690344 to the same values previously set Bug #690344 [iceweasel] iceweasel: Can't print the web site Marked as found in versions iceweasel/16.0.1-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 690344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690344 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From bts-link-upstream at lists.alioth.debian.org Mon May 12 17:38:04 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 12 May 2014 17:38:04 -0000 Subject: [bts-link] source package libaudio-mpd-perl Message-ID: <20140512173738.18425.33795.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libaudio-mpd-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #740621 (http://bugs.debian.org/740621) # Bug title: libaudio-mpd-perl: deprecation warnings from Moose::Util::TypeConstraints # * http://rt.cpan.org/Public/Bug/Display.html?id=90682 # * remote status changed: (?) -> new usertags 740621 + status-new thanks From bts-link-upstream at lists.alioth.debian.org Mon May 12 17:38:05 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 12 May 2014 17:38:05 -0000 Subject: [bts-link] source package libglib-object-introspection-perl Message-ID: <20140512173738.18425.88726.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libglib-object-introspection-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #742692 (http://bugs.debian.org/742692) # Bug title: libglib-object-introspection-perl: FTBFS on 64-bit big-endian architectures # * http://rt.cpan.org/Public/Bug/Display.html?id=89552 # * remote status changed: (?) -> resolved # * closed upstream tags 742692 + fixed-upstream usertags 742692 + status-resolved thanks From owner at bugs.debian.org Mon May 12 17:39:33 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 12 May 2014 17:39:33 +0000 Subject: Processed: [bts-link] source package libglib-object-introspection-perl References: <20140512173738.18425.88726.btslink@sonntag.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # > # bts-link upstream status pull for source package libglib-object-introspection-perl > # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html > # > user bts-link-upstream at lists.alioth.debian.org Setting user to bts-link-upstream at lists.alioth.debian.org (was bts-link-devel at lists.alioth.debian.org). > # remote status report for #742692 (http://bugs.debian.org/742692) > # Bug title: libglib-object-introspection-perl: FTBFS on 64-bit big-endian architectures > # * http://rt.cpan.org/Public/Bug/Display.html?id=89552 > # * remote status changed: (?) -> resolved > # * closed upstream > tags 742692 + fixed-upstream Bug #742692 [libglib-object-introspection-perl] libglib-object-introspection-perl: FTBFS on 64-bit big-endian architectures Added tag(s) fixed-upstream. > usertags 742692 + status-resolved There were no usertags set. Usertags are now: status-resolved. > thanks Stopping processing here. Please contact me if you need assistance. -- 742692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742692 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From bts-link-upstream at lists.alioth.debian.org Mon May 12 17:48:22 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 12 May 2014 17:48:22 -0000 Subject: [bts-link] source package src:libgtk2-perl Message-ID: <20140512173738.18425.22968.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package src:libgtk2-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #746761 (http://bugs.debian.org/746761) # Bug title: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf # * http://bugzilla.gnome.org/show_bug.cgi?id=729453 # * remote status changed: (?) -> UNCONFIRMED usertags 746761 + status-UNCONFIRMED thanks From ftpmaster at ftp-master.debian.org Mon May 12 17:48:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 17:48:59 +0000 Subject: Processing of libfile-mimeinfo-perl_0.26-1_amd64.changes Message-ID: libfile-mimeinfo-perl_0.26-1_amd64.changes uploaded successfully to localhost along with the files: libfile-mimeinfo-perl_0.26-1_all.deb libfile-mimeinfo-perl_0.26-1.dsc libfile-mimeinfo-perl_0.26.orig.tar.gz libfile-mimeinfo-perl_0.26-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 17:54:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 17:54:00 +0000 Subject: Processing of libfile-modified-perl_0.08-1_amd64.changes Message-ID: libfile-modified-perl_0.08-1_amd64.changes uploaded successfully to localhost along with the files: libfile-modified-perl_0.08-1_all.deb libfile-modified-perl_0.08-1.dsc libfile-modified-perl_0.08.orig.tar.gz libfile-modified-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 18:09:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:09:03 +0000 Subject: Processing of libfile-sharedir-perl_1.102-1_amd64.changes Message-ID: libfile-sharedir-perl_1.102-1_amd64.changes uploaded successfully to localhost along with the files: libfile-sharedir-perl_1.102-1_all.deb libfile-sharedir-perl_1.102-1.dsc libfile-sharedir-perl_1.102.orig.tar.gz libfile-sharedir-perl_1.102-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 18:19:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:19:06 +0000 Subject: Processing of libfile-touch-perl_0.09-1_amd64.changes Message-ID: libfile-touch-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libfile-touch-perl_0.09-1_all.deb libfile-touch-perl_0.09-1.dsc libfile-touch-perl_0.09.orig.tar.gz libfile-touch-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 18:19:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:19:48 +0000 Subject: libfile-modified-perl_0.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 19:51:04 +0200 Source: libfile-modified-perl Binary: libfile-modified-perl Architecture: source all Version: 0.08-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-modified-perl - module to check if files have changed Changes: libfile-modified-perl (0.08-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Drop no-defined-array.patch, applied upstream. * Update years of packaging copyright. * Update short description. Checksums-Sha1: 4acde9e9af5e6e7175866c827b56e96935c151c7 2203 libfile-modified-perl_0.08-1.dsc f304f9446621af9405da06aa667b5a963f3274be 7836 libfile-modified-perl_0.08.orig.tar.gz ea9e190bedef9a6e6a688a2a33aae4dc0c40dd0b 2184 libfile-modified-perl_0.08-1.debian.tar.xz ad725f25d91e29cffb102799cd2944f49e09baeb 11298 libfile-modified-perl_0.08-1_all.deb Checksums-Sha256: e3e22934defc64e834e919014e45fd646293236d198fcdbb2bf4d95c2a6ef1c7 2203 libfile-modified-perl_0.08-1.dsc 130f3e2f6a0d4a99cd2988bfe21e1b8a7cf6fe19c2e03b8b30c15efc7ddaccf4 7836 libfile-modified-perl_0.08.orig.tar.gz 6c20ca3e78d3c2cbef082ff4835a51d01ad079ff915cc70ff3b2e35d42996d33 2184 libfile-modified-perl_0.08-1.debian.tar.xz 5a6162483e7ba3ccbdd07267cb2d6c6e44609239c1f84877532ddbac6db4696a 11298 libfile-modified-perl_0.08-1_all.deb Files: 1e364eb41c4e2b1184042a8aadf2dcb5 11298 perl optional libfile-modified-perl_0.08-1_all.deb 5211dcb14b7a0cb29e7bb1028a881f42 2203 perl optional libfile-modified-perl_0.08-1.dsc 5ba6ee930dfe851f0c7cdb601e2cf043 7836 perl optional libfile-modified-perl_0.08.orig.tar.gz dd579efea955065838403f4f0b5baf34 2184 perl optional libfile-modified-perl_0.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcQo5ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBiVfD/9G5EoXOOrzBbTDUzKEyLy0BrifTQbbJX1DvotKqq0DiC5O NfJf6QK/8w+HzRYfkUX+iX1zlpx2K5jw1nrOaRa2kkLVGzJ6hYKu+V/d/jODtOre 0Y5iePuiMTrD5vz1K+HI+gm3u7dZD1Zl6uH88/kG/B6/erWiPg78GT1AOfBfLtUF 79ytoHR4ATbJ9uVQkF29DNIUwFN6fGp91cwFs7+v4C5a8J4BcjEo4ziNCmQ1+dhN u/pWfQ/LS8QfHBmw1BHQ2Fi0CDfT8aJCmMxo7wkjeiJpDEQjkRwDMvjq9T7+d6x3 ihpl0+FEaiZf2+ZbEnVQYKNSRpycOXSzsi0J5+ZUg2NL7VXcHjwPMJTylVDkYXTq nKVnwf93sURfiYTf3m0TUdbTuV3lx+s2Volm1A5aO5ncJoDbxlYr8+NsBaMeF4KA Y7qBYVjby4cFpruF1JY3+hWTeEMA5VXZ++YfmhRBrV6XX81tbutd/N8f2P4nvzbU xeoHoV0bLKNik0KaAbq4fek747gmYwMPpJJ/DJ5Maipy9Ucju+DIoGEdtehOLQ7S B4Vfs1CrOBAED0SW62vViIxYLJ+FVopDoF5aadkjCvqd8Fg2ltmsXsZRa8xBugvd t6Pt/qLBHWaLLNPGXv98LYG0B/cAWJOAfSJ6ZpLTrM6zw+t0z17A/bZcR5vVKg== =ZyqU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 18:19:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:19:41 +0000 Subject: libfile-mimeinfo-perl_0.26-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 19:45:01 +0200 Source: libfile-mimeinfo-perl Binary: libfile-mimeinfo-perl Architecture: source all Version: 0.26-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-mimeinfo-perl - Perl module to determine file types Changes: libfile-mimeinfo-perl (0.26-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 2877936ff591fdcd49dd1cc27d2df95cc7d84c78 2376 libfile-mimeinfo-perl_0.26-1.dsc 69d18114bb10d0b6ca37126dc8c5e936202b7ed4 32492 libfile-mimeinfo-perl_0.26.orig.tar.gz c6aec4e4d0a2ba7d6ba69905c35da4e89dc24f8c 3248 libfile-mimeinfo-perl_0.26-1.debian.tar.xz 7a5fd1a384e434f5616b534a54c1bc7449d67399 50102 libfile-mimeinfo-perl_0.26-1_all.deb Checksums-Sha256: ce1303f75f0ec4144547056b726cbc1b7c414193b69592c1f3d0a5bb488df892 2376 libfile-mimeinfo-perl_0.26-1.dsc 544f58631a383460754a233a1cb00572c57caa04cc3c11fa7c242caf5f89ceb3 32492 libfile-mimeinfo-perl_0.26.orig.tar.gz 1eac982f3a4be3b8341647c4e85d6436cde432fa90f3dd33ec83d2c06f7e1be3 3248 libfile-mimeinfo-perl_0.26-1.debian.tar.xz 0e8c31b339c6166f0a49c2afb566b76c88f324eaf5c1fda8246536c01cf83dc6 50102 libfile-mimeinfo-perl_0.26-1_all.deb Files: e54bc7efef7d89f61ad3c639b06ea307 50102 perl optional libfile-mimeinfo-perl_0.26-1_all.deb 8fa5397b712257c7988d35bb5742d48f 2376 perl optional libfile-mimeinfo-perl_0.26-1.dsc 1caf2827a845d8b734ea1c357bd3d89c 32492 perl optional libfile-mimeinfo-perl_0.26.orig.tar.gz 8c6b8ed64c520b8a244fc5a6b5d35551 3248 perl optional libfile-mimeinfo-perl_0.26-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcQjLThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBmcXEACRDLFpwqq1/BuJjOwgk/RkaKeUOL/QgVzNLV4xyCCtKHzt ZJMkxw8NR7bGlRJ0vANfJovnIIwAGAJjvcH4pIkohABpj7t8K29kf0GBtk4PsjVa ehdSvAXb4cHlmRlwSNYmf8zAgb7O75PDvX17wsIAKIn8+X7eMpVbN6wxGy1/RtC4 Bn6TurelROVDu/OnGHzxRhD+5hPpyuM9yw7woND0Od+RtpdPI6wvKI4cDibsHly1 b+t3ZGB1YULJSNZCjXzUu+mYKSGOmlJUOd+zkL3RZ7p9f5rRvKtx8V9a68CpfoCi f+dxiivafOK31j37QObc4/VVqjsNqooDWeAIW/zUDmwhA9uzuEHsXIWcUqPfBNAd uLryoNZoqGx9fDEDX4P0wlGRlHVrZxkMKxb5uJYltqx8lA7v1O9ngSGL0eHTwDVS 2yuZkf1wdi1D4BSirChFcGd73H+2xrbAaPIxL2XrfyV1VtnfII6siR/sLVoWGrsj sZ1ikTatxDoVfjGWjxLwEFyCzq6Y315NPWGB5huMo+MZH/1sW2SW+BdK0XJSxZy2 qqEDQBQOLc/0KeZU6lQrrUYKcmuQK0luTq1unNYPJRhVGnf//EZ0lafTuZKKpkjz gfM+S9vATPY0fsgSEcoEKeviFlOAHjDsE+Z10kuaQJxBEqEuRE/MA5R18DZKtw== =BCZX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 18:19:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:19:55 +0000 Subject: libfile-sharedir-perl_1.102-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 19:59:52 +0200 Source: libfile-sharedir-perl Binary: libfile-sharedir-perl Architecture: source all Version: 1.102-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-sharedir-perl - module to locate non-code files during run-time Changes: libfile-sharedir-perl (1.102-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * debian/copyright: update Upstream-Contact and third-party file info. * Set debian/compat to 8. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: cadc46ef7ab95bb3be9b510ef914d2e3a83db0ce 2228 libfile-sharedir-perl_1.102-1.dsc 4aa7f542964a73435815efc154eaeed9a1edfbab 11973 libfile-sharedir-perl_1.102.orig.tar.gz 3d39d4e14b2dec9b4c7dd29d58c2d66cb072bd81 2312 libfile-sharedir-perl_1.102-1.debian.tar.xz cd4ce394fb5e867a28611224bba45999d6741690 12418 libfile-sharedir-perl_1.102-1_all.deb Checksums-Sha256: d9eaf22c2738c0ef729c6ddf58e4f254bbe620195f2878b054bd1d02303ac1b1 2228 libfile-sharedir-perl_1.102-1.dsc 7c7334b974882587fbd9bc135f6bc04ad197abe99e6f4761953fe9ca88c57411 11973 libfile-sharedir-perl_1.102.orig.tar.gz f09fa0cc2531adaea4bce35d2909ffb45815a2b93e05e7eddad760144169ea8b 2312 libfile-sharedir-perl_1.102-1.debian.tar.xz e25ff20ccbe3848f25c1bc1f9c1e04d6fa72d46e81f14d2f74596e4dd80e45bb 12418 libfile-sharedir-perl_1.102-1_all.deb Files: 159373390648eeef7a7399fefcc147fb 12418 perl optional libfile-sharedir-perl_1.102-1_all.deb b13dd2e181aeb9234150fad307f618bf 2228 perl optional libfile-sharedir-perl_1.102-1.dsc 553157f0e81cd2dabfe140ceb06cd03f 11973 perl optional libfile-sharedir-perl_1.102.orig.tar.gz f3e897ac3c65b6bd0d1cb853026e6a3e 2312 perl optional libfile-sharedir-perl_1.102-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcQ0UThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhGQEADAml4lL4VVrtzUUQQBrL/+OX/PmkGHS2wqKnLK6Aa76+NM 9IpGxgoWfwj2efI1536hVZx0G3hQNllrZo7Xwl1rlNwImc6NXeBvJ3P7TOL2pgkS tcmrmDFDJmWvaN64NdMJrZlJeEfVJiVt/pjk+bmPkm4U+KdbfFd87zNYECHJtdDj RnW1Jn9wh5faLdmph2Mp1qsEFJe2OpgM6WNQmFWqTki+7b5YostZOJvi+FkaM5JB Pj1Ylm1UjUj2OKGxKt7I0/BmpicrLEgbIIyBMEL1gVomtfqXfLAJHEclIRKxIklf WVwyGlpD8Jvyhuk5IWlC7sxYAzVAvbWIQ3nZET6enuVW/W3t0T8AjOMwhV6nACPL 9JFLXnIetLecsgfC/HYg+sZDZ+68lZ6Xf30PX8JEagV9dm+OTN1iLdA6RYqjsjFx VX6QcqrrEhk72aa8cphpBGenSjvqHGVsd8CRCQt7vQ7jvTLqZyr7nm82QJoh/LGi YmtF15xziHzqIgeva6YQa1EMYUSIQlWZ/KsbxepIN1F0WbC5irTOmj53y1WBYtbw wXHa/1jW/5vJo2zJA4C7ZG/ZpY01N16v6gkZlKjJ9Fzxs12QpXsMo1zzHgZ/CwTy VwrkTUTnwIEuSygLy9XkSI4IzdrmSiWwZvzq5vgEC4ZH8cheOrseZwsYzUE20A== =uWLj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 18:33:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:33:56 +0000 Subject: libfile-touch-perl_0.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 20:13:17 +0200 Source: libfile-touch-perl Binary: libfile-touch-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-touch-perl - Perl interface to touch-like functions Changes: libfile-touch-perl (0.09-1) unstable; urgency=low . [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy at cpan.org * Email change: Ryan Niebur -> ryan at debian.org . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Update debian/copyright: new Upstream-Contact, packaging years, license stanzas. * Bump debhelper compatibility level to 8. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: fdd10bc5f53fc3048713a2102fd81bc4fb0f0e12 2325 libfile-touch-perl_0.09-1.dsc 344a3694325857c5abe70e254da5146179a11a8f 11143 libfile-touch-perl_0.09.orig.tar.gz 1c6f3877556b7e540c0fa77809f9f0a51ad864ea 3016 libfile-touch-perl_0.09-1.debian.tar.xz d516af1b93f3d50b9532c51001da376e256a918c 9232 libfile-touch-perl_0.09-1_all.deb Checksums-Sha256: f664fb47e4142e7d019331b9d0fcd59d0b93ebe10f38ba6878cd35aa487374e4 2325 libfile-touch-perl_0.09-1.dsc 7377524be6b2483d002dbdcdd5b0ab8117e3e324f0baeb58a012f3e93302e366 11143 libfile-touch-perl_0.09.orig.tar.gz fa8654654c48782f0b4f0ee026ffc3ee6201571c7b5dda85392c346b42347b09 3016 libfile-touch-perl_0.09-1.debian.tar.xz 622168e6c4b186a95283b8163a4b3c2d1e289507b62b4bbfbcf769c49694e8b2 9232 libfile-touch-perl_0.09-1_all.deb Files: 6324627e66aeac0209df846776bcd73b 9232 perl optional libfile-touch-perl_0.09-1_all.deb 7d6e6e8d16d6d70ab055cff37d9a430d 2325 perl optional libfile-touch-perl_0.09-1.dsc 250dd8951c9a9e6cfccddad04d8096b9 11143 perl optional libfile-touch-perl_0.09.orig.tar.gz d1e367418b849c0783d6900d0780f717 3016 perl optional libfile-touch-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcQ+bThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBq7+D/9tykYqf2EGJy0Ux3hwyV4EizN70WZ1sR6dINgdetFjvpMD 9S7WvNOhkj2uLrcOuq7aFnsWaJBnc7JibszEkk9QjXbi1dRzVR/UY4+FsFkduHGK VNaAhwnqTPyvkfagkFmSsCrk2O7XHIDuqBGSG+WOOoxppXOatuFgH8mJexiWfE65 ieYaSX5gPcQA5/dZp0O0JHj+KnBLoShe1csSSS4Lhb38AbRmZ0wLRr//jSAFfcf8 fTrfugINxG470sMrWxrZSRGO6JT9SWZHCoqxrj9k/4QMz3ay2GCkSbGMfiMdEzN2 Rtm+q+Vsk0DxjmntdxABoqjMqifWZe8JJFrQMoIfotu3LepkBvrtJ83ahHrQgVOw phu8vVweUuQvt/dFZfj8f3feExtc5ZGwo4bzbYTMrT5bFol2Z1nDIYfzPVuYaWaG eaLzbi2ED/e81vHhVaFfcsfTfCiRs1zqloBQNdT7P5iEhw3fdqBrJASM2pyU9wTF gqywD/PB/8KTqiinlJciQ6Ar6+/ern6OrnYz+u8tdYbhw0A/WsY7R/sdshXRXlV2 Pwio+AL80A6+6JgHMCqd06r85MMxvJL7QTnr5qG/2bE3nPvI0Ca2ekdRnshSXAU7 1aYCkpfZ3MaH5XSlwlBjCckpB7C5FfSo/H4rPy5TUdg3ED0PdEpPH6lrFdI/2w== =Bjp1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 18:34:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:34:25 +0000 Subject: Processing of libgit-wrapper-perl_0.032-1_amd64.changes Message-ID: libgit-wrapper-perl_0.032-1_amd64.changes uploaded successfully to localhost along with the files: libgit-wrapper-perl_0.032-1_all.deb libgit-wrapper-perl_0.032-1.dsc libgit-wrapper-perl_0.032.orig.tar.gz libgit-wrapper-perl_0.032-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 18:48:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:48:36 +0000 Subject: libgit-wrapper-perl_0.032-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 20:27:03 +0200 Source: libgit-wrapper-perl Binary: libgit-wrapper-perl Architecture: source all Version: 0.032-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libgit-wrapper-perl - Perl module to wrap git command-line interface Changes: libgit-wrapper-perl (0.032-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Upstream-Contact and upstream copyright years. * Drop some build-deps (not required anymore). * Add patch to remove check for `git' during build. The check uses the unpackaged Devel::CheckBin module, and we don't need it anyway due to (build) dependencies. Checksums-Sha1: 95565c82d9309d0a86b1b815aa283334a307ac80 2365 libgit-wrapper-perl_0.032-1.dsc 613ca5c9aa6663e886e957bcd6eef27040ca1a41 30542 libgit-wrapper-perl_0.032.orig.tar.gz 1bab07cf22ec51ebc9a2db706c25602b711176a0 3120 libgit-wrapper-perl_0.032-1.debian.tar.xz 0cf67844da92e3b108818d94ba46ce75ca843889 33384 libgit-wrapper-perl_0.032-1_all.deb Checksums-Sha256: 5a42ddec52051bf80a987788957534381775e34e72c27ad488706f2ed3605e42 2365 libgit-wrapper-perl_0.032-1.dsc ceec3b527ffef554da3efd49d6db36911a6034773f5a595625d7a21230d2e1c9 30542 libgit-wrapper-perl_0.032.orig.tar.gz f5dce9f0f935774c9c3b10b2df3d444bfd60c5b81a1a118bfa12be00897b29b3 3120 libgit-wrapper-perl_0.032-1.debian.tar.xz 83aff0531ad0a645081c636e04e86986c3a1a71d1a3f08e68d7d80939ec211b6 33384 libgit-wrapper-perl_0.032-1_all.deb Files: a0eb619498fbe0751fc62cff74d5660f 33384 perl optional libgit-wrapper-perl_0.032-1_all.deb 6e2fdeb5b8cae7223fc32f58507d06e0 2365 perl optional libgit-wrapper-perl_0.032-1.dsc d8ea6afce8f72b00bf7c15aefb5a9c6e 30542 perl optional libgit-wrapper-perl_0.032.orig.tar.gz 50e581a53cdcf326c58708f1134a857c 3120 perl optional libgit-wrapper-perl_0.032-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcRLOThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBn+eD/9FiMxk37ZrmO05zIVoUPBHTadDIFq1dJDlLA7rJXUb37OP WARZmcqwQOR1jLgOVFHbc/piR+SagsDZqodTfkQJZabKCgUncMaQHOI3JkWCNwQ0 jbKnV7BMbRGcy2r+kP3cliF+YufzmeULwymO4jkZj06UOvIlI0g18E6sdvKfzz5h D6ZtRGahTvYB7VvRc44Tk2YCREnYqSDpaj3TkMT5zNCiO6jPZqy14kH51I2m3cob YYB/E2nB0IWEOuMcpEqlx7SA9z9WJehWjhOl0KJXoTra2q0s0LKaetTeiFjPYXuG unYSQXvhde1PT18aW8lZFTni9wpOxwBC38/woYPLnrgao172FZElfAA15SoB0mYN Og3n9izmwD+jIIw9sq8rmhnxgoZH+pqpLrqQLMUMgDaYm9txMOsdj7L0DQrVXdsL Q9lZZr5ZGwLBK9BuMrRqIJPCYubQV5holgmu4xAPTcD+yB1FGT6fr7TgSlardju4 kOh+Bt2gKeyvVyntbmcy+vQ9zeq8jDYYpyuQI4dgJ+hUlKQrK//qKSqOPVFyd3Bl XQB97VcVY5VE3phpHqyeRrwTg/JSEny9H3CmfJtY/GZctMXHmkXST6BmYUVCI5Qm 1uYXcoMX7EiZg024nUOkQzobgSfDXa1amb9BKCgnzbSCz9j3WeZG4BJW55t9Hw== =gdM5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 18:49:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:49:28 +0000 Subject: Processing of libhtml-formfu-model-dbic-perl_2.00-1_amd64.changes Message-ID: libhtml-formfu-model-dbic-perl_2.00-1_amd64.changes uploaded successfully to localhost along with the files: libhtml-formfu-model-dbic-perl_2.00-1_all.deb libhtml-formfu-model-dbic-perl_2.00-1.dsc libhtml-formfu-model-dbic-perl_2.00.orig.tar.gz libhtml-formfu-model-dbic-perl_2.00-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 18:59:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 18:59:30 +0000 Subject: Processing of libhtml-formfu-perl_2.01000-1_amd64.changes Message-ID: libhtml-formfu-perl_2.01000-1_amd64.changes uploaded successfully to localhost along with the files: libhtml-formfu-perl_2.01000-1_all.deb libhtml-formfu-perl_2.01000-1.dsc libhtml-formfu-perl_2.01000.orig.tar.gz libhtml-formfu-perl_2.01000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 19:04:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:04:03 +0000 Subject: libhtml-formfu-perl_2.01000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 20:54:34 +0200 Source: libhtml-formfu-perl Binary: libhtml-formfu-perl Architecture: source all Version: 2.01000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libhtml-formfu-perl - HTML form creation, rendering and validation framework Changes: libhtml-formfu-perl (2.01000-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. * Drop fix-whatis.patch, applied upstream. * Drop unversioned 'perl' from Depends. Checksums-Sha1: 1c619b61859a9dd4012d4a6b81fb27960e1810e5 3081 libhtml-formfu-perl_2.01000-1.dsc 0d74763570d4a849d914d8d207921c35d95c0179 337865 libhtml-formfu-perl_2.01000.orig.tar.gz d1f13d1adb32b895eec0c386baeca9148cb33c4c 5300 libhtml-formfu-perl_2.01000-1.debian.tar.xz e4afe5cd4c6bd9ba29f4c2e2e20bd7ecd86bef84 438304 libhtml-formfu-perl_2.01000-1_all.deb Checksums-Sha256: 084e6b0c62f499c41820d6ef11dc039fda456cc24153e7ec1b56779cbd753d9d 3081 libhtml-formfu-perl_2.01000-1.dsc 5cffd87addca1cf940d0421e0a15ace374486e3d1d25a4ec2d86f1829ea5713b 337865 libhtml-formfu-perl_2.01000.orig.tar.gz d36d57776651c11dce2aae3457bd2679ade37aa87a836358ce0a9fab97b638f9 5300 libhtml-formfu-perl_2.01000-1.debian.tar.xz a9663758de1bc046d423ec3bc1b45e3ded9641432077d02fc501ac15a30f957d 438304 libhtml-formfu-perl_2.01000-1_all.deb Files: 03397d09de9e5337f297c213300de8b0 438304 perl optional libhtml-formfu-perl_2.01000-1_all.deb 1518bf162a2fb4eddc49d774c0f123f5 3081 perl optional libhtml-formfu-perl_2.01000-1.dsc a851a14895a74d5c85a8fdbf8907c8c2 337865 perl optional libhtml-formfu-perl_2.01000.orig.tar.gz b2c96e18ec0d0c6e3c3e1add294c7dbd 5300 perl optional libhtml-formfu-perl_2.01000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcRkqThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpR0D/484t0s/O/mQwhATQOnaIg5gUGvu54fc1ZUsVqEaglXtfb8 ttE63hI6fYTjsAq6OcHJKR+ik6SMls28kIPsj+/tt84U7J349XpdAy8948LpqjRa lahmSC5ndCfCv8W1XRhxUa5419jG2mzNLI0Oqe9sER9sD/pmFpZYkE0HpK0lQ9tJ KePtwmmpg1RGbiv7GgO+P386cFCc8pxgmAGGagTEXT5qkw1UPFN+sBK5BbnLYjrz h61tAuaieyJiLsi1AksYJwznugBMCr9D2NmPIhPQAg0QDdgAvnY8S/56VftCITa2 0ZIVhUcEGMStmjJZXn06UEnJO/NMjqBpsz4E/3WDIoPgre9ISE27+ti5I5Jz5GBl ghn0oTIfx6XWJ7Gcg5lDF+tYDaPNoQ1eeBq9YC/30QFKd9kHuA2SbHfnJHUd8C4i olXCRmpc/EX7KC8TKiAtV9QrDTW7JZumRXIa6pXSd7ItTfaspsXbbAPZ9TLWOJMi KvPjegfJTnTugHXy7XOsi42YGOdyXEabkWhoi2iRe5g5sUCmsru28MkNlFD4hG/7 KV7+btHiqH6QMZMqt6X0uutZs42VZvPG0IPNwqskEF3RinKNwMXVjumCTcArkIbo txSD3vaHgbuCo6ZsJli2vHhjgvA/bAOJtwXaDzIVXNF8JrfsPFDEPa2mdc7sIA== =/weH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 19:03:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:03:55 +0000 Subject: libhtml-formfu-model-dbic-perl_2.00-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 20:44:15 +0200 Source: libhtml-formfu-model-dbic-perl Binary: libhtml-formfu-model-dbic-perl Architecture: source all Version: 2.00-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libhtml-formfu-model-dbic-perl - module to integrate HTML::FormFu with DBIx::Class Changes: libhtml-formfu-model-dbic-perl (2.00-1) unstable; urgency=medium . * New upstream release. * Update versioned (build) dependencies. * Drop (build) dependency on libmoosex-attribute-chained-perl. Upstream switched from MooseX::Attribute::Chained to MooseX::Attribute::FormFuChained (in libhtml-formfu-perl). Checksums-Sha1: 1ca7ddbda27ab0f6c33920e40393e18938d39afd 2670 libhtml-formfu-model-dbic-perl_2.00-1.dsc b72b5cfcd80d87fca9d614b0834d3a50800f4ff0 51378 libhtml-formfu-model-dbic-perl_2.00.orig.tar.gz 7fd1ae78d53f434e1393e0e9c965907a58ff413b 3800 libhtml-formfu-model-dbic-perl_2.00-1.debian.tar.xz 8f350ca20ce8720b18a4320d398d4f17eec84f40 30540 libhtml-formfu-model-dbic-perl_2.00-1_all.deb Checksums-Sha256: e7ec7127563c9e0b7374646aa73cd1a60459cb5895c31c9d93cd52c3c5498b9b 2670 libhtml-formfu-model-dbic-perl_2.00-1.dsc e9739ae6423c9b54adda996f94cb10729311762c7bea6a92820aed4e954a4e0f 51378 libhtml-formfu-model-dbic-perl_2.00.orig.tar.gz 6d2b2a52e3365eafffc29923dceb943aea7d204ba49df1317f51a347ff718d34 3800 libhtml-formfu-model-dbic-perl_2.00-1.debian.tar.xz dba73f274c7b2b3fbf297e9eb3721e749f5aeef6a3d9c0bc858e9ff9388955c2 30540 libhtml-formfu-model-dbic-perl_2.00-1_all.deb Files: d67c3dd7ec33c3f927667c278526f7c0 30540 perl optional libhtml-formfu-model-dbic-perl_2.00-1_all.deb 756b2f2de53a1b7e168459926eb0d839 2670 perl optional libhtml-formfu-model-dbic-perl_2.00-1.dsc b4b60d92cf4651103cd1b56b34db063c 51378 perl optional libhtml-formfu-model-dbic-perl_2.00.orig.tar.gz 42752e2dd8d6be5088290e71ac988cf2 3800 perl optional libhtml-formfu-model-dbic-perl_2.00-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcRcRThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsLID/oDFnTyRQdsbRhcLTZ9e6YBgPYVVVv09VMbq1egdr4fOTD8 OTmzZgWa78Yv3vd0h4/lFwjBXBfALMsANolgrlPpXqc1t1fOn5uQdDZme95DQdtC cZWZk2oap3cZjZzKTxD3GBfJ4qKH3Epp+lK57No4zEEuKnWO5pIrmP5kwVbeeRv5 e8iGDTnTqt0Bz+59B1nLsK0r69b6aKsqvfp2dB1FfRoTwRXTy3DW8FV9w0Vrkm3R WetPiAGNcUlaGWpsyEhV++HNrCB0WGqEa9+XuVp9FLC1dOFc6A715vxJHeHYe3dS EBkxc44EtqX06N8tnWfmtLfW1Aef8T1e7rKCA/LicRGwcHWfojF7mDLT4JyuCR+o asNGUcRw2ee4xXAetpz+vvEHWMwVWXARf7dHzpvXEnsH/HnyvsVdPMM4SZvHlXr3 HiCQKJYQ1JyEsE9OMExai0yZwoQLi6HBHK7bIzl8PNkn6nySx5I6t8ghGAoGvDBG PIFh8vWNBbqUjFxYyC6R+dKxVWU+IQgUBflde6HYlE0sLOkbP7mnvPNLeveGtFay qSzsXuuB/kIdAqQnPWEmK8mJz/yfV/K3gyG4+uXjwahBgPGdYz2IltOqCJ0aYPRG 9G9pKF70bwhbWQcnXz7I58PsF/O0/7xaRn7x8wJdgn7OBSdUPI6m11Djh99wIw== =HbS9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 19:04:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:04:31 +0000 Subject: Processing of libinline-perl_0.55-1_amd64.changes Message-ID: libinline-perl_0.55-1_amd64.changes uploaded successfully to localhost along with the files: libinline-perl_0.55-1_all.deb libinline-perl_0.55-1.dsc libinline-perl_0.55.orig.tar.gz libinline-perl_0.55-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 19:18:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:18:37 +0000 Subject: libinline-perl_0.55-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 21:00:49 +0200 Source: libinline-perl Binary: libinline-perl Architecture: source all Version: 0.55-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libinline-perl - module for producing simple Foreign Function Interfaces Changes: libinline-perl (0.55-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: f8a7cefbf38ce989571afc006dbeb60f00f497eb 2251 libinline-perl_0.55-1.dsc e99adf72397026d55353fb3bf6e1825c9d3f7fa2 117190 libinline-perl_0.55.orig.tar.gz 916fc126237f9684dbc7fb20aa132bd588516c55 4580 libinline-perl_0.55-1.debian.tar.xz 616a631c0539c37f77af34f5dbc4e108ac9a477a 151392 libinline-perl_0.55-1_all.deb Checksums-Sha256: 2ddac5a8d6b61a0b53d004533477d8ab62ad6f86dc3aeae13069b4085ecba7c7 2251 libinline-perl_0.55-1.dsc 965d7a559e8d1dc271853c9da692ccdf23125b7646e57893049dbb87a8f488c9 117190 libinline-perl_0.55.orig.tar.gz 3feeaa818ca79396a72c558bb843d2d64f5bb8091947597cb1fed34d0d1ca8c3 4580 libinline-perl_0.55-1.debian.tar.xz 85c3b5d493cfc011d67205f87645d3f4b4e70521b60be2b92222aed2c1c9a1c2 151392 libinline-perl_0.55-1_all.deb Files: 8745431f0d04e95f44ffb6ac4a4944e5 151392 perl optional libinline-perl_0.55-1_all.deb 5306567d8b15facf97b4c9e0c5b9427d 2251 perl optional libinline-perl_0.55-1.dsc 0226bd35a3f8f88e635b166609ee655d 117190 perl optional libinline-perl_0.55.orig.tar.gz 779fdd71047de8f6b0acd8934d8e2a8e 4580 perl optional libinline-perl_0.55-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcRrYThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjUBD/4zUX7o8ixxBHTWa6cvKU6LCyx4of5/0clurHDGU6DPx8dZ nasLYt0l6ONfmSxQpnKfeDHlFJqgpbGmI0vfeqGi8KvFnHgr2girDcpyDF7Uj+uq +5Yz33TkdDfMLvazQ63YKz9aAiy4857k5ghBNzxOvTXJJlXVE42KJ5U/9Re3WVez bKH/jVQzutJ957NU3saig8qtGkIwxrKSkds10gdseId8ZZmMHuWxLM+hHam3XWWQ p0taKIip09/e1nyvi3S3OlCYSisgTDQmFtfemyEaVopOBtsCR3GHl0rKFe6CXGYB 65LajySZa/Lvqp/sO4AgKRsgmrBlRa/jjsHeUrocquMKdIAtS9WF6I7sshHzztxk kJgo/YGGQkB9M8BOK215s2KWaQYVVPGn2ei0SbkCqO7W5+d7nGk1g9gPQP3+D/0v 7ofaw9Smodi2MDkmOy6eg5Q19P9GPqB+KZXhCfJH9SUXsaj9tW7Yn6oYBkBRW307 gadurp/bH7nfScFz2WkgoMNiekIn6TW5hFL7CDoLBhFptnwtVohk4J5f75zjjzKc MIvH81jYaLf+Mqj/5XILMWCRYfCm5H/xQ9M9D8Ar69ABOmrBdtB365eAaH629hLq x6gEp2Q9AfyOM30X8dCPFCXPRExk9Wu/uBpiBrXlOc2hDDR+Hhg8lmklFrWJ/A== =svqf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 19:19:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:19:34 +0000 Subject: Processing of libio-async-perl_0.62-1_amd64.changes Message-ID: libio-async-perl_0.62-1_amd64.changes uploaded successfully to localhost along with the files: libio-async-perl_0.62-1_all.deb libio-async-perl_0.62-1.dsc libio-async-perl_0.62.orig.tar.gz libio-async-perl_0.62-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 19:33:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:33:39 +0000 Subject: libio-async-perl_0.62-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 21:14:03 +0200 Source: libio-async-perl Binary: libio-async-perl Architecture: source all Version: 0.62-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libio-async-perl - module providing asynchronous filehandle I/O Changes: libio-async-perl (0.62-1) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of upstream and packaging copyright. * Update (build) dependencies. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: edc9c219f18f1b43fe52010403053ada726c06ee 2404 libio-async-perl_0.62-1.dsc 8a608f8b6750f10c523f64fbcd52c60b8cb641e3 226553 libio-async-perl_0.62.orig.tar.gz 9e3d0d1f63476a911952ae7b083192faaa045ca9 4528 libio-async-perl_0.62-1.debian.tar.xz 5e0750b8934be108b327451e7edded07ae22c0bc 252192 libio-async-perl_0.62-1_all.deb Checksums-Sha256: 211901f5c9838271cb60838b54461404343411b5b92b54bf616af40664c6a77c 2404 libio-async-perl_0.62-1.dsc c71530c04467a1c380132e35e516672a6271661da059f878d1ed1a4736c063af 226553 libio-async-perl_0.62.orig.tar.gz 03ec8d5b6ca2127c6b41016a1a95dff49b56632f444bff7f21f15a36bcc3b5c8 4528 libio-async-perl_0.62-1.debian.tar.xz 087235274a22dbe6888a611f7970c83502708d7a685bda84cfe65667230d96a8 252192 libio-async-perl_0.62-1_all.deb Files: 257f28f5c1258dc0a9e05278993e97c2 252192 perl optional libio-async-perl_0.62-1_all.deb 14a278b45a8f0705095519d0bd5a0b43 2404 perl optional libio-async-perl_0.62-1.dsc c516c3dfea59b0903d912caedc1c8ddd 226553 perl optional libio-async-perl_0.62.orig.tar.gz 87e042b2299268f393b04d7ccbeada44 4528 perl optional libio-async-perl_0.62-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcR4UThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBk0xD/0Q1hPVzOi1kBKhGqI7rlyKox93v8un8WEJecV6iy4JBvXt aCcvYHSkV5GB+beaQjJJZXqrEu5ms+ioXc/R55G3LMLdmR5G5ckLQYCq1+ul1zUB OEzzDvZj/dVmUvXo9NMenlBoWOFtHX33slPoRJOM6wupQyTpRwlYI9ecTiWwf5Et b+HxWauXD2a4Lb1hnppAKTvDSc/bE7EJ5+xfIKNLl0vIkWT7eQdsQ5njjnm2Vs7O AMt7eyGf7i23eT6DioFtXmOJGAlV/T/47uOz7HC6+IzR0duvzKBHNNcOSACkj9+n 2RXLqHFiHk5GUa0kFoXUzjxpE5/t+Z4AcIq0xC8Q+2xluxvu/WNSI3xGBjoMrHvU EUFIi0nSXLD36Nkhzpjb9f/Jf5uLaxPXki2ss0tzu8UmENGVIQdifXKOxKVfMIsT XEqHscCqA/j/FWtLGvGH4Aa6xhE3DTfoYnosRMbwasdhPp9j0FSuPqAj/SLNNoE+ CfTiUMTlN5/mlI263uFzOzYC8Q48RFgfTaU65a85wnSC4b8ySABzVDqjErfSB5Qp frXXeslltF+Y8MDuc40V82M07199Ox2kiihSPqB6h21hnKs0Wu2Xc6A3rmP8mulq +KyT147DY4olUSzXYRYMLi+SpUsWQfTUvn2lvP59E+j2q/NqWbWevszWVFN+Mw== =JRJy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 12 19:34:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:34:37 +0000 Subject: Processing of libio-socket-timeout-perl_0.24-1_amd64.changes Message-ID: libio-socket-timeout-perl_0.24-1_amd64.changes uploaded successfully to localhost along with the files: libio-socket-timeout-perl_0.24-1_all.deb libio-socket-timeout-perl_0.24-1.dsc libio-socket-timeout-perl_0.24.orig.tar.gz libio-socket-timeout-perl_0.24-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 12 19:48:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 12 May 2014 19:48:42 +0000 Subject: libio-socket-timeout-perl_0.24-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 21:30:44 +0200 Source: libio-socket-timeout-perl Binary: libio-socket-timeout-perl Architecture: source all Version: 0.24-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libio-socket-timeout-perl - IO::Socket with read/write timeout Changes: libio-socket-timeout-perl (0.24-1) unstable; urgency=medium . * New upstream release. * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. Checksums-Sha1: d806d57c546c08508722203605290d04a9acc734 2326 libio-socket-timeout-perl_0.24-1.dsc fe9cd25d675f948bd67148e059a705af5f090b04 18226 libio-socket-timeout-perl_0.24.orig.tar.gz 902f23f3a13fc52e41df207fc888027c0f7e46be 1580 libio-socket-timeout-perl_0.24-1.debian.tar.xz 6efd6fbe1a4273144736ae1320b9c6fc2a146605 9578 libio-socket-timeout-perl_0.24-1_all.deb Checksums-Sha256: db86124a76870fa3e5cf883ae9975ebdaefadebe99ee6590778bf5fb9a285e85 2326 libio-socket-timeout-perl_0.24-1.dsc 5df055d2a19af8ba6d9b715eb907dde6f6f26f85136a836ab9b3fe0b3a9fd99a 18226 libio-socket-timeout-perl_0.24.orig.tar.gz 3b302e43f7813c16422cc12a7813cddad946eeee424472303ad2def885d9c38d 1580 libio-socket-timeout-perl_0.24-1.debian.tar.xz 6922ac342234a02d0c0c087cd1648dc2520fca690168d6d1050d5d64ed28d3d0 9578 libio-socket-timeout-perl_0.24-1_all.deb Files: a8ba60c726f11e96fa63ed04cc57146c 9578 perl optional libio-socket-timeout-perl_0.24-1_all.deb 921b369853ac7be99270ecc373157227 2326 perl optional libio-socket-timeout-perl_0.24-1.dsc 21070d58ea35fcecdf7f4150af1d8795 18226 perl optional libio-socket-timeout-perl_0.24.orig.tar.gz 63e0971a338ca09985dc459e5a30673e 1580 perl optional libio-socket-timeout-perl_0.24-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcSGgThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBopYD/4736hHBWJXQlgV0ngTjqTxddO/syB852IIc4nOvg72pUr1 XWxLxVSU0gMWOds/nqx9MmTiEM+EAl3E+xTlP3LD3fTvZgnCJw7FLou+iDIVd1cF r0sFs217lF9L/pizD8TRCZS5Uy48HSR+chfudo4h5/mAqfD1zP6KmByTGCeKV2DI WVyp2GnKOCiAcLdEHWseI5chdJ6PR/NktFHS4YFEU4z0ZtkX0Lv5juwx+ZfzsbTQ O0UwRBa/r/U1S6WgZsBBEzqsaVE1NCGSC+4g7TM98fOZfgqgUKSFonVusU4+TNGJ 4PfyD9kMhpYd6vJHUNiNsA0Bi4oCRKLeogm+isq7aPHUS+Dr0vj/CIudE8iVjD8z fUXhMIhbsB+1U5h1ObdyrcjXHE0Xxa6lSPPWqG5ulL/FSEqV75AxBi3ALMItukiq i3xRTlwNgHeWwe0y+bjRgJPXjfGZwH89paSZIEtJdTDoh22y0wyaGIeqYu9S9QoJ szL80gDUtzLNZvs58a2HM5Mdddxa7XA+Zx3JJkK8oGCWFPI7/9q0BeI82vaQaPbA ZE2juavfv8DSCycjJTfFWl1d0zFUlzTHhtOLowcdhQH+MAVQCQ9cY6aQQgFgeIZ6 w6a4RlCxrni8N1cpluzgFeUfvT1PzoxDkLzh+ICT0bLC/ZMPlj7q8W/+xVpAXw== =mYgP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From lkundrak at v3.sk Mon May 12 22:56:34 2014 From: lkundrak at v3.sk (Lubomir Rintel) Date: Tue, 13 May 2014 00:56:34 +0200 Subject: Bug#747920: ITP: libdatabase-dumptruck -- document-oriented interface to a SQLite database Message-ID: <20140512225634.12318.48836.reportbug@odvarok.lan> Package: wnpp Severity: wishlist Owner: Debian Perl Group * Package name : libdatabase-dumptruck Version : 1.2 Upstream Author : Lubomir Rintel * URL : https://metacpan.org/release/Database-DumpTruck * License : Artistic or GPL-1+ Programming Lang: Perl Description : document-oriented interface to a SQLite database Database::DumpTruck is a simple document-oriented interface to a SQLite database, modelled after Scraperwiki's Python dumptruck module. It allows for easy (and maybe inefficient) storage and retrieval of structured data to and from a database without interfacing with SQL. The module attempts to identify the type of the data you're inserting and uses an appropriate SQLite type. I am packaging this so that it's conventiently available for use with Morph web scraping engine. It will be maintained by the perl packaging team and needs a sponsor. From owner at bugs.debian.org Tue May 13 06:27:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 06:27:05 +0000 Subject: Processed: ITP: libdatabase-dumptruck-perl -- document-oriented interface to a SQLite database References: <1399961897.4668.33.camel@odvarok.lan> <20140512225634.12318.48836.reportbug@odvarok.lan> Message-ID: Processing control commands: > retitle -1 ITP: libdatabase-dumptruck-perl -- document-oriented Bug #747920 [wnpp] ITP: libdatabase-dumptruck -- document-oriented interface to a SQLite database Changed Bug title to 'ITP: libdatabase-dumptruck-perl -- document-oriented' from 'ITP: libdatabase-dumptruck -- document-oriented interface to a SQLite database' -- 747920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747920 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From lkundrak at v3.sk Tue May 13 06:18:17 2014 From: lkundrak at v3.sk (Lubomir Rintel) Date: Tue, 13 May 2014 08:18:17 +0200 Subject: Bug#747920: ITP: libdatabase-dumptruck-perl -- document-oriented interface to a SQLite database Message-ID: <1399961897.4668.33.camel@odvarok.lan> Package: wnpp Severity: wishlist Owner: Debian Perl Group Control: retitle -1 ITP: libdatabase-dumptruck-perl -- document-oriented interface to a SQLite database Control: summary -1 0 * Package name : libdatabase-dumptruck-perl Version : 1.2 Upstream Author : Lubomir Rintel * URL : https://metacpan.org/release/Database-DumpTruck * License : Artistic or GPL-1+ Programming Lang: Perl Description : document-oriented interface to a SQLite database Database::DumpTruck is a simple document-oriented interface to a SQLite database, modelled after Scraperwiki's Python dumptruck module. It allows for easy (and maybe inefficient) storage and retrieval of structured data to and from a database without interfacing with SQL. The module attempts to identify the type of the data you're inserting and uses an appropriate SQLite type. I am packaging this so that it's conventiently available for use with Morph web scraping engine. It will be maintained by the perl packaging team and needs a sponsor. From gregoa at debian.org Tue May 13 06:52:02 2014 From: gregoa at debian.org (gregor herrmann) Date: Tue, 13 May 2014 08:52:02 +0200 Subject: Bug#747920: ITP: libdatabase-dumptruck -- document-oriented interface to a SQLite database In-Reply-To: <20140513001321.GA1787@tal> References: <20140512225634.12318.48836.reportbug@odvarok.lan> <20140513001321.GA1787@tal> Message-ID: <20140513065202.GY16132@colleen.colgarra.priv.at> On Tue, 13 May 2014 12:13:21 +1200, Chris Bannister wrote: > On Tue, May 13, 2014 at 12:56:34AM +0200, Lubomir Rintel wrote: > > * Package name : libdatabase-dumptruck > > Version : 1.2 > > Upstream Author : Lubomir Rintel > > * URL : https://metacpan.org/release/Database-DumpTruck > > * License : Artistic or GPL-1+ > > Programming Lang: Perl > > Description : document-oriented interface to a SQLite database > Shouldn't the package name be "libdatabase-dumptruck-perl"? Good catch. Luckily the preliminary package has the right name already :) http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatabase-dumptruck-perl.git Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- BOFH excuse #189: SCSI's too wide. From owner at bugs.debian.org Tue May 13 15:45:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 15:45:10 +0000 Subject: Processed: limit package to wnpp, tagging 747920 References: <1399995767-2344-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > #libdatabase-dumptruck-perl (1.2-1) unstable; urgency=low > # > # * Initial Release. (Closes: #747920) > # > limit package wnpp Limiting to bugs with field 'package' containing at least one of 'wnpp' Limit currently set to 'package':'wnpp' > tags 747920 + pending Bug #747920 [wnpp] ITP: libdatabase-dumptruck-perl -- document-oriented Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 747920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747920 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue May 13 15:45:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 15:45:18 +0000 Subject: Processing of libdatabase-dumptruck-perl_1.2-1_amd64.changes Message-ID: libdatabase-dumptruck-perl_1.2-1_amd64.changes uploaded successfully to localhost along with the files: libdatabase-dumptruck-perl_1.2-1_all.deb libdatabase-dumptruck-perl_1.2-1.dsc libdatabase-dumptruck-perl_1.2.orig.tar.gz libdatabase-dumptruck-perl_1.2-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 15:49:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 15:49:58 +0000 Subject: libdatabase-dumptruck-perl_1.2-1_amd64.changes is NEW Message-ID: binary:libdatabase-dumptruck-perl is NEW. source:libdatabase-dumptruck-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Tue May 13 15:50:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 15:50:21 +0000 Subject: Processing of libscrappy-perl_0.94112090-1_amd64.changes Message-ID: libscrappy-perl_0.94112090-1_amd64.changes uploaded successfully to localhost along with the files: libscrappy-perl_0.94112090-1_all.deb libscrappy-perl_0.94112090-1.dsc libscrappy-perl_0.94112090.orig.tar.gz libscrappy-perl_0.94112090-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 16:04:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 16:04:34 +0000 Subject: libscrappy-perl_0.94112090-1_amd64.changes is NEW Message-ID: binary:libscrappy-perl is NEW. source:libscrappy-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-object-pluggable-perl 0.0013-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-object-pluggable-perl source package in Debian's testing distribution has changed. Previous version: 0.0012-1 Current version: 0.0013-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:11 +0000 Subject: libdist-zilla-plugin-test-notabs-perl 0.08-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-zilla-plugin-test-notabs-perl source package in Debian's testing distribution has changed. Previous version: 0.06-1 Current version: 0.08-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-daemonize-perl 0.19-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-daemonize-perl source package in Debian's testing distribution has changed. Previous version: 0.18-1 Current version: 0.19-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-has-sugar-perl 1.000000-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-has-sugar-perl source package in Debian's testing distribution has changed. Previous version: 0.05070422-1 Current version: 1.000000-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-storage-perl 0.46-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-storage-perl source package in Debian's testing distribution has changed. Previous version: 0.45-1 Current version: 0.46-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-types-datetime-perl 0.10-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-types-datetime-perl source package in Debian's testing distribution has changed. Previous version: 0.08-1 Current version: 0.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: liblocale-subcountry-perl 1.63-1 MIGRATED to testing Message-ID: FYI: The status of the liblocale-subcountry-perl source package in Debian's testing distribution has changed. Previous version: 1.62-1 Current version: 1.63-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmath-prime-util-gmp-perl 0.19-1 MIGRATED to testing Message-ID: FYI: The status of the libmath-prime-util-gmp-perl source package in Debian's testing distribution has changed. Previous version: 0.18-1 Current version: 0.19-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-types-iso8601-perl 0.15-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-types-iso8601-perl source package in Debian's testing distribution has changed. Previous version: 0.14-1 Current version: 0.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:12 +0000 Subject: libmoosex-app-perl 1.28-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-app-perl source package in Debian's testing distribution has changed. Previous version: 1.27-1 Current version: 1.28-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 13 16:39:11 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 13 May 2014 16:39:11 +0000 Subject: libdigest-sha-perl 5.90-1 MIGRATED to testing Message-ID: FYI: The status of the libdigest-sha-perl source package in Debian's testing distribution has changed. Previous version: 5.89-1 Current version: 5.90-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Tue May 13 16:51:19 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 16:51:19 +0000 Subject: Processed: tagging 742654 References: <1399999616-2228-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 742654 + upstream Bug #742654 [cpanminus] -U doesn't always remove empty directories Added tag(s) upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 742654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742654 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 13 16:51:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 16:51:23 +0000 Subject: Processed: tagging 633599 References: <1399999616-3091-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 633599 + upstream Bug #633599 [cpanminus] explicit cleanup command Added tag(s) upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 633599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633599 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 13 16:51:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 16:51:27 +0000 Subject: Processed: tagging 657815 References: <1399999616-1735-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 657815 + upstream Bug #657815 [cpanminus] upgrade all installed packages Added tag(s) upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 657815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657815 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 13 16:51:31 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 16:51:31 +0000 Subject: Processed: tagging 741301 References: <1399999616-529-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 741301 + upstream Bug #741301 [cpanminus] mention how to list what modules we have already installed Added tag(s) upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 741301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741301 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 13 17:54:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 17:54:12 +0000 Subject: Processed: Pending fixes for bugs in the cpanminus package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 741302 + pending Bug #741302 [cpanminus] --uninstall mentioned twice on man page Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 741302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741302 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Tue May 13 17:51:31 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Tue, 13 May 2014 17:51:31 +0000 Subject: Bug#741302: Pending fixes for bugs in the cpanminus package Message-ID: tag 741302 + pending thanks Some bugs in the cpanminus package are closed in revision e4ca9a38f966b6b5897aa5f6162e0054a82560d3 in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/cpanminus.git;a=commitdiff;h=e4ca9a3 Commit message: New upstream release. Fixes "--uninstall mentioned twice on man page" (Closes: #741302) From ftpmaster at ftp-master.debian.org Tue May 13 17:55:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 17:55:52 +0000 Subject: Processing of cpanminus_1.7004-1_amd64.changes Message-ID: cpanminus_1.7004-1_amd64.changes uploaded successfully to localhost along with the files: cpanminus_1.7004-1_all.deb cpanminus_1.7004-1.dsc cpanminus_1.7004.orig.tar.gz cpanminus_1.7004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 18:00:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:00:55 +0000 Subject: Processing of libcourriel-perl_0.35-1_amd64.changes Message-ID: libcourriel-perl_0.35-1_amd64.changes uploaded successfully to localhost along with the files: libcourriel-perl_0.35-1_all.deb libcourriel-perl_0.35-1.dsc libcourriel-perl_0.35.orig.tar.gz libcourriel-perl_0.35-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 18:03:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:03:39 +0000 Subject: cpanminus_1.7004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 19:49:51 +0200 Source: cpanminus Binary: cpanminus Architecture: source all Version: 1.7004-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: cpanminus - script to get, unpack, build and install modules from CPAN Closes: 741302 Changes: cpanminus (1.7004-1) unstable; urgency=medium . * Team upload. * New upstream release. Fixes "--uninstall mentioned twice on man page" (Closes: #741302) * Strip trailing slash from metacpan URLs. * Update dependencies. * debian/rules: add new modules to fatpack removal. * debian/rules: move editing of cpanm script to build target. * debian/rules: run modified cpanm script during tests. Add necessary build dependencies. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 23ee5cc372434ea87b52a2dcddbacb00bd5b0c75 2126 cpanminus_1.7004-1.dsc 1bbcb48d7d542eb4df8109067c9843f47f86ca5a 291443 cpanminus_1.7004.orig.tar.gz 6c307fa7e6528ae25246aa617a41ad7d1604fc1e 3976 cpanminus_1.7004-1.debian.tar.xz f9f53d8d470a43781fdbe5224c00f3493539f6de 207514 cpanminus_1.7004-1_all.deb Checksums-Sha256: e168978f0f549b2370e848f0531eb6548bb8167f5d695f4bae38a1a9b8aab123 2126 cpanminus_1.7004-1.dsc 57ee310081bd30fa103caad9d80e68e03f838f7b39ec70dfa5d771c6d7ef9284 291443 cpanminus_1.7004.orig.tar.gz dc203045d07a71a4f3bf7e63d8907881b4437c5f820e95426d7b6a2f50fd3b0e 3976 cpanminus_1.7004-1.debian.tar.xz 35c4d6c478a8efa7d750758cd68b311d60b3ed41bb1e4c62353f344a77d400cb 207514 cpanminus_1.7004-1_all.deb Files: c18070c9c3ae15c8b7e1c779301df175 207514 perl optional cpanminus_1.7004-1_all.deb bc421bcdb57199ab9c157ced7b42e629 2126 perl optional cpanminus_1.7004-1.dsc 83b0b8353be83b0e9f01e9227aea4e4f 291443 perl optional cpanminus_1.7004.orig.tar.gz 6d65ae7112292351a5f4675294d9536e 3976 perl optional cpanminus_1.7004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTclt3ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpylEAC7lRKoGyS/1xMTLHW7ZthivNJbIyUgK5ULupSvAtFKBQ/1 4yDhULgjM51PRsUfYFe2pKJG3Z7kEgpX5PZt/wHijHOiZvu82a5g8OwUiFMkATKE kJ8Wt0yzfHbR3bsaM5I7/PohYjTpYj6CjhOs9xDmLAcb/eTsmm8syQ3YRirOb+tz LvBGnteqVKQZ3BDIKvZmQ1WQAb82+RN9pE5ywU/cUXylPu4h0L/ejmjYTrwzlJIF ikLp3JjBvMjbnIawMwadY6ffMquz6ALwi52i+mHlxaCEzpuTzH01YolqTeTzzQor 4xXUHXGNSE9eL7k5EFpNlcpsEZl7k9WSf1/zhtoXnoDV9skVWqgJxxo5PlNNAXoo 37EZO6HbnalEcUGT21TX5XasAnnXZ4Nya+Om/UBas0Pi12Hr1A+DfCaoDUHGZp4a 0FIJbuKSLwGz+stOSxD6me6Sa19KzzHCzFsi/shO0LXr4c5P1q30k/P7ottRuLMP +sTZapdp/5yx+RNBBG38m2Rqevi7SLlv7Gp8k39TPMdaVRHBUsCO4lxL7vHsa5kC 1OGn7G7/f0kOO4qoluIh5AiuP/Ai88ZFSqYq3HfQdiehVXVNd/cdM7n9Xbnu77uE qCV9AwyPkN3n3JggH45gAJQNsyRe+VGRGVIsfPi1+1MJVAuMiUL8q6mlYHAwAw== =lufh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 18:04:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:04:47 +0000 Subject: libcourriel-perl_0.35-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 19:56:03 +0200 Source: libcourriel-perl Binary: libcourriel-perl Architecture: source all Version: 0.35-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcourriel-perl - high level email parsing and manipulation module Changes: libcourriel-perl (0.35-1) unstable; urgency=medium . * New upstream release. * debian/control: replace libfile-slurp-perl with libfile-slurp-tiny-perl. Checksums-Sha1: 61f4b19c77c3beb73a139208f15a63ecdc0cd703 2818 libcourriel-perl_0.35-1.dsc 5f80a1e7911dba071773e26c2a02260195f44763 381903 libcourriel-perl_0.35.orig.tar.gz f89cc574aceeb9be84c7b6a0fed90b69d37c9944 6812 libcourriel-perl_0.35-1.debian.tar.xz a5bb961d9b5a50e5c0b02496b164ac84358ddcb6 72162 libcourriel-perl_0.35-1_all.deb Checksums-Sha256: 77f3573e717f9665c8586c4d34c6cce94da8f32cd253dc903c64e71c6b0d3486 2818 libcourriel-perl_0.35-1.dsc e8c3600a14cf0e02f759f2ba90fc4e76796bfc9c962bb5ff03f3a23c99fa06d8 381903 libcourriel-perl_0.35.orig.tar.gz 3c7599586256444327940182abe18e77b158480b0ff759041fc3c055cdc1e5fc 6812 libcourriel-perl_0.35-1.debian.tar.xz b08a4cfd85864da5f1c6caaa87035f20fb4084ea16b673cae7fee5bc9b550fd7 72162 libcourriel-perl_0.35-1_all.deb Files: 527950baa279714e207de7233657c340 72162 perl optional libcourriel-perl_0.35-1_all.deb 36accf9fc2dffd4852bd09e693b15d71 2818 perl optional libcourriel-perl_0.35-1.dsc 3aead41f2c49fa9063386bcc0fe81702 381903 perl optional libcourriel-perl_0.35.orig.tar.gz 13b5aa228fac1d11ffb4b32a9b4bd52a 6812 perl optional libcourriel-perl_0.35-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTclzlThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBociEACRJ0/8sLNBXbRyZleWYiidF/0eAat2xZUDeWDn1knJoT8K oc7qv9WXrL0ghFkXyMqRUhpwzty0LTg9VxzyLUYXZj6r2O/8cXHhPyXIMV8Ep+/D Pn05NITRyEo+OP3KcTUQM1QQdowopwJH4tLgUo+RJbS+LI2PfHUlUeEISNW7rR3+ NX8OLtb9pBUPNqNBl7aiofQE2xEK31NEMI/66IiTKHglThyNGeRis+Gf2bu5G+Rr jEztZdTuuLgd3owdCLh+WbeRdzuV7wn3a1uPvLTjhcmBLDrl0lTpHrHewr+4FnQS Qt27JF2ObDTWspvHwWaKinW+szj1qw+Y6HvIxSrzPXQzjdH5XDpm8SVNXIsiqFHm ODCxH5aKUf3Zvk+F1tGcARbTyVQPGGjyr+WjqvOXxUEERupRMnXpyPo9fymaANzy 5apSXuzNrw/ZRGHjFw+6HbO8gsEsLhACQGGtDkiu5KckhEYXl8j3mnelOU6HbQPw 71jwu6CLH9wk2wl3Ac7H9n23yRJgA5kLvEdKvKWgTIHoGRhJ48PN+VB/z1BheMbz Tea3CWOk8q3AEIUndrqtvuDfTmYbGmqHVTzNxphsHZqLaagG2l4wJkVLw+gD6aq7 TXPLfgxDgxat63LQsWXRa7r+ZFCXUhKX1nYQsP/T4VdlZSowRnkJ9+x1l/ORBg== =pidF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 18:05:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:05:55 +0000 Subject: Processing of libjira-client-automated-perl_1.05-1_amd64.changes Message-ID: libjira-client-automated-perl_1.05-1_amd64.changes uploaded successfully to localhost along with the files: libjira-client-automated-perl_1.05-1_all.deb libjira-client-automated-perl_1.05-1.dsc libjira-client-automated-perl_1.05.orig.tar.gz libjira-client-automated-perl_1.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Tue May 13 18:06:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 18:06:23 +0000 Subject: Bug#741302: marked as done (--uninstall mentioned twice on man page) References: <87lhwiq7w3.fsf@jidanni.org> Message-ID: Your message dated Tue, 13 May 2014 18:03:39 +0000 with message-id and subject line Bug#741302: fixed in cpanminus 1.7004-1 has caused the Debian Bug report #741302, regarding --uninstall mentioned twice on man page to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 741302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741302 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: --uninstall mentioned twice on man page Date: Tue, 11 Mar 2014 01:29:48 +0800 Size: 3914 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#741302: fixed in cpanminus 1.7004-1 Date: Tue, 13 May 2014 18:03:39 +0000 Size: 5898 URL: From ftpmaster at ftp-master.debian.org Tue May 13 18:18:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:18:44 +0000 Subject: libjira-client-automated-perl_1.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 20:00:56 +0200 Source: libjira-client-automated-perl Binary: libjira-client-automated-perl Architecture: source all Version: 1.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libjira-client-automated-perl - JIRA REST Client for automated scripts Changes: libjira-client-automated-perl (1.05-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update upstream copyright holder. * debian/control: lower required debhelper version to plain '9'. Checksums-Sha1: 07e1aaa6373615e10f972783e92518aed7079949 2390 libjira-client-automated-perl_1.05-1.dsc c9687446060f32499eed80d7a62e29ddebdc829b 18505 libjira-client-automated-perl_1.05.orig.tar.gz 28447a75ecd68e64880f466cd0435d4b606d45f1 1808 libjira-client-automated-perl_1.05-1.debian.tar.xz 14981ec5cc0d616ce16c027d8f6e2d286e75758a 16230 libjira-client-automated-perl_1.05-1_all.deb Checksums-Sha256: ee493ad30c2d54c068a865f6196e58b759af2f0cfd8955518ad3a4fa5ac48743 2390 libjira-client-automated-perl_1.05-1.dsc 0550dcde554300db597182b6a98566c185ea6fcf397553c7093dc52325c902f5 18505 libjira-client-automated-perl_1.05.orig.tar.gz 775fa9d7373c3ee5d38dc3b282f8b3f5d029f78ce6778659f320160862d7c894 1808 libjira-client-automated-perl_1.05-1.debian.tar.xz c1c268f67783629056efb43a25b5c68f5162810eed3f064f5dca310a55c04570 16230 libjira-client-automated-perl_1.05-1_all.deb Files: 6477ee34ce0474323fbdaa7c4b9b0c6c 16230 perl optional libjira-client-automated-perl_1.05-1_all.deb 8da1d77c4125689cff0ca2e94c74646f 2390 perl optional libjira-client-automated-perl_1.05-1.dsc 60c1c30eb7ae5151c4395e9710c6ab4b 18505 perl optional libjira-client-automated-perl_1.05.orig.tar.gz 838e2201be79e4533577b7b4f28c33e4 1808 perl optional libjira-client-automated-perl_1.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcl4EThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBun3D/0RHRBA4xNY9Z9oQXN6jxyGNDwTGs3SjvdzjuJLToDfLjBz W1U/j1yK9iWP9lVuDlvlTiN9CSackGFStWLw6LXHqmIbRXhiwUYH78R7VJc8TpCD mBwiyAY64S6rWb5lOlbj9kXy6G9Qs8KoXzzkMWo6Rn9ZWZVVejNBBFIOQ4fs1ce0 1DtwuwvZIEvnW3Lf/Y5eLxSOMMFH0TqYDe7IEivsCBSqqjsESlS8S8I8NBQ4pXud Y770k8vKisFjazxPAWqnrXLNmJE6D+62brj6wOeOZQ9ttf51MmecMspVxXT9/Mcl X9aZp+jYRIsRlbVnwxXXq7y7QNYx4Th0xCPye0WobF1KFZj5f85duIFSPd2S9Ytv Vi9Jmbuveaqenzo5TmroYLDeCvERbH6RixyiHgPZ3UbpDO3KJQdLdZOlP6gfpMBM DM2kQON0GhruhpzOQ/v0pStCWSzKJG/GRNulHAGL6ThzFbytdfCQQXFaHpzh+S3W gPKSoSsJLdBDRISmQ/E7MfxIhFPHkYGsIQ/WVQSTKVs7dA6fHt2KkkWm4zccLj8e YfAmjmI505blo0KJM7pT/uYRuWUcfe3Qte5RISA+dY2y7n8+BMQ4rqG/LyopwKWF mxtZk10SZzvpYXoOSGXQwsvQ/WetQ/QpR8oQeKseUcwWcBXN4/kfMhN3hom6Ww== =bhi7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 18:41:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:41:02 +0000 Subject: Processing of liblatex-driver-perl_0.200.4-1_amd64.changes Message-ID: liblatex-driver-perl_0.200.4-1_amd64.changes uploaded successfully to localhost along with the files: liblatex-driver-perl_0.200.4-1_all.deb liblatex-driver-perl_0.200.4-1.dsc liblatex-driver-perl_0.200.4.orig.tar.gz liblatex-driver-perl_0.200.4-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 18:46:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:46:02 +0000 Subject: Processing of liblocal-lib-perl_2.000012-1_amd64.changes Message-ID: liblocal-lib-perl_2.000012-1_amd64.changes uploaded successfully to localhost along with the files: liblocal-lib-perl_2.000012-1_all.deb liblocal-lib-perl_2.000012-1.dsc liblocal-lib-perl_2.000012.orig.tar.gz liblocal-lib-perl_2.000012-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 18:48:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:48:42 +0000 Subject: liblatex-driver-perl_0.200.4-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 20:37:59 +0200 Source: liblatex-driver-perl Binary: liblatex-driver-perl Architecture: source all Version: 0.200.4-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: liblatex-driver-perl - driver module that encapsulates the details of formatting a LaTeX Changes: liblatex-driver-perl (0.200.4-1) unstable; urgency=low . * Team upload. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Strip trailing slash from metacpan URLs. * Don't run author tests anymore. * debian/copyright: update copyright years and holders. Add third-party files. Update Upstream-Contact. * Update patches. Remove accept-interactive-questions.patch (not relevant anymore), refresh others (renamed files, removed files, ...). * Don't install README anymore. Just a text version of the POD/manpage. * Add (build) dependency on libfile-pushd-perl. * Explicitly enable tests that are by default skipped now. Add build dependency on texlive-xetex. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: f1ca7fcaf1dcb6ae25dfd0da18623e8d55b01c10 2445 liblatex-driver-perl_0.200.4-1.dsc ca3c70b65eaa36945b425ea2fa11b7a37da92109 63968 liblatex-driver-perl_0.200.4.orig.tar.gz 9c71e34685c2e1eea1e7ff300d654d8ed72a3d0f 4792 liblatex-driver-perl_0.200.4-1.debian.tar.xz 2589cc6fae3718544c9be6cd9b6f28c213d363d0 40234 liblatex-driver-perl_0.200.4-1_all.deb Checksums-Sha256: 5ec11b9b22fddbd0049d925c90dc3c0550155e5a24dfd0b8ce22fb70c69fa5e0 2445 liblatex-driver-perl_0.200.4-1.dsc f853501847ace834b786090bae6300edfbf020d9dec710497a4684ca4598b77b 63968 liblatex-driver-perl_0.200.4.orig.tar.gz c2993e4efbaa960a53129e8d5dd6d24d80da60a24a5503668d125aae4973b977 4792 liblatex-driver-perl_0.200.4-1.debian.tar.xz ab30e1ae06ee57079ff505743d66f3ca7c14c4416c537b2061f1b2b0e316e10b 40234 liblatex-driver-perl_0.200.4-1_all.deb Files: 54a6cbc0d2a916097924510f1a75cbb6 40234 perl optional liblatex-driver-perl_0.200.4-1_all.deb c704b5d29784f1ce3bb42abe77775f5c 2445 perl optional liblatex-driver-perl_0.200.4-1.dsc 2d2391ff2df888fc9476307036288fa2 63968 perl optional liblatex-driver-perl_0.200.4.orig.tar.gz fbfb0af7b90aac61b72e32b4bd287f73 4792 perl optional liblatex-driver-perl_0.200.4-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcmcEThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpT+D/9UtreHmshyqsxxLIVEjPmb0PLSV5NUznCKsPA+gGz0BU8G FEsSpmZU0jH8VOc0hWBn4eVKV1FSUDM+4KfUk2XCyHQ0qBZtPtR4KC+wwTsoC9OA QMONr5YIows74Z/ZJp+tsd9OWfl4uqJ4rMr508OXJkCsLOZtHk30YR+wlgAexLEX a0owLVlyxTtGJ52xWtfJjdGD0RRoWm3pn2NOvTfEzkUP/N+PrYjh3F+kbArJkwwZ kAO/0fcykCQtjpDg3sraPoxM2Y7qkheN4ory+yeFPGJZ36tPOjat8TPX10cvhFOc 34+1vGz3wru+kdI/zl5s9UDE5zMiYRU3Pt7yLkaF+aR9a8dZZuURn3s3ts8AYuPc fRRxWw3S+Y3MkkTp96ldwNLzN/pEDApvEjkMjVbIMqgwcZhd3qHdxQCJ8HOUgYRf KwIbhq/0+pYjnCmt7KUFldgGHATYTO1YU+uvENc+GKISNQvOWsBVC5mcxBMruTIL 41EPBkSqbHEfV7mPjIvGmUffDFZYfduXNXL4PDxyrJADhUVWU/+K/C92sWBXBAJo evXFauCvtU7HTldJejZK6dVTRFqCruXFp959gs1deKFtqWUKoCcjniXVtFur5lOv eYizWNXpxmrhstaO1nkW2WEGEIb43urj0mxMM12/YU/isQWemCvQaklSH9+CxA== =KNRw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 18:48:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 18:48:49 +0000 Subject: liblocal-lib-perl_2.000012-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 20:43:10 +0200 Source: liblocal-lib-perl Binary: liblocal-lib-perl Architecture: source all Version: 2.000012-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: liblocal-lib-perl - module to use a local path for Perl modules Changes: liblocal-lib-perl (2.000012-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: c5cd15be4c47bc881fa7d9dff1655cadebf834a2 2350 liblocal-lib-perl_2.000012-1.dsc 66795bc032cbceabb9ab8452e8961d85824d7b9b 51316 liblocal-lib-perl_2.000012.orig.tar.gz b3678eeeb78a6ee6a0fb2b01e96e829347a4b3e6 3932 liblocal-lib-perl_2.000012-1.debian.tar.xz 29b28e550d6bb46d420ff8d4df8c16a3170adfde 54160 liblocal-lib-perl_2.000012-1_all.deb Checksums-Sha256: 79deb376f824fbc52f0d606495210a1bbe81939b11755e200076f611f6302e19 2350 liblocal-lib-perl_2.000012-1.dsc 87567959bd6ee4a598cf0eab0f4b73dd7df4429ea2769070cb748c6c608833e9 51316 liblocal-lib-perl_2.000012.orig.tar.gz faba042f1f665b60c35f7fbff038d6274f5fbc9dd611316ee56f834d441ad674 3932 liblocal-lib-perl_2.000012-1.debian.tar.xz 00f219b9c8601cbf91ffbe5d278ab8e3ac3516b257ea634b4e1d43b96116f587 54160 liblocal-lib-perl_2.000012-1_all.deb Files: 123be65ab84d586ae9c05b7d0798c62c 54160 perl optional liblocal-lib-perl_2.000012-1_all.deb 46cea1c9ecec7e3f0729005acea35509 2350 perl optional liblocal-lib-perl_2.000012-1.dsc 8f58ed8aff9440f74c6be9e711957ddb 51316 perl optional liblocal-lib-perl_2.000012.orig.tar.gz a75689611c7e37777bf4014225554a17 3932 perl optional liblocal-lib-perl_2.000012-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcmfiThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuRpEACscwXiwqae/cbV/6JKZLAi9bdoasUH7XaKlBJaBIGRgI1M Cl0Zj7ZZSQzMsrzOIYa+XgE+qm93tz2yI3/jfS7oY0o8yydfak9um/Ch3wfxBujm ts9dCjdee0anpZ8bFpYNlTphmeox3GGDSnagMTLLV1UDyjthRV2aPjXKAYI1OEIQ QmigCWkqKv11OYRlrkthBC9cEjjwXDUVnCkYQeghfCxbJ9VFl8STzoR/NlLG1Plh mnxnuKtR1FNhIlbHElWRYO9gskbVhnfKeUwNHDh4ntT01qr9O+jROMK2yOLMns/F P+bqU6VQK4OAFfWNz78Yt82Djp70HMqIt7o1Byms89nrfERf3smDIF48y4NLYOYR 5ygjQIQ1hDdtVzA+I9jsE9g5v087H9OKXpmCRprokVZT86IJJQtgP4f1EVqta84r RwaKeU+lSZGuVXM0tmbbBeqnxef9aarWoLOlo8BFZBc8UNgdOU+CiEmro/EuZOTx Fu+vdAnMMTQBmZcpCZBjCZjw0XmAI3NIHUvfhmEUmaef2brWDlgBb03nwBCml8Ya otHuEHIolvNsJy20VR7wUxQH/1H6hffNLhLe7tA8OuQoBTRCjpSvf1FXK8GsgLrg lKLUvgdqVJGMqE248nzL8qESY8kUITTJWY4J6//4oB3R7U+k+syHdiWQqHzDsg== =HWQM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 19:06:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:06:04 +0000 Subject: Processing of libmath-bigint-gmp-perl_1.38-1_amd64.changes Message-ID: libmath-bigint-gmp-perl_1.38-1_amd64.changes uploaded successfully to localhost along with the files: libmath-bigint-gmp-perl_1.38-1_amd64.deb libmath-bigint-gmp-perl_1.38-1.dsc libmath-bigint-gmp-perl_1.38.orig.tar.gz libmath-bigint-gmp-perl_1.38-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 19:16:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:16:05 +0000 Subject: Processing of libmath-prime-util-perl_0.40-1_amd64.changes Message-ID: libmath-prime-util-perl_0.40-1_amd64.changes uploaded successfully to localhost along with the files: libmath-prime-util-perl_0.40-1_amd64.deb libmath-prime-util-perl_0.40-1.dsc libmath-prime-util-perl_0.40.orig.tar.gz libmath-prime-util-perl_0.40-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 19:18:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:18:49 +0000 Subject: libmath-bigint-gmp-perl_1.38-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:03:31 +0200 Source: libmath-bigint-gmp-perl Binary: libmath-bigint-gmp-perl Architecture: source amd64 Version: 1.38-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmath-bigint-gmp-perl - module for arbitrary precision arithmetic using GMP Changes: libmath-bigint-gmp-perl (1.38-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Update (build) dependency on Math::BigInt. * Use debhelper 9.20120312 to get default hardening flags. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: aba640d08855c795b2ef008cb8ec4b53b10d51f3 2439 libmath-bigint-gmp-perl_1.38-1.dsc 4dd42c14878d464aa9228996351e3d6dc0a75dc2 55585 libmath-bigint-gmp-perl_1.38.orig.tar.gz a1756c97e4260caa3f684cea85e5a322849db160 3348 libmath-bigint-gmp-perl_1.38-1.debian.tar.xz 9fa6a63bd5b69fb7a67ad02cda6e8136a1727c5a 24418 libmath-bigint-gmp-perl_1.38-1_amd64.deb Checksums-Sha256: 8b812c3a139533c1f0ee17e9ef04784fb015263e64adc0cfe7684e77e7fab665 2439 libmath-bigint-gmp-perl_1.38-1.dsc 1ad0cac911a08f150c5e5a8286aec20de21c863bd27b8f002456cff11e086f15 55585 libmath-bigint-gmp-perl_1.38.orig.tar.gz 5ab99ba01d92c233b32293e6e8f28c6e4d653caad63f1d616eb871dec5078f55 3348 libmath-bigint-gmp-perl_1.38-1.debian.tar.xz 12cd6e32fb2d052841d4d8c9618dc3ff2282c8ae59574d393f5e2b85f2874c46 24418 libmath-bigint-gmp-perl_1.38-1_amd64.deb Files: bf04d9529dff68d8c49cac1ae154740a 24418 perl optional libmath-bigint-gmp-perl_1.38-1_amd64.deb 1add815725d9424dae83f20a9d6f6f51 2439 perl optional libmath-bigint-gmp-perl_1.38-1.dsc c7c34657e03f9b0bd5de437adb062e23 55585 perl optional libmath-bigint-gmp-perl_1.38.orig.tar.gz 174aa36e439d3b08b72623bdd90cd69a 3348 perl optional libmath-bigint-gmp-perl_1.38-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcmyfThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqXAEACxgJRIxtmgRzGDHsXEZ3REjuzPNrNxc4SBRmMXWeK/LX8V J0hQQ7c4TI6y5uFpW0KYfsy+8LoRHwG3JyaZoWKxMW/Y3sg/kXPNDj1khI4Sksi6 mXqgg+sIumR7l6R5laGP9AgHlDDXXiTefj7XJxxthS3vLpQ3VArx21xnn8l1u6ph dJb1bUYFOnfkvVCV2gC5vIktsHD6ipnpdVcPoR2slm0FXi70V9kcfgjUDUReQxJd s8xf8C70E+Zo9P4y+8dAD33j3dQUtz1b/n8Pb2IuhUfsaosS4GW6VCfGNdUSf9vH L38YXYOa26jJ0a0oc35JKmtl6LjTNnvJTX/Qt9hR73tAHsqyf2leVLZD6X+x1ikh 8eZunwTu8EA/PdfmiccbRYSyRhx6QF8zzhX/DgcqBnY5k0l9cA7k+kXnBEV7VBpy FCFoHAdz92nJjTMBBXnDPl3HfOyKSIFmXGtzIydsy2eg/6ZIWMAD0hGRF0Ceqa6x 0bK+1PHDhUDO0bhCgAsZbknH0ck7oAIVbCXTKVv130yQY7BfPZyepcp5Hd2m74UR gO/CK1vFnc3NdLFCbNhzeUfhZh3IIc/xND2ZxO+SGT4ztGshDKQkCz9L4K1d2wJ+ zQKnEHg1fplF7XaVbYr0Ic8r43ZuXAxIDeSNBenKsLMxVvmMyuWPl7GV4gfXvQ== =Jvri -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 19:18:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:18:56 +0000 Subject: libmath-prime-util-perl_0.40-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:12:13 +0200 Source: libmath-prime-util-perl Binary: libmath-prime-util-perl Architecture: source amd64 Version: 0.40-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmath-prime-util-perl - utilities related to prime numbers, including fast sieves and fac Changes: libmath-prime-util-perl (0.40-1) unstable; urgency=medium . * New upstream release. * Add Digest::SHA to Recommends. Checksums-Sha1: 2b84ab80532af7663915cdb5200b92819be9b069 2353 libmath-prime-util-perl_0.40-1.dsc 9d5ec25483d775082d413c5c99f634a235118179 399943 libmath-prime-util-perl_0.40.orig.tar.gz 5a4cb22f993fce997912de9908fed6f38de94e16 4164 libmath-prime-util-perl_0.40-1.debian.tar.xz f96af8069e5ace4c5746526a1f24f09978ca7df8 273654 libmath-prime-util-perl_0.40-1_amd64.deb Checksums-Sha256: 78cbc815adbc69e82af6b8f9e5c816d739ef5b5cc37525f62c3dd2d2292e396c 2353 libmath-prime-util-perl_0.40-1.dsc 10590346cb22af7507e9ee63f145555bc5fa912803d1fe9cd645229f7cac170f 399943 libmath-prime-util-perl_0.40.orig.tar.gz 8c91e3457bf3e9c27adf5a688d8fd5a524112df96d30610a4dab258bd5846c15 4164 libmath-prime-util-perl_0.40-1.debian.tar.xz 242b9cd50b74f76639871459611f863958415b0fbf2b2b8ed662d75a7cd39ec8 273654 libmath-prime-util-perl_0.40-1_amd64.deb Files: 4518f479d0b5d9e343ccee82509721d5 273654 perl optional libmath-prime-util-perl_0.40-1_amd64.deb df8a23365aabfbbcd9b052c604c96a48 2353 perl optional libmath-prime-util-perl_0.40-1.dsc 7945f375919a7024fe6b0c24197c427d 399943 perl optional libmath-prime-util-perl_0.40.orig.tar.gz f35ef4f0dc328111286b15939f00acf5 4164 perl optional libmath-prime-util-perl_0.40-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcm7LThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlTTEACGdIHk5N5pwguuOLurv8ZZ/o74WxawnWxaYtm/FvRqgkB5 oy7f9N+UkitftAM3KdbbHlReGyO8w+msy0XIGz7Sv6xgIgIZxzK4SZ8/ErAAMdjr YLXUh2tCtRLlFAgQNQOeq2osGDOEI9+DpMJ+LC53msFCdBoEXNp2UWnTGVFrq/dY qH2KHTAkcNty5N6e/1SXoegVNHz0DEb+DgUSl0551So32B62VndqU29DFu5eLtRZ 2mgqr6/zF45sUdJYy2dJhRurnjgf4QypsStOvzYg4yXm7dHrYQE/TlcO6iAgYjEe bb9tfFSpmDbTrQbcAdHuVlDzBRL+YTkObftcnpU+bYuANgclzDulATcWt8Vm1yBB yz7oeODGcrxzSk9qI3EfRNhOT+WXA0kiPHzZA42XysmpLmxroZwWw/1sptryr31V RcYsmCl+OXmy1dxnKYqFrdctOBR39w2i00Nlj2lFsY9WZK/9JLlaizZf62FDqkL4 BcG4BC8yqgxG6V1ltd9U0mWalhK0N0qWeWJZhqnewXvlWR5XoGAlVgKQe4Bv6fN1 icx8xY4nnde5fOEFmvgIrFJ0hssXJ9aVaTWjspqCXtHEcNMsgdVD5lo4El0Um2xm RH8DBoCIbPzOOzz8Bm0fgqsdmJTzLwKU/FiP3Yo6mEbKERHJsPyE+0xlViyl1w== =mLzX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 19:21:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:21:06 +0000 Subject: Processing of libmath-vector-real-perl_0.11-1_amd64.changes Message-ID: libmath-vector-real-perl_0.11-1_amd64.changes uploaded successfully to localhost along with the files: libmath-vector-real-perl_0.11-1_all.deb libmath-vector-real-perl_0.11-1.dsc libmath-vector-real-perl_0.11.orig.tar.gz libmath-vector-real-perl_0.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 19:34:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:34:07 +0000 Subject: libmath-vector-real-perl_0.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:19:27 +0200 Source: libmath-vector-real-perl Binary: libmath-vector-real-perl Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmath-vector-real-perl - Perl module for real number vector arithmetic Changes: libmath-vector-real-perl (0.11-1) unstable; urgency=low . * Team upload. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of upstream copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: fcaa0c67976cd60bc40dfa5d6246f1dec5cc8bbf 2258 libmath-vector-real-perl_0.11-1.dsc e5b1a59fe29d4d1e8cd434da7941835ca89bccdd 10561 libmath-vector-real-perl_0.11.orig.tar.gz 92cda7f1e87475b9a9a26c81a47a44ed0cae9697 2248 libmath-vector-real-perl_0.11-1.debian.tar.xz 73d513017e850911300d5ed560bba635a5805e05 17242 libmath-vector-real-perl_0.11-1_all.deb Checksums-Sha256: cbcb0f5285d469d8895b119b75b0e9266a56e982c4435042a79ba2ca601e5e0d 2258 libmath-vector-real-perl_0.11-1.dsc 0eb72fc4b4e7ecf4cb18bb9bcbdce55bb63ef9f27ca05dbae2128388be132216 10561 libmath-vector-real-perl_0.11.orig.tar.gz ef814c520bc859d17107811a761950df862fee4d3e2bfee4bc554e84c2537314 2248 libmath-vector-real-perl_0.11-1.debian.tar.xz b422af6840b42d0d1272148416526563fe02c4a208c2b66b80976006572b7814 17242 libmath-vector-real-perl_0.11-1_all.deb Files: 0516d48ca1c39503ad42b135f22140b2 17242 perl optional libmath-vector-real-perl_0.11-1_all.deb 3d3a38ccf6aebfe6f1aadfa3aed6b52c 2258 perl optional libmath-vector-real-perl_0.11-1.dsc 0df6e716387719f293c09bec84c720af 10561 perl optional libmath-vector-real-perl_0.11.orig.tar.gz 7a14cce6d7f248a9572c72dfb8782046 2248 perl optional libmath-vector-real-perl_0.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcnBoThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuNUD/9tiLTqdN4wjwP3gmGRXwigF2Y4aUyaJkFdYSwD2YVQF9Ls bMTqHfC+eDdjBA/90YebcrYPSRLcfau7LFxC28/941Ck3ZZDiknPybF64B4oWXxs Y2p4AETKkeLYdsdTZJDb3heuClmTNOe0MSb1dKgV6wQaVXu+C3r0wr2hxnjYJUEu WpkRiTP11bP4Hq2JKRoanHB8jYghl9v47fIRLLypzVQfyEd7M55M88r/0MX8iRYh jWLgyNi8b5r1WesStlYrFzIVsAebhvQ1TM9JUkY4N5DNm0UWRpbTKPyBaCtBuz7c PpyCNYhSeS0jwFhVYosX1WirDoc/y/wkq5t3N1QAybmtm9BiqdKMKWzYUmnuI3wr pYl2DNfLDZQvD3Bcj2e9cmPZytdZ3GUFwpk2Tu617fe1C0rgv4a7fHnhtY+jH6Td QIzy7w0kDtzorL8tAa/I5WAta47zM+AajVJlYq394y2uxMgmEPnNa2DOXcIT+4I2 wYuOpTuMlN6lTff2BAgY2pEuOiFZ2nYI7Ljuaz+jZfYaNtSckcrjuxglpDDbJuTU NEn7md2dnkodhIzuX8Qb5CbH3VvimVwlfhyP5byCEaiujxKE+ei1Suo+PAS2gapM M38oxehnfaKHWax7Dqg7sp8zFQsqAK4/FPNIA7hNTBtScA5LBNxbvO18XXy4ew== =1DS8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 19:36:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:36:13 +0000 Subject: Processing of libmongodbx-class-perl_1.030002-1_amd64.changes Message-ID: libmongodbx-class-perl_1.030002-1_amd64.changes uploaded successfully to localhost along with the files: libmongodbx-class-perl_1.030002-1_all.deb libmongodbx-class-perl_1.030002-1.dsc libmongodbx-class-perl_1.030002.orig.tar.gz libmongodbx-class-perl_1.030002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 19:48:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:48:52 +0000 Subject: libmongodbx-class-perl_1.030002-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:31:08 +0200 Source: libmongodbx-class-perl Binary: libmongodbx-class-perl Architecture: source all Version: 1.030002-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmongodbx-class-perl - flexible ORM module for MongoDB databases Changes: libmongodbx-class-perl (1.030002-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. * Update patches. Drop fix-super-connection, merged upstream. Refresh fix-cursor-expand-bug (offset). Refresh and combine the two spelling fix patches into one. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 4f1acfbc340f20760e39a72c4200af5299a3718f 2407 libmongodbx-class-perl_1.030002-1.dsc 47fbb7df18c2d5500a59c59a1a58a5f577b08c8d 50440 libmongodbx-class-perl_1.030002.orig.tar.gz ae4c2b1da2c9b4b99e0edbffe468cc7b7b2ec7eb 3312 libmongodbx-class-perl_1.030002-1.debian.tar.xz 1d8b81bb2082ea3066ad6c7a60a9362b0a47043f 100158 libmongodbx-class-perl_1.030002-1_all.deb Checksums-Sha256: 3b02e005313ee977710f747830feec2fd89ba42e900529c344d122b563a07973 2407 libmongodbx-class-perl_1.030002-1.dsc fbfa7394cdc1b61d925774ac5b4d7a2678b502b68cbb81fa799e3bec34df6237 50440 libmongodbx-class-perl_1.030002.orig.tar.gz 21af2122b88be8f948fdfd01d4daf8aed7e48d8d05abd4a1b414df00ba236d9a 3312 libmongodbx-class-perl_1.030002-1.debian.tar.xz 4de4b384be374f5919b35964756ed560910d165bc7a86725440350cfdb6cc77b 100158 libmongodbx-class-perl_1.030002-1_all.deb Files: 8cbe39d7880ee806cb44237dbeb49c06 100158 perl optional libmongodbx-class-perl_1.030002-1_all.deb 7bd19823d71a1024495e3383772250e9 2407 perl optional libmongodbx-class-perl_1.030002-1.dsc 270b6becd8795ac75b7b849d4600d1d8 50440 perl optional libmongodbx-class-perl_1.030002.orig.tar.gz 129fbf6aaa35927601fd8a45b2f89900 3312 perl optional libmongodbx-class-perl_1.030002-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcnOXThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgroD/0eEwbjhEneCwk1LC0ogr+j4ZRDRboKMusTS/hVSFvFzhpl Sd3NV8UL8XBoTWeAY6AATBlMjaF0weINp5vh4BEQlx1XmOGPTcxPcBP++jt3PoRp pDNUBVd3Q1neWGEYs/v/hoyqUZ4sQ00RHFVm9AOdrZD3kKfzT2ZYQemGewIqskK7 Zn8NV7Hir4dXOyPA5Am+R0H8Sc+dFP5UwnCfNA7DZW65XTrmY+9iUPk8Fv99N6sg ve9NiS0RHwl3ZyWLHXJqqHr4HP8Me0wydyzaSV7b9zKfs3DG+I4B5oVbD78JRgvp I8v/Sh8lvQwVpF0D3jGDc06y8SC1Byyn82UEkQP4gJYSkxNOjvCMKBnOOAPS8D4z N1wYS6410Wy6A1vvMJr3N17T5r5yIy2Tq35h66ETrnpMLoG+w6MzPNAmNs1lLpAd VI+E2jyr8KcPdin5r09WQqo3bTMbBkJ+SIbL5PxXkB1wO7z9yLgT+euQgWJflJWz Egn9ls4ZYn2bf3d1hKbPS2uXx9yT5CbmnRvsOc6mKmRsR2dthE8h1YvFYvORRZTo w+IpY2328fYssJz8BSWlGlxsyuev0ZmZegfUevnj974ubknUr1AiQ789YdKR1W6c jMMumuNh4Yc7Dx9tA3k/6JqJkNDisqpIPv2Xb1Ek9nla1dx9m50i9lzYKCsInA== =puPi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 19:51:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:51:15 +0000 Subject: Processing of libnet-ssleay-perl_1.61-1_amd64.changes Message-ID: libnet-ssleay-perl_1.61-1_amd64.changes uploaded successfully to localhost along with the files: libnet-ssleay-perl_1.61-1_amd64.deb libnet-ssleay-perl_1.61-1.dsc libnet-ssleay-perl_1.61.orig.tar.gz libnet-ssleay-perl_1.61-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 19:51:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 19:51:14 +0000 Subject: Processing of libmousex-foreign-perl_1.000-1_amd64.changes Message-ID: libmousex-foreign-perl_1.000-1_amd64.changes uploaded successfully to localhost along with the files: libmousex-foreign-perl_1.000-1_all.deb libmousex-foreign-perl_1.000-1.dsc libmousex-foreign-perl_1.000.orig.tar.gz libmousex-foreign-perl_1.000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 20:01:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 20:01:16 +0000 Subject: Processing of libperl-minimumversion-perl_1.37-1_amd64.changes Message-ID: libperl-minimumversion-perl_1.37-1_amd64.changes uploaded successfully to localhost along with the files: libperl-minimumversion-perl_1.37-1_all.deb libperl-minimumversion-perl_1.37-1.dsc libperl-minimumversion-perl_1.37.orig.tar.gz libperl-minimumversion-perl_1.37-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 20:06:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 20:06:17 +0000 Subject: Processing of libsereal-decoder-perl_2.12-1_amd64.changes Message-ID: libsereal-decoder-perl_2.12-1_amd64.changes uploaded successfully to localhost along with the files: libsereal-decoder-perl_2.12-1_amd64.deb libsereal-decoder-perl_2.12-1.dsc libsereal-decoder-perl_2.12.orig.tar.gz libsereal-decoder-perl_2.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 20:11:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 20:11:18 +0000 Subject: Processing of libsereal-encoder-perl_2.12-1_amd64.changes Message-ID: libsereal-encoder-perl_2.12-1_amd64.changes uploaded successfully to localhost along with the files: libsereal-encoder-perl_2.12-1_amd64.deb libsereal-encoder-perl_2.12-1.dsc libsereal-encoder-perl_2.12.orig.tar.gz libsereal-encoder-perl_2.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 20:36:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 20:36:24 +0000 Subject: Processing of libcatalyst-plugin-unicode-perl_0.93-1_amd64.changes Message-ID: libcatalyst-plugin-unicode-perl_0.93-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-unicode-perl_0.93-1_all.deb libcatalyst-plugin-unicode-perl_0.93-1.dsc libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz libcatalyst-plugin-unicode-perl_0.93-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Tue May 13 20:51:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 20:51:05 +0000 Subject: Processed: retitle 746579 to liblwp-protocol-https-perl: CVE-2014-3230: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL References: <1400014056-2892-bts-carnil@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > retitle 746579 liblwp-protocol-https-perl: CVE-2014-3230: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Bug #746579 [liblwp-protocol-https-perl] libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Changed Bug title to 'liblwp-protocol-https-perl: CVE-2014-3230: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL' from 'libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL' > thanks Stopping processing here. Please contact me if you need assistance. -- 746579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746579 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue May 13 20:51:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 20:51:30 +0000 Subject: Processing of liblwp-protocol-https-perl_6.04-3_amd64.changes Message-ID: liblwp-protocol-https-perl_6.04-3_amd64.changes uploaded successfully to localhost along with the files: liblwp-protocol-https-perl_6.04-3_all.deb liblwp-protocol-https-perl_6.04-3.dsc liblwp-protocol-https-perl_6.04-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 20:56:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 20:56:30 +0000 Subject: Processing of libcatalyst-action-renderview-perl_0.16-1_amd64.changes Message-ID: libcatalyst-action-renderview-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-action-renderview-perl_0.16-1_all.deb libcatalyst-action-renderview-perl_0.16-1.dsc libcatalyst-action-renderview-perl_0.16.orig.tar.gz libcatalyst-action-renderview-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 21:01:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:01:32 +0000 Subject: Processing of libcatalyst-plugin-unicode-perl_0.93-2_amd64.changes Message-ID: libcatalyst-plugin-unicode-perl_0.93-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-unicode-perl_0.93-2_all.deb libcatalyst-plugin-unicode-perl_0.93-2.dsc libcatalyst-plugin-unicode-perl_0.93-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 21:09:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:09:54 +0000 Subject: Processing of libterm-readkey-perl_2.32-1_amd64.changes Message-ID: libterm-readkey-perl_2.32-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libterm-readkey-perl_2.32-1_amd64.deb libterm-readkey-perl_2.32-1.dsc libterm-readkey-perl_2.32.orig.tar.gz libterm-readkey-perl_2.32-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 21:11:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:11:34 +0000 Subject: Processing of libterm-readkey-perl_2.32-1_amd64.changes Message-ID: libterm-readkey-perl_2.32-1_amd64.changes uploaded successfully to localhost along with the files: libterm-readkey-perl_2.32-1_amd64.deb libterm-readkey-perl_2.32-1.dsc libterm-readkey-perl_2.32.orig.tar.gz libterm-readkey-perl_2.32-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 21:21:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:21:14 +0000 Subject: libcatalyst-plugin-unicode-perl_0.93-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-unicode-perl is NEW. source:libcatalyst-plugin-unicode-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Tue May 13 21:21:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:21:20 +0000 Subject: libcatalyst-plugin-unicode-perl_0.93-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-unicode-perl is NEW. source:libcatalyst-plugin-unicode-perl is NEW. libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From owner at bugs.debian.org Tue May 13 21:24:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 21:24:09 +0000 Subject: Bug#746579: marked as done (liblwp-protocol-https-perl: CVE-2014-3230: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL) References: <20140501152425.GA5143@jwilk.net> Message-ID: Your message dated Tue, 13 May 2014 21:21:31 +0000 with message-id and subject line Bug#746579: fixed in liblwp-protocol-https-perl 6.04-3 has caused the Debian Bug report #746579, regarding liblwp-protocol-https-perl: CVE-2014-3230: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 746579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746579 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jakub Wilk Subject: libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Date: Thu, 1 May 2014 17:24:25 +0200 Size: 3545 URL: -------------- next part -------------- An embedded message was scrubbed... From: Salvatore Bonaccorso Subject: Bug#746579: fixed in liblwp-protocol-https-perl 6.04-3 Date: Tue, 13 May 2014 21:21:31 +0000 Size: 6063 URL: From owner at bugs.debian.org Tue May 13 21:24:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 13 May 2014 21:24:05 +0000 Subject: Bug#740743: marked as done ([libterm-readkey-perl] spurious comma in extended description) References: <5315F829.2090402@gmail.com> Message-ID: Your message dated Tue, 13 May 2014 21:22:24 +0000 with message-id and subject line Bug#740743: fixed in libterm-readkey-perl 2.32-1 has caused the Debian Bug report #740743, regarding [libterm-readkey-perl] spurious comma in extended description to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 740743: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740743 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Filipus Klutiero Subject: [libterm-readkey-perl] spurious comma in extended description Date: Tue, 04 Mar 2014 10:58:33 -0500 Size: 3012 URL: -------------- next part -------------- An embedded message was scrubbed... From: Salvatore Bonaccorso Subject: Bug#740743: fixed in libterm-readkey-perl 2.32-1 Date: Tue, 13 May 2014 21:22:24 +0000 Size: 5975 URL: From ftpmaster at ftp-master.debian.org Tue May 13 21:22:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:22:24 +0000 Subject: libterm-readkey-perl_2.32-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 23:04:10 +0200 Source: libterm-readkey-perl Binary: libterm-readkey-perl Architecture: source amd64 Version: 2.32-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libterm-readkey-perl - perl module for simple terminal control Closes: 740743 Changes: libterm-readkey-perl (2.32-1) unstable; urgency=medium . * Team upload. . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Remove spurious comma in long description. Thanks to Filipus Klutiero (Closes: #740743) * Imported Upstream version 2.32 * Update copyright years for upstream files * Drop dh_installchangelogs override used for upstream changelog file * Drop pod-errors.patch patch Checksums-Sha1: 37a002876656bdc0cc867dd3197ff194efc1c5e2 2122 libterm-readkey-perl_2.32-1.dsc 0aef1009fca526d3a2ee4336584ff4cd69c2396e 81547 libterm-readkey-perl_2.32.orig.tar.gz 49f842efe2ee54844cd9d6b8796e164292a02fec 4192 libterm-readkey-perl_2.32-1.debian.tar.xz 7aa652a7bfec53b0723f368fe284cd76a3973fab 27584 libterm-readkey-perl_2.32-1_amd64.deb Checksums-Sha256: b7ad189c8726dc0d7eb4c249020135f858aeb6f54e38c2b25b0b2685c49d6f94 2122 libterm-readkey-perl_2.32-1.dsc 58b90e8908e686d03a161590c1dd870e8a1b005715ca8e6d5080a32459e1e9f8 81547 libterm-readkey-perl_2.32.orig.tar.gz 7d33f0b6a53340f85e6a195bad3f15fe88b5b8846479a501e4e8c6dfb0f3eadf 4192 libterm-readkey-perl_2.32-1.debian.tar.xz d8750ef6acbd2e5c065b5e17388b8a6a61e0e67d954bf2960bc904b0fff83fc0 27584 libterm-readkey-perl_2.32-1_amd64.deb Files: f610ffbbcb69b976de25822243d14565 27584 perl optional libterm-readkey-perl_2.32-1_amd64.deb e6ceaea6bd0240f15b49c49f2d2597cb 2122 perl optional libterm-readkey-perl_2.32-1.dsc c55420c3456b8e470a01d6557b1045a8 81547 perl optional libterm-readkey-perl_2.32.orig.tar.gz 7dae3169274bf93cfbd4854044e06b15 4192 perl optional libterm-readkey-perl_2.32-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTcolQAAoJEAVMuPMTQ89EuX0P/2B3hwY70T5ZlPrHqspodcIz T9aD2sp042UWkh2UiCJ/6X9odGa3sD4jnlGUlo+opaifz/S2mLxulCCSWIS439U8 rNjQAh4ZcIRApcJKp3FYrzasFtoxgnwDOpeMyhkvMXHqeIaDX/vyOPJWggNVY3+v EZj774fseMCuQTWWaQCk449Xt83ToL2DjUiw1V/RmlbtuXqccpZO0BHaEQMNggF3 8EZgoKi6Z1l70DeG0OXEipQyei+w2BrEKNMs1mgxJ3ypb3vXVx8tv6erfjuag91m 9VQD71vxZ/32Sfc9f+Hg/sl8zILm8hwS8AsZ8L8O1wZ3iKX0g6cNdIuCfhDXaL99 UZhVfQMysFunOzUteEO2Wj4IdYenE7Zj4GxUJzSx08QasRmPAQp5DFlIA+92JAvM /pAQHffniV261Ryu3171z5pM4PzpPoNhosIEnFkpdk+BmM8kQIqNwfFtl/mXUnX4 CABjnnVPJQkOmQcWkSyIEjeQmBUD97I3S8jyDkn2F+cjJZuxry7V2IV4M8bhzmQt zbUbocWEX3E5ndqqjj62Of8KH0JJ/qcRol/j3txiRsZuaY3R79xhtwnEF0/YPjE0 xtfQ0No5CIM2i4mysWTIvqAYq8lfjcXmpgsrkeWkPlImbxy+caTHeZ/2TksDQlQ5 yUXSXw/wyVS14ZkkLB2q =IKDu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:22:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:22:17 +0000 Subject: libsereal-encoder-perl_2.12-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 22:08:43 +0200 Source: libsereal-encoder-perl Binary: libsereal-encoder-perl Architecture: source amd64 Version: 2.12-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsereal-encoder-perl - fast, compact, powerful binary serializationa module Changes: libsereal-encoder-perl (2.12-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop perl-path.patch, merged upstream. * Make test output verbose to help upstream debug test failures. Checksums-Sha1: 965fff8e6dd2774f2bc0d83498832b3ab15db620 2347 libsereal-encoder-perl_2.12-1.dsc 6e55e638319a00c31fd444443e3269c447012a6b 291154 libsereal-encoder-perl_2.12.orig.tar.gz 36721e85702d2a3ca8a9ad34f1946f5ce637b320 3264 libsereal-encoder-perl_2.12-1.debian.tar.xz cd0e0854c97a84198c804f8fefa2fa8485ff039c 50076 libsereal-encoder-perl_2.12-1_amd64.deb Checksums-Sha256: 178a7b4a7daf0302e8912e7968f340cdf865809615a746502817ce04c4fd31b7 2347 libsereal-encoder-perl_2.12-1.dsc 54b2abbd42445d4638fd44fd8e5bd1d719ca6a613ad4389a6a2127e6299c9eec 291154 libsereal-encoder-perl_2.12.orig.tar.gz 111484ffa2ae0ab5c5dc62f0de6c335a2c87c787237ef80c207f94e7446438d0 3264 libsereal-encoder-perl_2.12-1.debian.tar.xz e18a9e0026ff1db051810cc3e61b7ea8a553230e7477481c75cf89b9a8576175 50076 libsereal-encoder-perl_2.12-1_amd64.deb Files: cef9a3f1b743d0f6fc0f93d5de14f595 50076 perl optional libsereal-encoder-perl_2.12-1_amd64.deb be33847e25a2e91e369701d908e50bac 2347 perl optional libsereal-encoder-perl_2.12-1.dsc bae21eb9af0e53f04bc75c3cde2d51fe 291154 perl optional libsereal-encoder-perl_2.12.orig.tar.gz cee9d1401adce1b8ef1d9831ee316497 3264 perl optional libsereal-encoder-perl_2.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcnwbThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlHeD/sFoTLBr5KNIE4I9OzeVWhWzD65dwUxt4Fkfj5YkWDxJx+C xfJVoh+ECYygobhOEsttpWYZIu9qh52SfCBv0vK4dDCfmBQVIrU+n3iY3Ti3qcBS tNJJyvJN/31pvQXTGI20aLtsFftjuAG4LkpFsp6S5RbWcnVi+nscR0q1eM7E9Teu svj6vJYJ1CC29o6j/UCPFyfJB5RBwtFsWCzgy0/J1h782ca0JRU83jWRKjeReGA/ Rf9o2Ev02NU2AB+I9/3CjVgeFwRv8PQZ3XFy30lpAME0/K9jXyaewCoknv7/DpMS nlMX+9xxBAZ7V9p8q33XxAck9lN7kdLW0zs45n8D2tfJWDqUuwYm407BvkKpJIeD d/9tu1LMmcyUA3WOsOH43zy7zFIHBRxDfXQZNYRmhJpuCsMmYz6KRxHehIz2Zu5b t3hAQPQLAGEEBkP2vwPWMCobiwRz1vJ/2Kl8gH9E3RszFDEf0CSnBBJTwan+Dj5j 90oEeKJ+zuWcxXCeR/VDiEBbZMJfe2kaneAmAlEVVzmdgIbetvQw5MXCdFMMxYNb ZlHo2Lm/f3Iyc6vUmeVoayyuxY/MREbkROV7t5TNF8Z8+t3MikcunzynyyreoMBc NfIBc37I49E5GdZHbdcfa/0tE0qvsYNqre7px2YtKoifzmpQiV1zGlAYyPJtxg== =a4Lu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:22:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:22:10 +0000 Subject: libsereal-decoder-perl_2.12-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 22:02:11 +0200 Source: libsereal-decoder-perl Binary: libsereal-decoder-perl Architecture: source amd64 Version: 2.12-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsereal-decoder-perl - fast, compact, powerful binary deserialization module Changes: libsereal-decoder-perl (2.12-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop perl-path.patch, merged upstream. Checksums-Sha1: ca650d874763adef7b4f3ac0c4587afe40ba3dd1 2313 libsereal-decoder-perl_2.12-1.dsc 8a490adc18c218b5b5e4174d0f32b05b6104e4f9 294013 libsereal-decoder-perl_2.12.orig.tar.gz efa46155220617a22b08a67226e58d75c0d6ff63 3072 libsereal-decoder-perl_2.12-1.debian.tar.xz 854f9c7496d1cd3b0f2a301d97bb443f662b7439 53470 libsereal-decoder-perl_2.12-1_amd64.deb Checksums-Sha256: 75fd4aa4b12960ac277d5b3e19a921e6fb91bf83ce33f0a480950dbafe7d6db2 2313 libsereal-decoder-perl_2.12-1.dsc 84b6900bb248fc03dafe73e2723e2e4b59fd9bb4091b7390aef37da260827819 294013 libsereal-decoder-perl_2.12.orig.tar.gz c8680d07308252e533e608281dc2ee30ceb57bcc05b507d7f9217ab6c25f3beb 3072 libsereal-decoder-perl_2.12-1.debian.tar.xz e1e3131250c42a4a75412694ddf469e46a643bcccc45acc87ba34d5b733982aa 53470 libsereal-decoder-perl_2.12-1_amd64.deb Files: d0ec602b44e814df48365d1883f857de 53470 perl optional libsereal-decoder-perl_2.12-1_amd64.deb 40390f2a16f3db2a9bc9de61fe6ed9a7 2313 perl optional libsereal-decoder-perl_2.12-1.dsc a6f443856dc16bb538662b8057d0b6db 294013 perl optional libsereal-decoder-perl_2.12.orig.tar.gz 80893707dc145b9019a943f24a19e965 3072 perl optional libsereal-decoder-perl_2.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcnpvThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrgPD/9Q3Zv+5J5u16wxdGEgRuPNAVDvn9hfKboyBM32xVqSQAJv AVMQQ846xhe7E5VUAHd34MObuF+t346PijZBe8HiJgwPj+4aHyuea2xBxHwJ+GlA s0HVz44e6V7rYsr5kI7G8ujFC+JJ3id9xxxi+vkqD4fqXSE2Rzo2pTS/DIORbX5b i9J2ENhCNG+uapczFm8EbyRGHqZLoJp/jMm4G0j+/nu+4zi7yEk2B6k7YdvfdprD aslRcgEkirniHKJkNkK9vhAue4+aT9bd86Y2hmGda4kYXFN/VvYa1ggyVAVHaXXN irM52JRYpAahUThVVfQKeIKDUKaC8YRzJRlFaueU7APUu6jQoLWIZQWLvRG2uKlC 7qrHiOYZi9h5t02yPzprj/Kh7pYDfK3QJNwJmKB4P5djkgDlkEixfctHlZWUE3jY nyRJgCrZy1ottTBFSLjmSMz20MEQmLIsLHhjL0457qkSXfsNmrNgMRgnpzu5Om7Z mFqT3ndmfOz+HxV+IGumWDgQZiy/p0NT2aqXh1ux1xt2hsa/dbHHLulduyd9Yck3 qH/J0f9nUocYrZ481Ctvrn30zJtcoSBo1ntZDe2ov6IzQzCwx1VSRQwjZIK2FHrR ENrtfgRLj7BmBNNaxaYG+HZ88b5E38SJR/wFTW59tBopzkKGG8Q2sgtbFy2gJA== =DJ2G -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:22:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:22:00 +0000 Subject: libperl-minimumversion-perl_1.37-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:56:35 +0200 Source: libperl-minimumversion-perl Binary: libperl-minimumversion-perl Architecture: source all Version: 1.37-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libperl-minimumversion-perl - module to determine minimum required version of perl required Changes: libperl-minimumversion-perl (1.37-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 5b503223ba01e2c9d8e56333e639ff0789245eaa 2662 libperl-minimumversion-perl_1.37-1.dsc 28b187699afc900dd1ee76e7e4d3c45cf43ecfce 30373 libperl-minimumversion-perl_1.37.orig.tar.gz 30fb7c76068824f8de19870a63e7a00bdf2bafde 3468 libperl-minimumversion-perl_1.37-1.debian.tar.xz c4cdf92161e4b5039d44339275fe13522503c2f0 26740 libperl-minimumversion-perl_1.37-1_all.deb Checksums-Sha256: a80987a9060f4d16225575ba790a0af5b8a85d82d6295344699f69f3b93b14b5 2662 libperl-minimumversion-perl_1.37-1.dsc 381eb5d3a1d145d932186f63a281c4b4d9d28a6ff24f66445a44700239b7fd40 30373 libperl-minimumversion-perl_1.37.orig.tar.gz fde5a8846841ea13ad2c39f4593b4dc9ee376df49ebea221f87099682e309f62 3468 libperl-minimumversion-perl_1.37-1.debian.tar.xz e26fe66a1939f67ce9aec0d3942ad0e178ddef42f5d6dc0fa404980427a51c4d 26740 libperl-minimumversion-perl_1.37-1_all.deb Files: 04ad6deb45c8f72989dcd0c45e08422d 26740 perl optional libperl-minimumversion-perl_1.37-1_all.deb 6742b82dddbe72741620d94c36f3c242 2662 perl optional libperl-minimumversion-perl_1.37-1.dsc d3a20a459b4320b6d01bdcd41ca816ff 30373 perl optional libperl-minimumversion-perl_1.37.orig.tar.gz 4591999bc773b1af027dcb94193cf625 3468 perl optional libperl-minimumversion-perl_1.37-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcnkZThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBluqD/wNODptEy4WqCkNzN07JNhKJZznhQzo4dnw06UkGa2caygd 3wHNFAFX0u6GdOznF/oThHzUSQTmsovRKVV9hQC+NfKn4Za7S838ra4BCQdw2e1r 2TxbgZvRpmVUh+ZfU8LfuW2tFJleO/WgNY9chyqKTuZnrUuYbdfvKydqXH1GiOgI 90vFLh79H757+4AC6p0ProrfwXSeluGQvXmCFvR5otmdg4j91bOuw2i+Lu4eHx2k wHjeTMEVmy0HCpN/MJhEjX4pl2Lqsr2dVdP0FDeQLsEHJirVYFYLwsmLeWFQRE+H qCdGUsUe/Kf12RDitA6BUf5e5PMrDWPYHhtCtIOysNSiVZQdeoWC66XeyB8TQR3m FfaGiSpYVMD+bjQ+Yjji6Q+EzPmnJ3/2oCaw/xmxXV/Wtxc1cuAp1Sg3xlGYm9Ug p+l0Y7Wbtu2hJS5OVp7ntvx348QFbwa+TC7s1znDQbXGW94+BGRX55GKjBn9BP8z uZ8ihXTDq2iBhRtRKjmSz7I7hW9shIRwXdqWzFS+2i3AkmEw5UpY7PleCIwgtXIx oPfxlvNTy3NRiyIGKnAq0D+UL2cRMATh6xK+mfGm42ekfDtEmOrCJvHVwRvj8wwg CXKj/pMZ/Lk/4eSgGtyn4dxglNnofGhCDTFuay2DslizLW5AGRTW57fZK7ciKg== =jL1E -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:21:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:21:53 +0000 Subject: libnet-ssleay-perl_1.61-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:49:28 +0200 Source: libnet-ssleay-perl Binary: libnet-ssleay-perl Architecture: source amd64 Version: 1.61-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL) Changes: libnet-ssleay-perl (1.61-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 78adeb633057e988b514883c723332258ddda7f1 2366 libnet-ssleay-perl_1.61-1.dsc 9cf505c2948babe3a5cea386f47abdbcf09fb2c8 411137 libnet-ssleay-perl_1.61.orig.tar.gz a3bc284242399e7031ebf957030d7c436e05bd9a 8204 libnet-ssleay-perl_1.61-1.debian.tar.xz 6346a6190d0c489a76501ce82e140b52ce8dca1e 271608 libnet-ssleay-perl_1.61-1_amd64.deb Checksums-Sha256: 19533712027d458c95ce777a81717cbe2c32fa11d37700bf7d77f2b987922391 2366 libnet-ssleay-perl_1.61-1.dsc 1f96a924d00d184aaa1b273b6f17c99b3ec5007c02df534c23f2f5dec6b31a24 411137 libnet-ssleay-perl_1.61.orig.tar.gz 7684c96ccca633ac2805f23f83f00fbc5b76ab6c14149b13fdfcd051f93daef6 8204 libnet-ssleay-perl_1.61-1.debian.tar.xz 06d3b0de095c95616ded9e1bb69c5932a27551dd236ffbbb60af7cd3ac743fa0 271608 libnet-ssleay-perl_1.61-1_amd64.deb Files: 5ba645c0e65c16d2e0061c21b010da27 271608 perl optional libnet-ssleay-perl_1.61-1_amd64.deb 1a02c6d25460f90ba324df4233030d13 2366 perl optional libnet-ssleay-perl_1.61-1.dsc 95f73786e0a3935232d278f8530b1895 411137 perl optional libnet-ssleay-perl_1.61.orig.tar.gz ecdac79a695b3fe825b0f3d89bea26ef 8204 perl optional libnet-ssleay-perl_1.61-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcneBThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBmG0D/9E3Qz45ggJv4g7tB/xoEhEBzhfYxFRQqQd5w/h0EX1BomE z4MU/s5GagIL7lK0uapwtR2SffLIkGmdt6Q2PpKI1AxrgPs4bTJI7SdkS07lrPEr Poz6VQ9Mqus6F4IN9b1uzoR98duAHUhorr37p9JU6OvIe4cdu3BZxTdfOaRe0Sf4 aHMwZcYW4knmBMk+OSMYFwKK+Xok9hOnSSNGsRm+eYWEcwfQ8wgdPR/6mOShjsny XODz14c/UtSFWxazPKlPYiQkwd1QQWPpUkRfC3j33bEKz+718qOEUmog3rbTXqy2 /+ss8TvnIUdiyKcUb8qMDn81AT/eJZYoHIUCKWJZ9dI6MLnnJpoAKS1DKHmwQxrp 0DSxXvQQFoZr6zjNlQRcqMMdO5V0P6M217LAbyHGMcdZ4O8JNo5J4XSahL2RUs6A HnLEYPuHhUSTM6qnolr23B64nnK3YPIEqfybKajZPZM85OrTSzTbF0bQTlf7/TlQ 2pSSyjAvzh+VeMfQq0vnHsJNx9eBrlCeSi0oj5tEu8b+eRoA9wNIAG+Xd2q7b5pw N4aC6eEoXIoVpOq/1jy4ClsFerSiZ67dbw2/KxvMMV0MdPr95FUnnFAZqkFo8Vnh 0mbuYPjA3yCIm12D0tpytYAaJis9vIgWmVBjnYJessO4YyfPvW8r0h/Fnz97UA== =UO85 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:21:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:21:45 +0000 Subject: libmousex-foreign-perl_1.000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 21:43:59 +0200 Source: libmousex-foreign-perl Binary: libmousex-foreign-perl Architecture: source all Version: 1.000-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmousex-foreign-perl - module to extend non-Mouse classes as well as Mouse classes Changes: libmousex-foreign-perl (1.000-1) unstable; urgency=low . * Team upload. . [ Marius Gavrilescu ] * Import new version 0.008 . [ gregor herrmann ] * New upstream release 1.000. * debian/copyright: bump copyright years, drop info about Module::Install. * Add build dependency on Module::Build. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: f4432d51d719236c9d8773f4146304a5895876c8 2386 libmousex-foreign-perl_1.000-1.dsc dd4a989a0029429410438312bfaa18c353e2dbed 16652 libmousex-foreign-perl_1.000.orig.tar.gz e1c0a67619763d9baeefb07335045b1f8d174bc0 1636 libmousex-foreign-perl_1.000-1.debian.tar.xz d481715c6abcad7747ec851ee32186638d1ad06e 15600 libmousex-foreign-perl_1.000-1_all.deb Checksums-Sha256: 52d203637ff0fe22e782f5c91faaaeaae5bec6ca254df4f3a0a33f2f2e3c87bd 2386 libmousex-foreign-perl_1.000-1.dsc ef4cfc50323bdfd0f13377bfb98f0860b4ad1dd91adf5e874401886bebd1fd8a 16652 libmousex-foreign-perl_1.000.orig.tar.gz 9190079cf85270ad70bff02f985dbdd85675f4f37533b627135903c98a61eef4 1636 libmousex-foreign-perl_1.000-1.debian.tar.xz 832303df565bffbe3591f5a89cfbee42dedea48d48770f2708654368ad55b288 15600 libmousex-foreign-perl_1.000-1_all.deb Files: f7a28002da9492a2d416a136dfd1a18a 15600 perl optional libmousex-foreign-perl_1.000-1_all.deb 7ce493dd1d5a954c5305396f4cffbe0f 2386 perl optional libmousex-foreign-perl_1.000-1.dsc 447ac705ea21ef750a39cbe422cd0f63 16652 perl optional libmousex-foreign-perl_1.000.orig.tar.gz 645a4a55e6870e41c800d18ca35cccab 1636 perl optional libmousex-foreign-perl_1.000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcnZjThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjNUEACBCa50igjTehEkqosOSkh2/BguWBL2m5mw65WJxFTadfCV GYZy07qpUfZvhSTl3d31fVk9d2C+jkVY6Loey0ss0VMDuDQbj3HqpoRXqLIYx2zb NW4M9EfKy3d5l3dO60ywosdp0oavBjMB7lYiGGHiY72JZXUsD4cVrpGx5OZS5WfH 0sGZDq5dq1Gu1ZnFih3GKsgc6OqMfFiUAWMQGQWoxvR9kFX8SFYmUAx4rJ+46wWW Z105EYWmMhUiE0L6xO4zerQlcxfu0HCKapwCl0CntNoM00goH/Rcqf9yMXfTPya2 R2FXMABrz7KL6r9/qa3+zppkgpvbjNlWERsajhckN0MkVpZ7Z0fjm2A6inYDQ0gJ xBpzC0KekDgI5m7do0iaM7YZDNb3Hk8+fziei0Hr8cu3CwIOtNyHB4qIkH7zqd3A 4dDoKllYqf61j3ke688P/MNj1TiC4FxPTOoobe9WT9yiznreBXDJx3xXlP0SDjAr SHLGaxAwUqZhLGFw1xDX9m6BHpM3JDpjNH9touKCsujKhcfTw5JZeb7xkGXEe5cb Qjy+/wHaPx3QNCd5o5vGugG8nS+mPPi1t/Ql9ivmcJKynt1rCD3z61Y54cSZEvfZ ZSLuf6IWgifZ2anW3n+wsc9HKg3f0AyYhfWTERHOdPNwnTpQTSu7WEznugLUcg== =B2py -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:21:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:21:31 +0000 Subject: liblwp-protocol-https-perl_6.04-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 22:45:39 +0200 Source: liblwp-protocol-https-perl Binary: liblwp-protocol-https-perl Architecture: source all Version: 6.04-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: liblwp-protocol-https-perl - HTTPS driver for LWP::UserAgent Closes: 746579 Changes: liblwp-protocol-https-perl (6.04-3) unstable; urgency=medium . * Team upload. . [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Refresh cert.patch for offset * Add 746579-fix-peer-certificate-verification.patch patch. Fixes "HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL". When the intention was to only disable hostname verification LWP::Protocol::HTTPS disabled also the peer certificate verification completely. (CVE-2014-3230) Thanks to Jakub Wilk and Steffen Ullrich (Closes: #746579) * Update fix-https-proxy for fixed behaviour of LWP::Protocol::https Checksums-Sha1: 454b1cfa58b971b400cc3db61586a2543b5a217c 2256 liblwp-protocol-https-perl_6.04-3.dsc bac256c69981c68f2fb05ca75e0cb8ec4b84dffb 7320 liblwp-protocol-https-perl_6.04-3.debian.tar.xz d828ebf12b7aa370dfe7db6014698c1105f10192 8274 liblwp-protocol-https-perl_6.04-3_all.deb Checksums-Sha256: 9d9898b00bc092cff6ebb12c64edb50e964c4ce292b3ce8940dc2911ad2eba70 2256 liblwp-protocol-https-perl_6.04-3.dsc d405b8836241be9e30b8bb91384c798d5d78b426352c5d8ec71a77ed507de363 7320 liblwp-protocol-https-perl_6.04-3.debian.tar.xz 40e5bdaee6a354b7103dbb26eaa9dc5fd518537e701b99866d34ea098540e01e 8274 liblwp-protocol-https-perl_6.04-3_all.deb Files: 1e4e0d480936b3f31d2a73a70335ff6d 8274 perl optional liblwp-protocol-https-perl_6.04-3_all.deb ff0ea6f73469c69fc92edca6fe4aaa5c 2256 perl optional liblwp-protocol-https-perl_6.04-3.dsc 6b4c3d272aae4de0f6d6ed5f2ec420dc 7320 perl optional liblwp-protocol-https-perl_6.04-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTcoUIAAoJEAVMuPMTQ89EyUwP/28ir378pXUDnsOZH5jdhkmd 13OsIo25E+78XznYkGP0ZYg23ZcPHIjyWhWjfoFS1Hgf/jvOMWpnebz2LuWYq9j2 dTcGSC60BP7JhBBXsYYtLucw3p0/yrZbTqoOviSOFSe0hIjceIs8vfjVl80LgSg3 atjDYEYC1eQD5Q/gWjqhcZRJjzp44YEYic/5aDBr5PkZuhllYBWbzOVkRziraJAU 6t86ldGFCRC0JPFcxaGK8BfHGHcybHoRD5//jveyX6uWXIRNzVFbG8+f+NI4/F4q a/BSAUpwPjuMv9k5MK00F4orakXODlOzpm2La2XFbaQRuDVp4fG2lRZGaREMvSTB QzINoozQRLQYp0Nv3p3YinnQJgWMZCOB1uVWKL3w/IGqUKvqEipoYWGOFquCifPQ 3fAZoTX0dxLvvkLWs0zRvIdPz28PpIdwV+AJfZKVKTK7XJtOXO3VcqvmHAz7M7KE c5JGslSGbuNjNsb7TYTZ7rYgtityGTDwCRX0vNqO0kfDSuu/4YFrMa+EaVeWSSUB luZq8BiR04vA2L8n9c7UhpMNLitNkFHZr2b/XK1PT3vfvugHT7xvhBHotLOekzZN 1hGa9AE708sApyIFHXoc/Yg8MsjGxmb8jLKh5kA720tS/3Gtkz3n5qBBmuLLSjKB jwBpd6UKBKGDYz5YTv/L =nI/z -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 13 21:21:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 21:21:07 +0000 Subject: libcatalyst-action-renderview-perl_0.16-1_amd64.changes is NEW Message-ID: binary:libcatalyst-action-renderview-perl is NEW. source:libcatalyst-action-renderview-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Tue May 13 22:31:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 22:31:57 +0000 Subject: Processing of libsort-naturally-perl_1.03-1_amd64.changes Message-ID: libsort-naturally-perl_1.03-1_amd64.changes uploaded successfully to localhost along with the files: libsort-naturally-perl_1.03-1_all.deb libsort-naturally-perl_1.03-1.dsc libsort-naturally-perl_1.03.orig.tar.gz libsort-naturally-perl_1.03-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 13 22:33:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 13 May 2014 22:33:52 +0000 Subject: libsort-naturally-perl_1.03-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 14 May 2014 00:06:27 +0200 Source: libsort-naturally-perl Binary: libsort-naturally-perl Architecture: source all Version: 1.03-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libsort-naturally-perl - Sort naturally - sort lexically except for numerical parts Changes: libsort-naturally-perl (1.03-1) unstable; urgency=low . * Team upload. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Pierre Neyron ] * debian/copyright: Update Copyright format. . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Florian Schlichting ] * Imported Upstream version 1.03. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0, dropped versioned depends on perl <= 5.10.0). * Bumped dh compatibility to level 8 (no changes necessary). * Switched to source format 3.0 (quilt). * Switched to short-form debian/rules. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Axel Beckert ] * Apply wrap-and-sort. * Bump Standards-Version to 3.9.5 (no changes) Checksums-Sha1: cafdb24f52fee1fd3bf909701a8cb2898806bfbf 1460 libsort-naturally-perl_1.03-1.dsc 5eaa967aecf438300c3d68788f74b6a686cc6914 11150 libsort-naturally-perl_1.03.orig.tar.gz 85d81003bfe5f568b3a8d76268231077dc07285d 1920 libsort-naturally-perl_1.03-1.debian.tar.xz aa517c9dc6738d7033f33c3fa9a0f4e0f5238e59 13912 libsort-naturally-perl_1.03-1_all.deb Checksums-Sha256: 52d59a6810c1416f8117bfabb4a6f1262d3cd6fa26081a3d389c31e6aa01791c 1460 libsort-naturally-perl_1.03-1.dsc eaab1c5c87575a7826089304ab1f8ffa7f18e6cd8b3937623e998e865ec1e746 11150 libsort-naturally-perl_1.03.orig.tar.gz 4a7485c8db9b9b91d088545b551ad54440138585f255ae58995551ecc65bc5f9 1920 libsort-naturally-perl_1.03-1.debian.tar.xz 2797109ec2df96f531a4be270873824650c0e06a36547d2e68cb5ef2f4f0acf9 13912 libsort-naturally-perl_1.03-1_all.deb Files: c4878af7539dac4764166842ba706d30 13912 perl optional libsort-naturally-perl_1.03-1_all.deb 843166a90cd5846fb230dc8d64b27096 1460 perl optional libsort-naturally-perl_1.03-1.dsc fef2e36d1b1ea23ee79ec68b5872453f 11150 perl optional libsort-naturally-perl_1.03.orig.tar.gz 82fabda1c6db21772d56e287387dacca 1920 perl optional libsort-naturally-perl_1.03-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNym5UACgkQwJ4diZWTDt6SjQCggb3jspHYOost2cgRa/3J8krU /6IAn0eYn0yVOHB/XF6TboaoBitrdmwp =PC19 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 07:20:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 07:20:09 +0000 Subject: Processing of libcatalyst-log-log4perl-perl_1.06-1_amd64.changes Message-ID: libcatalyst-log-log4perl-perl_1.06-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-log-log4perl-perl_1.06-1_all.deb libcatalyst-log-log4perl-perl_1.06-1.dsc libcatalyst-log-log4perl-perl_1.06.orig.tar.gz libcatalyst-log-log4perl-perl_1.06-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 07:33:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 07:33:35 +0000 Subject: libcatalyst-log-log4perl-perl_1.06-1_amd64.changes is NEW Message-ID: binary:libcatalyst-log-log4perl-perl is NEW. source:libcatalyst-log-log4perl-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 07:40:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 07:40:13 +0000 Subject: Processing of libcatalyst-log-log4perl-perl_1.06-2_amd64.changes Message-ID: libcatalyst-log-log4perl-perl_1.06-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-log-log4perl-perl_1.06-2_all.deb libcatalyst-log-log4perl-perl_1.06-2.dsc libcatalyst-log-log4perl-perl_1.06-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 07:45:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 07:45:14 +0000 Subject: Processing of libcatalyst-plugin-cache-perl_0.12-1_amd64.changes Message-ID: libcatalyst-plugin-cache-perl_0.12-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-cache-perl_0.12-1_all.deb libcatalyst-plugin-cache-perl_0.12-1.dsc libcatalyst-plugin-cache-perl_0.12.orig.tar.gz libcatalyst-plugin-cache-perl_0.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 07:48:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 07:48:43 +0000 Subject: libcatalyst-log-log4perl-perl_1.06-2_amd64.changes is NEW Message-ID: binary:libcatalyst-log-log4perl-perl is NEW. source:libcatalyst-log-log4perl-perl is NEW. libcatalyst-log-log4perl-perl_1.06.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 07:48:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 07:48:50 +0000 Subject: libcatalyst-plugin-cache-perl_0.12-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-cache-perl is NEW. source:libcatalyst-plugin-cache-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From vincent at vinc17.net Wed May 14 07:51:49 2014 From: vincent at vinc17.net (Vincent Lefevre) Date: Wed, 14 May 2014 09:51:49 +0200 Subject: Bug#735422: LWP::UserAgent: strange behavior of CA cert paths In-Reply-To: <20140506141706.GE5584@ypig.lip.ens-lyon.fr> References: <20140115095117.GA24870@xvii.vinc17.org> <20140506133411.GA6282@jwilk.net> <20140506141706.GE5584@ypig.lip.ens-lyon.fr> Message-ID: <20140514075149.GA12323@xvii.vinc17.org> Control: retitle -1 LWP::UserAgent: strange behavior of CA cert paths with liblwp-protocol-https-perl 6.04-2 (CVE-2014-3230) Control: reassign -1 liblwp-protocol-https-perl Control: forcemerge 746579 735422 On 2014-05-06 16:17:06 +0200, Vincent Lefevre wrote: > On 2014-05-06 15:34:11 +0200, Jakub Wilk wrote: > > If think what you observed here is bug #746579. > > Yes, very probably. :( > > I suppose that the bugs should be merged. I confirm that just after upgrading to the fixed liblwp-protocol-https-perl (6.04-2 -> 6.04-3), env PERL_LWP_SSL_CA_PATH=/ HTTPS_CA_DIR=/home/vinc17/wd/config/cacert:/etc/ssl/certs twitget now says: 500 Can't connect to api.twitter.com:443 meaning that the certificate wasn't checked with 6.04-2. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) From owner at bugs.debian.org Wed May 14 07:54:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 14 May 2014 07:54:14 +0000 Subject: Processed: Re: Bug#735422: LWP::UserAgent: strange behavior of CA cert paths References: <20140514075149.GA12323@xvii.vinc17.org> <20140115095117.GA24870@xvii.vinc17.org> Message-ID: Processing control commands: > retitle -1 LWP::UserAgent: strange behavior of CA cert paths with liblwp-protocol-https-perl 6.04-2 (CVE-2014-3230) Bug #735422 [libwww-perl] LWP::UserAgent: strange behavior of CA cert paths Changed Bug title to 'LWP::UserAgent: strange behavior of CA cert paths with liblwp-protocol-https-perl 6.04-2 (CVE-2014-3230)' from 'LWP::UserAgent: strange behavior of CA cert paths' > reassign -1 liblwp-protocol-https-perl Bug #735422 [libwww-perl] LWP::UserAgent: strange behavior of CA cert paths with liblwp-protocol-https-perl 6.04-2 (CVE-2014-3230) Bug reassigned from package 'libwww-perl' to 'liblwp-protocol-https-perl'. No longer marked as found in versions libwww-perl/6.05-2. Ignoring request to alter fixed versions of bug #735422 to the same values previously set > forcemerge 746579 735422 Bug #746579 {Done: Salvatore Bonaccorso } [liblwp-protocol-https-perl] liblwp-protocol-https-perl: CVE-2014-3230: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL Bug #735422 [liblwp-protocol-https-perl] LWP::UserAgent: strange behavior of CA cert paths with liblwp-protocol-https-perl 6.04-2 (CVE-2014-3230) Severity set to 'serious' from 'normal' Marked Bug as done Added indication that 735422 affects libwww-perl Marked as fixed in versions liblwp-protocol-https-perl/6.04-3. Marked as found in versions liblwp-protocol-https-perl/6.04-1. Added tag(s) confirmed and security. Merged 735422 746579 -- 735422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735422 746579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746579 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Wed May 14 08:20:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 08:20:20 +0000 Subject: Processing of libcatalyst-plugin-configloader-perl_0.34-1_amd64.changes Message-ID: libcatalyst-plugin-configloader-perl_0.34-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-configloader-perl_0.34-1_all.deb libcatalyst-plugin-configloader-perl_0.34-1.dsc libcatalyst-plugin-configloader-perl_0.34.orig.tar.gz libcatalyst-plugin-configloader-perl_0.34-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 08:35:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 08:35:22 +0000 Subject: Processing of libcatalyst-plugin-session-perl_0.39-1_amd64.changes Message-ID: libcatalyst-plugin-session-perl_0.39-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-perl_0.39-1_all.deb libcatalyst-plugin-session-perl_0.39-1.dsc libcatalyst-plugin-session-perl_0.39.orig.tar.gz libcatalyst-plugin-session-perl_0.39-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 08:50:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 08:50:38 +0000 Subject: Processing of libcatalyst-plugin-stacktrace-perl_0.12-1_amd64.changes Message-ID: libcatalyst-plugin-stacktrace-perl_0.12-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-stacktrace-perl_0.12-1_all.deb libcatalyst-plugin-stacktrace-perl_0.12-1.dsc libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz libcatalyst-plugin-stacktrace-perl_0.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 09:05:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:05:39 +0000 Subject: Processing of libcatalyst-plugin-static-simple-perl_0.31-1_amd64.changes Message-ID: libcatalyst-plugin-static-simple-perl_0.31-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-static-simple-perl_0.31-1_all.deb libcatalyst-plugin-static-simple-perl_0.31-1.dsc libcatalyst-plugin-static-simple-perl_0.31.orig.tar.gz libcatalyst-plugin-static-simple-perl_0.31-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 09:25:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:25:42 +0000 Subject: Processing of libcatalyst-plugin-subrequest-perl_0.20-1_amd64.changes Message-ID: libcatalyst-plugin-subrequest-perl_0.20-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-subrequest-perl_0.20-1_all.deb libcatalyst-plugin-subrequest-perl_0.20-1.dsc libcatalyst-plugin-subrequest-perl_0.20.orig.tar.gz libcatalyst-plugin-subrequest-perl_0.20-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 09:36:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:36:21 +0000 Subject: libcatalyst-plugin-configloader-perl_0.34-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-configloader-perl is NEW. source:libcatalyst-plugin-configloader-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 09:36:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:36:28 +0000 Subject: libcatalyst-plugin-session-perl_0.39-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-perl is NEW. source:libcatalyst-plugin-session-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 09:36:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:36:35 +0000 Subject: libcatalyst-plugin-stacktrace-perl_0.12-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-stacktrace-perl is NEW. source:libcatalyst-plugin-stacktrace-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 09:36:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:36:42 +0000 Subject: libcatalyst-plugin-static-simple-perl_0.31-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-static-simple-perl is NEW. source:libcatalyst-plugin-static-simple-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 09:36:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:36:48 +0000 Subject: libcatalyst-plugin-subrequest-perl_0.20-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-subrequest-perl is NEW. source:libcatalyst-plugin-subrequest-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 09:40:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:40:50 +0000 Subject: Processing of libcatalystx-component-traits-perl_0.19-1_amd64.changes Message-ID: libcatalystx-component-traits-perl_0.19-1_amd64.changes uploaded successfully to localhost along with the files: libcatalystx-component-traits-perl_0.19-1_all.deb libcatalystx-component-traits-perl_0.19-1.dsc libcatalystx-component-traits-perl_0.19.orig.tar.gz libcatalystx-component-traits-perl_0.19-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 09:50:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 09:50:52 +0000 Subject: Processing of libcatalyst-component-instancepercontext-perl_0.001001-1_amd64.changes Message-ID: libcatalyst-component-instancepercontext-perl_0.001001-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-component-instancepercontext-perl_0.001001-1_all.deb libcatalyst-component-instancepercontext-perl_0.001001-1.dsc libcatalyst-component-instancepercontext-perl_0.001001.orig.tar.gz libcatalyst-component-instancepercontext-perl_0.001001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 10:00:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 10:00:53 +0000 Subject: Processing of libcatalyst-model-dbi-perl_0.32-1_amd64.changes Message-ID: libcatalyst-model-dbi-perl_0.32-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-dbi-perl_0.32-1_all.deb libcatalyst-model-dbi-perl_0.32-1.dsc libcatalyst-model-dbi-perl_0.32.orig.tar.gz libcatalyst-model-dbi-perl_0.32-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 10:20:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 10:20:21 +0000 Subject: libcatalyst-component-instancepercontext-perl_0.001001-1_amd64.changes is NEW Message-ID: binary:libcatalyst-component-instancepercontext-perl is NEW. source:libcatalyst-component-instancepercontext-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 10:20:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 10:20:28 +0000 Subject: libcatalyst-model-dbi-perl_0.32-1_amd64.changes is NEW Message-ID: binary:libcatalyst-model-dbi-perl is NEW. source:libcatalyst-model-dbi-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 10:20:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 10:20:35 +0000 Subject: libcatalystx-component-traits-perl_0.19-1_amd64.changes is NEW Message-ID: binary:libcatalystx-component-traits-perl is NEW. source:libcatalystx-component-traits-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 10:31:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 10:31:14 +0000 Subject: Processing of libcatalyst-model-dbic-schema-perl_0.63-1_amd64.changes Message-ID: libcatalyst-model-dbic-schema-perl_0.63-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-dbic-schema-perl_0.63-1_all.deb libcatalyst-model-dbic-schema-perl_0.63-1.dsc libcatalyst-model-dbic-schema-perl_0.63.orig.tar.gz libcatalyst-model-dbic-schema-perl_0.63-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 10:51:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 10:51:14 +0000 Subject: libcatalyst-model-dbic-schema-perl_0.63-1_amd64.changes is NEW Message-ID: binary:libcatalyst-model-dbic-schema-perl is NEW. source:libcatalyst-model-dbic-schema-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 11:46:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 11:46:39 +0000 Subject: Processing of libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_amd64.changes Message-ID: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_all.deb libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.dsc libcatalyst-plugin-cache-store-fastmmap-perl_0.02.orig.tar.gz libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 11:48:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 11:48:59 +0000 Subject: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-cache-store-fastmmap-perl is NEW. source:libcatalyst-plugin-cache-store-fastmmap-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 12:01:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:01:43 +0000 Subject: Processing of libcatalyst-plugin-session-state-cookie-perl_0.17-1_amd64.changes Message-ID: libcatalyst-plugin-session-state-cookie-perl_0.17-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-state-cookie-perl_0.17-1_all.deb libcatalyst-plugin-session-state-cookie-perl_0.17-1.dsc libcatalyst-plugin-session-state-cookie-perl_0.17.orig.tar.gz libcatalyst-plugin-session-state-cookie-perl_0.17-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 12:16:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:16:47 +0000 Subject: Processing of libcatalyst-plugin-session-store-cache-perl_0.01-1_amd64.changes Message-ID: libcatalyst-plugin-session-store-cache-perl_0.01-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-cache-perl_0.01-1_all.deb libcatalyst-plugin-session-store-cache-perl_0.01-1.dsc libcatalyst-plugin-session-store-cache-perl_0.01.orig.tar.gz libcatalyst-plugin-session-store-cache-perl_0.01-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 12:19:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:19:31 +0000 Subject: libcatalyst-plugin-session-state-cookie-perl_0.17-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-state-cookie-perl is NEW. source:libcatalyst-plugin-session-state-cookie-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 12:19:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:19:37 +0000 Subject: libcatalyst-plugin-session-store-cache-perl_0.01-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-cache-perl is NEW. source:libcatalyst-plugin-session-store-cache-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 12:31:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:31:49 +0000 Subject: Processing of libcatalyst-plugin-session-store-dbi-perl_0.16-1_amd64.changes Message-ID: libcatalyst-plugin-session-store-dbi-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-dbi-perl_0.16-1_all.deb libcatalyst-plugin-session-store-dbi-perl_0.16-1.dsc libcatalyst-plugin-session-store-dbi-perl_0.16.orig.tar.gz libcatalyst-plugin-session-store-dbi-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 12:33:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:33:51 +0000 Subject: libcatalyst-plugin-session-store-dbi-perl_0.16-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-dbi-perl is NEW. source:libcatalyst-plugin-session-store-dbi-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 12:46:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:46:53 +0000 Subject: Processing of libcatalyst-plugin-session-store-delegate-perl_0.06-1_amd64.changes Message-ID: libcatalyst-plugin-session-store-delegate-perl_0.06-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-delegate-perl_0.06-1_all.deb libcatalyst-plugin-session-store-delegate-perl_0.06-1.dsc libcatalyst-plugin-session-store-delegate-perl_0.06.orig.tar.gz libcatalyst-plugin-session-store-delegate-perl_0.06-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 12:48:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:48:35 +0000 Subject: libcatalyst-plugin-session-store-delegate-perl_0.06-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-delegate-perl is NEW. source:libcatalyst-plugin-session-store-delegate-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 12:56:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 12:56:54 +0000 Subject: Processing of libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_amd64.changes Message-ID: libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_all.deb libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.dsc libcatalyst-plugin-session-store-fastmmap-perl_0.16.orig.tar.gz libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 13:01:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:01:55 +0000 Subject: Processing of libcatalyst-plugin-session-store-file-perl_0.18-1_amd64.changes Message-ID: libcatalyst-plugin-session-store-file-perl_0.18-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-file-perl_0.18-1_all.deb libcatalyst-plugin-session-store-file-perl_0.18-1.dsc libcatalyst-plugin-session-store-file-perl_0.18.orig.tar.gz libcatalyst-plugin-session-store-file-perl_0.18-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 13:03:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:03:43 +0000 Subject: libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-fastmmap-perl is NEW. source:libcatalyst-plugin-session-store-fastmmap-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 13:03:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:03:50 +0000 Subject: libcatalyst-plugin-session-store-file-perl_0.18-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-file-perl is NEW. source:libcatalyst-plugin-session-store-file-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 13:22:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:22:00 +0000 Subject: Processing of libcatalyst-view-json-perl_0.33-1_amd64.changes Message-ID: libcatalyst-view-json-perl_0.33-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-json-perl_0.33-1_all.deb libcatalyst-view-json-perl_0.33-1.dsc libcatalyst-view-json-perl_0.33.orig.tar.gz libcatalyst-view-json-perl_0.33-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 13:33:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:33:57 +0000 Subject: libcatalyst-view-json-perl_0.33-1_amd64.changes is NEW Message-ID: binary:libcatalyst-view-json-perl is NEW. source:libcatalyst-view-json-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 13:42:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:42:09 +0000 Subject: Processing of libcatalyst-view-mason-perl_0.18-1_amd64.changes Message-ID: libcatalyst-view-mason-perl_0.18-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-mason-perl_0.18-1_all.deb libcatalyst-view-mason-perl_0.18-1.dsc libcatalyst-view-mason-perl_0.18.orig.tar.gz libcatalyst-view-mason-perl_0.18-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 13:49:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 13:49:05 +0000 Subject: libcatalyst-view-mason-perl_0.18-1_amd64.changes is NEW Message-ID: binary:libcatalyst-view-mason-perl is NEW. source:libcatalyst-view-mason-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 14:02:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 14:02:14 +0000 Subject: Processing of libcatalyst-plugin-authentication-perl_0.10023-1_amd64.changes Message-ID: libcatalyst-plugin-authentication-perl_0.10023-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authentication-perl_0.10023-1_all.deb libcatalyst-plugin-authentication-perl_0.10023-1.dsc libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz libcatalyst-plugin-authentication-perl_0.10023-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 14:37:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 14:37:23 +0000 Subject: Processing of libcatalyst-plugin-authorization-roles-perl_0.09-1_amd64.changes Message-ID: libcatalyst-plugin-authorization-roles-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authorization-roles-perl_0.09-1_all.deb libcatalyst-plugin-authorization-roles-perl_0.09-1.dsc libcatalyst-plugin-authorization-roles-perl_0.09.orig.tar.gz libcatalyst-plugin-authorization-roles-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 14:42:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 14:42:24 +0000 Subject: Processing of libcatalyst-plugin-i18n-perl_0.10-1_amd64.changes Message-ID: libcatalyst-plugin-i18n-perl_0.10-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-i18n-perl_0.10-1_all.deb libcatalyst-plugin-i18n-perl_0.10-1.dsc libcatalyst-plugin-i18n-perl_0.10.orig.tar.gz libcatalyst-plugin-i18n-perl_0.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 14:57:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 14:57:29 +0000 Subject: Processing of libcatalyst-view-email-perl_0.33-1_amd64.changes Message-ID: libcatalyst-view-email-perl_0.33-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-email-perl_0.33-1_all.deb libcatalyst-view-email-perl_0.33-1.dsc libcatalyst-view-email-perl_0.33.orig.tar.gz libcatalyst-view-email-perl_0.33-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 15:17:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:17:32 +0000 Subject: Processing of libauthen-simple-kerberos-perl_0.1-4_amd64.changes Message-ID: libauthen-simple-kerberos-perl_0.1-4_amd64.changes uploaded successfully to localhost along with the files: libauthen-simple-kerberos-perl_0.1-4_all.deb libauthen-simple-kerberos-perl_0.1-4.dsc libauthen-simple-kerberos-perl_0.1-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 15:22:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:22:32 +0000 Subject: Processing of libauthen-simple-http-perl_0.2-4_amd64.changes Message-ID: libauthen-simple-http-perl_0.2-4_amd64.changes uploaded successfully to localhost along with the files: libauthen-simple-http-perl_0.2-4_all.deb libauthen-simple-http-perl_0.2-4.dsc libauthen-simple-http-perl_0.2-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 15:35:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:14 +0000 Subject: libauthen-simple-net-perl_0.2-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 10:07:37 +0100 Source: libauthen-simple-net-perl Binary: libauthen-simple-net-perl Architecture: source all Version: 0.2-4 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libauthen-simple-net-perl - module to use simple NET authentication methods Changes: libauthen-simple-net-perl (0.2-4) unstable; urgency=medium . [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Daniel Lintott ] * Convert package to short format dh and compat 9 * Refresh packaging using dh-make-perl refresh + Update debian/control + Migrate copyright to format 1.0 + Migrate package to source format 3.0(quilt) * Drop libtest-pod* from build-depends * Add Berne Convention statement to upstream copyright Checksums-Sha1: 1a23b9911f4d52da71479cab2b099c1c6095cc5b 2292 libauthen-simple-net-perl_0.2-4.dsc 37ed8c9f0feb1bb77b621614488d7b95f71d9cab 2400 libauthen-simple-net-perl_0.2-4.debian.tar.xz 621e82fc6fd8b7d4fae8a969551932b736d93dc3 12914 libauthen-simple-net-perl_0.2-4_all.deb Checksums-Sha256: d581591e39fd6f6179fcb6ff88e3c136709808650ae9463eccf9c9731094b607 2292 libauthen-simple-net-perl_0.2-4.dsc f4de310cd1c158d6b12a5afa87c21c7efcc8f4a1bd0fcb99de83589b0732fb78 2400 libauthen-simple-net-perl_0.2-4.debian.tar.xz 904493608b51e891977d37690dc4402a5fd09931af2fb9639d73e7bc133456e4 12914 libauthen-simple-net-perl_0.2-4_all.deb Files: 64466ec1dd2c31d242bf367901603cd2 12914 perl optional libauthen-simple-net-perl_0.2-4_all.deb 231e5ee6c5f1384bf572af3a3cb0008e 2292 perl optional libauthen-simple-net-perl_0.2-4.dsc daa34e60a659efabcecb3f24ab26910c 2400 perl optional libauthen-simple-net-perl_0.2-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc4j4ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBj2+D/0epWRxOaoKKMgzqJHTod+w4w6Fh7yBjFlzDOCJ/5oo7R/6 Q5Fw98jGvDB3yxa+6ew52FfrGJdV3MC3v0viSoCxB2ZxAqWekQXCG/xQ9MhxEgB8 YTBLXBeEhyMhMmmH4HucOGt61iSGgfi6X7Um+PedqElZUVs69wu6PyJ0re7/KhKH JQmYCF30ise0vldmo4DWLSle9jxTquMuxaqPSfM/s+v/nBoMCMMl8YRQNM9W4OPl qYiQCXl7hiwR3XVHwGE8sumV0Xh67lKH0wiTU1kjV7mnzgPXGUA2jKyQ/xrbDDF2 fHjxxiv0yV/3kkh+1NSged4D6KPqkgU0KVxN5pGSsqCBmzubIzeHaqukxJF/xsG2 x1pZNiKKRRT9FvxHp1aL+ZLYZoWjq/XWzDGLr6xwRePdui5BNXPUoZIWKmyT/pIW rG2e/rU0ZxnRK+l0IsasWcoA3g23Qv/yVhHiRlM/WpMSWGwdTUlBOaD4Mv3KVWyd SK1cxcBINW90Y1dJvYcGW+RviiUeqhX43DcJUPxpXAVTWatrXBZkdbyko8v7hXy5 Q8oSNoLrFCFpim0tpTb4Vt6UAdfnqmSyk/97Kt+T8GtykJxj8dRlvX2tWC3TFObQ 6SV9MohsY+KOAfNssi8JYwBRB4As6wXkC+mbZXgG9sG01uw+z9ruXmrymaXvSw== =/Bwr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 15:35:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:08 +0000 Subject: libauthen-simple-kerberos-perl_0.1-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 10:03:59 +0100 Source: libauthen-simple-kerberos-perl Binary: libauthen-simple-kerberos-perl Architecture: source all Version: 0.1-4 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libauthen-simple-kerberos-perl - module to allow the use of simple Kerberos authentication methods Changes: libauthen-simple-kerberos-perl (0.1-4) unstable; urgency=medium . [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Daniel Lintott ] * Convert package to short format dh and compat 9 * Refresh packaging using dh-make-perl refresh + Update debian/control + Migrate copyright to format 1.0 + Migrate package to source format 3.0(quilt) * Drop libtest-pod* from build-depends * Add Berne Convention statement to upstream copyright Checksums-Sha1: ffce156a6d3fc2f8d3f916c74ad59127919f9d8e 2380 libauthen-simple-kerberos-perl_0.1-4.dsc ad104e056c3e71b5b894c06177f1d5002d898c32 2588 libauthen-simple-kerberos-perl_0.1-4.debian.tar.xz 5ae7b5fb8a1e1beadc80f221b14c16d7099a88e9 7042 libauthen-simple-kerberos-perl_0.1-4_all.deb Checksums-Sha256: d6e47340e986898bb75cc168a1eca9ea35a777905b4129f5ae2789387dd9e334 2380 libauthen-simple-kerberos-perl_0.1-4.dsc 072d228bd05e72bb7e75f95f29e144a1f4434c9e48cca10fe7224033e253bc25 2588 libauthen-simple-kerberos-perl_0.1-4.debian.tar.xz f8a63a35034c727594c017c81c848974067d8df2cd2b4e0897be9e9567736ab7 7042 libauthen-simple-kerberos-perl_0.1-4_all.deb Files: 81c196c480eae231c74b06c6696ba031 7042 perl optional libauthen-simple-kerberos-perl_0.1-4_all.deb afb79b3b193e24256a45b9f9d9fd5b49 2380 perl optional libauthen-simple-kerberos-perl_0.1-4.dsc c24aab50def8623af2ff0b086d4bc21e 2588 perl optional libauthen-simple-kerberos-perl_0.1-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc4hvThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrKxD/94Vn0MtlrkMfGVUbPp+QMf8vbT3k23eO/BbkasLB1vArlD e+23jK0uQ5ib5YPIpB+CilrvJWzupEdk6K3sGwHv3QK1r+CnrF8+P0Wf7mdyWt56 XlpeIYL7rdd3uiO74rXbGLh+zXEmdi/TY0YQ658ItDckTgMEKgaSYHx/mhfCZ1k/ CN87kq3h7Kxii+vofSPM1sSJ0k9Bx3VKduOKCXV1X4jzFepi7chbPyEpd+zX4rm7 EBkJpgySa3lp82WdU6vI03OKkJyj/YvWTo+CqubAzWTB14ajYKEK0DpJ3IPjE5E1 bzViDZeZAL1tzQo+S4ExS1a3E14Z/L0JB5d70ji0VIBbpWlWfsm2XY4I+VWF+fCr UZe4OrrROppiK1QjbtLbWLjHUQnmVA5aILK3/XgGDNr24aPX6dDZNMBN1mpeSfX2 H8HpEivlUh3bOcfhgtaF6EPHMyiVlHL6Hgh5VDOe6hgj27e3lfUvqKB+PxDr9Cqu m0x+cIlkDITHQRMSVVjjHlr/QZkzzKpGpyM4AXZccjwieTUc38H1+6F6EFUsEfcB aV7StCeD0L0sVMi+ZX3lg68RWamJkVWMTfbSftSlwTPYUo+ljHek1rxYNx01euze 68HjeYcYE7mVQUSwgTAKOJsysxriJa+idrfp28ZpsqILtYujDefjDt6b/jqoLA== =u6du -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 15:35:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:21 +0000 Subject: libcatalyst-plugin-authentication-perl_0.10023-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authentication-perl is NEW. source:libcatalyst-plugin-authentication-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 15:37:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:37:33 +0000 Subject: Processing of libdatetime-timezone-perl_1.69-1+2014c_amd64.changes Message-ID: libdatetime-timezone-perl_1.69-1+2014c_amd64.changes uploaded successfully to localhost along with the files: libdatetime-timezone-perl_1.69-1+2014c_all.deb libdatetime-timezone-perl_1.69-1+2014c.dsc libdatetime-timezone-perl_1.69.orig.tar.gz libdatetime-timezone-perl_1.69-1+2014c.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 15:35:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:42 +0000 Subject: libcatalyst-view-email-perl_0.33-1_amd64.changes is NEW Message-ID: binary:libcatalyst-view-email-perl is NEW. source:libcatalyst-view-email-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 15:35:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:35 +0000 Subject: libcatalyst-plugin-i18n-perl_0.10-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-i18n-perl is NEW. source:libcatalyst-plugin-i18n-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 15:35:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:28 +0000 Subject: libcatalyst-plugin-authorization-roles-perl_0.09-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authorization-roles-perl is NEW. source:libcatalyst-plugin-authorization-roles-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 15:35:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:35:03 +0000 Subject: libauthen-simple-http-perl_0.2-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 10:00:14 +0100 Source: libauthen-simple-http-perl Binary: libauthen-simple-http-perl Architecture: source all Version: 0.2-4 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libauthen-simple-http-perl - module to allow the use of simple HTTP authentication Changes: libauthen-simple-http-perl (0.2-4) unstable; urgency=medium . [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Daniel Lintott ] * Convert package to short format dh and compat 9 * Refresh packaging using dh-make-perl refresh + Update debian/control + Migrate copyright to format 1.0 + Migrate package to source format 3.0(quilt) * Add patch from upstream bug tracker to fix incompatibility with LWP 6.x * Add Berne Convention statement to upstream copyright * Drop libtest-pod* from build-depends Checksums-Sha1: 04c0ae0430d341f064f1f9a941e79200d91c44fe 2317 libauthen-simple-http-perl_0.2-4.dsc 3fd58306f501885f62540ed042af57f6766ef696 3592 libauthen-simple-http-perl_0.2-4.debian.tar.xz 53acfda83ca66e4e69fdcb75f09816a3f070ffde 7864 libauthen-simple-http-perl_0.2-4_all.deb Checksums-Sha256: fb335793965877488b7e4ccadf5687fffd08bb7b3643469dd7b3d482e6854851 2317 libauthen-simple-http-perl_0.2-4.dsc 11bc427c83feb3a6dccc8c4829489695f01aecfa71acea2dba64c9f4b319b8fb 3592 libauthen-simple-http-perl_0.2-4.debian.tar.xz 525a4aa7d2c8cc423f896576f90b1326c1bb1e169b7f07e5ed7ace388c1ffa0c 7864 libauthen-simple-http-perl_0.2-4_all.deb Files: 7f4817457f6c6b102c21ff97a092f3a0 7864 perl optional libauthen-simple-http-perl_0.2-4_all.deb 337596eaeabac60e2c60f060d6f77acf 2317 perl optional libauthen-simple-http-perl_0.2-4.dsc 07233c8be21ee4a5add149f30c32e19c 3592 perl optional libauthen-simple-http-perl_0.2-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc4mxThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoo7EACE+Cd6P8cqR2AAjK4dZpZs8T7vv6bS8WJXYcgx5yp2cMEw 57Zy+THAIS8gDtKIc2mCdREA7S/BuwYAfHYQv48QGRGfCdlljcrdyKgp6F9tyyRc kPmu7Mt+TMjYNzV983CsL9MGXxrlsPfktZRIL1jb6AOKHLNVbmr14I7diUSasmJF rcyXX4u1yCONljpWgk8FzWApuaP+T0J+h1SyFfTa8OTebDVeSeXcBNaPfD/0kFa/ PtSANMhh0HredZxnskngxijNth3L3PJiebD7W3d3GSFSff1mZPjHp8bvZSKtzzie xTGqE0CYSRd6wIn540RrVZDGA6slklY6ROao47Ymo6U+DqGZsfH6FqAYHNYoEPLx kaMsUwGS1KZP+pyB4s3fYN6lumjO3yf/c0SjbeyWFffIRnRVCfvrjuo2fflX6ejJ 9U/tyzRKQTDcGCfE99Aw7/gjkARyeXzkW8cKtBuCG62qQpGpq0Bi0VDYhFiCzd8/ JBRdz83yyqXNGggu/xiIihsp5PWK9kgImApEjNWOW22jdK1ZA9np0DrCuA9i6nrf oGG9OQVeU7WfUcl9pQgkxAK+uEFKVClgp1lcrhKEoLeeM1lp7dMM4sBSxn4bY53P mTbr5C9KZ98CA3BZdoWmCrgB4a9NuEQK+OIfm9Jg+w24u/F5iXwZHlS+yM2fQw== =ABbm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 15:34:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:34:57 +0000 Subject: libauthen-simple-dbm-perl_0.2-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 09:57:31 +0100 Source: libauthen-simple-dbm-perl Binary: libauthen-simple-dbm-perl Architecture: source all Version: 0.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libauthen-simple-dbm-perl - module to allow simple DBM authentication Changes: libauthen-simple-dbm-perl (0.2-3) unstable; urgency=medium . [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Daniel Lintott ] * Migrate package to short format dh and compat 9 * Refresh packaging using dh-make-perl refresh + Update debian/control + Migrate copyright to format 1.0 + Migrate package to source format 3.0(quilt) * Add Berne Converntion statement to debian/copyright * Remove libtest-pod* from build-depends Checksums-Sha1: 4ec81ab20212df46c12d86d404583aff5b27f12e 2292 libauthen-simple-dbm-perl_0.2-3.dsc ea718562914dd74a25f7a2a4659f33f44a9f13d8 2268 libauthen-simple-dbm-perl_0.2-3.debian.tar.xz 13d3e2bad87bef373241f326bd4fa7a3d5ecbcd3 7996 libauthen-simple-dbm-perl_0.2-3_all.deb Checksums-Sha256: c2b18d9b8ea35114fc67bf3d86e8d8797c8e3a6a600083d468db1d90571346b3 2292 libauthen-simple-dbm-perl_0.2-3.dsc 165b3bfc171fcf3acd49d115d8e46cfbc8fdcc35e28435eb89e2695211491e6d 2268 libauthen-simple-dbm-perl_0.2-3.debian.tar.xz 40ff9fd917fb959ab3d2ab3120053a146f82602ef94402ab7c1827c2ecd2da50 7996 libauthen-simple-dbm-perl_0.2-3_all.deb Files: 345c76ece5bb9781a4121e573b44dd90 7996 perl optional libauthen-simple-dbm-perl_0.2-3_all.deb fd94358fdaac08748a5f33a956e1d3ac 2292 perl optional libauthen-simple-dbm-perl_0.2-3.dsc 5c160bb3d6f833a22b736edbd32d50f1 2268 perl optional libauthen-simple-dbm-perl_0.2-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc4pQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhzyD/4xnPugCNCt3nFN0q5S4aYmLbhX9yjyHaTV5waiNtbZePwD X1tS1XnmmQoT2H9eXNfj0W0RO5QkxsN/UFyVJuIhS3wfbSIUtgwmGtX4CkqElI4u iettE2EqRzCvNxo/t94YNJgcFQmgmFQljls3L2YisJHwooYsSzs4cDqaGoL/5dED GoKmf6A+ZeXbZiefuEhXRUujrHzzqT4iptblDVmbxEDcbYoI/8NAleBVlX0ZSUhF TphKE/56UDZXSDn5JbM9IxJuS0W67r75PoMVN0FKUbj8IwjeKVxzsDSUphmsjD/y BS0Jx7IjiZ57rdGyQv9oyn8HcIYyO34plFu/d8jqI2qXX8d1DT1zehY9lHoeRa/2 nQTgyET66YW7fLG4zDvp9F/bf5MfGfF8S3k12kHXcXIenABl3EZtdUOnXfnDz0Fo NRdnE+45qEX4Omc/GM7I0vJXiJMJ1WMVwpIH0kdLlrHbMLmwPyKo85mROvO6Ms2g ZI/z7slVsWbNhgVE17PazKPWMyRkYVo8FvTkV4KcG6EQElvWlXSjEOVui8IoO2hg Beb6E+B1UzOjwbqgiEhGcfQFBl5WqA0iWmOZOJ96wAJRj8NskLD/9YHboOFxIzKm tAh3cBuj3KijThtJ8A3487V2i3Cr/b8id4Jskz3j42Lo1dhqaD+vhhUuEDsuZA== =DeqN -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 15:27:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:27:33 +0000 Subject: Processing of libauthen-simple-dbm-perl_0.2-3_amd64.changes Message-ID: libauthen-simple-dbm-perl_0.2-3_amd64.changes uploaded successfully to localhost along with the files: libauthen-simple-dbm-perl_0.2-3_all.deb libauthen-simple-dbm-perl_0.2-3.dsc libauthen-simple-dbm-perl_0.2-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 15:22:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 15:22:32 +0000 Subject: Processing of libauthen-simple-net-perl_0.2-4_amd64.changes Message-ID: libauthen-simple-net-perl_0.2-4_amd64.changes uploaded successfully to localhost along with the files: libauthen-simple-net-perl_0.2-4_all.deb libauthen-simple-net-perl_0.2-4.dsc libauthen-simple-net-perl_0.2-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 16:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 16:00:09 +0000 Subject: libthread-sigmask-perl_0.004-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 14:01:16 +0200 Source: libthread-sigmask-perl Binary: libthread-sigmask-perl Architecture: source amd64 Version: 0.004-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libthread-sigmask-perl - module for thread specific signal masks Closes: 747621 Changes: libthread-sigmask-perl (0.004-1) unstable; urgency=low . * Initial release (closes: #747621). Checksums-Sha1: 2f5f3c546f67f4bc3bed0ea71264c5196d5b152d 2204 libthread-sigmask-perl_0.004-1.dsc fac538fbc23d27c782240733ec70abc107424c49 11511 libthread-sigmask-perl_0.004.orig.tar.gz 01ac190e3bdf0e8492f779751c3322771ab38cf9 1364 libthread-sigmask-perl_0.004-1.debian.tar.xz 393eb1682b4d0b6596f0e65daaf8a2135b1306d0 8330 libthread-sigmask-perl_0.004-1_amd64.deb Checksums-Sha256: 2a86a36c676ee19ad237ed98b890b8d01d1eddf6e51456917a8a5ec328a842fa 2204 libthread-sigmask-perl_0.004-1.dsc f4baa4841b990b1fff742d3256dd1a91885603e3fdaf134337dd9dd13408113a 11511 libthread-sigmask-perl_0.004.orig.tar.gz 939f85e03d442a9c224fd1dddefc517924a9dff2e86dfe133a13fad0ccf11eae 1364 libthread-sigmask-perl_0.004-1.debian.tar.xz 6480f668be8b652009f404d809e84844b8b9a9d89a63239b12a2423b8d7c0279 8330 libthread-sigmask-perl_0.004-1_amd64.deb Files: e776414614084c706e3ff1fd2e356255 8330 perl optional libthread-sigmask-perl_0.004-1_amd64.deb 31fc5b1dbd4c2e8ec00502a31f776e5e 2204 perl optional libthread-sigmask-perl_0.004-1.dsc 80e533b6d33e4e9a4120e8add71fb00b 11511 perl optional libthread-sigmask-perl_0.004.orig.tar.gz 28cf5a7063d7d248d5eba52691f08415 1364 perl optional libthread-sigmask-perl_0.004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbhUoThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvtREACTZHye+McM0SyychG3woAx7s9aeT/6JdsYeKGs1B3YFzE0 Il/x5kfSHx+3KLrIDaXjYs1BrOj+CEku0A2/qDyEdZTgLCb2zcYR5KdfajqPvOyf WidQfQpyIJuwh5qFnGnNURAGDgdMHmTs+67sVw5s2AKS77d00BqmJXGnsqL77/HD Zpcbf24Ep4fgeAO3AxAUHjkUmCfZ1keGIfsbTDj1+LF12MKn6kgv3bvG+OptDNPN LH0Mn91vqRE/N8bLLN0+o2L1UKjg3WHhv7ktd04ooA0YAhFMXkSY0HYUf1sG1xW1 2mUPXyNlmGkoL7QqjrZNrF81gRgr8aeuKQ8NjepKvmP5+ADeD4e+KF+03QnoEJjc GF6ZQWchLRIFJQGsz5+UOfhAPXXi+f3IEcPl/RdW0mgwz2P359kWGG+oexnjKpqe ci+6cOWvuQxkZx3eVrWuhpb3x1OFLlH9WAmdm1Dd8TGagXCdGFIOWblK87qVdCCV 620fOpXeUG4UruqfRo75pSZArSZh2nO/IDoB21SUpsJ6+n2Yz1e5uqkx1KTdV48/ 7iA36Yyv80yXgLlmykvcRo68xSnHWnYpB+NjRfbCpyOe0Weo0ZxxgkpafG8kdrMX GCQk8kXekc69RPgksm6UrgK171Pi1bsGqtCECBIGH1OAmeOkeSzPM0pE0Whp6w== =dr50 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 16:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 16:00:08 +0000 Subject: libsignal-mask-perl_0.007-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 10 May 2014 14:10:33 +0200 Source: libsignal-mask-perl Binary: libsignal-mask-perl Architecture: source all Version: 0.007-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsignal-mask-perl - module for easy handling of signal masks Closes: 747623 Changes: libsignal-mask-perl (0.007-1) unstable; urgency=low . * Initial release (closes: #747623). Checksums-Sha1: 4de2cedc1b5539de76caded7d08049244f75ba65 2222 libsignal-mask-perl_0.007-1.dsc fa5a1ffe67cc930c58cd94c309de4f620b316c70 11798 libsignal-mask-perl_0.007.orig.tar.gz 5d6671b2958a84246d9b05299b17aa54473f0819 1516 libsignal-mask-perl_0.007-1.debian.tar.xz 8d644cb2964482994b9976f19ddd617c885a7e39 8432 libsignal-mask-perl_0.007-1_all.deb Checksums-Sha256: 0b871f80ff7151fb91a11b1dfd03e302f5d14675533e00f33ac90b907d6241e7 2222 libsignal-mask-perl_0.007-1.dsc 0a8404a913bf9451c3f7dcb74669ad0fc7f7a9d79490b5a93417930c5f4aa90e 11798 libsignal-mask-perl_0.007.orig.tar.gz 90992d0e3f69884adb3c11a2cd1b6e947214a10061f52f52279a9ebb35429c0a 1516 libsignal-mask-perl_0.007-1.debian.tar.xz 8544beb214b6bcd02f069a6c5725dd9488bb1a3b197c8d1b7682153c4af92eb8 8432 libsignal-mask-perl_0.007-1_all.deb Files: 208ef1019de143fe5b9180f2a0fae1bd 8432 perl optional libsignal-mask-perl_0.007-1_all.deb b94f2619261a24a2a263a40f668ebbea 2222 perl optional libsignal-mask-perl_0.007-1.dsc a4fca8bfe8dab6447476d736bf95bd25 11798 perl optional libsignal-mask-perl_0.007.orig.tar.gz 714d020b64dba69e6c63d15ba4aa26c3 1516 perl optional libsignal-mask-perl_0.007-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbhdaThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqvuEAChIgt35Kc6QZU5pahUXkPF79TL7c8ZqliCqefvfFLey5Eq ju7yOkIxuBUh8NXJx8CIfyO4+hZL5vAsMjTUsPsMSTcX3HZcWTNibRHqzu3pBmyw jmRMe7MkxmU5/AiBm0Y9hG1hSIAyXyD4Q+EOerMk1xD2eC9EnVXDKxJSOXy9+w7H QZs0YaLjpRyoqctxP4OnIICr52dV+YUFqzlRLotX9hH2Jq+u9jexi+v28lLr/zmr Ni/bZ7Keg6ngMUJOTDn7Wg6/YCCU3sZd3jv2lK/jIsO4wG2QOwiZ1np4cCHwTIuN P1TTlsUppFCD0Deu4RVZL76nTa9VmtclOxg5Od3NpV7PH3ILnawcmZ9VCc7MFNUE ND4maOXUNezEiJF5WQ4btcEhs3j1P3IZdWlxp+mrx/d/x0TBVa0kBF5A25VFPah0 SPTHIoF7XXCGOmSoqmBVzfrANTpRDJ5JxPunO5gWNDF6462NpCpo3UA/rye5e2Ob kt0dQTGzHQy/ua1Ulafg9kQtd6CVCF3dOITgy4V9cRUcXoXgjT+lLLhMCQu7cTn5 bqsu+pzDGZmc9OFJaBmlkVTPs54BKgfQ6RnFss3yFWadPsFNflnsioKVUG70j/E7 5R0AvKphnJiLaKdqSYLMB+bL04Nxu2U0AQaBvB61MuivMaPHAGsR9NMY9z2lPA== =hHxJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 16:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 16:00:08 +0000 Subject: libtest-net-ldap-perl_0.02-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 09 May 2014 17:55:49 +0200 Source: libtest-net-ldap-perl Binary: libtest-net-ldap-perl Architecture: source all Version: 0.02-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-net-ldap-perl - Net::LDAP subclass for testing Closes: 747520 Changes: libtest-net-ldap-perl (0.02-1) unstable; urgency=low . * Initial Release. Closes: #747520 Checksums-Sha1: f1b316789d26a05c9982e7ccb298e5c7e2acac17 2213 libtest-net-ldap-perl_0.02-1.dsc 4f818225b8b5ca14f10ff42fc4b1bc7b6871e1bd 14184 libtest-net-ldap-perl_0.02.orig.tar.gz 976dc7c506d5bebad199e326288c1533d9a05e25 1488 libtest-net-ldap-perl_0.02-1.debian.tar.xz 5f9a99c016a1cd763d89c7eb78755ee42ad1347f 20408 libtest-net-ldap-perl_0.02-1_all.deb Checksums-Sha256: 6dc1d8a9205b7a98cf8c21a36c5a714c091ad35cb93428cd780af3eb3af0d4aa 2213 libtest-net-ldap-perl_0.02-1.dsc a7cbf61602681970f835263f0b4c5cf0252bc3cabcf44238456a3b302dde5929 14184 libtest-net-ldap-perl_0.02.orig.tar.gz f65a23970e42620946d3377da1fc1f1e794802a89fbadaa8108865aec69e2efd 1488 libtest-net-ldap-perl_0.02-1.debian.tar.xz 341b23bdf4e0a4929a3f60e57667ef5792615545a54b1ad97bd78a12cadd6cfc 20408 libtest-net-ldap-perl_0.02-1_all.deb Files: b38026e0cd756470c47c36d05ef2d886 20408 perl optional libtest-net-ldap-perl_0.02-1_all.deb 462422d15bcc94b53ecdd96a5db45afa 2213 perl optional libtest-net-ldap-perl_0.02-1.dsc 7396934d6cfa384a3cf5e34822201b13 14184 perl optional libtest-net-ldap-perl_0.02.orig.tar.gz e817a64b0b6e26c5c70aedf505fae8ac 1488 perl optional libtest-net-ldap-perl_0.02-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTbPqjThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpr7D/sFhjraLJRIlOFXpwidIgEJMDOK33VCXHz5hkTBMB+ur4WJ d/RsneF4PotATfNea+TgZXtfMd3UVKpwyf/1/cw0uKr8wABjNLAauUYhElaIlb57 0R9L20jshoGm3IKNmbZpQ7xpZ/+GjOBpMfatAQWujj017giORMUT7ddBCQ6IFHJz zjYNGWR5EwwM5m0sLKSY8RxX5ML1Ve1f+dQ29/N/QoeElVOE9LjyRmdQXstA+MIL J3t5YCuH9FARNrHBBFXyMh1mJfpxWMQGSy4M7xDUi1FSA/gYSl5Gn26K7u0srsn6 zgyGFas8cxbrMvxa5AQOqVBICqBikvRqdFBtfpivBQ7HYCNoItG5QjPLL2dyaO4/ SREJ2xTEpIdPWErQkKPAvMFubG0pe4fOpQl4xIQz3ZnY/mHnjUb36Y0Nz19Vnhah SFwMCKKtpkMpX4g2fZGaSEskkMrZ8L6NMHkJSzcZ/2sqSe6NbG6UT5FxxP5iBqjt D2XpwMYjiDxKVitqu7teBxj5EN89feLuRnPnfGDQNOUH6heVZA4BgBp+dgIxPC6C phkgqAYyCdmF9eRJZpWW8SnZ0l5xnTH8MpksBLxzKxX+2zsfRT452QC3wd0jH47B qkWjIjgbcRzuW7Syh1pRtsn7YLvZ2cMh4ARny8+/RH6wM1gflilmLSwKK+mbww== =X/ll -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 16:19:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 16:19:15 +0000 Subject: libdatetime-timezone-perl_1.69-1+2014c_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 17:32:14 +0200 Source: libdatetime-timezone-perl Binary: libdatetime-timezone-perl Architecture: source all Version: 1:1.69-1+2014c Distribution: unstable Urgency: high Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-timezone-perl - framework exposing the Olson time zone database to Perl Changes: libdatetime-timezone-perl (1:1.69-1+2014c) unstable; urgency=high . * New upstream release, based on version 2014c of the Olson database. * Add build-dependency on libtest-taint-perl. Enables another test. * Set urgency to high, changes to Africa/Cairo are effective tomorrow. Checksums-Sha1: 395d65de62f15d2cfd046568bac9d77699d84213 2540 libdatetime-timezone-perl_1.69-1+2014c.dsc 3760d1e88331b8b5e8ebcad46e2b118b329d5c9f 870734 libdatetime-timezone-perl_1.69.orig.tar.gz 7c860b7653645d1918de0c51bebdb3270950d8ff 7268 libdatetime-timezone-perl_1.69-1+2014c.debian.tar.xz 1b1ec83f436c7e85d80025e0f95071996d17c977 274436 libdatetime-timezone-perl_1.69-1+2014c_all.deb Checksums-Sha256: 92b109a7012da75558157a4bd780b489dc33bf4cd46d75c50a39cc24d5b01c75 2540 libdatetime-timezone-perl_1.69-1+2014c.dsc 5148a516fcb472dd38c81bb1683e0d74ba3ea6b031c096195a5c5efd3f119cf5 870734 libdatetime-timezone-perl_1.69.orig.tar.gz deecd8973b6261f3d3755485aff48d924e6f57f054ad7b426b528398495b6d7b 7268 libdatetime-timezone-perl_1.69-1+2014c.debian.tar.xz 39d4ad533da1b64ba97710ead67676262e75c8388caf1694f31de146c399e252 274436 libdatetime-timezone-perl_1.69-1+2014c_all.deb Files: d5fda3f98c3650d9a14f37e92821dc8a 274436 perl optional libdatetime-timezone-perl_1.69-1+2014c_all.deb 94bef30b87e77927d4ba9007648eea41 2540 perl optional libdatetime-timezone-perl_1.69-1+2014c.dsc ad2da15b8906009f5518b48dc52093f3 870734 perl optional libdatetime-timezone-perl_1.69.orig.tar.gz 5dff5ec35b2154380cb90b78722ed70c 7268 perl optional libdatetime-timezone-perl_1.69-1+2014c.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc41xThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBopgEACuGgzVPR5hq9kAk4mIMTrTuYpPlKSI+oYm7Vur7KPrUP/F sLnCcLGKiy5clK8XRePdMYhy+95deyodAVR+2TS0lzoKj7Ri1/dEg8ZnWXDy73If gALoo0yw/LjIpQ4MZH4eh55vQUcCbApjyRaVA4malAgQppKYnOvaQy5Xar5/jKcD Spfb5bnicxokyDrKGw8WGtQI30fpP/ey12vMkWiqSMSgwfaqhFTyOtr117Kf0pTM svey/RoPTnTMxqBP4rOJ+7Dn4bbWwbB0OREMnvFoERXtKRcZEXRC0isiH7Xg50GD 7mcRA1yk/bbVkd2A+r3PC0wGnDxxg6qdYaMxRod6If2x5WhM8lg8z5KuGCD/mVfg o5jtDHboWBPj0ov/UAVshVEjbIieJJ+ymgGPV4sYkWaSxLV6CuHQBCDpGE2hL9f9 5PuD8ZKqMHgU4nTnPihu9YL3dzNCrBDRl67b1/F6Xyz+gPyQrx6qdwuzasyMtX0o vjNMmzi/lm3mWPXvEDdE6owdY6zugyXmCDSMywk63Ycbs8pY/ME6IcEpFFqGPDTd D+5CuWZRf4NpGMyiPJGU/q+ZGCzLuZmSQknJxvnsJVTXT5L6rc3GMH0jLZPLBn1b IVMNLBN1zn4GlLcRyWxR4UO+FeADrQqXdo7tErJLcfodHrz+44VmyHASXJQQwA== =Eoh1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed May 14 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:16 +0000 Subject: libbusiness-onlinepayment-perl 3.03-1 MIGRATED to testing Message-ID: FYI: The status of the libbusiness-onlinepayment-perl source package in Debian's testing distribution has changed. Previous version: 3.02-2 Current version: 3.03-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:16 +0000 Subject: libfennec-perl 2.017-1 MIGRATED to testing Message-ID: FYI: The status of the libfennec-perl source package in Debian's testing distribution has changed. Previous version: 2.013-1 Current version: 2.017-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:16 +0000 Subject: libdist-zilla-plugin-installguide-perl 1.200003-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-zilla-plugin-installguide-perl source package in Debian's testing distribution has changed. Previous version: 1.200001-1 Current version: 1.200003-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:17 +0000 Subject: libwebservice-cia-perl REMOVED from testing Message-ID: FYI: The status of the libwebservice-cia-perl source package in Debian's testing distribution has changed. Previous version: 1.4-1 Current version: (not in testing) Hint: Bug #744779: libwebservice-cia-perl: Fails to retrieve data from CIA factbook The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:16 +0000 Subject: libmodule-install-perl 1.08-1 MIGRATED to testing Message-ID: FYI: The status of the libmodule-install-perl source package in Debian's testing distribution has changed. Previous version: 1.06-1 Current version: 1.08-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:17 +0000 Subject: libparanoid-perl REMOVED from testing Message-ID: FYI: The status of the libparanoid-perl source package in Debian's testing distribution has changed. Previous version: 0.36-1 Current version: (not in testing) Hint: Bug #743123: libparanoid-perl: FTBFS: Tests failures The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:16 +0000 Subject: libio-all-perl 0.61-1 MIGRATED to testing Message-ID: FYI: The status of the libio-all-perl source package in Debian's testing distribution has changed. Previous version: 0.59-1 Current version: 0.61-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:17 +0000 Subject: libparse-plainconfig-perl REMOVED from testing Message-ID: FYI: The status of the libparse-plainconfig-perl source package in Debian's testing distribution has changed. Previous version: 2.06-1 Current version: (not in testing) Hint: Bug #743123: libparanoid-perl: FTBFS: Tests failures # in libparanoid-perl The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:16 +0000 Subject: libchild-perl 0.010-1 MIGRATED to testing Message-ID: FYI: The status of the libchild-perl source package in Debian's testing distribution has changed. Previous version: 0.009-2 Current version: 0.010-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 14 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 May 2014 16:39:17 +0000 Subject: libmouse-perl 2.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the libmouse-perl source package in Debian's testing distribution has changed. Previous version: 2.1.0-1 Current version: 2.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Wed May 14 17:39:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 17:39:28 +0000 Subject: Processing of libparallel-prefork-perl_0.15-1_amd64.changes Message-ID: libparallel-prefork-perl_0.15-1_amd64.changes uploaded successfully to localhost along with the files: libparallel-prefork-perl_0.15-1_all.deb libparallel-prefork-perl_0.15-1.dsc libparallel-prefork-perl_0.15.orig.tar.gz libparallel-prefork-perl_0.15-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 17:49:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 17:49:47 +0000 Subject: libparallel-prefork-perl_0.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 19:33:36 +0200 Source: libparallel-prefork-perl Binary: libparallel-prefork-perl Architecture: source all Version: 0.15-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libparallel-prefork-perl - simple prefork server framework Changes: libparallel-prefork-perl (0.15-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Add (build) dependency on libsignal-mask-perl. Checksums-Sha1: 349607bd8c1bd37047bfd7b7670a01ef395a712f 2392 libparallel-prefork-perl_0.15-1.dsc 6005cf2505e788c7204d019ea0c57fe25ef69689 25798 libparallel-prefork-perl_0.15.orig.tar.gz 716443d1f10fbbe411498fa90f6f8b447b6b8842 2028 libparallel-prefork-perl_0.15-1.debian.tar.xz 885e931f67a914eee95a5a7b49850f573562ba1b 15036 libparallel-prefork-perl_0.15-1_all.deb Checksums-Sha256: 4ef1134dde7fb0ddd4632b44ae1e2a1d4b16978b641ad769eec583f7345d45c9 2392 libparallel-prefork-perl_0.15-1.dsc 0722b434df2553513a3a01a86b3c07f44badea6ff7e13bbc57c156c5c82dafbb 25798 libparallel-prefork-perl_0.15.orig.tar.gz 5d7c03d96d4b3f411641a765f2fd01d7836f41513a0b5813a2dc19dcc36f3e7e 2028 libparallel-prefork-perl_0.15-1.debian.tar.xz 7bde09b3ba2ba6676f286054cf3a41c116c05605195f7a1d87c7655c15f4b20a 15036 libparallel-prefork-perl_0.15-1_all.deb Files: 8f401957eba57805567d280d45f8a7c1 15036 perl optional libparallel-prefork-perl_0.15-1_all.deb 2ee916f9a9c5aadd38ae27275af75f3b 2392 perl optional libparallel-prefork-perl_0.15-1.dsc f0252dc75c6b0308a1b955d51d5aa0ad 25798 perl optional libparallel-prefork-perl_0.15.orig.tar.gz 4f5b1f575a3aa1a781197f965dcaac4a 2028 perl optional libparallel-prefork-perl_0.15-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc6kqThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhdvD/wIezbpJiSHTUZZGoePkwRdOtTPDMmkeV9tIRXdd5zm8qCa 86DSffKSue3R6bzhMr46j7frWa6nsNluEUSzgU44Ni0d9zKJnbTbiSBuwPh/3d9C nE5Yl7MTq/zJocrlRvi4uodA+wSiSUp9jWgNqbJex/ApfggejVLcw3BTPQfgJkE9 BMVgyyYx1bujteKcjeIpBToq3XBPTMIhWXA+koAUzmH12IqkwqAcc5/OvX+1qY6i IOQI76ECP/lxY7VrRnfzFU8zPQ06ra1L7/MV4ZqHZ9SGAYB1X+GM9URiZKw/GnqT arLYZTQVTD3v2/ssHIK4H78j+aROCAaRfDdB3wEDsmORDpy5Y7JmXKTmnSqqbJur hRPurRxoGFPAcatr7Nvs58Gmzdzoca9jSAjCml13hqDH57AX57U0S1JjZjclpqP7 sJVmE2SpStL8bhJshCAlYxQ7dGJ2rPpxv7CL9ZbXjUvYeec9JbvcAF/LU3Bp8/sR zQgOAgdh1orGTdlvSuf1wH1wBb5p/xWnEeo+3aTKhczRovywvA/lKAcvPn1yCvaO 6RMYIWXMRhCEhImB9CqAD3cbnuuLvf1+k5mGzqhdS6E9AyoB6l83CfYEkxYQTNR+ 5TSRn2nunajRD6AlLZ2R/SoGkiezfOLUmpoazbbGV/4SxxZXFF6+6o2nDPP9yA== =wIxi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 19:09:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:09:52 +0000 Subject: Processing of libfile-modified-perl_0.09-1_amd64.changes Message-ID: libfile-modified-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libfile-modified-perl_0.09-1_all.deb libfile-modified-perl_0.09-1.dsc libfile-modified-perl_0.09.orig.tar.gz libfile-modified-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 19:18:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:18:58 +0000 Subject: libfile-modified-perl_0.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:05:55 +0200 Source: libfile-modified-perl Binary: libfile-modified-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-modified-perl - module to check if files have changed Changes: libfile-modified-perl (0.09-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: a7fbf5774ca84751600df0ff74746ea787f3e6e8 2203 libfile-modified-perl_0.09-1.dsc c835ac11331fb4e0503c5059c057dfeb731e28a6 8481 libfile-modified-perl_0.09.orig.tar.gz 31543f52b935396c33bbb77671f87999c606e51c 2200 libfile-modified-perl_0.09-1.debian.tar.xz 03e04ed91dd0237675e27e31f01624367f09974f 12558 libfile-modified-perl_0.09-1_all.deb Checksums-Sha256: fd03807d16a50c9fbaee137cfbb71349f0ed4a14669b6f257a876d35ab541ff7 2203 libfile-modified-perl_0.09-1.dsc d5914f835da5b694bdf406609496dae1a9311ca787cb3f187af5bef60df5434f 8481 libfile-modified-perl_0.09.orig.tar.gz aae4e1db4dbd1af8d167f3532d40716dfc5344b57197e282b6e605340b7b0a37 2200 libfile-modified-perl_0.09-1.debian.tar.xz 220e958893f7043d034a75e799cb454e15e1608a242e18ef2321ddcaaf324931 12558 libfile-modified-perl_0.09-1_all.deb Files: 393b6f5480344db3ca82301b3d19ff52 12558 perl optional libfile-modified-perl_0.09-1_all.deb ba23dc348c4fdef0880ee862a5941984 2203 perl optional libfile-modified-perl_0.09-1.dsc 9eda150b1f8ab00a6809326b4389e9f2 8481 perl optional libfile-modified-perl_0.09.orig.tar.gz 7c3e80f9d27c70165a4e57f0b23a6ff7 2200 perl optional libfile-modified-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc77DThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoAnEACWshIMGKvduvSVF3+e578fqIu9GwaRNFMT92EFkUIL1tcx WiN46cL9kZMmfkuyBpvmu1a69SQD+UEffKorvMIvYehF4jDtSlMwUYWh7Pvnb80h A8gbJ+uvRcFumqp/j0FSJCiEm/RttDemVzCkcPME5v53jMqxMwElBUh75/q7wLcl 3lEyaZUdFC1+F2/2Um60xsQ3CUWxtezbF1xdcSRoYm4aseDcIBBI46y+38AaZAAC OrgIXlUBNgxbjw49c5I80nVOZdBuvlddbDf1U+uunERX4OUW+aacsI4YH9dkLioR rfGZsUTsgIojIzs5iTqeLj3UcKxvkXeFLsQhrCA+iuV9hgy8k37ATrQM2lUPnG+Z 2wXl6USCflGsegPqCsP7TV5DAqLmooxXQ/wai4EzGeQydZsxwPXjLwUh2lH7jwdg Pv7e5MfX6AJ946BMb8xcDLROwo4hT8NcXCUO+U5Cv7yTExScm54Idx1p7iwsSPqn HcQKM8VNUvyC4bDG4yfbEJQidPB680tXy4wZtwim3s8lLUg0dggpheMBPUwotA7o GhgWuMHMR6Wx3DRQd9Sq0gHyWFVz9RJYYhv+CHpCx4i5J17spJbclMzI73umuaJC HvK6LAvQ3mwvIZuizS1SdzrtUaWkA0zwovGlfofvPp8gQ/zIy1ZUb7EUwzMxDA== =BwWt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 19:19:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:19:53 +0000 Subject: Processing of libnet-amazon-s3-perl_0.60-1_amd64.changes Message-ID: libnet-amazon-s3-perl_0.60-1_amd64.changes uploaded successfully to localhost along with the files: libnet-amazon-s3-perl_0.60-1_all.deb libnet-amazon-s3-perl_0.60-1.dsc libnet-amazon-s3-perl_0.60.orig.tar.gz libnet-amazon-s3-perl_0.60-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 19:29:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:29:57 +0000 Subject: Processing of libpdf-api2-perl_2.021-1_amd64.changes Message-ID: libpdf-api2-perl_2.021-1_amd64.changes uploaded successfully to localhost along with the files: libpdf-api2-perl_2.021-1_all.deb libpdf-api2-perl_2.021-1.dsc libpdf-api2-perl_2.021.orig.tar.gz libpdf-api2-perl_2.021-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 19:38:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:38:23 +0000 Subject: libnet-amazon-s3-perl_0.60-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:13:14 +0200 Source: libnet-amazon-s3-perl Binary: libnet-amazon-s3-perl Architecture: source all Version: 0.60-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-amazon-s3-perl - Amazon S3 Perl API - Simple Storage Service Changes: libnet-amazon-s3-perl (0.60-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of copyright. Checksums-Sha1: d319c6f4209f21aba7aadeadee5e78aae6107751 2823 libnet-amazon-s3-perl_0.60-1.dsc 28b97b6f20c735f38aca4c4dbcdae3d11b991743 53232 libnet-amazon-s3-perl_0.60.orig.tar.gz d2e5d6e777bcbb1e06b6599544e5d8429ec6db2d 5320 libnet-amazon-s3-perl_0.60-1.debian.tar.xz 75f538b76e43abaab8aae09a2d9d60f4ba972257 98280 libnet-amazon-s3-perl_0.60-1_all.deb Checksums-Sha256: 1785ecc1606b350962190456bba992c8f40f1494357a209f19cd5ec1569491d3 2823 libnet-amazon-s3-perl_0.60-1.dsc 628937132268e501fb82410f96636e01b183423ea133b6c362894da109d6ac81 53232 libnet-amazon-s3-perl_0.60.orig.tar.gz 3838d0be5862368c6ba99643a382acfecd1a9a5b820ba2cc77bee48f15474d2d 5320 libnet-amazon-s3-perl_0.60-1.debian.tar.xz 674b0e68b80c5e57548ab02e7b00dde1355871c7626be847bf22e2bf96d70d15 98280 libnet-amazon-s3-perl_0.60-1_all.deb Files: 618af8c950bfd66f273b070e45a2ae03 98280 perl optional libnet-amazon-s3-perl_0.60-1_all.deb 49e3cdae8067d67ec2c80d0013c2edce 2823 perl optional libnet-amazon-s3-perl_0.60-1.dsc 652bfee36dbb2c21e8e5633961db7780 53232 perl optional libnet-amazon-s3-perl_0.60.orig.tar.gz c00265007b5533dccc9b82ea9e76596d 5320 perl optional libnet-amazon-s3-perl_0.60-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8CiThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkrvD/kBAoGNVbep6kUu3SoBRfa8AR54bn5w75taOMZCt0Yktbz4 sWmx6aJ9XXuN/WH1iKIctCZwKA1RANO3vHirTN/sjkcUnKpSqUYLzNEugpPwS+T+ 8lnLL+sjiqCR7Y3YDAP5XAJmDgLG2IgUQJLlHW1ADEN9gZC4x3WJvCatAERjUbZ+ mxo5uCESMXctykSZrtnV6aCh9ThOwNbVEFmjW/7D4WhE9sN8k/o7eUJHux6jIcpx Qp30DWv+V0BnDgXSWmLbKYt7hWW3FyFqrViste7WyNCjP7NQNZenM7H9D4+Qb0Su r+UWOfcY2RwvYLAdBj26XCW5d8lpTdnvhwa668sKgyBc34N97FHpv4+MJDqU3IpN Z7ARfCIO0p8P/ph/7XY9VNAHM+sCfzLVXXoaJon2l1gF4/kCohMS5KGNMJjCnNQP X6jRjJ3qUc1iCoe7dSNlBPtQLQIixDEn03zDVsaLn/gPVO7/9tFAnU59Ucs2J7Pu MVuHTFB0mi34a0hxSsoBB/Qix6F7WFZ50IaGCHaDRiX+UD7k5lHvnH0WnN8BpAvE X6aAH3uQBf3tNqVoZPFwGJDesUtvG77UbcF9DjMurqp+oscnNwdmeqLEmJ19qfFN v7B3zXntrvvyBlenEGS0MjxPF/tUCwQ7dl3lwKFKSIIW+dIOZG55+3gDrqC6Yg== =bGsF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 19:38:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:38:31 +0000 Subject: libpdf-api2-perl_2.021-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:27:27 +0200 Source: libpdf-api2-perl Binary: libpdf-api2-perl Architecture: source all Version: 2.021-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpdf-api2-perl - module for creating or modifying PDF documents in Perl Changes: libpdf-api2-perl (2.021-1) unstable; urgency=medium . * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update copyright years. * Remove dropped file README from debian/libpdf-api2-perl.docs. Checksums-Sha1: 99f8693509bbfc6d4b88b34ce0be64c138607e0f 2301 libpdf-api2-perl_2.021-1.dsc 0fefd25e18fd4c3883de6af17bea98b7d115c7d2 3518746 libpdf-api2-perl_2.021.orig.tar.gz 8fbcf73ad02e43087ec694934c36b08b4ac88b82 9064 libpdf-api2-perl_2.021-1.debian.tar.xz fe7fe8f3d0b6cbb83996046b8365c84e151f63e7 1428690 libpdf-api2-perl_2.021-1_all.deb Checksums-Sha256: d1e6686a6c1e4068432e95af6dfa5884ca980e0aeb5c053cec7b6427c72de8b3 2301 libpdf-api2-perl_2.021-1.dsc 57dbf738a50382bea487e977c8360bebb06d8d8f3076178c4a12e7dcdac320fb 3518746 libpdf-api2-perl_2.021.orig.tar.gz 00d3e457aa681a135959232324ecaa8bf182e38e713bce2feaff2792948c20c4 9064 libpdf-api2-perl_2.021-1.debian.tar.xz 3df3213d759a99d22c8475e22db22620d14827622231acde90c6b4f64de271ab 1428690 libpdf-api2-perl_2.021-1_all.deb Files: 1980a22630add052243a8895369a9db8 1428690 perl optional libpdf-api2-perl_2.021-1_all.deb 378e29f0eabde4cedf647b974fd7fec4 2301 perl optional libpdf-api2-perl_2.021-1.dsc 3ea6157edb2e3a4854fbd8f071199bd1 3518746 perl optional libpdf-api2-perl_2.021.orig.tar.gz 089b994c8a14ebfbe1f8e586c0190d41 9064 perl optional libpdf-api2-perl_2.021-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8P1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlqpD/sFIUxjAirQBVoK6uap3tb0QpSw3kqtujz71uH7G8dYMMmo opNcenoIWrpetzMnFQ09c/Q2nY2X+I8coMZe236bZ73m78ahf653Dllga8effQOq a1pZNkrbsvtDMJSmXPNTQehPf8xGWu3hRNjo3cHGDatBBSBTp1ap1E0x9fYYCAHF j3CerQ2kl7ZpiyL9hf48mDVDW6WYxLfVFjTK6Jopc5PL3EjVL97lFRNNTZkqEf3s 0S0GN7cLyY3y0nPHOFwovZKjdkf4L4bm5RAj//2d3gLM3Hj0XYktKLPqEQDfDO5e GeDBN8On+/ToQ579upYWiU7JYyE+FFsMSwW6e64fAgUhVRlxuAGCYCcMf6fVXOF1 60qUoIymq3SNcSPRaarxpHBt2EgOLU/7FpEobuVXTjJwtmmVFJSd7tmD8+1xETsv gnFSlo9dhj6ukgJ7STmgBAT3bfqa/jb006tjHbfWzrVLeVcCoe/MYB38GMLWvZKO ATtRKj126cxO5cz7pNiR72+/HANn68rh/6V9+B3m00R0PVbTLaGfd7REGTCp9kO4 oFRZba01hqvDfZ1bP3wQhAsGTWEb52qIG9IHIX/Vd+W6Ax+4hWUegCSdl7Br0N6a usFXqtcRxXnKY5L/ZNKkptn5FWjYmwZoTXkWFMqJGAWyzLffVjPF9f5ndX68gQ== =ZwTt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 19:39:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:39:58 +0000 Subject: Processing of libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_amd64.changes Message-ID: libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_amd64.changes uploaded successfully to localhost along with the files: libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.dsc libplack-middleware-fixmissingbodyinredirect-perl_0.11.orig.tar.gz libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 19:44:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:44:59 +0000 Subject: Processing of libplack-middleware-removeredundantbody-perl_0.05-1_amd64.changes Message-ID: libplack-middleware-removeredundantbody-perl_0.05-1_amd64.changes uploaded successfully to localhost along with the files: libplack-middleware-removeredundantbody-perl_0.05-1_all.deb libplack-middleware-removeredundantbody-perl_0.05-1.dsc libplack-middleware-removeredundantbody-perl_0.05.orig.tar.gz libplack-middleware-removeredundantbody-perl_0.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 19:48:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:48:37 +0000 Subject: libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:37:02 +0200 Source: libplack-middleware-fixmissingbodyinredirect-perl Binary: libplack-middleware-fixmissingbodyinredirect-perl Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libplack-middleware-fixmissingbodyinredirect-perl - Plack::Middleware which ensures redirect response have a body Changes: libplack-middleware-fixmissingbodyinredirect-perl (0.11-1) unstable; urgency=medium . * Team upload. . [ Florian Schlichting ] * Import Upstream version 0.10 . [ gregor herrmann ] * New upstream release 0.11. * Remove build dependency on libcarp-always-perl. Checksums-Sha1: b80b9e088933fb81812df22af30be55e08800f1b 2591 libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.dsc 5cdc50e85ac5e1edd0cc9ea27d578231cfea704d 11456 libplack-middleware-fixmissingbodyinredirect-perl_0.11.orig.tar.gz 1f2098ea929c227719195c1150cb9f12a3c4679b 1552 libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.debian.tar.xz 3f26c61ec2abb235077700e0332a400782dd0a11 6258 libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb Checksums-Sha256: 072d204166f7c90a11d9e35a8c5717fbe7688e7abe779e3e4ec5c71cb4263081 2591 libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.dsc eb4d4232344e7da3217347b847736ea55df962d11b870a225315d9241e8fbefb 11456 libplack-middleware-fixmissingbodyinredirect-perl_0.11.orig.tar.gz 08a45cfb26e0a632a92f244825772d48b9f326ba6ccef433900b334f7351c2ad 1552 libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.debian.tar.xz 00e62a8ae1b7e583b2da242f90b92cd5dea9487f85ac91e74a698b513cc582a0 6258 libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb Files: d0f9950c9c0d43ea7027ebe02ecd1e67 6258 perl optional libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb 1026c3290f917c32b19c3ceefd83869e 2591 perl optional libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.dsc 8f1a273b7ec464a42e206d35fe9f3599 11456 perl optional libplack-middleware-fixmissingbodyinredirect-perl_0.11.orig.tar.gz d00507a28c07940f0097d772d4ec5706 1552 perl optional libplack-middleware-fixmissingbodyinredirect-perl_0.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8YIThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBl1ED/9aXWamzVnIlRfykNR7jDrCjhlkbnDsXKsuUtsAwd37E4eb Zk7Pj3kE27lfZSKZvp+kseMTUOYpOc9KfG130kCbvIUjuUwbp8VxiHmbOG0fRxJh IeB/2R45oQil3QUyA60R4RI8knkI2ofOpWM54P0b0DCkxyb8B+P2tZRdNfx1wGGH yxfBh3DNLJ9J1My1YYuRbs5U224LONkD83TPkuS15oio5gt9MatmZOHiWwZQXjeI maPs0rjAMSYfvbI+UpZJ+w8QZdvAGH6gWwpcD7PAb/40PIoGO00x7iaGqjz02vo2 NG4vqIV8oNBZbQxi/AXCwJjPM+vWKZ7OXIjwomhWqyT+yP+G0TzEtt7d+RtjLlgC mh+RerLNbuBARh7xqpLJAx5vuV0nIQbqWMmsLD3mJpD1vZPa+7OqMWoxbRba64bF 0eUqACud8r9cYjxa3M5k3293889Lnvxm5lSs49b4dAdxx2AYYdXa5QowdzNcti2G rFngXeTCQ1l1IJIOZ24dPqLG7wG7Nu2iUooyqcZoGPNCpzVMbD0l3WdXSHoSGNCJ g4WN91IsG5dNgf9XK1454IrUtdXCbkoNleiK7Fak4AAzSK/4DVJ1kgtscn/uiFJd ljt9upHuH/Szah+EgO/zPEnVQesUu2zlUukqwYBBFdrrzI+wkDhcf2Uw8tsJTA== =hgza -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 19:48:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:48:44 +0000 Subject: libplack-middleware-removeredundantbody-perl_0.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:41:51 +0200 Source: libplack-middleware-removeredundantbody-perl Binary: libplack-middleware-removeredundantbody-perl Architecture: source all Version: 0.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libplack-middleware-removeredundantbody-perl - Plack::Middleware which removes an unnecessary HTTP response body Changes: libplack-middleware-removeredundantbody-perl (0.05-1) unstable; urgency=medium . * Team upload. . [ Florian Schlichting ] * Import Upstream version 0.04 . [ gregor herrmann ] * New upstream release 0.05. * Remove build dependency on libcarp-always-perl. Checksums-Sha1: 157d0cdc5c82813b4d46dc038a04c69736eb6e04 2506 libplack-middleware-removeredundantbody-perl_0.05-1.dsc 14d7b7de20c4155143b52c455f00b3d75426dd9a 10387 libplack-middleware-removeredundantbody-perl_0.05.orig.tar.gz e83706e4622ea53aebaf515f90d25a6c30cc24ae 1524 libplack-middleware-removeredundantbody-perl_0.05-1.debian.tar.xz bba5140c03074560d6186710fbd9e45b0d813c59 5384 libplack-middleware-removeredundantbody-perl_0.05-1_all.deb Checksums-Sha256: 0e4f5cf4c8aaf3fa7500ae4a7f49663de501cebd4773cc4f1ab9b097bafcec0a 2506 libplack-middleware-removeredundantbody-perl_0.05-1.dsc a0676e1c792bea7f25f1d901bee59054d35012d5ea8cd42529d336143fa87cd8 10387 libplack-middleware-removeredundantbody-perl_0.05.orig.tar.gz 5f973ee661a4ebdce155f538f850e7cd4b9b2f4240c48adffcaa62f746acd899 1524 libplack-middleware-removeredundantbody-perl_0.05-1.debian.tar.xz e57dd4a85c8e0fe9e6a91f5459b4105de0be9d3bcb25daf3940ba49ac7c6ce01 5384 libplack-middleware-removeredundantbody-perl_0.05-1_all.deb Files: 6ba4ce1330c33c6d29e16cbc8bc00b24 5384 perl optional libplack-middleware-removeredundantbody-perl_0.05-1_all.deb 6fa1e3eaa28b67505721d6e0f3b54d2c 2506 perl optional libplack-middleware-removeredundantbody-perl_0.05-1.dsc 71cd1ad993f143820fe8419d90ea298c 10387 perl optional libplack-middleware-removeredundantbody-perl_0.05.orig.tar.gz 2a7bcb7d6193d2d86a158aed060507f7 1524 perl optional libplack-middleware-removeredundantbody-perl_0.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8c2ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBiI4EACdENUBFIot6kFapLuPrumNEA5bC2w4PgpOqCPCxfZxfiag 4rxqzlWgRJAaFARYMHP3qrHw/vHNvvRpWkVUvKjqn1QF8YP0R5GK68WBgexMOdlt skNtHg+MnwzowpobnFNMTT1STB6DRKB8TapdnuWhJZmiGY4RdqJlyJ5DtAwUeXO/ 6kbs7PFy8W4OxzhdrDJlgGX9a4obmqxJ0UEQPBhhb68TmTRMqxVqRcSh4irziCHn PiXXB7ZlbLwuR8cBlFyvyeeYf/GPXDAifQ41vRFiE3IMdHVIPrPxuAVIesBZ1uJB CAK8jD6153R6lrY62ZX8QJLPcsrHaNiML65iX8ZwR6ncBcCGl4HU/q0hYU3HITw3 bG7gyHGe6DvBpqHFx5sIC38tFO1SoDUBox3sArJ5OQGDc6Jn4odC/FDNHefO4Mgh KE36aT15eOwNRlw/6v6hAUJ26u+NogGMRzazCKeioGMm0hSGW6zWTlgEYn0lHhf7 v08QSltf+TevQlPFbdMl/z8Vov7UbzuzDoSnhphSQuiEbG3AvYunz2ovCERE2qYW swXAcG6WMbmYlmlSBksLro8+3hZ/OfVwDybOO5XO31MucJ2cLK6YvWrpiS99rTiZ J9gSGTX/qyGXNsFAbFbi9nL1Jmm44GHHhPWJBjKZ6HocZg5sg9wjrdDbIhoESA== =b+92 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 19:50:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:50:00 +0000 Subject: Processing of libprotocol-osc-perl_0.04-1_amd64.changes Message-ID: libprotocol-osc-perl_0.04-1_amd64.changes uploaded successfully to localhost along with the files: libprotocol-osc-perl_0.04-1_all.deb libprotocol-osc-perl_0.04-1.dsc libprotocol-osc-perl_0.04.orig.tar.gz libprotocol-osc-perl_0.04-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 19:55:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 19:55:00 +0000 Subject: Processing of libdatetime-timezone-perl_1.58-1+2014c_amd64.changes Message-ID: libdatetime-timezone-perl_1.58-1+2014c_amd64.changes uploaded successfully to localhost along with the files: libdatetime-timezone-perl_1.58-1+2014c.dsc libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz libdatetime-timezone-perl_1.58-1+2014c_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:05:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:05:02 +0000 Subject: Processing of libcatalyst-authentication-credential-authen-simple-perl_0.09-1_amd64.changes Message-ID: libcatalyst-authentication-credential-authen-simple-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-authentication-credential-authen-simple-perl_0.09-1_all.deb libcatalyst-authentication-credential-authen-simple-perl_0.09-1.dsc libcatalyst-authentication-credential-authen-simple-perl_0.09.orig.tar.gz libcatalyst-authentication-credential-authen-simple-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:20:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:20:06 +0000 Subject: Processing of libredis-perl_1.9720-1_amd64.changes Message-ID: libredis-perl_1.9720-1_amd64.changes uploaded successfully to localhost along with the files: libredis-perl_1.9720-1_all.deb libredis-perl_1.9720-1.dsc libredis-perl_1.9720.orig.tar.gz libredis-perl_1.9720-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:21:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:21:23 +0000 Subject: Processing of libstrictures-perl_1.005004-1_amd64.changes Message-ID: libstrictures-perl_1.005004-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libstrictures-perl_1.005004-1_all.deb libstrictures-perl_1.005004-1.dsc libstrictures-perl_1.005004.orig.tar.gz libstrictures-perl_1.005004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:25:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:25:06 +0000 Subject: Processing of libcatalyst-authentication-store-dbix-class-perl_0.1506-1_amd64.changes Message-ID: libcatalyst-authentication-store-dbix-class-perl_0.1506-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-authentication-store-dbix-class-perl_0.1506-1_all.deb libcatalyst-authentication-store-dbix-class-perl_0.1506-1.dsc libcatalyst-authentication-store-dbix-class-perl_0.1506.orig.tar.gz libcatalyst-authentication-store-dbix-class-perl_0.1506-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:25:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:25:07 +0000 Subject: Processing of libstrictures-perl_1.005004-1_amd64.changes Message-ID: libstrictures-perl_1.005004-1_amd64.changes uploaded successfully to localhost along with the files: libstrictures-perl_1.005004-1_all.deb libstrictures-perl_1.005004-1.dsc libstrictures-perl_1.005004.orig.tar.gz libstrictures-perl_1.005004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:35:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:35:14 +0000 Subject: Processing of libcatalyst-controller-formbuilder-perl_0.06-1_amd64.changes Message-ID: libcatalyst-controller-formbuilder-perl_0.06-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-formbuilder-perl_0.06-1_all.deb libcatalyst-controller-formbuilder-perl_0.06-1.dsc libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz libcatalyst-controller-formbuilder-perl_0.06-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:50:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:50:24 +0000 Subject: Processing of libcatalyst-controller-html-formfu-perl_1.00-1_amd64.changes Message-ID: libcatalyst-controller-html-formfu-perl_1.00-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-html-formfu-perl_1.00-1_all.deb libcatalyst-controller-html-formfu-perl_1.00-1.dsc libcatalyst-controller-html-formfu-perl_1.00.orig.tar.gz libcatalyst-controller-html-formfu-perl_1.00-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:50:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:50:25 +0000 Subject: Processing of librt-client-rest-perl_0.49-1_amd64.changes Message-ID: librt-client-rest-perl_0.49-1_amd64.changes uploaded successfully to localhost along with the files: librt-client-rest-perl_0.49-1_all.deb librt-client-rest-perl_0.49-1.dsc librt-client-rest-perl_0.49.orig.tar.gz librt-client-rest-perl_0.49-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 20:55:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 20:55:25 +0000 Subject: Processing of libpod-simple-wiki-perl_0.16-1_amd64.changes Message-ID: libpod-simple-wiki-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libpod-simple-wiki-perl_0.16-1_all.deb libpod-simple-wiki-perl_0.16-1.dsc libpod-simple-wiki-perl_0.16.orig.tar.gz libpod-simple-wiki-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 21:00:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:00:28 +0000 Subject: Processing of libsession-storage-secure-perl_0.010-1_amd64.changes Message-ID: libsession-storage-secure-perl_0.010-1_amd64.changes uploaded successfully to localhost along with the files: libsession-storage-secure-perl_0.010-1_all.deb libsession-storage-secure-perl_0.010-1.dsc libsession-storage-secure-perl_0.010.orig.tar.gz libsession-storage-secure-perl_0.010-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 21:15:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:15:39 +0000 Subject: Processing of libsoap-lite-perl_1.11-1_amd64.changes Message-ID: libsoap-lite-perl_1.11-1_amd64.changes uploaded successfully to localhost along with the files: libsoap-lite-perl_1.11-1_all.deb libsoap-lite-perl_1.11-1.dsc libsoap-lite-perl_1.11.orig.tar.gz libsoap-lite-perl_1.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 21:21:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:21:14 +0000 Subject: Processing of libstring-parity-perl_1.32-1_amd64.changes Message-ID: libstring-parity-perl_1.32-1_amd64.changes uploaded successfully to localhost along with the files: libstring-parity-perl_1.32-1_all.deb libstring-parity-perl_1.32-1.dsc libstring-parity-perl_1.32.orig.tar.gz libstring-parity-perl_1.32-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 21:22:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:22:18 +0000 Subject: libcatalyst-authentication-credential-authen-simple-perl_0.09-1_amd64.changes is NEW Message-ID: binary:libcatalyst-authentication-credential-authen-simple-perl is NEW. source:libcatalyst-authentication-credential-authen-simple-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 21:22:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:22:25 +0000 Subject: libcatalyst-authentication-store-dbix-class-perl_0.1506-1_amd64.changes is NEW Message-ID: binary:libcatalyst-authentication-store-dbix-class-perl is NEW. source:libcatalyst-authentication-store-dbix-class-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 21:22:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:22:32 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-1_amd64.changes is NEW Message-ID: binary:libcatalyst-controller-formbuilder-perl is NEW. source:libcatalyst-controller-formbuilder-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 21:22:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:22:39 +0000 Subject: libcatalyst-controller-html-formfu-perl_1.00-1_amd64.changes is NEW Message-ID: binary:libcatalyst-controller-html-formfu-perl is NEW. source:libcatalyst-controller-html-formfu-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Wed May 14 21:22:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:22:46 +0000 Subject: libdatetime-timezone-perl_1.58-1+2014c_amd64.changes ACCEPTED into proposed-updates->stable-new Message-ID: Mapping stable-proposed-updates to proposed-updates. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:48:19 +0200 Source: libdatetime-timezone-perl Binary: libdatetime-timezone-perl Architecture: source all Version: 1:1.58-1+2014c Distribution: stable-proposed-updates Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-timezone-perl - framework exposing the Olson time zone database to Perl Changes: libdatetime-timezone-perl (1:1.58-1+2014c) stable-proposed-updates; urgency=medium . * Update to version(s 2014b and) 2014c of the Olson database. Checksums-Sha1: fc2c3192a7a4039d50cd8474559bf8c008170a96 2509 libdatetime-timezone-perl_1.58-1+2014c.dsc 1ff216383caee3384f50ae525e2edc2fd6abcc55 66140 libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz cf7fb9f77dd73ccecabc9754a6f699d133d26f86 271032 libdatetime-timezone-perl_1.58-1+2014c_all.deb Checksums-Sha256: 69f322f41d5f6f308e20ff01239cb1ca52ac2b4eef05ba298ec81fc746f753a9 2509 libdatetime-timezone-perl_1.58-1+2014c.dsc 7c2a3f9fd2447843d5b7ce8bfd3be6cc4b58784996db5af875a1cb16dae0dd53 66140 libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz 8c82c25f4f6a4860d80a74ccd23432bb0b18d7bf47953bba78226ca1a020224d 271032 libdatetime-timezone-perl_1.58-1+2014c_all.deb Files: db6fed624a66e01481300bfae60cbc77 2509 perl optional libdatetime-timezone-perl_1.58-1+2014c.dsc 238c79d8677a3ce45084a356ad01401d 66140 perl optional libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz 074d4dd06c90c4465b1e239ff06160dd 271032 perl optional libdatetime-timezone-perl_1.58-1+2014c_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8jMThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlpdD/oDAA4YgiZxYDy/UhpFVo0Wz9n5Ud6I6QRNplizZdOacxUx rAwVtlfb4FTg1s1S6L9l61CWFS9iQfah19fSuV8+10jbyR9tecYy+iSOoTMfaOgX fMyGjpO4fYZTYmg7HKexTR9uzkmcK79AlKb6Y4GiYr4p26ZsACH0LHzMN/0FEpHw eG80CQRCrvU0VpzN+dFie+5ztWq/3/mB+eJL1UE4Rk4BMFTor9Q4ZY1BuaMjh2ve VCNlJu3pwDo3oXmE23cI9RNp4qnJdhsSrP99mXjqY6wOOKgjF4OUUxHktvOyj676 q4mVGxwuWawveWyysqcncvjSxJ720zf+LD40dx0E5q85S9ttrWnaJH9ZgszZFJnZ v9ozWGEj1RfdpLNtygEeSUna69KEMVPfmi8ZsUqx5FRwS6yTWCL5a8sSBjXc0Sn6 7gXwOuG7U+xOlKhkr5JS0ZS9Pn8bssLqY8u5HRG1bNHMV1vk1L05qwp152BH5eXY Pu2ZlBf3dZKHhhISj/B1qTKf6YiuHr3x3nrJ0SsczgXX67BEARJ4+JvMr1ZoFQmp g9H342W9k6PHNi9aRinzJzeVICzVLDIOT1xFG3xPmNH1yeQVT43QB8IySdSb66E0 rLlq7wtrOw39zWWmaO24PpdWZQkdEHwFFROlugqjdv01mhE1HDFlMkjiMkdt2g== =6RK+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:23:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:23:18 +0000 Subject: libprotocol-osc-perl_0.04-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:46:19 +0200 Source: libprotocol-osc-perl Binary: libprotocol-osc-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libprotocol-osc-perl - module to implement (de)coding and processing of OSC packets Changes: libprotocol-osc-perl (0.04-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop fix_spelling_errors_in_POD.patch, merged upstream. Checksums-Sha1: 05ecf1c6d15703491e3803cbcdee8f1381342af0 2185 libprotocol-osc-perl_0.04-1.dsc 11c1b1e12e8206be7f72549d4a989ee60e20823c 12278 libprotocol-osc-perl_0.04.orig.tar.gz 960d7d340b578d3d8a34189f203dae5991b1a3db 1560 libprotocol-osc-perl_0.04-1.debian.tar.xz 60ab70ddf8079c3e5466e310244202f767e1dd9f 10660 libprotocol-osc-perl_0.04-1_all.deb Checksums-Sha256: 1ef3b56cd54fb9d979bc606600053a14307018c54bb97a159f42839e364d2272 2185 libprotocol-osc-perl_0.04-1.dsc cca7c85e7b2abff840842ff88d280fa16fad96ac497f9f9b74d20acd2f8c7be1 12278 libprotocol-osc-perl_0.04.orig.tar.gz f6cca101007ffd29d169064cc2538ab8e3fe9eb8aede7be619c1a78facc689db 1560 libprotocol-osc-perl_0.04-1.debian.tar.xz ecdaa26c39f063d9004af69277a6d73db5dd8899e4f03991f160edef11aafb5a 10660 libprotocol-osc-perl_0.04-1_all.deb Files: 96ce632612bfe559689d10949ef6f93d 10660 perl optional libprotocol-osc-perl_0.04-1_all.deb 70bc1110fab1084e680b11f793d0eb32 2185 perl optional libprotocol-osc-perl_0.04-1.dsc 4dc8275f68b2bf15e66b6f398b931d88 12278 perl optional libprotocol-osc-perl_0.04.orig.tar.gz 7bdf7e21c3e8baa2924250443970bc57 1560 perl optional libprotocol-osc-perl_0.04-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8g1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvTgD/91QGdUU1B0lCYoedAnCMM+uKcEn+79eRE4umZW5BaflPmD GsU82WRkR40j0W3nq86qPzFE1a++eHUAqcxRy84YyJ0JUg3isC/8A3cc+mJgLpKg OIWSrFNh64pAWdfsWgb7gbMdjNORcib+GoXjWLQmAsBUq/uHMNnNR08MonOXQst3 tOkM4DyfzsXS4Ga3C3FjyeuSO09XqXjvFjz2AV1yB4VQ/jU2/2qr5MN4XPZUsOjP 5gzUx9eQnBauC14YJK0u+WW/ZornGAbRXYpN78Y7HDHJUKacmf4BToWZh9Zx52tD /8X0F8YO8uLiHj7kAEOCy4fStvXNQ0qvyGDLO5Gf8+9YRZUryXrsC9ow7hEayNwy DFRpd9GAuMbJ/LLYY0F5mQfF0EmFMk5c4LMfE8RkdIPju3LK7JXLpUodS1rvytnZ qRpdkYdCSRz42D2BpW48FVvadwWz0C22ayJLgumYO3Rp7+bX4yRxzzT17qYJPqan 2kmNxvbhO8okcIqY+tlcIy3VWlVuBwaRJbThMfwFwbrJNDkSG2aLMlowH5Q8acHh 7ZYYSUZt0+4jpzUeCWR0LfDTQsd0EMiHWMcy9J4hCWdLboEX5ZWwBDCGI/g2KEZT iela6zbH3j2bH4/SnSZfFUV3pLWZ2enkA6/cgSdPW2t5JYTxB9j1mEXnXNl/KQ== =yz/4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:23:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:23:11 +0000 Subject: libpod-simple-wiki-perl_0.16-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 22:38:31 +0200 Source: libpod-simple-wiki-perl Binary: libpod-simple-wiki-perl Architecture: source all Version: 0.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Xavier Guimard Description: libpod-simple-wiki-perl - Perl class for creating Pod to Wiki filters Changes: libpod-simple-wiki-perl (0.16-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Xavier Guimard ] * Imported Upstream version 0.16 * Bump Standards-Version to 3.9.5 * Add spelling and pod error patches . [ gregor herrmann ] * Update years of upstream copyright. Checksums-Sha1: 751a7b1725a8800c3bb5a8c2939627bf966b194c 2252 libpod-simple-wiki-perl_0.16-1.dsc ec0a3cf405d278b4c0ffa3655a1129a944db2745 25846 libpod-simple-wiki-perl_0.16.orig.tar.gz 78b2cfc10b99a0e5c558ee1bc681c517e98e7fc7 2924 libpod-simple-wiki-perl_0.16-1.debian.tar.xz 65d3d4b28c4f5add48bfa86f762145350ce7ff01 52318 libpod-simple-wiki-perl_0.16-1_all.deb Checksums-Sha256: 2c52fa5f3a1770d9e5489129ff3663230187bc4caa779ee6c805d57023fbf1af 2252 libpod-simple-wiki-perl_0.16-1.dsc 742084dbaa7817897574696001eaefa22d071fcc62559e76e56848fcbd6d3cd4 25846 libpod-simple-wiki-perl_0.16.orig.tar.gz 5ec718164b82cd957ba1d3fc1309a06bb9fe9efdf7d9233669defd15d315c6fa 2924 libpod-simple-wiki-perl_0.16-1.debian.tar.xz b1c0a360e9dfa0ea40b11d9ef523f777a41d132dc3045cb380db32f1a47dd346 52318 libpod-simple-wiki-perl_0.16-1_all.deb Files: 816574812280550153932460f157d508 52318 perl optional libpod-simple-wiki-perl_0.16-1_all.deb bd9508379e96bb6fedb226bc3eb8dbd4 2252 perl optional libpod-simple-wiki-perl_0.16-1.dsc 3be18f6101bc5af2ddc8939505e72c38 25846 perl optional libpod-simple-wiki-perl_0.16.orig.tar.gz c3bd08a76c22daecd261943bc8e05609 2924 perl optional libpod-simple-wiki-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc9gJThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBk96EAC3RYZaWsYoVVigSAOwXT6SgDnA64GF3Pb67hTauIxXcEhr cpkBxDaTqWjrbT3HedOVuAn/wpigm1Ix/P4TYKUyjAX+o8owAb8eLTWN5YXf1MLv BrPQRtdQYp+ZCZiOUK6751lJ1NpSpQJY8sCzwGHt71sjsyHeQQyfVHQggckxdX/u OQtqudP644nD+0pCoaCEzdeMvcBUpS1RMa4SQq4imNRZ9HMkmCPCxzbMir2G9y9h NJUeVwV0vFlDsZ1MxBUxZE7s+bLe8bQ8mnljKBdKw6yK33NiJz/0VY8aLOAjS0Ig T0UNESsOLf9yeGVX/Gub5AHrweGF0M9/7fFvje/R2W1mFJwjFiq3WwMJquv9U2jx zwwB0hasLv3HM5OOuOzsYt4Tgdd1JHqlcLBQOI0BmbwRudBYHaxOV5ltNRcOE+ej kwnCTjDYeJvEZxmzzaNjPigC7rePZQDhyIAYrQ0HQosAvpMbfC4LEUNjZw68UUk3 WPDF3aLmlNgP2Pff+aUFhkM0fkBjHu0sMdcva+r8tN5MKUzplBZn+PH/sGbgiXHY qRBVT5vVx8e0zOGk1S3KFwX/eYv8voTKMdAvMbuPdPi6V7cb/8gdBfkCZhUc/YKo P9PgKRapNFltKpVL2pqU46udHPBFED8LkP/9XyxzEwCxukna6n1P/llScj15Vg== =Pfkv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:23:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:23:28 +0000 Subject: libredis-perl_1.9720-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 22:16:07 +0200 Source: libredis-perl Binary: libredis-perl Architecture: source all Version: 2:1.9720-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libredis-perl - persistent key-value database with network interface (Perl client Changes: libredis-perl (2:1.9720-1) unstable; urgency=medium . * debian/control: bump required debhelper version for Module::Build::Tiny to 9.20140227. * Strip trailing slash from metacpan URLs. . * New upstream release. * Drop build dependency on libtest-pod-perl. Only used in release test. * Add a patch to fix a spelling mistake in the POD. Checksums-Sha1: b94363a462efa401d969e0eadf6fc9d78fcdc70a 2498 libredis-perl_1.9720-1.dsc f079a6e704d0e9ca08f849a193a849ec1b57d267 40658 libredis-perl_1.9720.orig.tar.gz 3feeb554f4c8af73c508da7aec6d8446a4f0531d 6432 libredis-perl_1.9720-1.debian.tar.xz 532cf32bfccfbd9f95b13894df5cf2d6c7361156 43492 libredis-perl_1.9720-1_all.deb Checksums-Sha256: a2fbb8fa04f8a5dda2a6b9ec51b67a7d84cb236e0b72064fd592afb679d355f4 2498 libredis-perl_1.9720-1.dsc f0281e9b9772e1e7211328f7d00d38b8876a82ab47673d56ff3b05380f903466 40658 libredis-perl_1.9720.orig.tar.gz e9c335abfdf3bd990ee90878dcb6e8cc3a3d00ceb404f7c25b578df72bd8a945 6432 libredis-perl_1.9720-1.debian.tar.xz 73100b08ef1726ebbef228b810d13c90a35e612154f3fd622487acdb74e14eee 43492 libredis-perl_1.9720-1_all.deb Files: 4bea8d17785270d6af81b744da135bbd 43492 perl optional libredis-perl_1.9720-1_all.deb ed41b73f73004d113d7cac72d71879f7 2498 perl optional libredis-perl_1.9720-1.dsc f202053ac382fe0f4edcd97a99bb265d 40658 perl optional libredis-perl_1.9720.orig.tar.gz 8b5f4414d70772516a5ba68d4626769a 6432 perl optional libredis-perl_1.9720-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc89nThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtyVEACNhYsPUv5IXpcl8pNIFaK7Nz1CY8X2vOzsft6sRa5W9kHS /RqMqD4PyRQK03ilqocvKrZbHZhioSrG+4ADabO5zZuJ8JSDqfr/8+cGixv4Bgi6 DII02sUFoenGXA4TMHwBRR5j3q9deMkAv8hMo3dCjRudIanWIJPpFEO/PadbIKq1 6JsvaeL2VLq14KQ3URiixN7f7Wl0xJAMDSEYXdR6jIVPpPg++4rG9lYZcqtzoC8J MYlj5oQh73uo3nQwCHfUaLzEkXBf3j/Zolb9LBU+CN2MZDnwNLqB7U+FMjGZsS1T wKKyTZwPe9ogb2wBHV5ddRGe71ZF3I/b4gC19nsrzJMTprIgsdEuIjXCJaJqOKSw VYPOgNwPv6LHhzs7w2K1y7xP8O96z2/G/ngVeXjT1tY0i4N0/lNNI2LDFBb2zxdj hJOFUCRHe51Q44WStIAUPhQfzmPVYQ2IP2oqJ1uVfb2yQy2gZmAoboTVTp9fqtRk rZdVk3hLHP5fhrouPGN8sA6Uej9GDv0dcuzAhx2raHTDhwzLWxqWQ01D2UpgPmrR v/91TwMMF9OPGzLkg32+LnKqKhRUABpqHoRHQXwBfvfZR0JLfSTw6ffBvyrwsquH 29R9onRxSdQtbpYNRebJkjmTk84NW41BtugLAKl/m0coMON/tf0S8+ZqedIdng== =jdk3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:23:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:23:35 +0000 Subject: librt-client-rest-perl_0.49-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 22:48:27 +0200 Source: librt-client-rest-perl Binary: librt-client-rest-perl Architecture: source all Version: 1:0.49-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: librt-client-rest-perl - RESTful Perl interface to RT installations Changes: librt-client-rest-perl (1:0.49-1) unstable; urgency=medium . * New upstream release. * Update license for lib/RT/Client/REST.pm. * Update years of packaging copyright. * Drop build dependency on libtest-pod-coverage-perl. Changed to a release test. Checksums-Sha1: cc9c28e7e34a05aec6b5ec44b0ace2d90aeefbb8 2481 librt-client-rest-perl_0.49-1.dsc 63460c0841664ae2506f977d5041e5f3785b7b80 84494 librt-client-rest-perl_0.49.orig.tar.gz 447824533ac9a7107d87b365c64488025b3ec028 2740 librt-client-rest-perl_0.49-1.debian.tar.xz 42acbe6f3ed807f958f3f33589e07446b16bb74b 73420 librt-client-rest-perl_0.49-1_all.deb Checksums-Sha256: 8992940bbfa9bfee45f23b8834e6593bfe75f086131067f2df55a5c1415d57b4 2481 librt-client-rest-perl_0.49-1.dsc 832c84b4f19e97781e8902f123a659fdcfef68e0ed9cfe09055852e9d68f7afc 84494 librt-client-rest-perl_0.49.orig.tar.gz 9614179218cce1a414564b189240778e4188dde01c7cb0e0b3ffa583a76bc9af 2740 librt-client-rest-perl_0.49-1.debian.tar.xz bb151fc5c386e681ec7f42aef96185f0e6875bb46fe45eaee45ed1c16eda3564 73420 librt-client-rest-perl_0.49-1_all.deb Files: ae6cc9e6e474068e8dd18cbbf3e65749 73420 perl optional librt-client-rest-perl_0.49-1_all.deb d8a82d2f76fec45574891e88d8e412b7 2481 perl optional librt-client-rest-perl_0.49-1.dsc bd6e101d9d629db09c5be60cbc551f65 84494 perl optional librt-client-rest-perl_0.49.orig.tar.gz 9b4d3a0d786b38c33f0773b9ceafcf98 2740 perl optional librt-client-rest-perl_0.49-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc9bqThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm91EADEUji9EA9iVdnKwZLJEXcSDcoO5Y81GZA5+rNNVJtxwxcP NwbSzIyQ/YyHrjAOY1GrKxNSALrSpjjxhm4GQLX5bVatkWZicc3s8glos96X5Rk5 seDn5KMgoVccaxQlHGR5a7uUS1GuOLBRpC4dSA7iW1RHv5CctCWM8hXCLJIJtL2s V7QjAfOe28GJZH4TlmZDDj+mPdGU5JzFiRq33U5g1Whzb6RZy4o+3dIrpq27yCMZ 9UN1JyhPNULe/UyaVJ53eYGV94Yt6BrUy8m+rWj/ZfrWEZLoTltJiUP49uOXOJDd 1NuTwuZFswVm7xuNdao/GB+jKTg+EK9IXB0c2SkuIZGfanW4ng1mhT4TvBeVo7Ta 1FBJEXUnYmnyR0Nmf7tju4bWZvv8s6KaKgWxCbqj/q9xX0Y6pBjABt39/ZgDHzpq aemWUY04Y34vFLNBNSar78k8yjHLIX6nPNqzEs+LASKkWv/Xcz388mSb7wbxn5aO 6tRiubrgRQyee8/euyF/DR3s7irG7OSUZY6HnQpVvqn5Mi/VcQPjqURwWzhZAiCO +h3SWiFyD2KlQOo3tr1KfuD6oKPjYM3Z4oGohL1XQR7jvYSzTEGGCmodqfyWH4Dc wqbSFFpXZy2v3Xy2u4e9lJc3oKWeNn7u7H2rYBtgQAUMwYUasSCZmQClHZEGWg== =Dw/I -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:23:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:23:46 +0000 Subject: libsession-storage-secure-perl_0.010-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 22:58:13 +0200 Source: libsession-storage-secure-perl Binary: libsession-storage-secure-perl Architecture: source all Version: 0.010-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsession-storage-secure-perl - module implementing a secure way to encode session data Changes: libsession-storage-secure-perl (0.010-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 393c0ca0428f4b013b9a46ff587bf37f9dbdf235 2650 libsession-storage-secure-perl_0.010-1.dsc ca58be3aeeab7b43f1b7d27a313aa64ce0352012 24990 libsession-storage-secure-perl_0.010.orig.tar.gz c90a752b224e3b3c833d69c242edc557b8e2fc77 2108 libsession-storage-secure-perl_0.010-1.debian.tar.xz 5824e5ddc5eae033e6f6f607168b1141765aab6c 18160 libsession-storage-secure-perl_0.010-1_all.deb Checksums-Sha256: 9399ba82685f5aab3b2b0b6d1ddf5e2746d3586483223a166d6058b1bf2ed0a7 2650 libsession-storage-secure-perl_0.010-1.dsc 3ef731772f7871bf4d5fe87387395c4b994345fc6268134b28978f82dde1c11f 24990 libsession-storage-secure-perl_0.010.orig.tar.gz 4f6e68ac44fa145ebf9f8b621de0fab6c0b29c7f74978f97e7d25c6ee4ba253a 2108 libsession-storage-secure-perl_0.010-1.debian.tar.xz 87ab53f96aea68d6bea9a06e5e8aef115bf8f395f119396ab973f74518220177 18160 libsession-storage-secure-perl_0.010-1_all.deb Files: 0465d924cf848a98fb903b732a6330eb 18160 perl optional libsession-storage-secure-perl_0.010-1_all.deb 5cc3b95e62e96404e0504d92dd0b6507 2650 perl optional libsession-storage-secure-perl_0.010-1.dsc 69cfb8796afeefbf4228810081b66863 24990 perl optional libsession-storage-secure-perl_0.010.orig.tar.gz 2a2813e15efb53d0e62182dc169047e9 2108 perl optional libsession-storage-secure-perl_0.010-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc9kZThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuuZD/4/c0oDCciYjA0Q5CVCFsZTjBMyZaokw4pqQgBxZykb2JEZ Rd9GFD/zJtaVmXGwHC8B1l0B+zWqaeCt3PJOtbQisQcjOdnbBsgRMfZQAVxqfpfq 1MO85nQoobLAt5/jl7akyzY+V4VM771BaEUQjNfpqttzXx5ZtzSO6mCNBcWFACXP L7dYScg6K09aKlFO2sFCPeUJE4c0fw7qCsaRhkZiu9Qz4UutiZnxc48SOr9zUSrc udjrpKeBE9jhmz6B3yDWKdW6PFQd8E/b7Rx269o8MmhojwRi2Nwa6WjBhco7xr9r cJgt/qwsT6pZPE1SPNrwQ1Cmw1zXOQYbCkbkw/LXIh+Ifx/BTV81DIS5e1jpWahU 8bRaLPtizHxCh1dUwaJZuY1T37QoajYUU9X47EAY+0l21pe8uHn46oUhXpADAy3I YnW0YmFUQ5BX/eYoI6VzGCNjOYKDQk4IZe0zhAjPDPqil+7r9WVWTuNhjrlij74e tExtEknhILiXgqoW7eeuRqZTi9ZwQPxRc9VSSb+HWq+Cv8wwPBDS6DiZVdc2Oimc cR5j4rbUMomqe3Xs3a7YEYR3uDExCnDpsQfrjCfJpmthftgBFGx/sWPRenDDm2i7 lJeEbYwtvOf2nT4wTGmJV0wFpVQOWRpvoitLt7d9esTQCNp+271fw25rPHbNKQ== =G0qa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:23:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:23:54 +0000 Subject: libsoap-lite-perl_1.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 23:10:07 +0200 Source: libsoap-lite-perl Binary: libsoap-lite-perl Architecture: source all Version: 1.11-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsoap-lite-perl - Perl implementation of a SOAP client and server Changes: libsoap-lite-perl (1.11-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: eca631198422ad23da076ce70ae846a9b009fd3a 2747 libsoap-lite-perl_1.11-1.dsc b9e22c82a240737e87d6c720998feadcfb583768 227294 libsoap-lite-perl_1.11.orig.tar.gz 0957fe8178cc15a4edd8830954a02f28f181194f 8180 libsoap-lite-perl_1.11-1.debian.tar.xz d2dbd2b6077a1d4fd2b24b0489d4cc0899b6efff 271772 libsoap-lite-perl_1.11-1_all.deb Checksums-Sha256: 2ab52b355de4fea61f57ef680c48f709a161045b431aa9df64e5e44414e22e50 2747 libsoap-lite-perl_1.11-1.dsc e4dee589ef7d66314b3dc956569b2541e0b917e834974e078c256571b6011efe 227294 libsoap-lite-perl_1.11.orig.tar.gz 51223307fb5a88c15fdcaf4bd7a404eccf1e3f44b2b1b617c656448d89004617 8180 libsoap-lite-perl_1.11-1.debian.tar.xz c5918b641da354bc3e40ee192a1bcc7613d4a29986a0d4e41d3ba4e7f3fcba2b 271772 libsoap-lite-perl_1.11-1_all.deb Files: 918d5d8db469dcc975549cb6f3b1f90c 271772 perl optional libsoap-lite-perl_1.11-1_all.deb 4fff1b63fa0f2d432727892d4b6b6686 2747 perl optional libsoap-lite-perl_1.11-1.dsc 32606983a405249839753e434aac90a1 227294 perl optional libsoap-lite-perl_1.11.orig.tar.gz 717a81fd8efca73284e6382cf85df456 8180 perl optional libsoap-lite-perl_1.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc9vwThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgl3EADBgcDpFysbCkfLAIbBaFF9C3372JXD9XFXGq8fThmX74+j vC3zgwvkWWCORCHwoFL/993Js0orrCb6SXamSf2iDuJSB9RtQ1GjYj57BxuFMcLx tlgyG3RDcEWNWjN4Bc4FIbAg3ArTblAE5hk6fgKd6gPxdIy5wjOM9z9tFtgFv8/P npA+0QqB/gEBswVp4kL3/wq2k7ABF2QLMaPPp4P0qgCLeOB4MM7aWzDFvu8w9JOD 3gMIo2tgN39EYClrZ0P86PAKaXJ2rISDckWVFcnGnWqRfzcl02GVEOeus93Qgr4f q+vxn7CJ+XTw4+YmmFw8EcdSTumDMXzEnylMb8Hnwkr44hDPa5qvE8qMajWxK5aC nJ/QcldXysPEyxd5aPaCCvzxwXA5k3F7cwW83BTGLjqIEkZjJV+uFLKwXPC6x/rb 7O58N7bV4Eb92+wppjX2lDpJd4NmOC/lwFR90pcpvEgNahKlMKCA5bPYnT3bCvCQ y5giC/XohZqHLzeyT8rDrq8o+xZhbcmxMvzVLur0c9871MKB8n77/HKQTkWoe+SF p59Hwsg8Z9XnpU9CjkvLRag4XfItSTfBLYESlH/lCH2ZvzPXoledtvHhS5KCJ84l D/p9EyNBDtR+82ooBZQhhQy4e7Sj62VnQ6tjThxRm1j2MSOLWEHdtM2cTX4yuQ== =ploo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:24:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:24:01 +0000 Subject: libstrictures-perl_1.005004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:49:34 +0200 Source: libstrictures-perl Binary: libstrictures-perl Architecture: source all Version: 1.005004-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libstrictures-perl - Perl module to turn on strict and make all warnings fatal Changes: libstrictures-perl (1.005004-1) unstable; urgency=medium . * Team upload. . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Axel Beckert ] * Remove Maximilian Ga? from Uploaders (no more active according to himself) . [ Salvatore Bonaccorso ] * Imported Upstream version 1.005004 Checksums-Sha1: 0475499464af8d81a1263a14b9403e4158fcad3b 2192 libstrictures-perl_1.005004-1.dsc ce8c809c219ad0f1392608b1dd7f50c62dff7654 10312 libstrictures-perl_1.005004.orig.tar.gz fc34655c27d3af39416a843839b87293445a4517 2396 libstrictures-perl_1.005004-1.debian.tar.xz 9a93919a12c1e2cf22d83d7e7adfc1a0cd39d506 13476 libstrictures-perl_1.005004-1_all.deb Checksums-Sha256: 7a3f431a3ce0e7b1bdd6de8c3410185056141807070ff3b203223792d38b2572 2192 libstrictures-perl_1.005004-1.dsc bbf066cfb37d3ae4b23d1fcf5c7aea276ae3b3b43c5fc7472e1d1880cc063879 10312 libstrictures-perl_1.005004.orig.tar.gz fcb2af93afb9445364497d0291cf81068e23047aec134ed6a58c6f014e4359de 2396 libstrictures-perl_1.005004-1.debian.tar.xz feaaa6e4dc73700a2865797b40fc111a27ff991dec57196c6255d2a9964eba80 13476 libstrictures-perl_1.005004-1_all.deb Files: 4d8248463dce89a32894d9ab45cd2e5f 13476 perl optional libstrictures-perl_1.005004-1_all.deb 7646533eca701f4199cee5cd1f27b843 2192 perl optional libstrictures-perl_1.005004-1.dsc 1da9241286818e8d374fb9849d17a13d 10312 perl optional libstrictures-perl_1.005004.orig.tar.gz 25190bae2bbe6f0f06dfd4c4e6ece9d2 2396 perl optional libstrictures-perl_1.005004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTc88BAAoJEAVMuPMTQ89E3oIP/1tRA88glqpY4bhu6+viH2rI sVxAPMI78DHIOpVLdigXFQRUWjzLzQPBi7o7ZCSCKBh+GhUylvl8cEcApaGd6c5j 8TmhRfm99Y6NbXvEcqgj3qloL/bMfpNarSaBWW+wSN08oUAK0GOdC6cHypHRcxqZ g9xFtwUWkYS1yj4OHQUI6jjFN8Q9ZGpWz+B104YHtUJkB3EgFOAb4QOijOKpXuzK Ogqv6ZOGd+eymEL4JNm0WTqQWKzcsOgzw7DEvGNIj05YN6EpeTueZT4PqS5wybpR uIaHRQlWmdtqyb0VzSV7CjAo4OZMFV/GCF52R7+OaMv6sXqedMGENIqi75yfL/Ss NB/fMOaPkleiaoPJNyVo7p5scUPr9djPvmQ2Pt8F2jw6ixU6fn4b5KIHmArFKPqz 6a1+9iZZuaWbRJAafUOrkp1Gc5DsCT6195oexn/W2xxEGlOsxDHmjUFSd149HhZ4 jF6WtyPVTiI8D9rrI7W66x82zB2QrYm2fsfm+CBjA6g6WcrCbWDzm7YLCWvoFvBV 0DbXUrPSIaWSy+9Ml8kHQyY4ZISLV7OaI0iKvTGHiSK+KW5k0BgeidLCUaE4CZBY Th5hxU5QojSRvcm36V9ZVC2pmY2zPzLz9pjNYeuGxpjXUJPFDV9zF9VCGx3cvDmO Z4UA++UeWrdeaG8/p/GV =kt7U -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:26:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:26:15 +0000 Subject: Processing of libsys-filesystem-perl_1.406-1_amd64.changes Message-ID: libsys-filesystem-perl_1.406-1_amd64.changes uploaded successfully to localhost along with the files: libsys-filesystem-perl_1.406-1_all.deb libsys-filesystem-perl_1.406-1.dsc libsys-filesystem-perl_1.406.orig.tar.gz libsys-filesystem-perl_1.406-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 14 21:50:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:50:28 +0000 Subject: libstring-parity-perl_1.32-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 23:15:35 +0200 Source: libstring-parity-perl Binary: libstring-parity-perl Architecture: source all Version: 1.32-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libstring-parity-perl - Perl library for parity functions Changes: libstring-parity-perl (1.32-1) unstable; urgency=low . * Team upload. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Strip trailing slash from metacpan URLs. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: ab6cdcb87be0e3dc497d512a2369bf1986b6e0b1 2208 libstring-parity-perl_1.32-1.dsc 04854dfc0d6ce4518d0eafb391502393f24fc149 10653 libstring-parity-perl_1.32.orig.tar.gz 1902f0105369c775503b61a0d273a4e70e39dc60 1776 libstring-parity-perl_1.32-1.debian.tar.xz 6cae96f5fd6d2d46df0b1ef4ea2baa36a8762677 7338 libstring-parity-perl_1.32-1_all.deb Checksums-Sha256: 55542f7e55c566e2765747dc114c2a23c16e9236517adac7324a071dfb76dd3c 2208 libstring-parity-perl_1.32-1.dsc 584d46961f76cb569f5f28d77e8f72635bfc7abf0adb1a6518c9786b18b96d7b 10653 libstring-parity-perl_1.32.orig.tar.gz cfa575efbc7f974fc998a1884059652bb4fce0b921c86470e6ec04a200cf0bb0 1776 libstring-parity-perl_1.32-1.debian.tar.xz 6eb388bdadb4ec34c4b1957303155f2900c277aad837b070e2e809dcabbc4235 7338 libstring-parity-perl_1.32-1_all.deb Files: 4c30fe5fc11f50ebe29f46e5b77f452f 7338 perl optional libstring-parity-perl_1.32-1_all.deb 67d000c7d1e96620ec86f980f257350c 2208 perl optional libstring-parity-perl_1.32-1.dsc 506709d3d03b896bf1b49e06d76318c2 10653 perl optional libstring-parity-perl_1.32.orig.tar.gz 23daf8514bb2b94a7b8f3c0a8d232032 1776 perl optional libstring-parity-perl_1.32-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc90uThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpr/D/0azRsSKeWsE9FTtlrViwNbT6Iw1diSDQH9+LGMHsTpvvDY aZu6C8CKCXFeUwHnlFhvsQ+qkt1jzRd73JlM4IidM8XitHlNiH/A5zCbTMrYdVNT Hm7GGUrcjrIoD1osoMffjEfyZ6FSEbvXRDRKeJedSZvoXFu7IA/LYANONcgL9kTU uVWzUwOmgwU+A7EsvzvnPiSJPw+ZDxJjInzbJdhgpY49jrqUX942wzITbaxzzTnl lAgy/icrwzYxaXNraINA+2J4KRYQNjU4qi5uMN5uG4RoW0MEv7xBAurh9CQdwmZq nlHQqWyyvHQ9SVtNWbJcyDhJS+LdRl+qD+hr38lLH2TaYGT7iPMqdB5OSR8gWj8N DxeH9LC/tBxWZPdPkN4K1sStC14uDsZbxNjqgQ2Ry5j0KXguV4R4nmwPRne8LHQz AZ6dudl8u3sAKjZ8I+dRVM7ghr3loGgdonlllNVpP6GrFGX2mKQCCNZrdOuEzsm6 tUf1oDyIij4Op/dFB+JTqnMVMwurkax27DnuUHRAyWsEr5UmVF8TUiQIFSiOB/dh 7BYFouC+Y1HnmAjidB67YC+j0mG3PGb7Na+VyDdEcCWdACb5BghgRgpCl0heObE8 pUVdSB7hIaQNAy/yobN4itmiKAffaFbMsc7+FmgzhcEHcT8hcsiYD/iAE2q8/g== =ANBg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 14 21:50:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 14 May 2014 21:50:35 +0000 Subject: libsys-filesystem-perl_1.406-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 23:24:41 +0200 Source: libsys-filesystem-perl Binary: libsys-filesystem-perl Architecture: source all Version: 1.406-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsys-filesystem-perl - Perl module to retrieve list of filesystems and their properties Changes: libsys-filesystem-perl (1.406-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. Checksums-Sha1: f8174c331bb48caf8912e20416e5769b0ad69861 2378 libsys-filesystem-perl_1.406-1.dsc aa266eed8266b78c63aaaa558eca20cccee8b028 30830 libsys-filesystem-perl_1.406.orig.tar.gz b434df77860c6d7f35b7a6123fc6538b96ea6193 3220 libsys-filesystem-perl_1.406-1.debian.tar.xz 90fd246b166adb2d8e22047a7462d168f348d098 56994 libsys-filesystem-perl_1.406-1_all.deb Checksums-Sha256: 9611cf0698a9d5ad4cceeade33ff0bf980ad40f376345528dce7fb14f65dd36e 2378 libsys-filesystem-perl_1.406-1.dsc 9a1d43326226f8aea3359849383784840ef930e5c4efafa4cbd5764d2c7a6afb 30830 libsys-filesystem-perl_1.406.orig.tar.gz e2ce5eb18a5194aaf967ad5beb49c959fa9e35e2ca5f8591db2449d826de787e 3220 libsys-filesystem-perl_1.406-1.debian.tar.xz 91cbc193f8329a52d9a04da5f886f442dddf71e05a81b3d325544460053d3b45 56994 libsys-filesystem-perl_1.406-1_all.deb Files: 1bd9dca6e994fef2c6addc1cd1d0f8bd 56994 perl optional libsys-filesystem-perl_1.406-1_all.deb dc1299ec86cb17b8ecbb999a0bb7c73d 2378 perl optional libsys-filesystem-perl_1.406-1.dsc d1d262bec030758d79a8dd752269029e 30830 perl optional libsys-filesystem-perl_1.406.orig.tar.gz e9532f8ba4e1264491bdf59f6ea14007 3220 perl optional libsys-filesystem-perl_1.406-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc99AThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBspaEACdfSroyhKf/sN69IbmLvazg37eZoIy+aiXLma7DgrShp0v DKGQO87IyZjIUcvcLpRqr2+3K5hWR0i82btOXxNkA9UDrvEnTBRAvDX84fkGUErH KVkMO+Do9k8i/kp+M3WDSCLzQFPEbrjLiG1W0fxlkja6gkRjl56x8iUDpFeOoUXu uD1PqtoQ5ukkOjpIgHmTiv4+rTq2DaQPkcuxM5lQDxiKbtC35ziP5Xu6hA8c+BOR s5b+Z3BV2NKbyKSRo6Od7Jk2nDjC009h3AV5ordDqLtZL8tlbI/PQBpNO5W+321G s8XOt1IM3pyoZX7mAT+cJtDhHmKlKuuLe7YTMQumncpVSRI7h5rZhm4plsGmtCqs ej4RtyEz9/bl0aW9FermIrglBI8/RV3cfEnlISPJJa8yc4GVDCOtwqfLecKjxGY7 Yatb0dSpzqDhtdeZOLXqQdHn+nZBH1zZPQohS/r7/SJOfACB+YT0tibcN/8r727V Kf4cYJmO1fCDvlYBkx53HP7NrLzWq7TVVDABQb7f6MA24i+soU27AfiHh8snFis4 ThaeOdEx2UquAD+7EltNYqkZPwbvBLjuXLh48H8oW7e+FEvotQFQgMrStrFBd2ds 2IXwJARkcIvbuUK8ny2rtHPSugD2gzHXiJvFqFexNGZO33DkCIqsaZ73DhCjfw== =WQO7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 07:03:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 07:03:12 +0000 Subject: Processing of libcatalyst-plugin-authorization-acl-perl_0.15-1_amd64.changes Message-ID: libcatalyst-plugin-authorization-acl-perl_0.15-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authorization-acl-perl_0.15-1_all.deb libcatalyst-plugin-authorization-acl-perl_0.15-1.dsc libcatalyst-plugin-authorization-acl-perl_0.15.orig.tar.gz libcatalyst-plugin-authorization-acl-perl_0.15-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 07:03:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 07:03:42 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.15-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authorization-acl-perl is NEW. source:libcatalyst-plugin-authorization-acl-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 07:13:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 07:13:13 +0000 Subject: Processing of libcatalyst-plugin-authorization-acl-perl_0.15-2_amd64.changes Message-ID: libcatalyst-plugin-authorization-acl-perl_0.15-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authorization-acl-perl_0.15-2_all.deb libcatalyst-plugin-authorization-acl-perl_0.15-2.dsc libcatalyst-plugin-authorization-acl-perl_0.15-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 07:18:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 07:18:13 +0000 Subject: Processing of libcatalyst-plugin-session-store-dbic-perl_0.14-1_amd64.changes Message-ID: libcatalyst-plugin-session-store-dbic-perl_0.14-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-dbic-perl_0.14-1_all.deb libcatalyst-plugin-session-store-dbic-perl_0.14-1.dsc libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz libcatalyst-plugin-session-store-dbic-perl_0.14-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 07:18:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 07:18:43 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.15-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authorization-acl-perl is NEW. source:libcatalyst-plugin-authorization-acl-perl is NEW. libcatalyst-plugin-authorization-acl-perl_0.15.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 07:18:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 07:18:50 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-dbic-perl is NEW. source:libcatalyst-plugin-session-store-dbic-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 08:13:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:13:20 +0000 Subject: Processing of libcatalyst-authentication-credential-authen-simple-perl_0.09-2_amd64.changes Message-ID: libcatalyst-authentication-credential-authen-simple-perl_0.09-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-authentication-credential-authen-simple-perl_0.09-2_all.deb libcatalyst-authentication-credential-authen-simple-perl_0.09-2.dsc libcatalyst-authentication-credential-authen-simple-perl_0.09-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:13:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:13:21 +0000 Subject: Processing of libcatalyst-action-renderview-perl_0.16-2_amd64.changes Message-ID: libcatalyst-action-renderview-perl_0.16-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-action-renderview-perl_0.16-2_all.deb libcatalyst-action-renderview-perl_0.16-2.dsc libcatalyst-action-renderview-perl_0.16-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:23:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:23:24 +0000 Subject: Processing of libcatalyst-plugin-authorization-acl-perl_0.15-3_amd64.changes Message-ID: libcatalyst-plugin-authorization-acl-perl_0.15-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authorization-acl-perl_0.15-3_all.deb libcatalyst-plugin-authorization-acl-perl_0.15-3.dsc libcatalyst-plugin-authorization-acl-perl_0.15-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:23:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:23:24 +0000 Subject: Processing of libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes Message-ID: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-formbuilder-perl_0.06-2_all.deb libcatalyst-controller-formbuilder-perl_0.06-2.dsc libcatalyst-controller-formbuilder-perl_0.06-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:23:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:23:25 +0000 Subject: Processing of libcatalyst-component-instancepercontext-perl_0.001001-2_amd64.changes Message-ID: libcatalyst-component-instancepercontext-perl_0.001001-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb libcatalyst-component-instancepercontext-perl_0.001001-2.dsc libcatalyst-component-instancepercontext-perl_0.001001-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:23:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:23:24 +0000 Subject: Processing of libcatalyst-authentication-store-dbix-class-perl_0.1506-2_amd64.changes Message-ID: libcatalyst-authentication-store-dbix-class-perl_0.1506-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-authentication-store-dbix-class-perl_0.1506-2_all.deb libcatalyst-authentication-store-dbix-class-perl_0.1506-2.dsc libcatalyst-authentication-store-dbix-class-perl_0.1506-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:32 +0000 Subject: Processing of libcatalyst-plugin-configloader-perl_0.34-2_amd64.changes Message-ID: libcatalyst-plugin-configloader-perl_0.34-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-configloader-perl_0.34-2_all.deb libcatalyst-plugin-configloader-perl_0.34-2.dsc libcatalyst-plugin-configloader-perl_0.34-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:30 +0000 Subject: Processing of libcatalyst-plugin-stacktrace-perl_0.12-2_amd64.changes Message-ID: libcatalyst-plugin-stacktrace-perl_0.12-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-stacktrace-perl_0.12-2_all.deb libcatalyst-plugin-stacktrace-perl_0.12-2.dsc libcatalyst-plugin-stacktrace-perl_0.12-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:31 +0000 Subject: Processing of libcatalyst-plugin-session-state-cookie-perl_0.17-2_amd64.changes Message-ID: libcatalyst-plugin-session-state-cookie-perl_0.17-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-state-cookie-perl_0.17-2_all.deb libcatalyst-plugin-session-state-cookie-perl_0.17-2.dsc libcatalyst-plugin-session-state-cookie-perl_0.17-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:31 +0000 Subject: Processing of libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_amd64.changes Message-ID: libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.dsc libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:30 +0000 Subject: Processing of libcatalyst-controller-html-formfu-perl_1.00-2_amd64.changes Message-ID: libcatalyst-controller-html-formfu-perl_1.00-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-html-formfu-perl_1.00-2_all.deb libcatalyst-controller-html-formfu-perl_1.00-2.dsc libcatalyst-controller-html-formfu-perl_1.00-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:33 +0000 Subject: Processing of libcatalyst-view-json-perl_0.33-2_amd64.changes Message-ID: libcatalyst-view-json-perl_0.33-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-json-perl_0.33-2_all.deb libcatalyst-view-json-perl_0.33-2.dsc libcatalyst-view-json-perl_0.33-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:33 +0000 Subject: Processing of libcatalyst-plugin-unicode-perl_0.93-3_amd64.changes Message-ID: libcatalyst-plugin-unicode-perl_0.93-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-unicode-perl_0.93-3_all.deb libcatalyst-plugin-unicode-perl_0.93-3.dsc libcatalyst-plugin-unicode-perl_0.93-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalyst-plugin-authentication-perl_0.10023-2_amd64.changes Message-ID: libcatalyst-plugin-authentication-perl_0.10023-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authentication-perl_0.10023-2_all.deb libcatalyst-plugin-authentication-perl_0.10023-2.dsc libcatalyst-plugin-authentication-perl_0.10023-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:32 +0000 Subject: Processing of libcatalyst-plugin-subrequest-perl_0.20-2_amd64.changes Message-ID: libcatalyst-plugin-subrequest-perl_0.20-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-subrequest-perl_0.20-2_all.deb libcatalyst-plugin-subrequest-perl_0.20-2.dsc libcatalyst-plugin-subrequest-perl_0.20-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:30 +0000 Subject: Processing of libcatalyst-model-dbi-perl_0.32-2_amd64.changes Message-ID: libcatalyst-model-dbi-perl_0.32-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-dbi-perl_0.32-2_all.deb libcatalyst-model-dbi-perl_0.32-2.dsc libcatalyst-model-dbi-perl_0.32-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalyst-plugin-i18n-perl_0.10-2_amd64.changes Message-ID: libcatalyst-plugin-i18n-perl_0.10-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-i18n-perl_0.10-2_all.deb libcatalyst-plugin-i18n-perl_0.10-2.dsc libcatalyst-plugin-i18n-perl_0.10-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:31 +0000 Subject: Processing of libcatalyst-plugin-static-simple-perl_0.31-2_amd64.changes Message-ID: libcatalyst-plugin-static-simple-perl_0.31-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-static-simple-perl_0.31-2_all.deb libcatalyst-plugin-static-simple-perl_0.31-2.dsc libcatalyst-plugin-static-simple-perl_0.31-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:32 +0000 Subject: Processing of libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_amd64.changes Message-ID: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_all.deb libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.dsc libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalystx-component-traits-perl_0.19-2_amd64.changes Message-ID: libcatalystx-component-traits-perl_0.19-2_amd64.changes uploaded successfully to localhost along with the files: libcatalystx-component-traits-perl_0.19-2_all.deb libcatalystx-component-traits-perl_0.19-2.dsc libcatalystx-component-traits-perl_0.19-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalyst-plugin-session-store-delegate-perl_0.06-2_amd64.changes Message-ID: libcatalyst-plugin-session-store-delegate-perl_0.06-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb libcatalyst-plugin-session-store-delegate-perl_0.06-2.dsc libcatalyst-plugin-session-store-delegate-perl_0.06-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:31 +0000 Subject: Processing of libcatalyst-plugin-session-perl_0.39-2_amd64.changes Message-ID: libcatalyst-plugin-session-perl_0.39-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-perl_0.39-2_all.deb libcatalyst-plugin-session-perl_0.39-2.dsc libcatalyst-plugin-session-perl_0.39-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:33 +0000 Subject: Processing of libcatalyst-view-mason-perl_0.18-2_amd64.changes Message-ID: libcatalyst-view-mason-perl_0.18-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-mason-perl_0.18-2_all.deb libcatalyst-view-mason-perl_0.18-2.dsc libcatalyst-view-mason-perl_0.18-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:35 +0000 Subject: Processing of libcatalyst-view-tt-perl_0.41-2_amd64.changes Message-ID: libcatalyst-view-tt-perl_0.41-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-tt-perl_0.41-2_all.deb libcatalyst-view-tt-perl_0.41-2.dsc libcatalyst-view-tt-perl_0.41-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:35 +0000 Subject: Processing of libcatalyst-model-dbic-schema-perl_0.63-2_amd64.changes Message-ID: libcatalyst-model-dbic-schema-perl_0.63-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-dbic-schema-perl_0.63-2_all.deb libcatalyst-model-dbic-schema-perl_0.63-2.dsc libcatalyst-model-dbic-schema-perl_0.63-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:35 +0000 Subject: Processing of libcatalyst-plugin-session-store-file-perl_0.18-2_amd64.changes Message-ID: libcatalyst-plugin-session-store-file-perl_0.18-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-file-perl_0.18-2_all.deb libcatalyst-plugin-session-store-file-perl_0.18-2.dsc libcatalyst-plugin-session-store-file-perl_0.18-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:32 +0000 Subject: Processing of libcatalyst-plugin-cache-perl_0.12-2_amd64.changes Message-ID: libcatalyst-plugin-cache-perl_0.12-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-cache-perl_0.12-2_all.deb libcatalyst-plugin-cache-perl_0.12-2.dsc libcatalyst-plugin-cache-perl_0.12-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalyst-plugin-session-store-dbi-perl_0.16-2_amd64.changes Message-ID: libcatalyst-plugin-session-store-dbi-perl_0.16-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-dbi-perl_0.16-2_all.deb libcatalyst-plugin-session-store-dbi-perl_0.16-2.dsc libcatalyst-plugin-session-store-dbi-perl_0.16-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:33 +0000 Subject: Processing of libcatalyst-view-email-perl_0.33-2_amd64.changes Message-ID: libcatalyst-view-email-perl_0.33-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-email-perl_0.33-2_all.deb libcatalyst-view-email-perl_0.33-2.dsc libcatalyst-view-email-perl_0.33-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:33 +0000 Subject: Processing of libcatalyst-log-log4perl-perl_1.06-3_amd64.changes Message-ID: libcatalyst-log-log4perl-perl_1.06-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-log-log4perl-perl_1.06-3_all.deb libcatalyst-log-log4perl-perl_1.06-3.dsc libcatalyst-log-log4perl-perl_1.06-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:33 +0000 Subject: Processing of libcatalyst-plugin-authorization-roles-perl_0.09-2_amd64.changes Message-ID: libcatalyst-plugin-authorization-roles-perl_0.09-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authorization-roles-perl_0.09-2_all.deb libcatalyst-plugin-authorization-roles-perl_0.09-2.dsc libcatalyst-plugin-authorization-roles-perl_0.09-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalyst-plugin-session-store-cache-perl_0.01-2_amd64.changes Message-ID: libcatalyst-plugin-session-store-cache-perl_0.01-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-cache-perl_0.01-2_all.deb libcatalyst-plugin-session-store-cache-perl_0.01-2.dsc libcatalyst-plugin-session-store-cache-perl_0.01-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 08:38:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 08:38:34 +0000 Subject: Processing of libcatalyst-plugin-session-store-dbic-perl_0.14-2_amd64.changes Message-ID: libcatalyst-plugin-session-store-dbic-perl_0.14-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-dbic-perl_0.14-2_all.deb libcatalyst-plugin-session-store-dbic-perl_0.14-2.dsc libcatalyst-plugin-session-store-dbic-perl_0.14-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 09:38:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:06 +0000 Subject: libcatalyst-authentication-credential-authen-simple-perl_0.09-2_amd64.changes is NEW Message-ID: binary:libcatalyst-authentication-credential-authen-simple-perl is NEW. source:libcatalyst-authentication-credential-authen-simple-perl is NEW. libcatalyst-authentication-credential-authen-simple-perl_0.09.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:00 +0000 Subject: libcatalyst-action-renderview-perl_0.16-2_amd64.changes is NEW Message-ID: binary:libcatalyst-action-renderview-perl is NEW. source:libcatalyst-action-renderview-perl is NEW. libcatalyst-action-renderview-perl_0.16.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:13 +0000 Subject: libcatalyst-authentication-store-dbix-class-perl_0.1506-2_amd64.changes is NEW Message-ID: binary:libcatalyst-authentication-store-dbix-class-perl is NEW. source:libcatalyst-authentication-store-dbix-class-perl is NEW. libcatalyst-authentication-store-dbix-class-perl_0.1506.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:19 +0000 Subject: libcatalyst-component-instancepercontext-perl_0.001001-2_amd64.changes is NEW Message-ID: binary:libcatalyst-component-instancepercontext-perl is NEW. source:libcatalyst-component-instancepercontext-perl is NEW. libcatalyst-component-instancepercontext-perl_0.001001.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:25 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes is NEW Message-ID: binary:libcatalyst-controller-formbuilder-perl is NEW. source:libcatalyst-controller-formbuilder-perl is NEW. libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:31 +0000 Subject: libcatalyst-controller-html-formfu-perl_1.00-2_amd64.changes is NEW Message-ID: binary:libcatalyst-controller-html-formfu-perl is NEW. source:libcatalyst-controller-html-formfu-perl is NEW. libcatalyst-controller-html-formfu-perl_1.00.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:37 +0000 Subject: libcatalyst-log-log4perl-perl_1.06-3_amd64.changes is NEW Message-ID: binary:libcatalyst-log-log4perl-perl is NEW. source:libcatalyst-log-log4perl-perl is NEW. libcatalyst-log-log4perl-perl_1.06.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:43 +0000 Subject: libcatalyst-model-dbi-perl_0.32-2_amd64.changes is NEW Message-ID: binary:libcatalyst-model-dbi-perl is NEW. source:libcatalyst-model-dbi-perl is NEW. libcatalyst-model-dbi-perl_0.32.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:56 +0000 Subject: libcatalyst-plugin-authentication-perl_0.10023-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authentication-perl is NEW. source:libcatalyst-plugin-authentication-perl is NEW. libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:38:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:38:50 +0000 Subject: libcatalyst-model-dbic-schema-perl_0.63-2_amd64.changes is NEW Message-ID: binary:libcatalyst-model-dbic-schema-perl is NEW. source:libcatalyst-model-dbic-schema-perl is NEW. libcatalyst-model-dbic-schema-perl_0.63.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:02 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.15-3_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authorization-acl-perl is NEW. source:libcatalyst-plugin-authorization-acl-perl is NEW. libcatalyst-plugin-authorization-acl-perl_0.15.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:46 +0000 Subject: libcatalyst-plugin-session-state-cookie-perl_0.17-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-state-cookie-perl is NEW. source:libcatalyst-plugin-session-state-cookie-perl is NEW. libcatalyst-plugin-session-state-cookie-perl_0.17.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:39 +0000 Subject: libcatalyst-plugin-session-perl_0.39-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-perl is NEW. source:libcatalyst-plugin-session-perl is NEW. libcatalyst-plugin-session-perl_0.39.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:10 +0000 Subject: libcatalyst-plugin-session-store-delegate-perl_0.06-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-delegate-perl is NEW. source:libcatalyst-plugin-session-store-delegate-perl is NEW. libcatalyst-plugin-session-store-delegate-perl_0.06.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:23 +0000 Subject: libcatalyst-plugin-session-store-file-perl_0.18-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-file-perl is NEW. source:libcatalyst-plugin-session-store-file-perl is NEW. libcatalyst-plugin-session-store-file-perl_0.18.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:29 +0000 Subject: libcatalyst-plugin-stacktrace-perl_0.12-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-stacktrace-perl is NEW. source:libcatalyst-plugin-stacktrace-perl is NEW. libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:41 +0000 Subject: libcatalyst-plugin-subrequest-perl_0.20-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-subrequest-perl is NEW. source:libcatalyst-plugin-subrequest-perl is NEW. libcatalyst-plugin-subrequest-perl_0.20.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:41:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:41:00 +0000 Subject: libcatalyst-view-json-perl_0.33-2_amd64.changes is NEW Message-ID: binary:libcatalyst-view-json-perl is NEW. source:libcatalyst-view-json-perl is NEW. libcatalyst-view-json-perl_0.33.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:54 +0000 Subject: libcatalyst-view-email-perl_0.33-2_amd64.changes is NEW Message-ID: binary:libcatalyst-view-email-perl is NEW. source:libcatalyst-view-email-perl is NEW. libcatalyst-view-email-perl_0.33.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:41:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:41:06 +0000 Subject: libcatalyst-view-mason-perl_0.18-2_amd64.changes is NEW Message-ID: binary:libcatalyst-view-mason-perl is NEW. source:libcatalyst-view-mason-perl is NEW. libcatalyst-view-mason-perl_0.18.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:41:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:41:12 +0000 Subject: libcatalyst-view-tt-perl_0.41-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:52 +0300 Source: libcatalyst-view-tt-perl Binary: libcatalyst-view-tt-perl Architecture: source all Version: 0.41-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-tt-perl - Template View Class for Catalyst Changes: libcatalyst-view-tt-perl (0.41-2) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: c12a986f50c49a0a556bca0367362bc87655738d 2394 libcatalyst-view-tt-perl_0.41-2.dsc ae3bd8aaee27f315e7cdbc92641b0942e539a9f1 3512 libcatalyst-view-tt-perl_0.41-2.debian.tar.xz 28f6cc6c71d89b3d4acde69c793f58c9ec5b23ec 31818 libcatalyst-view-tt-perl_0.41-2_all.deb Checksums-Sha256: 2962fc4ca1e7bbcc1d6f4de146a0d2559bff57039aaa1d2c0de3304a22b716c7 2394 libcatalyst-view-tt-perl_0.41-2.dsc 0f7d0b63aae6359925438a709e876b616c831b751490886d6838d391f07a00ec 3512 libcatalyst-view-tt-perl_0.41-2.debian.tar.xz 029ac8e6e65632488449e1703d3eedbd64a286cc8742d1049a017b0f8f10bac2 31818 libcatalyst-view-tt-perl_0.41-2_all.deb Files: 1eb50c92c12ac7403f04691f0a65cd2c 31818 perl optional libcatalyst-view-tt-perl_0.41-2_all.deb ef72d030593074554da81f6962b7fbdf 2394 perl optional libcatalyst-view-tt-perl_0.41-2.dsc 4550135f68bda865a3683be7ee54daa8 3512 perl optional libcatalyst-view-tt-perl_0.41-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxsAAoJENu+nU2Z0qAEptcQAJZOynhqdOJP0m6l7i7DE/aK UnpptS5qPiP2JwxWNCRHqDHfhaPGychNdqPmABwUzbhSL+GWrI2LY+p4s8EExmv2 H2YX1+0DxoRL29N5s/KbfZYwv6/VB1vD21fCqIxVlB469bC2YQoZyk3QBSnVEzhY Z7jX1SeNkA6I9OlIfRZquLD8bA4SJ11TnziC2QM7KpA67zuPNcrTr+5USX9N1j5x /95YI+TMfXBQlLB/dxlWASfbi7UnowA2RjbQ39AIJmcsWT/fHgBisGa4iBgFQNvJ QzVNj0JOBH2uR3yuLMkzEGEe2CJiGL7IvLiQM0v8DS6ZASLYqKSdBlJgRL6PNuFs Oo/mdNA4Ll/uusqteQ1xeT5Qxs8jK3BVnglmPQ4WX1zx5XIRA5N6Pj2V7tTV9D6b cIy2lW32kUUa+GMF3PdLcvVzpNW7VaDXRWe89V5ojts8XkPa9JsEIoEnt6+eF29C /r85vWReRG6gAunzKF7T4x/CwAFFpuN+hF8X3sG+vUQOgR105/L2+YuGl9XgyzvZ B8eL07uI5n/tupRrN4OWfDe+sBAVlgCD8Ok6TYAt0OotG1wd+0+cVOYigVT0AwRX X6mxMnuF6b0sx2yqczsFdhCZ6QhUIIoItEnVNndU0lvUdoBiFK3ICMv2x30OXJpj 3s4VgqMnmlynBlrS0hMc =dCWU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From intrigeri at debian.org Thu May 15 09:42:42 2014 From: intrigeri at debian.org (intrigeri) Date: Thu, 15 May 2014 11:42:42 +0200 Subject: Bug#746761: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf In-Reply-To: <8561lnktqy.fsf@boum.org> (intrigeri@debian.org's message of "Sat, 03 May 2014 13:05:09 +0200") References: <8561lnktqy.fsf@boum.org> Message-ID: <85y4y3z8bx.fsf@boum.org> Hi, dear mips and arm porters, intrigeri at debian.org wrote (03 May 2014 11:05:09 GMT) : > since April 2010 (1.1.221-6), libgtk2-perl sometimes fails to build on > the armhf, mips and mipsel architectures, due to a failing test > (t/GtkCellRenderer.t). I did not find any similar failure on other > architectures. I am going to report this upstream. > Dear porters, any idea what could be wrong with this package, or > its dependencies? Sorry to bother you again, but here's just a gentle ping: this FTBFS has now been blocking the migration of libgtk2-perl to testing for two weeks. Note that there's been no progress yet on the corresponding upstream bug I filed: https://bugzilla.gnome.org/show_bug.cgi?id=729453 Cheers, -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc From ftpmaster at ftp-master.debian.org Thu May 15 09:41:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:41:18 +0000 Subject: libcatalystx-component-traits-perl_0.19-2_amd64.changes is NEW Message-ID: binary:libcatalystx-component-traits-perl is NEW. source:libcatalystx-component-traits-perl is NEW. libcatalystx-component-traits-perl_0.19.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:47 +0000 Subject: libcatalyst-plugin-unicode-perl_0.93-3_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-unicode-perl is NEW. source:libcatalyst-plugin-unicode-perl is NEW. libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:35 +0000 Subject: libcatalyst-plugin-static-simple-perl_0.31-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-static-simple-perl is NEW. source:libcatalyst-plugin-static-simple-perl is NEW. libcatalyst-plugin-static-simple-perl_0.31.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:16 +0000 Subject: libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-fastmmap-perl is NEW. source:libcatalyst-plugin-session-store-fastmmap-perl is NEW. libcatalyst-plugin-session-store-fastmmap-perl_0.16.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:40:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:40:04 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-dbic-perl is NEW. source:libcatalyst-plugin-session-store-dbic-perl is NEW. libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:58 +0000 Subject: libcatalyst-plugin-session-store-dbi-perl_0.16-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-dbi-perl is NEW. source:libcatalyst-plugin-session-store-dbi-perl is NEW. libcatalyst-plugin-session-store-dbi-perl_0.16.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:52 +0000 Subject: libcatalyst-plugin-session-store-cache-perl_0.01-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-cache-perl is NEW. source:libcatalyst-plugin-session-store-cache-perl is NEW. libcatalyst-plugin-session-store-cache-perl_0.01.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:33 +0000 Subject: libcatalyst-plugin-i18n-perl_0.10-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-i18n-perl is NEW. source:libcatalyst-plugin-i18n-perl is NEW. libcatalyst-plugin-i18n-perl_0.10.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:27 +0000 Subject: libcatalyst-plugin-configloader-perl_0.34-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-configloader-perl is NEW. source:libcatalyst-plugin-configloader-perl is NEW. libcatalyst-plugin-configloader-perl_0.34.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:21 +0000 Subject: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-cache-store-fastmmap-perl is NEW. source:libcatalyst-plugin-cache-store-fastmmap-perl is NEW. libcatalyst-plugin-cache-store-fastmmap-perl_0.02.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:15 +0000 Subject: libcatalyst-plugin-cache-perl_0.12-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-cache-perl is NEW. source:libcatalyst-plugin-cache-perl is NEW. libcatalyst-plugin-cache-perl_0.12.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 09:39:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 09:39:09 +0000 Subject: libcatalyst-plugin-authorization-roles-perl_0.09-2_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authorization-roles-perl is NEW. source:libcatalyst-plugin-authorization-roles-perl is NEW. libcatalyst-plugin-authorization-roles-perl_0.09.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From mt at debian.org Thu May 15 10:25:46 2014 From: mt at debian.org (Michael Tautschnig) Date: Thu, 15 May 2014 11:25:46 +0100 Subject: Bug#748210: Missing parameter to cause stack underflow Message-ID: <20140515102546.GF53056@l04-3.local> Package: libconvert-uulib-perl Version: 1:1.4~dfsg-1 Usertags: goto-cc During an analysis of all packages using our research compiler tool-chain (using tools from the cbmc package) the following error was found: The declaration of UUEncodePartial here http://sources.debian.net/src/libconvert-uulib-perl/1:1.4~dfsg-1/UUlib.xs?hl=409#L409 lacks the final argument (it takes only 9 arguments), as can be seen by comparing to its definition: http://sources.debian.net/src/libconvert-uulib-perl/1:1.4~dfsg-1/uulib/uuencode.c?hl=788#L788 Thus the generated perl-to-native wrapper only converts and passes 9 arguments, which necessarily results in a stack underflow (the argument is used). The resulting undefined behaviour will likely show up as seemingly random failures in testing the CRC values. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu May 15 12:19:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 12:19:19 +0000 Subject: Processing of libcatalyst-model-adaptor-perl_0.10-1_amd64.changes Message-ID: libcatalyst-model-adaptor-perl_0.10-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-adaptor-perl_0.10-1_all.deb libcatalyst-model-adaptor-perl_0.10-1.dsc libcatalyst-model-adaptor-perl_0.10.orig.tar.gz libcatalyst-model-adaptor-perl_0.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 12:21:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 12:21:34 +0000 Subject: Processing of libio-socket-ssl-perl_1.985-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.985-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libio-socket-ssl-perl_1.985-1_all.deb libio-socket-ssl-perl_1.985-1.dsc libio-socket-ssl-perl_1.985.orig.tar.gz libio-socket-ssl-perl_1.985-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 12:24:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 12:24:19 +0000 Subject: Processing of libio-socket-ssl-perl_1.985-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.985-1_amd64.changes uploaded successfully to localhost along with the files: libio-socket-ssl-perl_1.985-1_all.deb libio-socket-ssl-perl_1.985-1.dsc libio-socket-ssl-perl_1.985.orig.tar.gz libio-socket-ssl-perl_1.985-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 12:34:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 12:34:17 +0000 Subject: libcatalyst-model-adaptor-perl_0.10-1_amd64.changes is NEW Message-ID: binary:libcatalyst-model-adaptor-perl is NEW. source:libcatalyst-model-adaptor-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 15 12:34:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 12:34:24 +0000 Subject: libio-socket-ssl-perl_1.985-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 15 May 2014 13:56:40 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.985-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libio-socket-ssl-perl - Perl module implementing object oriented interface to SSL sockets Changes: libio-socket-ssl-perl (1.985-1) unstable; urgency=medium . * Imported Upstream version 1.985 Checksums-Sha1: 23f3e18f8040f77ed63abdad2aa608f96f61f00a 2571 libio-socket-ssl-perl_1.985-1.dsc 49a1e1acb3eb2df5dbfcd34975ff2a6268ef12ce 166580 libio-socket-ssl-perl_1.985.orig.tar.gz b90f104cd28f7b7eda39e9af9bd7a7c9be340871 7788 libio-socket-ssl-perl_1.985-1.debian.tar.xz b808b365a98a461491744255608db69e622aa36c 156378 libio-socket-ssl-perl_1.985-1_all.deb Checksums-Sha256: 21b78bf476d00341da9fafc2d402d67ee22d8fd6d4d7ebfbe35289b91cffcc2f 2571 libio-socket-ssl-perl_1.985-1.dsc 3a87c7c438140de4fc524bf1633b840e73f7cd3bfe9b1145256af7b492aa72ce 166580 libio-socket-ssl-perl_1.985.orig.tar.gz a47cfe2fd32d8f6ce9cfac9f4f03ff797544b5c4d7465a53fa225cb61d978b5c 7788 libio-socket-ssl-perl_1.985-1.debian.tar.xz 352c522781125d42022c5ff35b4f1de95f87bb3b500a01690b81b6475b7fe25d 156378 libio-socket-ssl-perl_1.985-1_all.deb Files: e8b406199026fbd3f321df8fd05edca2 156378 perl optional libio-socket-ssl-perl_1.985-1_all.deb fb271168682e9c63a2fd88df083682e3 2571 perl optional libio-socket-ssl-perl_1.985-1.dsc 7ed8bab5859c20a44782e0799ae762a2 166580 perl optional libio-socket-ssl-perl_1.985.orig.tar.gz 080be637cae5c1805ae1dfbbab11420d 7788 perl optional libio-socket-ssl-perl_1.985-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTdLC8AAoJEAVMuPMTQ89E9FYP/341SPo8/SIRU2K96evLpsUk KoqM3n9lGxyGQWwX9xV3t97JasjcT67p8BiEiW3HedBkPRmSznyGBUeEjXgg8E/O nIRtmxSGlWhLC85qn/rxrPcPUPojTgjramELFOnIr1mEYnQlRkboWXaFhyAjIZWs 3ZBe0HMBFuc34Q24snpQ+PePJMeg6NpeQXLYEBhjUaS1pQKtM3KEVWrOZXzUYbMO WhlvlzO4aqKScTeyVFSDgnNXkZbTd8QOopQo9x2Ybsf0Qh/UHLVzgyTqnB9XIMg8 p2KWzQnzAli6z2y6j/bpiCd3+JI/1eBHJI/PXToiluP2dJIsm6euIbn+yK9p5rri 5mtf3hw/M/RN6oQhrtGBCmUOVnBXiZIP65Hy2LO0CSghOTqt2Z6HRDWeyyrZWArb JAo3EVwWzS6SlmFjjCAIFkUf0BXPyblsGGCgdHOBsQqZMYqZXa21jpKnYalMespu ITno5gz6NeLFZP8IeGbRgkb+rfCRJlwVueOYKN2b5MixiQGiWIRN6/l9XtLS38bp YY5ou4UcFy8WWEwtxhnEdobEPwrNLBMWJIUpLYcLEivdMLgFoXAZhIIVXCGlKyaI ya93GIRMqKNRvTpgJZMd48F5o8WXw+eyzCrOClQ1Qe7irwRe+CVyw67P6GDkjH7u zDGMQxI9NX2WlTIvJIHP =NnzA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 13:25:06 2014 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Thu, 15 May 2014 13:25:06 +0000 Subject: Comments regarding libcatalyst-plugin-unicode-perl_0.93-3_amd64.changes Message-ID: Hi Damyan, where did you get the information that Audrey Tang and Brian Ingerson are the Copyright holder of inc/Module/*? Thorsten From ftpmaster at ftp-master.debian.org Thu May 15 13:32:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 13:32:05 +0000 Subject: libdatetime-timezone-perl_1.58-1+2014c_amd64.changes ACCEPTED into proposed-updates->stable-new, proposed-updates Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 May 2014 21:48:19 +0200 Source: libdatetime-timezone-perl Binary: libdatetime-timezone-perl Architecture: source all Version: 1:1.58-1+2014c Distribution: stable-proposed-updates Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdatetime-timezone-perl - framework exposing the Olson time zone database to Perl Changes: libdatetime-timezone-perl (1:1.58-1+2014c) stable-proposed-updates; urgency=medium . * Update to version(s 2014b and) 2014c of the Olson database. Checksums-Sha1: fc2c3192a7a4039d50cd8474559bf8c008170a96 2509 libdatetime-timezone-perl_1.58-1+2014c.dsc 1ff216383caee3384f50ae525e2edc2fd6abcc55 66140 libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz cf7fb9f77dd73ccecabc9754a6f699d133d26f86 271032 libdatetime-timezone-perl_1.58-1+2014c_all.deb Checksums-Sha256: 69f322f41d5f6f308e20ff01239cb1ca52ac2b4eef05ba298ec81fc746f753a9 2509 libdatetime-timezone-perl_1.58-1+2014c.dsc 7c2a3f9fd2447843d5b7ce8bfd3be6cc4b58784996db5af875a1cb16dae0dd53 66140 libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz 8c82c25f4f6a4860d80a74ccd23432bb0b18d7bf47953bba78226ca1a020224d 271032 libdatetime-timezone-perl_1.58-1+2014c_all.deb Files: db6fed624a66e01481300bfae60cbc77 2509 perl optional libdatetime-timezone-perl_1.58-1+2014c.dsc 238c79d8677a3ce45084a356ad01401d 66140 perl optional libdatetime-timezone-perl_1.58-1+2014c.debian.tar.xz 074d4dd06c90c4465b1e239ff06160dd 271032 perl optional libdatetime-timezone-perl_1.58-1+2014c_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTc8jMThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlpdD/oDAA4YgiZxYDy/UhpFVo0Wz9n5Ud6I6QRNplizZdOacxUx rAwVtlfb4FTg1s1S6L9l61CWFS9iQfah19fSuV8+10jbyR9tecYy+iSOoTMfaOgX fMyGjpO4fYZTYmg7HKexTR9uzkmcK79AlKb6Y4GiYr4p26ZsACH0LHzMN/0FEpHw eG80CQRCrvU0VpzN+dFie+5ztWq/3/mB+eJL1UE4Rk4BMFTor9Q4ZY1BuaMjh2ve VCNlJu3pwDo3oXmE23cI9RNp4qnJdhsSrP99mXjqY6wOOKgjF4OUUxHktvOyj676 q4mVGxwuWawveWyysqcncvjSxJ720zf+LD40dx0E5q85S9ttrWnaJH9ZgszZFJnZ v9ozWGEj1RfdpLNtygEeSUna69KEMVPfmi8ZsUqx5FRwS6yTWCL5a8sSBjXc0Sn6 7gXwOuG7U+xOlKhkr5JS0ZS9Pn8bssLqY8u5HRG1bNHMV1vk1L05qwp152BH5eXY Pu2ZlBf3dZKHhhISj/B1qTKf6YiuHr3x3nrJ0SsczgXX67BEARJ4+JvMr1ZoFQmp g9H342W9k6PHNi9aRinzJzeVICzVLDIOT1xFG3xPmNH1yeQVT43QB8IySdSb66E0 rLlq7wtrOw39zWWmaO24PpdWZQkdEHwFFROlugqjdv01mhE1HDFlMkjiMkdt2g== =6RK+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 13:44:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 13:44:40 +0000 Subject: Processing of libcatalyst-model-cdbi-crud-perl_0.04-1_amd64.changes Message-ID: libcatalyst-model-cdbi-crud-perl_0.04-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb libcatalyst-model-cdbi-crud-perl_0.04-1.dsc libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz libcatalyst-model-cdbi-crud-perl_0.04-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 13:49:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 13:49:04 +0000 Subject: libcatalyst-model-cdbi-crud-perl_0.04-1_amd64.changes is NEW Message-ID: binary:libcatalyst-model-cdbi-crud-perl is NEW. source:libcatalyst-model-cdbi-crud-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From dmn at debian.org Thu May 15 13:52:22 2014 From: dmn at debian.org (Damyan Ivanov) Date: Thu, 15 May 2014 16:52:22 +0300 Subject: Comments regarding libcatalyst-plugin-unicode-perl_0.93-3_amd64.changes In-Reply-To: References: Message-ID: <20140515135221.GA28286@ktnx.net> Hi Thorsten, -=| Thorsten Alteholz, 15.05.2014 13:25:06 +0000 |=- > where did you get the information that Audrey Tang and Brian > Ingerson are the Copyright holder of inc/Module/*? inc/Module/* is a stripped down copy of Module::Install. It is a (mis)feature of Module::Install to copy itself in the released upstream sources when upstream prepares for release. Part of the stripping is removal of all documentation, including copyright and licensing notices. The information in debian/copyright is taken from the unstripped Module::Install sources[1]. [1] http://metadata.ftp-master.debian.org/changelogs/main/libm/libmodule-install-perl/unstable_copyright I hope this clarifies the situation. Cheers, dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From mt at debian.org Thu May 15 14:04:26 2014 From: mt at debian.org (Michael Tautschnig) Date: Thu, 15 May 2014 15:04:26 +0100 Subject: Bug#748240: Excess argument in call to function c_setmevent Message-ID: <20140515140426.GW53056@l04-3.local> Package: libcurses-perl Version: 1.28-2 Severity: wishlist Usertags: goto-cc During an analysis of all packages using our research compiler tool-chain (using tools from the cbmc package) the following error was found: The definition of c_setmevent in Curses.c http://sources.debian.net/src/libcurses-perl/1.28-2/Curses.c?hl=378#L378 names exactly 1 argument, but 2 arguments are being passed in (the single) call: http://sources.debian.net/src/libcurses-perl/1.28-2/CursesFun.c?hl=3786#L3786 This may be harmless, but may point at maintenance issues. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu May 15 14:09:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 14:09:43 +0000 Subject: Processing of libcommon-sense-perl_3.72-4_amd64.changes Message-ID: libcommon-sense-perl_3.72-4_amd64.changes uploaded successfully to localhost along with the files: libcommon-sense-perl_3.72-4_amd64.deb libcommon-sense-perl_3.72-4.dsc libcommon-sense-perl_3.72-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 14:49:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 14:49:47 +0000 Subject: Processing of libsereal-decoder-perl_2.12-2_amd64.changes Message-ID: libsereal-decoder-perl_2.12-2_amd64.changes uploaded successfully to localhost along with the files: libsereal-decoder-perl_2.12-2_amd64.deb libsereal-decoder-perl_2.12-2.dsc libsereal-decoder-perl_2.12-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 14:54:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 14:54:47 +0000 Subject: Processing of libsereal-encoder-perl_2.12-2_amd64.changes Message-ID: libsereal-encoder-perl_2.12-2_amd64.changes uploaded successfully to localhost along with the files: libsereal-encoder-perl_2.12-2_amd64.deb libsereal-encoder-perl_2.12-2.dsc libsereal-encoder-perl_2.12-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 14:59:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 14:59:48 +0000 Subject: Processing of libgtk2-perl_1.2491-2_amd64.changes Message-ID: libgtk2-perl_1.2491-2_amd64.changes uploaded successfully to localhost along with the files: libgtk2-perl_1.2491-2_amd64.deb libgtk2-perl-doc_1.2491-2_all.deb libgtk2-perl_1.2491-2.dsc libgtk2-perl_1.2491-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 15 15:35:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 15:35:04 +0000 Subject: libcommon-sense-perl_3.72-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 17:05:19 +0300 Source: libcommon-sense-perl Binary: libcommon-sense-perl Architecture: source amd64 Version: 3.72-4 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcommon-sense-perl - module that implements some sane defaults for Perl programs Changes: libcommon-sense-perl (3.72-4) unstable; urgency=medium . * Team upload . * fix man-ification of sense.pod with multiarch-enabled perl Checksums-Sha1: 21ad70cf9bdef3949338658762215759eb96d58b 2231 libcommon-sense-perl_3.72-4.dsc 602f2bdb7821a6051b464a1dbc7d0d62010f68cd 4908 libcommon-sense-perl_3.72-4.debian.tar.xz ed3ad9153f1ad9894512b331bc5a83c2f2e86b86 22916 libcommon-sense-perl_3.72-4_amd64.deb Checksums-Sha256: 4c595ac62d92e39f47d4aa4ce481a134e361cf9b53e9c3ae079c2840ed7d317a 2231 libcommon-sense-perl_3.72-4.dsc aa0b43e7afc1d1663f435207c8ee0463c6e482846d1f05f45a09d8f718e5ef46 4908 libcommon-sense-perl_3.72-4.debian.tar.xz 4af105be961297afac035ba66f6033dd9e710c0828e5d179283ba27e5e7f53bf 22916 libcommon-sense-perl_3.72-4_amd64.deb Files: fd0a48600a2efc79b76679a4ef52e923 22916 perl optional libcommon-sense-perl_3.72-4_amd64.deb 4224082ad95e7340626f75d4869d7faf 2231 perl optional libcommon-sense-perl_3.72-4.dsc de25f13d16fc391c7881275aea5f445e 4908 perl optional libcommon-sense-perl_3.72-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdMnXAAoJENu+nU2Z0qAEOJAP/jLjqQtumEB/6LaLHFM39ch8 dbRHdZGWDS2ZICI9S9FjX9JiOt1AuTKUA+A8TuFubPDvXw0xqr29PW+cmB/VkULQ GHQfhK91r7ZQkb/k3eWI+ZlZvanPrDX9MAD9a7ZaxzeOO4QfiOIeJWyvIXFlwDhd le5sx65TcitvYaTcWZpnxgQOYn/tOQDvMqi6qaauxeTfuGPjnnlpPM7Zpr2pRESc tcNmxqeTYbr3QNHBmLzb5FPT5cMjCUbZP6AHeX35R2b6Pe0btbmfWZRQsY7KIeD3 PaEZE7kmdMTY7dGWnpjJNpIFSQKWrN6fBSMbFVlsCt846kYM+NHjMU21y4IOAEpR fph8ESbDn4ZLPriV1LzVo4X95cxgP51Qz3FOXLEGliuXQ/MeddBYqb4QlLNsZ1S4 kCYRpnCzTn5W9cLBnCv2ErdEaLZi99lqOyoY1pyh6+aaHiBljkyO/prakgr0AWnt EJmb67GAS3/gY0k0+kXULOwJzBsvGJ1IKTfN3DmFfnKXUyOMwuJt/P5Ix0dr8coA Gr4ruP74b6Azd1PMjBoY7T3VuA7wFba/0fIp3P1nA5LPaWRX5RJUo1QMevUiCxA9 kP8jc6nRJndR1Duy8jL+jhJs2i2gaf88LliptZeM9VolwS4iPLO1XXxUz+kKwuEp rCHKZVdnyqfm4lrtPUYd =brov -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 15:35:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 15:35:13 +0000 Subject: libgtk2-perl_1.2491-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 17:52:35 +0300 Source: libgtk2-perl Binary: libgtk2-perl libgtk2-perl-doc Architecture: source amd64 all Version: 2:1.2491-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libgtk2-perl - Perl interface to the 2.x series of the Gimp Toolkit library libgtk2-perl-doc - Perl interface to the Gtk 2.x series (documentation files) Changes: libgtk2-perl (2:1.2491-2) unstable; urgency=medium . * Team upload . * prepare for multiarch perl debian/*.install are generated at dh_auto_install time, replacing ${archlib} with $Config{vendorarch} Checksums-Sha1: 60ceb1bca03ebc96a06117ca2918a58174e7acf8 2417 libgtk2-perl_1.2491-2.dsc 6cbf7a4574f22a4d54cb5c11511a63ab73d84a9b 9512 libgtk2-perl_1.2491-2.debian.tar.xz f686a0d148331c703213571150af8f035362fb7a 670958 libgtk2-perl_1.2491-2_amd64.deb 3b3a2c7d90df32c5d0b5cbe6dc0b6df386f41e0d 1241132 libgtk2-perl-doc_1.2491-2_all.deb Checksums-Sha256: 2843a5e81da110ae6fabbe49764fe965648c70d512f103958a201fb05135b8ca 2417 libgtk2-perl_1.2491-2.dsc db81b220ff722bc77d0c22b1455b82b6ce2eb8e9ec1d565b9d758c669f4451e2 9512 libgtk2-perl_1.2491-2.debian.tar.xz e231456936eb56a002197d9884a2f093413b669a429de574cd641b2ae157f784 670958 libgtk2-perl_1.2491-2_amd64.deb bee5a371397602ddaef2a7d73391d0792ad61270b9ed4300fa053f45b70c2375 1241132 libgtk2-perl-doc_1.2491-2_all.deb Files: fdad2556fb07736d0260cf8ced79b0af 670958 perl optional libgtk2-perl_1.2491-2_amd64.deb ac508f57ed4907c6f916184a2b3bc2fb 1241132 doc optional libgtk2-perl-doc_1.2491-2_all.deb 3d237403f9f812717b4900098d0e36a2 2417 perl optional libgtk2-perl_1.2491-2.dsc 66c3c62d4f0ee03d82149181e4cd4baa 9512 perl optional libgtk2-perl_1.2491-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdNWpAAoJENu+nU2Z0qAEu1sP/0HfmQ2I34GgaRBuKAArHe2h fHyCjJ0IikS1G329DeqM+51R3CZH0Yevw763Ll0VScxk1Amvkatk1CEG/OI3+tkk Zd9VHOCxgtd+/GVZtzOZ9YtPL8J+QqEwtKYipTxemwYWTSvzE9B6uOOxlvQOti25 DdnX931nYGRxgF2CfUEGe4+86kenE5yqMSwaMgaTv+MZC7ZwYVS/pB10HTpXH6SO f5G/Vh33A8U8AsAHPn/GK57lz1Ym3kNfRBliuuQp8QAvpFsXH4bGQUYAK2Yz0Ou6 pY6z/cp/+rH7zN5I+nlUdNo2gNgZT8/Qe+RIGyU22S7b//shYZJsvnhjYe+OUI9S zVZkhmiKP3GqPC0ua/drlJ3YzpOJZ+0JvXhVnGzzZctJnG0NaW4FoomaKZpwZqEh fQL3Fze//ZEjmZ1mN8eGNJG41gMxZ34Bbv4Osobs7HO04B8qt7OruO4u6nzyc/q2 UpnEsUELIqgKGm7m91WcJCfdKUZyU65njAIsXrDu0ZSfE7vKK/Jymox9ygu1OVNa mE/QkSmXJYVjAoeZsG6GHzEmUrq4zlihEHmDMQyXn4lTzP+wJ+mu3bjWSbsskbdi XqiizGs8x9ICwC6tv6vejpGy2neIqwGkI2UfAuT9vpCY7Qf26LTMN592aMluNzZ8 tj3X7UkMovNOkVCfwBix =VNxy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 15:35:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 15:35:19 +0000 Subject: libsereal-decoder-perl_2.12-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 15 May 2014 16:47:00 +0200 Source: libsereal-decoder-perl Binary: libsereal-decoder-perl Architecture: source amd64 Version: 2.12-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsereal-decoder-perl - fast, compact, powerful binary deserialization module Changes: libsereal-decoder-perl (2.12-2) unstable; urgency=medium . * Team upload. * Add patch from upstream git which is supposed to fix alignment issues on ARM which cause build failures in libsereal-encoder-perl. * debian/rules: make tests verbose. Checksums-Sha1: 6db56fc041a132f4c1eb140366e7d634880926bd 2313 libsereal-decoder-perl_2.12-2.dsc 403bf61b3c04ebc10ed3388cd79c650052791598 4060 libsereal-decoder-perl_2.12-2.debian.tar.xz 2c22017315cdaafc904d40243dd9337e33e5ae8a 53476 libsereal-decoder-perl_2.12-2_amd64.deb Checksums-Sha256: 33ae3747f9949577c2b0ae15fdfc4c4f8f279c8b30fcf5d4bb44e63f158c9f3d 2313 libsereal-decoder-perl_2.12-2.dsc 75f97140f1431b1a37e75fa4b4f56b172fa6f91b9a37cd1539614353f505156a 4060 libsereal-decoder-perl_2.12-2.debian.tar.xz 7de166688428b16f322e774471440b5150215263a8188d2e591193a8e7e8a10e 53476 libsereal-decoder-perl_2.12-2_amd64.deb Files: 7eedaf315fa075af9d01f8bfb7ec853e 53476 perl optional libsereal-decoder-perl_2.12-2_amd64.deb cbe3362e7e4f6b51e9cac39ece223874 2313 perl optional libsereal-decoder-perl_2.12-2.dsc 23f9bf1c0455fe156bbe24c8902cdcc1 4060 perl optional libsereal-decoder-perl_2.12-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdNOVThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsjED/wPVvfsQEHAIgprluOUQ3jMvTBHnimU5Cix4FKyz+bSlQ2/ S3QemiAYHZndGeg642Eo9qHxXeQAy71P/3/R6fsSyhRh2RHVezFf0xskk9jXpnMK Hc/Y2ztVEEzczk5vdrjHXEIQHN5ngKXUixvUuEWzBGVwT8miRC6YZeN+at+6rWCM bHeD65XOS6raoitV1k4Yk21iEsp4jgqSekmaTyc6aOCrNN8zS7a3dmTCtdzZioG0 ghZ6c4VwVaWCDQVVYdidLf3ZkNfviseHJywegPOQhEwskBbjCsh3iT8bsTTZmMUV jW69dkU95y/HJNv+Fe4Ci+7IJxz5+H1GqVp6WmrYO/shc7xDiUZuqcjfITtv+QGw wCCoWT3IYKKbbAp/WOXrkF9Raq2GY+kCQp+gzdwt64Kz2X5KwYLwrR9zJLLhDvXp mid060Vkz4XkE2+7Hj+W2lZCVLSLG9yKHTe2lQ9AKgAPuiuHy9b5lZa4QzwkXLrX RaF5lCCCs3X1PUIYP0yUs7SHIX/Dft/1/QhZK4fbHSTa5q7acKC4RWxG1pq/xQ08 sIWmywgdeLzd1rXGSojAVW7MD+5DKU6CkQzfThwD/CTn7ns6AZVi7sF3AfcsbqPr zmgs5h5v9CpiwIBsW2YJvYWYXFdAFddM2mUyOKv096BQ6/WNfYyYT1972VWTqQ== =6jZC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 15:35:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 15:35:26 +0000 Subject: libsereal-encoder-perl_2.12-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 15 May 2014 16:48:49 +0200 Source: libsereal-encoder-perl Binary: libsereal-encoder-perl Architecture: source amd64 Version: 2.12-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsereal-encoder-perl - fast, compact, powerful binary serializationa module Changes: libsereal-encoder-perl (2.12-2) unstable; urgency=medium . * Team upload. * Build-depend on libsereal-decoder-perl (>= 2.12-2). This version contains an upstream patch dealing with alignment issues on ARM; cf. #742409. Checksums-Sha1: bfdb55e0e9210fad646e40940f9e47e219f06835 2349 libsereal-encoder-perl_2.12-2.dsc 748bcdc77731e9d8f49cf8ed74107ef322705b26 3336 libsereal-encoder-perl_2.12-2.debian.tar.xz afdd278e207b63bbc36d63022c31d4660fe07c4b 50196 libsereal-encoder-perl_2.12-2_amd64.deb Checksums-Sha256: 2f3904c0dc8eddd513104ba2803361acf4ffce02ed111764f11f9c12c70263a0 2349 libsereal-encoder-perl_2.12-2.dsc c597bde09dfa8209ba94b0c10188f33f88c9cfae3ad4eb2190573cffa4c5dbca 3336 libsereal-encoder-perl_2.12-2.debian.tar.xz d1381c82cd349814dc983282b54c3e003429690e46fcb532e8bb4ae9405bbfb9 50196 libsereal-encoder-perl_2.12-2_amd64.deb Files: 73fe7b41ccdb720c0790022ae8cd994a 50196 perl optional libsereal-encoder-perl_2.12-2_amd64.deb 0f7cfda3df765bcaea2d54215a1c8dab 2349 perl optional libsereal-encoder-perl_2.12-2.dsc a6a4cb7179a6f7124987f1c916d5720f 3336 perl optional libsereal-encoder-perl_2.12-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdNQdThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpFVEAC7qp2dfbmWvRX+K4hM8qG/0MQb7ioTxB5GcEsB8RgX0v9G tzamD89BQAsqd6Jz8rAiOXB0cd6/gS1W8P3QPiTtgZiz0G2bgxu25mbhY7pMk2l5 YT5uw7gFf06PU9jK/85Mgq6ybAwKYsQ52nOQ5cb2utW9QAUZ5fpNwtCSbcxhIiZ9 HpdBvimue6yCtCXsdnV2wlQbvXwonagygL+O2cDZFRba1bpASJIqjs1pRgIuZTY8 BMou0QCgtXeqRP2WRVeqW64gRq7WDACGy+8bonxzWMDPbyuxYQHp0wtiskitqMG4 8XLAD6H33JlIgvIbExwuDUV8SwVmfV7/nqPMHcgN2PczicKfuoravAto+xtD2gku HSbNkTkZ+YswCrOB/3GPSZi5ZNxU+eassOFYTg2evZHIj2cDlUOADjyMe4NL+36M 9S/kHQtFBc6onUf457fBoQkHE90zI/KjLlatKzHZJ9PVH2/DudKS7jBPzyZwXbcH aYG4GohLJx2FVzRhV6wYPBFcd+6EKhPuRbAT7MgoZsIKjLgF/DyG1wwQruzabxNU tNrgBeiQnkEFL+rQ3IUgELt7nyR9EN8MpXlOuYgti7s7EpQF8t6k8FE/nV7HOkaf CmGJT8nZ1GJtakMMHjwijQw+PRafSf/Abi3p3TbNyWQZN8pKRoqCgh7j4ttmnA== =2KM0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:11 +0000 Subject: libpackage-constants-perl_0.04-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 11 May 2014 16:06:13 +0300 Source: libpackage-constants-perl Binary: libpackage-constants-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Niko Tyni Description: libpackage-constants-perl - List constants defined in a package Closes: 747731 Changes: libpackage-constants-perl (0.04-1) unstable; urgency=low . * Initial release. (Closes: #747731) Checksums-Sha1: 84f836a9b77e6c35c063808c34245e676fa7c6b5 2133 libpackage-constants-perl_0.04-1.dsc a4c22fcb09d26a1f13a60f0b08052385c7e42f82 3582 libpackage-constants-perl_0.04.orig.tar.gz ac46344c0abc549bfe51e32bf63b458bcd2fbf1c 1400 libpackage-constants-perl_0.04-1.debian.tar.xz c01319d25b57f4b82ad5fef24c98172b5c9d6183 5820 libpackage-constants-perl_0.04-1_all.deb Checksums-Sha256: 12d7825b31de077ef5f99e97c99d89d40bc66eb89daf323b5c2a4f8f14c4b8c9 2133 libpackage-constants-perl_0.04-1.dsc 7e09a88da2c0df24f498eb3a133f7d979404a7bc853f21afa2ba68dfd859a880 3582 libpackage-constants-perl_0.04.orig.tar.gz a0d2581c0b70bec48c9b695af73c742dc00aa9c86104a386c57962eea65dd644 1400 libpackage-constants-perl_0.04-1.debian.tar.xz 61404d5ee91e6984027cce3f57c8589866216a447aeb26e01bdca6fe9dcfc3fd 5820 libpackage-constants-perl_0.04-1_all.deb Files: 07af5bacfdecb7fa87bc157d85dd8c34 5820 perl optional libpackage-constants-perl_0.04-1_all.deb 7d56637b47c969b30b25c9e809c489f6 2133 perl optional libpackage-constants-perl_0.04-1.dsc ded65e6d3de82439a716c5889c47427a 3582 perl optional libpackage-constants-perl_0.04.orig.tar.gz b8a07852739c35d170786f2cb22b1ea1 1400 perl optional libpackage-constants-perl_0.04-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTb3fCAAoJEA0Gp1nm04eQAQAP/22skCxcejYMZdKPmRP1e9AL YYLEq/KaUZJ4+v4GunEFOf6wPwlzq4fChcAS6ClTtZ8H5nGXz+V3W65G2TmXRNKF g5gdzTQLFl9PfYIzqj5djUOgFMGdmxpjXsony9CdDlXzvY7CFgk9HJaZ2tbQtQ9T yFcq0FhBtt+JOH/Et20RrHWgP8gSSSfV0GmwfzzWSUYyXq9xNKfGB7LDUnse8rlZ Q5gX8PCtc5R9Zbwd6VU2z7vqJjqBxOeOUNZxqAdQH2+ljZsZSQCuYW2//r23wU7m 77lNr/PZQL2z2kS1hP/25bwpOyb1RT51SYckmmtN6PV2P6BDEbctRGPCZGvZraqx KIJtQd/ciiRMhEekq8yyMGUigfKCq5A23HabOMg79yvxqKfzRMCbf6xHTER18wTg 0tvIJ7twh8WfbVg4AZEkRo9SmWIuLtDcc7cXh/7hTVH3ChgsQWgofIPDWcMzRKii siqyrmtO8uCWEDAGqFT/0Lwr7OKHSJsxDobDJBhBPhS1e8GG5x3irpH2icK4cIfv rhuZn1syh6iC06sswI7zqF4+YwX5+d7c/EwyBg28UZkTsgGtAO1Z2emHhIW3PF4i +beztF/oepJztap/+Y24QR9ncC1XzoKsBQvcxZYYD2jrqExLCfSRS8y4HrNpImlY MrXFGI8NPWBPU35n6Y60 =Tjlw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:09 +0000 Subject: libcatalyst-plugin-unicode-perl_0.93-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 13 May 2014 23:35:30 +0300 Source: libcatalyst-plugin-unicode-perl Binary: libcatalyst-plugin-unicode-perl Architecture: source all Version: 0.93-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-unicode-perl - Unicode support for Catalyst (old style) Changes: libcatalyst-plugin-unicode-perl (0.93-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 8e3eada9937d323595441921046f6447830c5c25 2337 libcatalyst-plugin-unicode-perl_0.93-1.dsc 82b83a91275d5c69382ce8a3538e68d157d2c97c 24669 libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz 8f3f44aae7a4c8a06537725d7f88b3aeaccc4506 2280 libcatalyst-plugin-unicode-perl_0.93-1.debian.tar.xz a123b8d0d22889e3139e8bbca399898361707e82 6978 libcatalyst-plugin-unicode-perl_0.93-1_all.deb Checksums-Sha256: 4d9a50f808395efb5542a2d5c608397065666f95250a2bd69150206c689f64ed 2337 libcatalyst-plugin-unicode-perl_0.93-1.dsc 03a5adfed1b44280583ee4231ed529ccbc0f719ca368faa3aad3c024a8999082 24669 libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz 3928948370efcc37beb48796ced076d6211e214f521e81074cd7697e2c700042 2280 libcatalyst-plugin-unicode-perl_0.93-1.debian.tar.xz 96a5e8fda2974c219dc1ed78b664382da7e33abd01ac9ff3a60e8a3e19714ef4 6978 libcatalyst-plugin-unicode-perl_0.93-1_all.deb Files: 406d63e72d32b67e93e1a3709d2f75ed 6978 perl optional libcatalyst-plugin-unicode-perl_0.93-1_all.deb e7d5dfc8f4a92ded2d880f2c25de0f78 2337 perl optional libcatalyst-plugin-unicode-perl_0.93-1.dsc f362bfa2ec2bb70378717122e2da018d 24669 perl optional libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz 48c4b5e7025ebbb64511cc6a49294fce 2280 perl optional libcatalyst-plugin-unicode-perl_0.93-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcoJAAAoJENu+nU2Z0qAEcacP/ixkxJIaYrMo9nuHx6jysmH6 MfD0Oli0KMEdnsaJOa6eHeeRrcsZS0BlyXXHO5qJfjxg09V1l7y1fximXpgQybXF fLZ0BkuA/GvLxF0iFm2DlZMJUqgVK7esb4tP7PvSvZQuV7KgEVBogiuYf8vxoOcW JP7xFSaUTeAC90mvGNB/HqKAM9kBj0wFHqL6rkDRaXcfNjtlVYxkHd2FSVJAeq/v sT4cj98HgMr23/vkTse6KPzcUS64n1bEm1FBtvAYMoqjmiDfmhHNvBcBZEMwNxtH BjhPsRd3gOIYh1dJSMz96SuMj08M7Az8x3xxX7UaZfwQf4TersyEsrQfKSkTwxTo wkm1gkHbaNIXWqTiWkqv5XWj+V4zsRqCtN7ESfLwAE7t1trESj6xcOxFUeQOYQc1 uUdTurFukdzfwaEVZE/MLkNpZBbK9cZaJ4LrCDsMIEHALMwO3LjlIrYPaNWH6R5D 3bFDwmGz/O/ngpc1x31npFDKxi/HGPDjUsTvrII069/3wdlTf8LL13wmOiF5k2yU R6ogCETeVRIFof7pZfgSKtNpt6tAUtY5QUXrzHB+jXFFjmvkoLVxAdY46m3RtZBw RglT8oC6MZdnSivKNdf0eZhBIymEbpqXgkpKmeLRUPxmHlllrr48LmVvuwEvtZyV mDDJXIEzMMQaFUffWCrd =t958 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:09 +0000 Subject: libcatalyst-action-renderview-perl_0.16-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:27 +0300 Source: libcatalyst-action-renderview-perl Binary: libcatalyst-action-renderview-perl Architecture: source all Version: 0.16-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-action-renderview-perl - Sensible default end action for Catalyst Changes: libcatalyst-action-renderview-perl (0.16-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 8c0d8c8fb9e94997f6fcad0917a593d223ec6e57 2357 libcatalyst-action-renderview-perl_0.16-2.dsc ee3991645baa51c7aaa5bda1d77e9dddb3e50db8 1808 libcatalyst-action-renderview-perl_0.16-2.debian.tar.xz dbb01fad5da930ea505f191c947506ee10152575 8630 libcatalyst-action-renderview-perl_0.16-2_all.deb Checksums-Sha256: c8ccdc7a77fe2ed9e3af0b6bd4078dcda656441d5a91ad7141cfdd9735844272 2357 libcatalyst-action-renderview-perl_0.16-2.dsc f4f25b116bd25a3a442ec9a567c9af477abfb2ed7533cfa0e36371dabf887594 1808 libcatalyst-action-renderview-perl_0.16-2.debian.tar.xz a91b15270cff9d0bc5993a3d29c3e43a48794619be60ce45e44893221dd958b3 8630 libcatalyst-action-renderview-perl_0.16-2_all.deb Files: 84df95b09c547192d42b000c0d6886fa 8630 perl optional libcatalyst-action-renderview-perl_0.16-2_all.deb ae2cc3d881499e9043193570500f1353 2357 perl optional libcatalyst-action-renderview-perl_0.16-2.dsc a1709c389ee871bdba289ba6f135ec0c 1808 perl optional libcatalyst-action-renderview-perl_0.16-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHbXAAoJENu+nU2Z0qAEkjEP/01gdD4Q5q33Qy96JHYpToXH j5HHeXxoRvaaFHsPl2hMZvefDT6DbKCLsI6X0IqLs12kpM+ZWCIfb4B/ueCGmoWo X/E/cKvCrHMnNrGsVCEx7wWCpObriOZGCOX7/zwI0XAE3x29i2tZhqudhVi1UKlS GBj/yYm6P3oD6wFsNbeieX1p1U+zXDqQ+ImvdkNoh030FeuDgmbKKQ2pDRmcsBJ5 /N0imiywqKXUoiTSa0h29lBCfOk9vzq585nXKPaeZkz0iJoTa/NxU08GmijrKvBP 4tiliPCIESWCytvONm16qQrBaB7Rnrt5G1Kn5XmontnhrdU8t3EgrDi7Vwhr7AIr wo5G9IpbXXolDE64Y/bWhYijCUMDTCYUVGIDAJ4rTJ90CU6uGcUR81BzId3y0ooP tVhVMOfzR36u0TCDehkgW61cNI9/cAeVWS2KJxAHlucSN0uEhb6k5D6lvJ8RNUvc KjIek+TAHwO/KrIb3EYA+LhEYxd1nClhPo4tX8R41U2is0aRkeqczqr5+gjpvWAR ce2y0Wrb1EXBEAcSE5XMWAWKzBGfWqET26uvsVicl8xAU+XrFXJ6WvVDjq71AW8O ga7cOyxDSp/aN7IBVLJQURLz9RkoKbgGKEnRMnx/H6nwkHdAhfMeiLqhamuRcrSv ExES1FrD5q0VnUGUhtWn =lN32 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:10 +0000 Subject: libcatalyst-plugin-unicode-perl_0.93-3_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:53 +0300 Source: libcatalyst-plugin-unicode-perl Binary: libcatalyst-plugin-unicode-perl Architecture: source all Version: 0.93-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-unicode-perl - Unicode support for Catalyst (old style) Changes: libcatalyst-plugin-unicode-perl (0.93-3) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: a2e87f34941f5923ecb66cc81aaa95077eb3113b 2337 libcatalyst-plugin-unicode-perl_0.93-3.dsc 5e6a8832c0a12ce7d76d294c0f066c47cb72dd94 2404 libcatalyst-plugin-unicode-perl_0.93-3.debian.tar.xz 61814ba41625b3bdc8a9785c21b5ddffd346732e 7146 libcatalyst-plugin-unicode-perl_0.93-3_all.deb Checksums-Sha256: 33313737dd990b9e5eaa7d7b409c8cf1f4df65fa478a42e0d95162d834fbf879 2337 libcatalyst-plugin-unicode-perl_0.93-3.dsc a6a6558447d665160c3de69101a7914cf3a6e186e3f491bb5006d83d9310c8c6 2404 libcatalyst-plugin-unicode-perl_0.93-3.debian.tar.xz 15c97a270ee4dcccd90ea35174bdb4151fc3e64dafed0497085d0a7b739ec6a1 7146 libcatalyst-plugin-unicode-perl_0.93-3_all.deb Files: 396e2cf2361c9136e9e754a1a338f80a 7146 perl optional libcatalyst-plugin-unicode-perl_0.93-3_all.deb 34c429b8df1dd6a07826a14edfc06a88 2337 perl optional libcatalyst-plugin-unicode-perl_0.93-3.dsc fed0de2aa4150985a4deb58d70514fb5 2404 perl optional libcatalyst-plugin-unicode-perl_0.93-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHx2AAoJENu+nU2Z0qAEAI4P/A9isDW8KqZoQAjwgEHIwcMr UlaYviqPd8jxeeXnJ0Cc/eS5eavgUPIGt0qyX79O5ZB5klEaHrLcG+ry6Lfdq8XB 1akeCXGSA/s5MS6zTGIaKlUoYA57kMM/+4/3OAEIwnLZfg3d5cXVi/zBtKWOZ4Q7 ZJXLeL9gTSScTmv8QUqx5mqHTbaVbsg0OtQF6VDspTsFYotyd3Pd6VCfgMLCk+5H XEGSSFLGwRgJ7ICXUvZ3ZpNn3Jo7HvPHB5LLp19Gud/VJ42MY8Mmbnh6y090ljc3 Ol/PSIgzxpr13+OTvcDr24hsWsVg4mNFmJcFxDWlBsvhp1G9yCqTIPcRUsumAFhY yxuC1LrVocz3ZLmuMJ0vE5evJmL40RUQJVT5ipqMA1v+iBPm6v9oLYcArcwZGDHR oniG/lWbO3xKZbC50TyRw1ONSYWlfx6HdvtrajIUKS+1aSIplCUiFSXWdlCaFLDz /WGLBUzno4SYCtKE8cKjtLCDI0pymA/DAHSnGHwgCrZVQgT0qXp7ES74srGiiVSR NllezT3wbPoAlEZUYWYUfT/quW2utJxkpIRvqaYKLEs99E58Licnt/DnEZKeLOob zupz8kgGjXeDWnYvcyTJaxwOy5/yk/xLdNjJeu9lfDUeAXH5kL2s7mgz17v/0v8f 3qYZ2gQnjE5mRB/vbwAd =X8cf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:08 +0000 Subject: libcatalyst-action-renderview-perl_0.16-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 13 May 2014 23:50:14 +0300 Source: libcatalyst-action-renderview-perl Binary: libcatalyst-action-renderview-perl Architecture: source all Version: 0.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-action-renderview-perl - Sensible default end action for Catalyst Changes: libcatalyst-action-renderview-perl (0.16-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was previously bundled. Checksums-Sha1: c1a51be7cb5ae428acbbea803e311db4bf3b22cd 2357 libcatalyst-action-renderview-perl_0.16-1.dsc 2e97448328791a9a2e95232543595b617b1cc47b 21529 libcatalyst-action-renderview-perl_0.16.orig.tar.gz 327c537ae17dd0a53f76163ff7a0ab46e8c14f43 1764 libcatalyst-action-renderview-perl_0.16-1.debian.tar.xz 6dcceaff25c01835d46892b720cd7474df4746e7 8570 libcatalyst-action-renderview-perl_0.16-1_all.deb Checksums-Sha256: c45067eb4bd630ebc4fc758fce03234a3e2e096fc78feae17c9f762adb4e879c 2357 libcatalyst-action-renderview-perl_0.16-1.dsc 8565203950a057d43ecd64e9593715d565c2fbd8b02c91f43c53b2111acd3948 21529 libcatalyst-action-renderview-perl_0.16.orig.tar.gz 4e69389b7cf544b2e35790ad43c7590de4f1dd0935c0a63f46ec00b7881da95c 1764 libcatalyst-action-renderview-perl_0.16-1.debian.tar.xz 16fac99a088d9b47f16ae73c80b40eb610d037abd7e3a31924d3f859b2ca092d 8570 libcatalyst-action-renderview-perl_0.16-1_all.deb Files: 7e5a2b4ae5d5979e5d43ca818f26b525 8570 perl optional libcatalyst-action-renderview-perl_0.16-1_all.deb 7f9a2e580378b16fc39aa0dedb3cdb7c 2357 perl optional libcatalyst-action-renderview-perl_0.16-1.dsc ed0ce5d8e57fef806938bf904862a2cd 21529 perl optional libcatalyst-action-renderview-perl_0.16.orig.tar.gz fc1eb46c18a114db2372da367e31e490 1764 perl optional libcatalyst-action-renderview-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcoaOAAoJENu+nU2Z0qAE/qgQAKb7qiZVjYhJfbSjdeVfJwlK M2+7vYjJfzO9CAXHzbNDI+8vPQEGDjumyQmGBrsYBRn2M2zvhQkinJdmGuH51ZD/ nuUgMt7UsNBVs6nP9J0xiGyCTXP8xZ/s2Nct38URwfEF2tJgwrbTt1xTK2xOjxcx gkg0Mogf0a3GoPm/ida3QI5fw/lA0lT2hpIw130FBqCv90eFsxyPLPJ0gqUTyoKy uLwlMXXT6DZq0n9s8W8QDdk+v/ZFhCzFLRxHTw4cIAwDemllu9TlfEW1gmgg9WKD FilohPM4BDJ5jSft1sXQlugj7YbM3BHLYee5haT9foWVYEH4JLshfYaSAc40Ab/3 G/MzaG8OOTVdIuU9GpPLweplD47F0n4wwiLE//V+VkV/318+nBgE/IDUKQw8Bma4 +bbfRfm3BZteTIaQGmjDzawh8ghxuobRVdjqY5YCqUSpe2kBOBTIvSXF1bDaN4O8 a0Qr0Kco+CDfmIDxHsW1YLDwCTgm1hCYdh7haA2qrVg6ofDyWwkSEAmgg1okiB+w cXBs3KgLB3JgnUAnGdXfaajuTbwmG5rXe+u83f7dJ4b0/cw28IuFizOtUjlLYWuh 9bBoTvaCqWwItgh87Zb4rhNEPhnAgdtGLRTuDzyIzfhHBOIMwRPVqOODEjkE9GEf zGw3eqNgbRfsUCvhEJah =kt1V -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:09 +0000 Subject: libcatalyst-plugin-unicode-perl_0.93-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 13 May 2014 23:56:35 +0300 Source: libcatalyst-plugin-unicode-perl Binary: libcatalyst-plugin-unicode-perl Architecture: source all Version: 0.93-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-unicode-perl - Unicode support for Catalyst (old style) Changes: libcatalyst-plugin-unicode-perl (0.93-2) unstable; urgency=medium . * add inc/Module/* to debian/copyright Checksums-Sha1: 5ac40e58cba3ba34aeb371be3cc05102c21a98c8 2337 libcatalyst-plugin-unicode-perl_0.93-2.dsc a479b06226aa187f281ee231fdcdaedc7dfac270 2384 libcatalyst-plugin-unicode-perl_0.93-2.debian.tar.xz 242ea90ee57551779da722b8d5b2f8057f57288d 7092 libcatalyst-plugin-unicode-perl_0.93-2_all.deb Checksums-Sha256: 584cf7244c9e9048b4bd973d848cdc502af5a1dfcae2f4890b25302620e9540e 2337 libcatalyst-plugin-unicode-perl_0.93-2.dsc 4b00b44c61d9138bc2b84485a16fc87f8ef4f31102cc63768105b05cec732cd0 2384 libcatalyst-plugin-unicode-perl_0.93-2.debian.tar.xz a850dbe6fc3f6647ed6fafc29704cac2d634a23f7ed53619797b6aa78a6dcc55 7092 libcatalyst-plugin-unicode-perl_0.93-2_all.deb Files: 414ed98cc865046099888ae489ed2e94 7092 perl optional libcatalyst-plugin-unicode-perl_0.93-2_all.deb c5b71bec52ad2d8cffc275e075ae3b36 2337 perl optional libcatalyst-plugin-unicode-perl_0.93-2.dsc d2a8f0dbdd3f18c9776d812a41e41961 2384 perl optional libcatalyst-plugin-unicode-perl_0.93-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcodHAAoJENu+nU2Z0qAEjpIP/29yvB+dt+80TyE0CVvUJ3Uq 5OvxiCj5+fM/eXNA77BZeIYP/Uusrt6p7ObydR4Xre0WFG8yCh26C93azSOhYjRR oHN521CVWriAlphOmOtPLEG1bZrNBV0tYkfBZTCY/qwIEh46Q53w0LgGGLcY1umo rfk4PXbYyWC55LChJxUofCdQAi0++4EIElOO/uBF5SXDaBOJzczbQJKdDAeFqaF8 fg9Y4Rkq/hObiOnMqntARYPvwcbdbkYuDzzyX9S5UwLNxCW0QnegVl82Wiin3d9R TeRb/lj7GbmIAijxxpAu5J3//oajaQiKexrMdi30cUyZGydtMstL+N3OX2bCCPHa ocUJMOJom8Joz+4JBQiSZIWrlrO75GgYp/eQiF5PnLxArPKNYk5qfjBjNCAMB531 ByqGIDjNNnRFKY4VZ8TA6T2s724nl+quIWUImR/6X4SyDxvLqxYz2TXn44PSFmms DARkFbF+pLyvMNvUIxYGAk24R337kQevTtxxtZLlYv2yDzlJ3bMCH5KTslUVDxCR jGoM+76Uf/v5zVKCvb+VSTQ8h+hS4/M3tVoOBt7BRB7vHQRet/ALX57WPillHn4A HQC96TSKUE+Q3yrtkszq4LMDEImPiVqCkOihOFyF4hr2i8mgaRbh6LiLvC9Jln3Z WQP8HwtucpCDOMN4C+wa =hlgD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 15 16:00:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 15 May 2014 16:00:12 +0000 Subject: libtest-api-perl_0.005-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 15:18:52 +0200 Source: libtest-api-perl Binary: libtest-api-perl Architecture: source all Version: 0.005-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtest-api-perl - test a list of subroutines provided by a module Closes: 747732 Changes: libtest-api-perl (0.005-1) unstable; urgency=low . * Initial packaging release. Closes: bug#747732. Checksums-Sha1: 9d028ab2c4088dad8011c45f8c4cf277b622e16c 2159 libtest-api-perl_0.005-1.dsc e7c576e53d9d1b55e57e77376e775d33d41f1c43 17317 libtest-api-perl_0.005.orig.tar.gz 4e309a0ab9823cd8fc47ab982bb5e7e3ac2db7db 2684 libtest-api-perl_0.005-1.debian.tar.xz 000fc6b4994be56f12b44f0fa0236f43bac14a12 11776 libtest-api-perl_0.005-1_all.deb Checksums-Sha256: e60f0b95bdfb3b75d30119c59b540d4c975a5d79c78b910565d79b2698ddad1a 2159 libtest-api-perl_0.005-1.dsc fde638cf0055a570586ca1afd2b56e750a907203f094a704548cf90b2c197d61 17317 libtest-api-perl_0.005.orig.tar.gz 68e4bf87a3555867190f98899a600474d6aa0de5791de99d99d23634e537fc09 2684 libtest-api-perl_0.005-1.debian.tar.xz 7243bd892c055bbac9a7ef2ca453e5398b15cd72f677cf610ea64ec33698a8f8 11776 libtest-api-perl_0.005-1_all.deb Files: fe532fe9df65d11cb1a857dc0ad6fc80 11776 perl optional libtest-api-perl_0.005-1_all.deb 04a65a58e5086a919d5f3964c5947918 2159 perl optional libtest-api-perl_0.005-1.dsc 4cc7dc3f5a60e9100cf165a2bbb6eaee 17317 perl optional libtest-api-perl_0.005.orig.tar.gz d2e9a4ae7d95124f75978a5ff1d1a2f5 2684 perl optional libtest-api-perl_0.005-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTb3l/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhs4cP/jMcyobI/J//ul1c8lc8qbs4 y3i43wwTx1uF2l0podCE7lMcP3bPOOZCral56IbmBsH6oTDfGhUes2EjJahpCOKu kDNauTbh4K1UFIXUW1Ew4QIHwQ83QzWovgm6EyHCfZ9OpnE8Kkgp+DnOprL9vEy5 s5CLPLzS/TVURncrj1LufA0iw0iPaPmJNhVsOtVyM0FpdZ+HQs+XIG0jRw+R3GDg oyIzXEkwTjPEfc2b5utd4SNAc6t+Kr38H57BulvHZGtFcALq6e4hxW6lAIKjeZBm fH8S6lgtRbSQjklZRC1kwW7A8DyCrY1LrL6ebZtNPMUhDujVPQL9gfeHjP5pq2AT 7WuseuwGbJ229DEk7ZhHiaUeB3KGdVP35OwCbegBbiub3E/jnA4zfJE/KdVrS3ij NbqsS4McOBbSwgeHRSgvHYC5cIoS/lwOS2+bqMxgc2YATeNVBV/naT+SE415I2OL rwYPMLlLwi82HKUn32NGIBbgTk3Cm7uaDlQGpznYz59BNyBfjcsGkHDlpCIclmoL J57KdG21WH6Yz+0cThBX2y2Il5XWIDr0Hkx9fr2LI1DZKjySgeVGFozw0NIM0Y9K MUQkN7rkxmFTho3aTjY+5djt6FcLtcPNOjSXmI4hl59yNni74T6wd4wJvc/eo71J MFfi52boWrvyuSY+tiiE =3iZs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Thu May 15 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 15 May 2014 16:39:17 +0000 Subject: libtest-class-perl 0.42-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-class-perl source package in Debian's testing distribution has changed. Previous version: 0.41-1 Current version: 0.42-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From gregor+github at comodo.priv.at Thu May 15 20:49:50 2014 From: gregor+github at comodo.priv.at (gregor herrmann) Date: Thu, 15 May 2014 22:49:50 +0200 Subject: Bug#742409: [Sereal] 2.06 fails to build on some architectures: (#47) In-Reply-To: References: Message-ID: <20140515204950.GG14931@jadzia.comodo.priv.at> On Thu, 15 May 2014 08:13:06 -0700, Yves Orton wrote: > > > Anyway, I pushed this: [..] > > > Do we need to roll a release or can you build form git? > > I can grab the commit from git and add it as a patch to the package. > > ... > > Hm, this is for _D_ecoder, whereas the failing package is _E_ncodcer. > > And an upload of libsereal-decoder-perl won't trigger rebuilds of > > libsereal-encoder-perl. > We split the encoder and decoder into two packages so you can upgrade the > decoder first, independently of the encoder, and then once the decoder is > deployed everywhere you can safely deploy the encoder. > > But the testing for the two I think is mostly done in the encoder in the > round trip tests. It is on our list to sort out an improve one day. No problem, I was just confused for a few seconds :) > > Ok, then I will upload libsereal-decoder-perl with the patch, and > > then libsereal-encoder-perl with a versioned build dependency on the > > new -decoder-. > > > > ... > > > > Done. > > > > As usual, you can watch the progress of the 2.12-2 uploads at > > https://buildd.debian.org/status/logs.php?pkg=libsereal-decoder-perl > > https://buildd.debian.org/status/logs.php?pkg=libsereal-encoder-perl > > > > > Thanks! Unfortunately the results are not very encouraging: - now -decoder- fails to build on armel and armhf - so -encoder- is not built on these architectures - and s390x still fails the test suite for the encoder Maybe it would help if you had access to some of those fancy architectures? Options I know are: * the GCC Compile Farm: http://gcc.gnu.org/wiki/CompileFarm * getting a guest account on Debian machines: https://dsa.debian.org/doc/guest-account/ And I'm cc'ing the Debian bug, maybe someone else from the Debian Perl Group has some ideas on how to handle this. (For the Debian people: https://github.com/Sereal/Sereal/issues/47 has more than #742409.) Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Novi Sad: Europe's Other Side -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From ftpmaster at ftp-master.debian.org Fri May 16 07:06:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 07:06:24 +0000 Subject: Processing of libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_amd64.changes Message-ID: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_all.deb libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.dsc libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp.orig.tar.gz libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 07:19:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 07:19:10 +0000 Subject: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-authentication-credential-openid-perl is NEW. source:libcatalyst-plugin-authentication-credential-openid-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 16 07:21:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 07:21:25 +0000 Subject: Processing of libcatalyst-plugin-captcha-perl_0.04-1_amd64.changes Message-ID: libcatalyst-plugin-captcha-perl_0.04-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-captcha-perl_0.04-1_all.deb libcatalyst-plugin-captcha-perl_0.04-1.dsc libcatalyst-plugin-captcha-perl_0.04.orig.tar.gz libcatalyst-plugin-captcha-perl_0.04-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 07:26:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 07:26:26 +0000 Subject: Processing of libcatalyst-plugin-setenv-perl_0.03-1_amd64.changes Message-ID: libcatalyst-plugin-setenv-perl_0.03-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-setenv-perl_0.03-1_all.deb libcatalyst-plugin-setenv-perl_0.03-1.dsc libcatalyst-plugin-setenv-perl_0.03.orig.tar.gz libcatalyst-plugin-setenv-perl_0.03-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 07:33:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 07:33:52 +0000 Subject: libcatalyst-plugin-captcha-perl_0.04-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-captcha-perl is NEW. source:libcatalyst-plugin-captcha-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 16 07:33:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 07:33:59 +0000 Subject: libcatalyst-plugin-setenv-perl_0.03-1_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-setenv-perl is NEW. source:libcatalyst-plugin-setenv-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 16 08:11:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 08:11:28 +0000 Subject: Processing of libset-tiny-perl_0.01-1~bpo70+1_i386.changes Message-ID: libset-tiny-perl_0.01-1~bpo70+1_i386.changes uploaded successfully to localhost along with the files: libset-tiny-perl_0.01-1~bpo70+1.dsc libset-tiny-perl_0.01.orig.tar.gz libset-tiny-perl_0.01-1~bpo70+1.debian.tar.gz libset-tiny-perl_0.01-1~bpo70+1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 09:20:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 09:20:48 +0000 Subject: libset-tiny-perl_0.01-1~bpo70+1_i386.changes is NEW Message-ID: binary:libset-tiny-perl is NEW. source:libset-tiny-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 16 11:07:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 11:07:02 +0000 Subject: Processing of libdbix-class-deploymenthandler-perl_0.002211-1_amd64.changes Message-ID: libdbix-class-deploymenthandler-perl_0.002211-1_amd64.changes uploaded successfully to localhost along with the files: libdbix-class-deploymenthandler-perl_0.002211-1_all.deb libdbix-class-deploymenthandler-perl_0.002211-1.dsc libdbix-class-deploymenthandler-perl_0.002211.orig.tar.gz libdbix-class-deploymenthandler-perl_0.002211-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 11:19:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 11:19:16 +0000 Subject: libdbix-class-deploymenthandler-perl_0.002211-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 13:01:26 +0200 Source: libdbix-class-deploymenthandler-perl Binary: libdbix-class-deploymenthandler-perl Architecture: source all Version: 0.002211-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbix-class-deploymenthandler-perl - extensible module for DBIx::Class deployment Changes: libdbix-class-deploymenthandler-perl (0.002211-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop pod-whatis.patch, fixed upstream. Checksums-Sha1: 65bf700a4b70a40dfa0f6cc85960e005f4292d84 2860 libdbix-class-deploymenthandler-perl_0.002211-1.dsc 60980009b7f40db5de89859ef8d6e6f98ce61412 47003 libdbix-class-deploymenthandler-perl_0.002211.orig.tar.gz 4f0685628401b09cb275697ea28bee9c240e368d 2200 libdbix-class-deploymenthandler-perl_0.002211-1.debian.tar.xz beed8fe0db3b947d74955de623c6546afa29e62c 98446 libdbix-class-deploymenthandler-perl_0.002211-1_all.deb Checksums-Sha256: 6ea167d6a2b6edc6d698b763e6d129c788715e13f836649de22fb8afd81573c3 2860 libdbix-class-deploymenthandler-perl_0.002211-1.dsc fcc73285fedde72e212e9ad80c006e6da119ffd2fa9574d470907ba13dfa673b 47003 libdbix-class-deploymenthandler-perl_0.002211.orig.tar.gz 0f06c1bb6df9ada4a464e6d4849e8f5dc4b4f7d5d8907270fc852cb022bbae68 2200 libdbix-class-deploymenthandler-perl_0.002211-1.debian.tar.xz 403d81954c33309e3f912a699edc621683dac2f1420487184287468138b679f9 98446 libdbix-class-deploymenthandler-perl_0.002211-1_all.deb Files: c7c2a42cc38a2d72764ddfe6d51bc14a 98446 perl optional libdbix-class-deploymenthandler-perl_0.002211-1_all.deb e2c70efd7ce433dd980dd2c5933610e6 2860 perl optional libdbix-class-deploymenthandler-perl_0.002211-1.dsc e86d588f53c1f502d18b9608b1b2c9d5 47003 perl optional libdbix-class-deploymenthandler-perl_0.002211.orig.tar.gz a256785485036d2afac0ac85139494fe 2200 perl optional libdbix-class-deploymenthandler-perl_0.002211-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdfBQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBn0KD/9zmpolTeD0b0r6t6IgXIOfdOqmtQZpr0o5QRFIfJhR1f3c OvpFeW0AGqBytA5yUsBqziPNCNDsV6DYtyuyLUtG0GgqPyQf7nk99tXmXKqmP7Y/ WeqXiA2IcP82RL+g/UMVuv4Dr0OcAE59TN2/yDjAG2e1I3tGyfY//xzUidW7Drep d0BQU1nc5/e4VThjQN21WTVToEbq4FyMalGT45XHBXbYL23i1RjzlRowxR7enpSm NSvZYNO58XdXBdQMcdSkRGk01hfIVJSPJVgHUNtiWxjv20ypY8C9/oju9DsNLzbD dpSyyzhcmaXWT7jtb5qb83xUG4Vl4NklPV6Ol4XZMta5CSfOCsrkd44OxtSZR9AA LO4CBJVa/FnZ6nRsvCGI5LrB7PrJLdgdjUihpVytqKBpobtSURDjiNxL7ekQCf+w +0WY/hL4ZpJKkHrKuv92tm7zdC1tzldr7LO94smGiRQUCf7vhAVns7CFX7K/364u baHl43rmZ477U3cVl0iUWfiyjZS90aLgnyr93uDbvBxfNkSx5AqnurC8/UmdW4lX nJf7jFLlNL51s/ab5mawKaCTzuNrcMvR9YXAmBdQAvDkkDteQsrjxhOBuXwtz06G dvjLlP3DFT2/tQnj/8v7vTEN3pCeKSCDvP2Uy010R6i79JDL/EmDh4Tvtvbj0w== =wUe+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 11:47:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 11:47:10 +0000 Subject: Processing of libyaml-perl_0.90-1_amd64.changes Message-ID: libyaml-perl_0.90-1_amd64.changes uploaded successfully to localhost along with the files: libyaml-perl_0.90-1_all.deb libyaml-perl_0.90-1.dsc libyaml-perl_0.90.orig.tar.gz libyaml-perl_0.90-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 11:49:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 11:49:04 +0000 Subject: libyaml-perl_0.90-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 13:42:18 +0200 Source: libyaml-perl Binary: libyaml-perl Architecture: source all Version: 0.90-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libyaml-perl - YAML Ain't Markup Language Changes: libyaml-perl (0.90-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Strip trailing slash from metacpan URLs. * Update debian/copyright. Bump upstream and packaging copyright years, adjust information on third-party files. * Refresh ysh-location.patch (offset). * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 3fe355e8afcafc85c0e8006513433ccf08db5936 2223 libyaml-perl_0.90-1.dsc e531f6060c1f22c35e38df24a7d05a3163c3ca18 103192 libyaml-perl_0.90.orig.tar.gz 773ca3471cf19e4d83b6e912ac8b3cb2343585aa 4796 libyaml-perl_0.90-1.debian.tar.xz 729172cdd9a1c82c886c746f9bcd8a3abbcc096e 70140 libyaml-perl_0.90-1_all.deb Checksums-Sha256: aa8bba3b3e9c8cd2ef7681f8af3edc483f516d868c04e07d5ae67c79f006899c 2223 libyaml-perl_0.90-1.dsc 187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d 103192 libyaml-perl_0.90.orig.tar.gz a494fadf1ea9ad3b9d5deca248831efed375a5cfe66c0c91c73396bf831cc29f 4796 libyaml-perl_0.90-1.debian.tar.xz 8346ddf414dbcc1cc56f9c10edddea85ae037684620f2b485476b654ed3a2968 70140 libyaml-perl_0.90-1_all.deb Files: c5ca47ae8f9f13517453c168fa282f43 70140 perl optional libyaml-perl_0.90-1_all.deb 36e18b33bfdcccfa60da79eab54767e9 2223 perl optional libyaml-perl_0.90-1.dsc 2ae6490cc7bd0922cf3eda8ff8de0d7e 103192 perl optional libyaml-perl_0.90.orig.tar.gz 1c003a5f3baafa67c937660da78116a5 4796 perl optional libyaml-perl_0.90-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdfnSThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBu9pD/0bpgi7C/QEouIC8ChYlgG6XIM+Km3KYQaZMPDNKrPyHGzW KCI/KzaRvoNQMqjfxkVPj+HPAMX3PvhcW99NFMV+KM9Vk0SR6/6LzMo1EGTKxo6d J/NLcn5kSZENcIkys8Be5ZokBnq/37mXoxknm+4EJrsrtxY09xpKQL1k2faQH13d Iq7I+8VhAg2NFsmzTQbKzKiBTC8lDyXfZgxkZJIzIiQJjlA1fIAVq6TXLhB9SnVJ Xt3qv/IOoaZ1bdSF+XStNvpyh6PZhQHd7nc8rNu+PUEwYpIUPdZjgtGFqlCewLwo FFL/+Wfi5KzxoI9vIhoHk9+fE0yaE1h1wp58ICi5rumSjEjDH5J1c9K+BEDNCObO J8gM+9Ta8Uf4Pf5Swqto+C4dh1DuU918DWZbe6QB5INDQPnfOGzQGK+QBolfKeOc 5c/pAlX/j8aD5MGLNjWMZKfW8OY5donzhGIRCmdzlrV0JVAx7yprMH2ObA38QT1T Y5SdV5A5xBJkA+fUUeATw4Yh6lhmbZt+zuy5tl0u4c8vuYrjQhs8/VUM9xyk+Wp5 Qm8PdaIw61+mBjB7fZboLoIpDmsFbZrU8XjHYnvRVZP1Wecaz7G4QowFLH7gIeVo WGB2hsuG2Zp2YYl5E7AEGwXDLwglKpLg1oAwD4VXSVMXTFlIpiz6BQpykTtjrA== =skUb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:06 +0000 Subject: libcatalyst-model-dbi-perl_0.32-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:36 +0300 Source: libcatalyst-model-dbi-perl Binary: libcatalyst-model-dbi-perl Architecture: source all Version: 0.32-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-dbi-perl - Database model class for Catalyst Changes: libcatalyst-model-dbi-perl (0.32-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: f79d3119cb11cbf7c88a511c16875537f238ea6d 2223 libcatalyst-model-dbi-perl_0.32-2.dsc f8cabb1b0b758c62ff780decebf5ad3359b23b5f 1792 libcatalyst-model-dbi-perl_0.32-2.debian.tar.xz 8daebbce770f6c6b6ec9202ce92ba207d22428b3 10832 libcatalyst-model-dbi-perl_0.32-2_all.deb Checksums-Sha256: bb2f960cbf24588cca9b28fd6419a4738f60a0f79ba72745039301e0c2e90d7f 2223 libcatalyst-model-dbi-perl_0.32-2.dsc b396c38e5e507d76c0a066e60fd4b7e152875a1d6ac243230ccad87241d363b2 1792 libcatalyst-model-dbi-perl_0.32-2.debian.tar.xz d16aaf42d5c743d765404e1971f15a721aa9a1555e2d3b274a2bb2a208131863 10832 libcatalyst-model-dbi-perl_0.32-2_all.deb Files: fae5332d8543c38d3d750f36bd6a40c1 10832 perl optional libcatalyst-model-dbi-perl_0.32-2_all.deb a417ce2b8bd7b41656ab108816df440a 2223 perl optional libcatalyst-model-dbi-perl_0.32-2.dsc c5eac0eb8c6a16dcbdd8995a2658f64a 1792 perl optional libcatalyst-model-dbi-perl_0.32-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwOAAoJENu+nU2Z0qAECHAQAKZrM0+dBl4Z6EIwOgegpIBH jFY75OTemzbobu+tulduONQ6tX3sEG1HoSeI3IfMDG8gGWrwJg6Bam1UJEqFHvfm 8KfU3A1QA+slNq5Ubhc4mQmpcCEsCNyrx7JikbA8dS6FfkK2w4R7J30O9BH+Ds6R KHtZZmytXBjI3v/eVjLNuXQITIbo7/3ndndiIatc13YZL4UjGWzIW0GgRsuZA+H1 Pw5f0Xlikaha6Vdrj6C7yE8vLgD0C4MsSAmlUE0zdT7XIz+alMhBddjPrJg6eS5S L61YUbW364tx1fn8AT/StDWzSqggC5P/BslvBbxMJ9PtWdbyGniRWq48T5DS50dC S+JoTMkvzu4RaKkHlUdqZ7pAgZPLKACB1PdI0m+vkzbkhNySxHSp/9fXMwuGFaKd 1h1YLlIWPvKVE9idou5K2RO+0WV2m0nUXhGFC/OwduKT+1fuuXjAIugF/7dFl3zq cB9O/fI0lsI1+qIeEoqQVMEDJLYZnCpw/pYV3RTZWYsjS5ZAcjrNZpyoG0EGoy5F 75QXLPCv027/X5KUmV4WEJPb1XLeQNMtquPox0MhoXjIGJ+lh3lM/8+0kkNAjCNh vZ2pkJEp+6+F28syS2oSQ7HPsg+1VSaalHQ0l06njhDWoBRxgZYGNwpL562z98Ah eYk6G2jsQykYwXjoDSJR =tx4M -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:09 +0000 Subject: libcatalyst-view-json-perl_0.33-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:50 +0300 Source: libcatalyst-view-json-perl Binary: libcatalyst-view-json-perl Architecture: source all Version: 0.33-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-json-perl - JSON view plugin for Catalyst Changes: libcatalyst-view-json-perl (0.33-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: cd84396a515ae0667e092ba8686d19243d65ef33 2244 libcatalyst-view-json-perl_0.33-2.dsc 6d0ae90f9972cbdca615eccd5eae9ddcf9afcd02 1652 libcatalyst-view-json-perl_0.33-2.debian.tar.xz 93cf062fd04d9b95c0f61d8481e4eaff66420916 17664 libcatalyst-view-json-perl_0.33-2_all.deb Checksums-Sha256: c704f65294975feaabb8afc1336af04754cbfe19f799eff1c00d395d023317c9 2244 libcatalyst-view-json-perl_0.33-2.dsc 6b76cabc30feaafdcb17d5bfa95c516d9e9cbb6fbe4b0bd3b8769b27039d6b3a 1652 libcatalyst-view-json-perl_0.33-2.debian.tar.xz b802c3bdb6ef3df19eae5608f4c848c3335ea220bc5092da9465ab932e39d000 17664 libcatalyst-view-json-perl_0.33-2_all.deb Files: 4927fb3979aa0d4d4ae9d9659195f2ca 17664 perl optional libcatalyst-view-json-perl_0.33-2_all.deb 5cb9be5db8c2acb4ad9b7e583be64467 2244 perl optional libcatalyst-view-json-perl_0.33-2.dsc 267ff7223c8e604526731071f73d2486 1652 perl optional libcatalyst-view-json-perl_0.33-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxjAAoJENu+nU2Z0qAEbX8P/1fiRXxUfySRyFP9kf42xcsD OaIyPdbwHWAcEhVsnpJyaPaGgyN0LYW64ze98MqXYPy6VD5qtol8ZBjyFmtV6apw wEQFdka/rM9jLuupDFJMhUEJGAFeTUF+Vm+lVbTKoGua9g4liswnTtrELR3r3eKa Jru5fyLsqnEviWLFvVUVdXtHlYajCVRgDYO+OzDyYQWkQ0Be8MCKSIUBT06OTvY7 WI6WHWOg5iXbFgXqNc15EHav0OYZN0eByyIigLNXQhUhpG1fLvEQ4tPzkoi/3Ki0 TUPmCUYazQCvwjN4DeVEQ2jcCN+dxTXIFc1KP04Gtm7RygalMB6BAKIioH37Vk5x lrAax+fVDhTTuVyLBueh/uQJVAC+ivp9UmyHhV1Ot5Pe4FMpKWe7O5ReL5dywDZe ov3v4I0mu8iA/yhDOhYq5lLp4I3wEswBthw0LvIiT2+LITdgZOptYTJ3BlFb/k8z xgHyzX7L2KCHR5NSw8wG7uUdzBjSQPfa+dyTf2qmEO+/zLYbFtL+UgeEJVnvblxc RzashZwU6Ro150iQu5ZQ4bRLQD7WJ43q6TD19zR/CkP0v8NDnh+3RVmC72u0i8K9 h/8rtohci9mMzzikpcQWjGugFs/gDoJBS3dRKI7qc56zj7fMFLcyHfj+Jk0iOxfu rRNpqJAOXjJJCid+xSM8 =ndOW -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:09 +0000 Subject: libcatalyst-plugin-subrequest-perl_0.20-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 12:19:46 +0300 Source: libcatalyst-plugin-subrequest-perl Binary: libcatalyst-plugin-subrequest-perl Architecture: source all Version: 0.20-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-subrequest-perl - deprecated Catalist plugin for making subrequests to actions Changes: libcatalyst-plugin-subrequest-perl (0.20-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. The module is deprecated upstream, but is still needed from a smooth transition of libcatalyst-modules-perl from a bundle to a meta-package depending on separate packages. Checksums-Sha1: e1ce58f277fc1a772290e614eae3b3da1e064cd5 2264 libcatalyst-plugin-subrequest-perl_0.20-1.dsc 77adcb02752a36281aafe5fe3d54404a2b42cb88 22150 libcatalyst-plugin-subrequest-perl_0.20.orig.tar.gz 1a9a2e193770f497f0af7a32295eb82f2e321c63 2360 libcatalyst-plugin-subrequest-perl_0.20-1.debian.tar.xz f9730c4159c857211547f146c4dc2c454d7f89da 7852 libcatalyst-plugin-subrequest-perl_0.20-1_all.deb Checksums-Sha256: 59fe6e07c0f3f5f5ddb2224033193f2ee09af9a15f312374ba088586006f6455 2264 libcatalyst-plugin-subrequest-perl_0.20-1.dsc d36a7c69f4f3a8260b6347944e4c91a47f70b10b8e92b7bbedc3bec73753eed6 22150 libcatalyst-plugin-subrequest-perl_0.20.orig.tar.gz fafa6113bb35deba0e90a8e429c949fec7d9286fa9aae477a9e5f0e18ad7601a 2360 libcatalyst-plugin-subrequest-perl_0.20-1.debian.tar.xz 1e516178c3499488440bd6afd2b40ffda9d3731bfafb5647e63b7afd9ff74183 7852 libcatalyst-plugin-subrequest-perl_0.20-1_all.deb Files: 127a1fd68b796682b5d2092588a02d5a 7852 perl optional libcatalyst-plugin-subrequest-perl_0.20-1_all.deb e75d3b7581b6b332515c4723f70b67c3 2264 perl optional libcatalyst-plugin-subrequest-perl_0.20-1.dsc 16cf147a4bd8075f98b207bbb7d4248e 22150 perl optional libcatalyst-plugin-subrequest-perl_0.20.orig.tar.gz ffa5df3d94b44fb457af6f83f9c63e03 2360 perl optional libcatalyst-plugin-subrequest-perl_0.20-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTczXLAAoJENu+nU2Z0qAEV6EP/3GW3ZmTWZyVELFYBLTm2xXm SM8MFFjoo+1XI0G7YcPFlUe8eanJk1+S0T1N68KSaDGEOKYNkKKqD44RNRTjpZ5m MtC3dHNCrkmLTa1LCZQdxvyrUM5LtVUuIZIOSRjGEPNc65KVw+2qpxEvhzDmYUsu vf4XfgknPaRPLUgZQ7cYNLHvC3AXDWuFeoAX+TuaoK4FHPvhHfzTEhqxixaa9fI9 hlO/N1koZfb8DoWRlBZZfry+WfoYqkclrIaX5ptn7Dw5RIaZjh66knWtm/lDRtmQ p1Aurx7AQkTli2HUdq7/S2M5x/CaNGkekIjfnNJvSaRksH3rVGLDKSe8yxzEPpxc mhcjeYxlVQR2zfBAVNrKjBR0yNRnh7YPh67Y3eQZTmzTMi3NrMp27bZsVuMmErPV 3ihaQga1lksgPnrFV1zbfPfGB+MA+oHWDolNyDME68KipA5FWdWWJktSjfqYYoYc //8CzmIBRYz6ctKdSkO5GBAiTnvGPboHar6P9GX0+lO2uZdDolXqf5FpTjueTOwk QzfOr53/3+hvU0ZjJwqkfrfg1qwWW8jxUlszyTLvdbQvKJxPnHka/ZveYHmcdfPH /DB0n4x9ix2i00fFFzkQSBYlnfKdDQcFC0FYW9SptTPICEFCn0ifDUTkYzw4SDiv njrz+DkxmSSOcP3fUjkF =gVSc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:06 +0000 Subject: libcatalyst-model-dbi-perl_0.32-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 12:58:39 +0300 Source: libcatalyst-model-dbi-perl Binary: libcatalyst-model-dbi-perl Architecture: source all Version: 0.32-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-dbi-perl - Database model class for Catalyst Changes: libcatalyst-model-dbi-perl (0.32-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: ef5555cbf11164f34e9057e02c74c45e14acf3d2 2223 libcatalyst-model-dbi-perl_0.32-1.dsc 948182c6f9515ca7ffc2b05ba109709b4ef393da 4686 libcatalyst-model-dbi-perl_0.32.orig.tar.gz 33d7a98e8bec5b87c4562eaf6fddb23bfa36e264 1744 libcatalyst-model-dbi-perl_0.32-1.debian.tar.xz 678306f69f5fbcdaac52d14a1730f31c96028a30 10764 libcatalyst-model-dbi-perl_0.32-1_all.deb Checksums-Sha256: b4b8323d7b282c48fc5b19fdc9cbfd3cdd7afa328d8648adba3b4dbbfcd03c8b 2223 libcatalyst-model-dbi-perl_0.32-1.dsc 3f27492930744e518a8480f8d68dadc347b002715e177c09508a7c12dbb0fa73 4686 libcatalyst-model-dbi-perl_0.32.orig.tar.gz 675b6f5cff5b7849bbe72477299283c73db6eb619b5b405e1b2d860d6f55d9dd 1744 libcatalyst-model-dbi-perl_0.32-1.debian.tar.xz 66d5013eebb163794017aa465ef231f80aeefa2e9872da8e23c1746db2f1cacd 10764 libcatalyst-model-dbi-perl_0.32-1_all.deb Files: c829311916c59e22c5f517bfe520ffd6 10764 perl optional libcatalyst-model-dbi-perl_0.32-1_all.deb 0b89c72830e229c2135af958eed97493 2223 perl optional libcatalyst-model-dbi-perl_0.32-1.dsc 23597fb16c3cc58830be4abc13b6f5ed 4686 perl optional libcatalyst-model-dbi-perl_0.32.orig.tar.gz 0796e8d2dd32f86a26e486cf9f990852 1744 perl optional libcatalyst-model-dbi-perl_0.32-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcz7JAAoJENu+nU2Z0qAEJkoP/AxvZQoFlYiYjk0m4E6QtaKW dc/XR7o0vWSErDLd0M9YzrSV4JrQ5oDwMoWlfrX1CWWiHjW3KrYbHSAuu+hAh6wm Fg71eVAx49xZUIeSIP5e8ufVpr5hI6tuh3MmwwtjrMIUJ7kWwfMLvt1qsrtnoxKs tq1w6zfCpEfHxaNsG9/rOWzZI+hWYAgPtjCaFf5spdbDVzgraAnfY3RdiNw9bHJh ifo9y1bWCuHVYftcwlAgbJSnjwx1bH1Q9+RZ9+WdQpzqlLpoYRDoyEVknSMeF7qy WDBDlfOxXc9ClyTiCmiyglmw/cSPICf95rk27ckSZZzaGHS6XPUhD8HdlDxN4jNo b1IeA0+AOCVTIOYbHjpBX7/e2rfreZHuh7xFqzwJGK6F0vWHU268eRCe+VrACDIi XVLvZfvD3u+O9I7SDR7ZWWP5BE7z+W5K0VDhENzjaqJDQjUEaEVs19TsaWRfS3X0 WFXmHLBAugfKQ9w/3CUvv8eT1bqT3CDfEkDy2E/ppcXg+c9sn0UlKy4OCaNKRuc5 K0QCkMRpnxrVrJdKunc83u07WcKvDqbIo0JyPLr7fxJ3CmAb90UvpqXr3sMGtQAA mpT8JnBpQuimwRcEDbeMtd70rzR5RS01uPSWcGTZvAEC3VrVJKWXSWtWCgvzhKJj Tcz6rkXpyKhqgv50imqZ =6/FB -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:08 +0000 Subject: libcatalyst-plugin-static-simple-perl_0.31-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:48 +0300 Source: libcatalyst-plugin-static-simple-perl Binary: libcatalyst-plugin-static-simple-perl Architecture: source all Version: 0.31-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-static-simple-perl - Catalyst plugin for easy serving of static pages Changes: libcatalyst-plugin-static-simple-perl (0.31-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 38d9d33a2df6e63857e39511a0e1d33102b9b968 2400 libcatalyst-plugin-static-simple-perl_0.31-2.dsc 6e458435a06948452a3dc768e4f0eba4a68eec13 2016 libcatalyst-plugin-static-simple-perl_0.31-2.debian.tar.xz 6ebd035bfaa36e581cec6e8656abc106e610d28a 18736 libcatalyst-plugin-static-simple-perl_0.31-2_all.deb Checksums-Sha256: bf03dbdd99588ff42d85fbc1db635c1e010dd71611265a86e510cd0e676b9113 2400 libcatalyst-plugin-static-simple-perl_0.31-2.dsc 655aab78be84a5e4f0f0c186df82a52e5e503087209264d51564f655db425f63 2016 libcatalyst-plugin-static-simple-perl_0.31-2.debian.tar.xz 6363453ecbb6ad3231ddc4d4c9166e4d1fed4ca9204d37ff4b6f7be2afdffd8f 18736 libcatalyst-plugin-static-simple-perl_0.31-2_all.deb Files: 44a8633b235fd733c18a2e3b5f6c370b 18736 perl optional libcatalyst-plugin-static-simple-perl_0.31-2_all.deb 34ad00083021bbae352db968f201567c 2400 perl optional libcatalyst-plugin-static-simple-perl_0.31-2.dsc eb60058adaaadda0db6d088403407fdb 2016 perl optional libcatalyst-plugin-static-simple-perl_0.31-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxaAAoJENu+nU2Z0qAEp/UP/2kCYTlit2JDmQJEwSSBbP5T hEGakxaFagC6vxSEL4r8ZwXXj3cd9mqD19FbcpesZhInHSF57xpVQTPCiAOILZ9X Y+0KQHaH2kJVxDJ9+pohv31wtlewYMY0zAnIXVefUaM9YzEop3NgVpiIeZ/h7ERU b8LUP/4WKTqaHhpEUVaR2s6DXFRf/y94Z2SXSRLt31v7+gy2nVgU1cB3gVA7OVeQ 4wm5/hGRyB7Gi0jSf9c+hyoLNV3YO7x8ZwDzXBw9cw0v3q1jkSaHrvh5U2kHm0sA V2Cxctay0/9P14/44TbMXyJcTVZgCGZn+Em2P2ZFC69Jpy/jUoR+HWYXWELC04m0 gHAeLo3/9Jl/y7F9K8hfQBZ0Kg7hBy0OjLsrf4OU8073vhX9ZmLkZUtLxK3kuNB+ Avin+CDHE8CoPdaHbFgVdtr/jrPis6a+f+PNvC80I/LESgSfaXRDjFXUzR/hBimM b1gCs2UVZMXqK7VLx5IBXECOgUR/UfiOaCuY/rxjYaYNH6Uhbajrn7ffWoIQNXn0 J2b3PY03gVeG6LdiacHXKHZdxiGS8HrqBjMwkJwYcWLbAe+eIzmO80w00tEm7tQg d3YEF8tchgpmGhaSItCywBugO56t6UPXbqNO97l17QiFgIP6Tiv3uAKRvB8Diw9A 3M/ZYX7XjMmno3wAP4fD =bGWd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:08 +0000 Subject: libcatalyst-plugin-stacktrace-perl_0.12-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 11:45:43 +0300 Source: libcatalyst-plugin-stacktrace-perl Binary: libcatalyst-plugin-stacktrace-perl Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-stacktrace-perl - Catalyst plugin for displaying a stack trace on the debug screen Changes: libcatalyst-plugin-stacktrace-perl (0.12-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 8ae30dd594cae67e4e48134949378b0b1727130e 2333 libcatalyst-plugin-stacktrace-perl_0.12-1.dsc 0058e3b92be401bcb0cc4029236f85fd43fabd47 23238 libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz 923b009ad61d100ff8a33957dab47ad55421cd04 1744 libcatalyst-plugin-stacktrace-perl_0.12-1.debian.tar.xz 1419f8589789bd9777e76fa4e2a982ed2b81ec2f 9240 libcatalyst-plugin-stacktrace-perl_0.12-1_all.deb Checksums-Sha256: 02860d9ecf700c4c7c3936ff3cf25cf678cfbee9cfdddc8d2990258a099655dc 2333 libcatalyst-plugin-stacktrace-perl_0.12-1.dsc 329dacd0ba09d10a76087ab176f95db6ba3db26a2d0fe33eee2f5e46ced753ac 23238 libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz e761cded3b729a7993ade3dc30a15fc389b3cce2da08af4b8175fee3887c8a7b 1744 libcatalyst-plugin-stacktrace-perl_0.12-1.debian.tar.xz d155bd72015506e04eceae51b74eb92c982f6f6f976669d2cd8d79de98e56a19 9240 libcatalyst-plugin-stacktrace-perl_0.12-1_all.deb Files: 1ad47212ab66fd2be619e1dc7cfd9297 9240 perl optional libcatalyst-plugin-stacktrace-perl_0.12-1_all.deb 9b36b22b0db9496c95a7bea1f0faa21b 2333 perl optional libcatalyst-plugin-stacktrace-perl_0.12-1.dsc f089320a66b085f6ee087c990bdccf6c 23238 perl optional libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz 2442ba0fa5e80ce0a410828e613c7d9f 1744 perl optional libcatalyst-plugin-stacktrace-perl_0.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcy27AAoJENu+nU2Z0qAEXFcP/1KzUCOrDLsZYUPXCJ+GXpKt HSpzNjhQSRzbzwbSUEQQIa5Fu5774cTLswSSyY8zJc3iexqpfwQpeSn4mb1qBvI5 uq0h5pt9TS+GY9ng8dr7BCNbjy9C0aybp4WCN+cSH5e6OoAyPGpOTswN/H8PiI7o NPFouTT4+uaAoPcQa5svEZC77u269dbxI4wld2TN65JFeO2167jyr8oPRrV6PiE5 pA4dH/gf7pCj8KEl2G/r0ycSXvEoKTGbImmwyoEMq3/c/zruZTTZAMGoLIR/HGek 69S1NH/bxa6nHv7PglXOVkq9YdxhNMaJ12ZDI7IiO+XHwhCyeKIfnCozZY8fAnxN 4+EJAR780Kq+dow1S4mfhIo6npWO6+4eBc8Bw1Ep6V32VQlfXJ0TWAmTvMb3D0ij eJAX9YP2bT8xzvRlMfYPG5reRCIy5BWQMtsmHgxIFcypm6kFi27ZOCJYzJPda6tb XeIy5r2YshWN64omeTR1GsNLPZGh+lb4t/l4tCzMfDV3yfkX1BbsTwUnzYspu+i4 IMAri7eXvFO/qY5p+Zzpj8hbqkWh7an07S04ycSKRao8aaNiggNZPgjaY7bABFkt R3kg2/k19yZteBsrCm5421PZshQZNc/6kIg9ZNz9Uax7wacwznlvwgLlbjRxub4+ cphpf7xOyPYx/0ZDGJ6g =T6eQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:07 +0000 Subject: libcatalyst-plugin-session-perl_0.39-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 11:30:08 +0300 Source: libcatalyst-plugin-session-perl Binary: libcatalyst-plugin-session-perl Architecture: source all Version: 0.39-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-perl - generic Session plugin for Catalyst Changes: libcatalyst-plugin-session-perl (0.39-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modlules-perl, where it was bindled. Checksums-Sha1: dafb36f743511d58d77a51d502eb1f6f5048c08c 2483 libcatalyst-plugin-session-perl_0.39-1.dsc 1c0de764a0d61e917f05dd568af3345b154b8874 49390 libcatalyst-plugin-session-perl_0.39.orig.tar.gz 5c693f301516bdbcdbfdf168d7fab12c56ea93ab 2056 libcatalyst-plugin-session-perl_0.39-1.debian.tar.xz a6692bdd9428afeee3c4b502b750804d55e66430 45490 libcatalyst-plugin-session-perl_0.39-1_all.deb Checksums-Sha256: 08b255525eb1c39898e58fc1b449f9e32750f4784125764bf114b976cbf479cf 2483 libcatalyst-plugin-session-perl_0.39-1.dsc f1956eecf82bf76ff35739c0f7baab73f02dde8b8b4fe62322e8fc8707008a54 49390 libcatalyst-plugin-session-perl_0.39.orig.tar.gz 80cf3a107c78d308485403084720be5928e5ce22455be6d1a2e9d07536691faf 2056 libcatalyst-plugin-session-perl_0.39-1.debian.tar.xz 9dfcb4e0dec6083b35c43bacdc26d49d3d64294c7ab4cfceb87d458b6594d5c3 45490 libcatalyst-plugin-session-perl_0.39-1_all.deb Files: 7e3c4036cf363cfed3b6b3442e3c40e3 45490 perl optional libcatalyst-plugin-session-perl_0.39-1_all.deb fd399f146eaed5e0a7fe91d1cc3db018 2483 perl optional libcatalyst-plugin-session-perl_0.39-1.dsc 103dc6b62cbe93f135befc9cf0f77d45 49390 perl optional libcatalyst-plugin-session-perl_0.39.orig.tar.gz 1fb3a9f448a083fa0fe99781b6957ea4 2056 perl optional libcatalyst-plugin-session-perl_0.39-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcynBAAoJENu+nU2Z0qAEhZEP/17ZJT03mGETWO7VRsosa3U9 nU2Qtv/O1+FElNIaf9iRNACLin72hctWMqHUHqJMWMDqEKRWG3YSOL7C0aFUKIz6 GWydM0+74A6EHPA3gxGo/EIx6+1C9YVnrz/EOqSqRMidwpUGXCvZsAgPWjn4uOlE OXqyMarZPKGOqsYkBkl2zshVeree0Kn9Ih7fctzTb3Amu9LvrXFnpVZIZ8rc8SXP bvkwsqo1fkeM6CLWbwDbb8BqmxmYZAuBfhxPTuF4iNe2SY417aAIQCe4igasVbWB GHIIuXVxb77tIp4P/mq2RfekcFpiBUqG7AkOTDNaydmb+/zWtRywXQUa/KbR/Qbw cyAv8msx5zaF3jwwPFv3MBuWn7Y84g325w1jKsLNUj4Nx/dpvHajzkF1JJH7shyi dnvRiM5jzqGIDU+RRGgPvpXIaOFuaR4DLX6Q+31HV7eLdyX/uB/hmzS5zLSwJ769 uN7AybFNKxhyt9sqceb8r3CQdiIuAMlv27wTwgefkhSTQ0ZBa9ymL3VktWXRafyi q4FZYoIogqIiHOgwOWUvG0vMVhxr/UJxnAtA/pORna/SvGoRgshpoCMaUqlue3YZ oPwacGCFsd+n8GxvRxyrUJs4mecgOQIQwZkUBdoZZnDXONH5EjvTjpsWMtnxj95w sqzEyirf+vQbrFccRFB/ =6/Qn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:06 +0000 Subject: libcatalyst-component-instancepercontext-perl_0.001001-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 12:45:54 +0300 Source: libcatalyst-component-instancepercontext-perl Binary: libcatalyst-component-instancepercontext-perl Architecture: source all Version: 0.001001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-component-instancepercontext-perl - Single per-request instances of Catalyst components Changes: libcatalyst-component-instancepercontext-perl (0.001001-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 4ae9336f5fbd5918e69b3c994c5ccbe4203527de 2430 libcatalyst-component-instancepercontext-perl_0.001001-1.dsc c9372d7320edac25884736c19439f1a788c2fbb1 18916 libcatalyst-component-instancepercontext-perl_0.001001.orig.tar.gz 08e4fa3ad353ef38b1659420c5999617fd9dc758 1884 libcatalyst-component-instancepercontext-perl_0.001001-1.debian.tar.xz b965b6435574f3c20c0df37bc0f80e29288e0e0a 5678 libcatalyst-component-instancepercontext-perl_0.001001-1_all.deb Checksums-Sha256: dc74ca77e57b41b8d94edafedcac2cf5a2180dbcbb932b7a4e1bb45718ada0a7 2430 libcatalyst-component-instancepercontext-perl_0.001001-1.dsc 7f63f930e1e613f15955c9e6d73873675c50c0a3bc2a61a034733361ed26d271 18916 libcatalyst-component-instancepercontext-perl_0.001001.orig.tar.gz 386b40783ccc1ba70f0e8903c92a023648a36a0a220596b37bab606d3b5f08ef 1884 libcatalyst-component-instancepercontext-perl_0.001001-1.debian.tar.xz 250ceacdeec4487dcd807355096449c8f780ba78e07fe4cddffcfd3d6bdfe084 5678 libcatalyst-component-instancepercontext-perl_0.001001-1_all.deb Files: fdf693600b4e87e612175171e051e051 5678 perl optional libcatalyst-component-instancepercontext-perl_0.001001-1_all.deb f393ad0ba84012dff9d85926fb5e71a3 2430 perl optional libcatalyst-component-instancepercontext-perl_0.001001-1.dsc dd3e9c804cb7f8d6755132d92b26a80a 18916 perl optional libcatalyst-component-instancepercontext-perl_0.001001.orig.tar.gz c5a1424b3f99f90a82904c5bca667c93 1884 perl optional libcatalyst-component-instancepercontext-perl_0.001001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTczuyAAoJENu+nU2Z0qAEnXgQAJt6cbFuNXkr7TvRjdR2pchb bB6gOntSBqKBIZOS1Y5eDJIFyZeIOqxjPPb0scGR4cwpXl7AGCPBVRyLiBTWs4Le cZlx7UYpL7/4rx89LdTgzDVH0P6T966rGl/lG9RKUvUWQDi2U3kJGifrEa2JO1J0 diqCLZmWAtEXEI0ndf10UaNGkNbJpdUsbMOzKLzbCJUgq1aT4AnJWF4Crl+dZICx UpKPocbZwQ93vZpttjIWhQKxK87sB95TpuAPuC9m6I+ZOj2NP7lPpoSX9IZ7V2bL Ee2r68oeSdvWeKuBzlDbIYfpcYuy/d+KYTsCae4VSYH31atXIhQzhCUb13DCWYeT a13GAiwFV4IwuBf6HApP05Rnjq4AayuVNzYFUjCsEGPb9QneRSNI2wjlfKshNVQA 2VyO22DDCvwuBSFb8zah6V0glA5Lxtqgdeo4tnheEaAsyzTFdskwrDvxuHQDFvQl BqEoNnkMmnK9HPpYUfvhyq0Fk7Wdvr/W+AoAZrXjyRAgEqY+Q8Q0iF820GvagWbv rFhz/gTmrG0MKSog9RnCR0N6qds+IXNoLDNf9LS6V9gP8KbcL0EyWdV3RLAx2HaV uL9EfTt6rkWsg8i57J8ZKHM3Y79602/iUXNU9F8N4wyYaUPcINQK9kPaG8TUyyAa 9+6jpLtNe0PJBofPw62c =JNab -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:10 +0000 Subject: libcatalystx-component-traits-perl_0.19-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:52 +0300 Source: libcatalystx-component-traits-perl Binary: libcatalystx-component-traits-perl Architecture: source all Version: 0.19-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalystx-component-traits-perl - Automatic Trait Loading and Resolution for Catalyst Components Changes: libcatalystx-component-traits-perl (0.19-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: d3a7ccead68a50229789134c1175ef63e73738f7 2419 libcatalystx-component-traits-perl_0.19-2.dsc f8431af31dd278b294a6981670ae6a099c458724 1672 libcatalystx-component-traits-perl_0.19-2.debian.tar.xz 6820fd02d529ce09b87e338d1153905966cffd7f 8782 libcatalystx-component-traits-perl_0.19-2_all.deb Checksums-Sha256: 56e3263d36bdf88699c15db81ab64a5aaa76aa4fb30bb9a27a74bd71aa23467a 2419 libcatalystx-component-traits-perl_0.19-2.dsc a444d1f33fbb645aa19b1442c5ca04344b4a195a8f529db2b923ded8fc7ce99e 1672 libcatalystx-component-traits-perl_0.19-2.debian.tar.xz 585535a38533e682493dad0d8790aaa1de86a9c3a2ed01d15b4c59fe270010bd 8782 libcatalystx-component-traits-perl_0.19-2_all.deb Files: eb4ccbd02058979fba4b8e658b975814 8782 perl optional libcatalystx-component-traits-perl_0.19-2_all.deb ed573dff0f694909d3a4c4d1169453b3 2419 perl optional libcatalystx-component-traits-perl_0.19-2.dsc dec7d2fd6576cebff1b7d326c8ca52ce 1672 perl optional libcatalystx-component-traits-perl_0.19-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxxAAoJENu+nU2Z0qAE8b0P+wcZ+DsxJYt5u5hqJ5RcwzKh JNzi/wqWqq1Ov1iv/6h8xeGvR01skG1EQYjCBtoTysehmcplZoNg3zXnFtsQqg6A F5Czrh9lEJ1DdzKackl8OSeqEQ+jDNCAawglhgW4l/3jyMbJMZU2RAv4lz80nIEu 6bc/5Dy+oFApevfEVARupaaU07NVAFNSTqSA/VLpIE+Oq/F626V1rxvJwSMgIssT XNn52UwUKMbsGRjYxqt6xHeHLkrXhtxJ7JDnJFxXM+bhIDSJyVnzHC5upn3IcQdp Qr3Il0FQFZNib0c1tJz2xCWI+bPyi5t/OmVUjQmDNHHLWlGK9mvE3o97i+GnKRVl nccz+3Dm8Lyn/dUZOp3fkf311R2qUbiIf1M4fmNgK7QQdkwwUKg6FtifM4m3lpZ1 N7xZ3UnlJsOV6eSHkrGIDJNPY8EcqsUxYSN0/qfQY7rjgZqv+Ft7QOfuLp/f4Jod BCUXL5V7ac8OMZ/tmnQe33LV65LUS/Vb+bjy0riTx3j6N7MzttypxU8Uh4CJDSwr g5DtdGoZs4SZQxBKr0c4ftbw9+WnLJAwWyIaiBW9VXPrcVtdIlmsqLgnHQkJ7En/ gk/5Wsgt905ii2uuqYEPGZuEioopbjl0AB/5ekAFj/mDZJBRo7EXuAw+VaW0lq/x H4JmIsim2SrDHBOR2iYM =uF9p -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:10 +0000 Subject: libcatalystx-component-traits-perl_0.19-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 12:35:16 +0300 Source: libcatalystx-component-traits-perl Binary: libcatalystx-component-traits-perl Architecture: source all Version: 0.19-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalystx-component-traits-perl - Automatic Trait Loading and Resolution for Catalyst Components Changes: libcatalystx-component-traits-perl (0.19-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: fe170ca5f288d02b3cec7e75d77656763e70df6b 2419 libcatalystx-component-traits-perl_0.19-1.dsc a2d4738a790ee9359813258d33aeddd5749989f9 14999 libcatalystx-component-traits-perl_0.19.orig.tar.gz ed887c890060426cfafeb4bb2baa8d99bc15fa98 1624 libcatalystx-component-traits-perl_0.19-1.debian.tar.xz 378e55935ad5b924b79607dccd614a35916a48c8 8724 libcatalystx-component-traits-perl_0.19-1_all.deb Checksums-Sha256: 0aaac39a839231e011037314acbefa27bee83cef4a390c220ceae16a07ac0596 2419 libcatalystx-component-traits-perl_0.19-1.dsc 084944e9c9d0dfb10d4ab3453e1c125fdee39129b46d17c0234c3c5351640447 14999 libcatalystx-component-traits-perl_0.19.orig.tar.gz 8fecb729c474a50603fd95eed6e5071c2a8cfa27d81c98020754e77222e1917c 1624 libcatalystx-component-traits-perl_0.19-1.debian.tar.xz a4f32a21129e7677f0f8ea7251c8255b4552b28f246fe25627d8e724f23a74e3 8724 libcatalystx-component-traits-perl_0.19-1_all.deb Files: 7de722dc3fd3ab50113693b29d82fd84 8724 perl optional libcatalystx-component-traits-perl_0.19-1_all.deb 725090845ca65fa20a06e7c305eb529f 2419 perl optional libcatalystx-component-traits-perl_0.19-1.dsc 3abf5e3893f7eaa70ec862a6d6b92385 14999 perl optional libcatalystx-component-traits-perl_0.19.orig.tar.gz 9eb8579e63c80f3b3d4ecd85ecaaf536 1624 perl optional libcatalystx-component-traits-perl_0.19-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTczksAAoJENu+nU2Z0qAE440P/jv0n7iOYyu7nxPDpQ+kIv/S NRrpPNHordmq5Zcg4bQcvKU4csEcUiXRlVzdaz50Jo+6jwG1sDpwi/J+36CIIfAE G7I1tPA/KViLpOpYQu7GTdrCDvGRC0iaXg90tIfOR6nSXRlT9fd3VY8I9H9MFdLt P5cmF+t6OxG2Lrzl5Etxv//sVoX3Mwn4PSQltZcxwx6KR7g/Gebb6jNrVq9U9cCT zJcasMISm7xXw2mzCOmCitq8kd5qonVqKxZIjDC9y3dTrDa2QcU8rT4yjoPWI7S0 FXr1s4RKSmMNo3371UgwLSLFbm7uKKS9B5sPm6SgjQLobhSm3ojgMEk1s41FWwjy ktEEfCrTSxwMrnKBlr9X/1LDbYMm5dqyhGG2GCKADtFy9/Pj+lymCtG74xK6NFkY qayUmYMS+kV5oTkuz/bFIvjs3Vd/b4GiOJZ/p7XoGGiXUNB4OK2dtjG+Fv7hKBu8 gqlPPh0zMfYxiNXxnkicuVhswf4AiiXxh06SLkth6yOM4Pn/BmTawqSEzv87vl+Z pjRDWMaRzOJ8bGapWZQiKFI4ksIGWYseDoQH/cglxDefyBlTGiBnU9fwQ95nBoB3 3h56oiJXF9RvEX23mD7O+xjGS2nzUfgZFNlnjDvvEl2n46nuWYycmAh5FJUwyBwF dRvo6/iOkzbCspmaRYtH =r/XD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:09 +0000 Subject: libcatalyst-view-json-perl_0.33-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 16:17:36 +0300 Source: libcatalyst-view-json-perl Binary: libcatalyst-view-json-perl Architecture: source all Version: 0.33-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-json-perl - JSON view plugin for Catalyst Changes: libcatalyst-view-json-perl (0.33-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 08edea8da4c44c47f099de5775547d16b26b0fa4 2244 libcatalyst-view-json-perl_0.33-1.dsc 0809911f5c9ab7e63369f30cf197b3a30fa30593 26777 libcatalyst-view-json-perl_0.33.orig.tar.gz 6ffcbbd2514c78fa36cf421bf5d5f589deb80af7 1604 libcatalyst-view-json-perl_0.33-1.debian.tar.xz 339955ce5bcb09f79441f589ab3e047255101c9d 17598 libcatalyst-view-json-perl_0.33-1_all.deb Checksums-Sha256: 626e7ea4f5400c84001c29399ce1e4895b9b045265a87ac2ff6c6f95e9320a34 2244 libcatalyst-view-json-perl_0.33-1.dsc 31ba3ed1f291937f20a0d4ba0f8b8a4db62cdef1430907499ddc3a367552cd0f 26777 libcatalyst-view-json-perl_0.33.orig.tar.gz 5f2ad7092e7691ad6277fbf3098c4783881fef28016433b75a6758ec1fd0363a 1604 libcatalyst-view-json-perl_0.33-1.debian.tar.xz 6bda6834a94552fd1094bd81673cb1c20fea15295c079a92c336637a8e148b09 17598 libcatalyst-view-json-perl_0.33-1_all.deb Files: 96f75c2b4452aeadb234a117afa4551e 17598 perl optional libcatalyst-view-json-perl_0.33-1_all.deb 96650b429cc35b1f36cf9508fc8ca597 2244 perl optional libcatalyst-view-json-perl_0.33-1.dsc 30f15ca2a509f522589c1756095dff3c 26777 perl optional libcatalyst-view-json-perl_0.33.orig.tar.gz 9ba1f8088371f1d6f54cf29790b67dc7 1604 perl optional libcatalyst-view-json-perl_0.33-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc23HAAoJENu+nU2Z0qAE6G8P/1wGP2ccbb75Q/HJfq8ybVj4 YMllUM1ET31TEDLNm1soMr6If8UoLtAlar7TbZhAtY1AzcPWlTQJW88qjMfQsdY5 wJ4DB6c5NGOc8TsrTGQNDGYzJlV1C72voZD39UFpnbUbRJgAgV8GyD/UafeTbD2p KO/rfITa/WhBDKyjjhPq9eg2fYTIITA8dnEXV/FA4M9ovy3yoD4rSsWZkOYIPCI3 rMh/bHalnkp8fLVwmW8mtHnt2DDbcX13HooTC9FdCC3lmoJBgCK/kfmPn+vO4wd3 6AmPQ1BBFaDEujUs5Le40/hRvIlVdEVuXFKnVR8Xv+dgp973HwuBTQAoAY7ttFoe i7RbgqJ/OR83ZRhQMdWM4QJikmAiGF82Jb4Xh0HIZt2BnkZHXVLuhmOrWtj5hLfk N7PV0yk0lkrL61oX/qKngOhHxz3ms+caKr9wME7+8MTlrt6tqobw5guI9ofeqAzt rubUnzT/eWD9H9yUsr90YxMimteAiNC0eeRVFmJnC8C5KvbgZztPanZ9X+OmuzMJ a5RUDPP8XUsRqwdbEifRU5vNKSdNrEykcNiTPLAbbke8FI126ghtufVR3W4r8PrC h0Dg+Zy9Q33rKndn4Pnb6ivtOASQ0iqm8DcP1BEPEidWAMajJKlgDGZfQRs64+eN KwRWKK5Rd5MhX8tjb3MQ =D4W+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:08 +0000 Subject: libcatalyst-plugin-static-simple-perl_0.31-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 12:00:05 +0300 Source: libcatalyst-plugin-static-simple-perl Binary: libcatalyst-plugin-static-simple-perl Architecture: source all Version: 0.31-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-static-simple-perl - Catalyst plugin for easy serving of static pages Changes: libcatalyst-plugin-static-simple-perl (0.31-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: c1445a1863b233473ed070c3d16d7b896b3d0fed 2400 libcatalyst-plugin-static-simple-perl_0.31-1.dsc d7945c3c95b3d7d98ca40c6d02aa975c6a772baa 43427 libcatalyst-plugin-static-simple-perl_0.31.orig.tar.gz 39cfc8d2d280695a3f55a94db1ddfa4feb2e0828 1968 libcatalyst-plugin-static-simple-perl_0.31-1.debian.tar.xz c187c835ed51b56dca8dd1c7947a320cba0a26db 18676 libcatalyst-plugin-static-simple-perl_0.31-1_all.deb Checksums-Sha256: 1815d599747c80ae42939a1c741c7ca752d7c965c2fe27f39d36f719623b3d6b 2400 libcatalyst-plugin-static-simple-perl_0.31-1.dsc 639c9f8adbe32151e199e5f07cac0ef53e1625bfdeaf7c47094adadb70d296d5 43427 libcatalyst-plugin-static-simple-perl_0.31.orig.tar.gz 439155665f55f00ddb8d6ffb641f14dd01b5f727533aa7bf6bed866e0564c3a9 1968 libcatalyst-plugin-static-simple-perl_0.31-1.debian.tar.xz f4c57d7effbf71566302232c65073e0832c42537b8299e5e738bb3215d025d3f 18676 libcatalyst-plugin-static-simple-perl_0.31-1_all.deb Files: 6639e883d1b2999df328a1d599591d03 18676 perl optional libcatalyst-plugin-static-simple-perl_0.31-1_all.deb 7ba528a8dbe378f9d69422f77d570db5 2400 perl optional libcatalyst-plugin-static-simple-perl_0.31-1.dsc 41002bb1a3f201e5023195a0c7332c36 43427 perl optional libcatalyst-plugin-static-simple-perl_0.31.orig.tar.gz e3fd7e8414a4157588a99cb77b093cd0 1968 perl optional libcatalyst-plugin-static-simple-perl_0.31-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTczDPAAoJENu+nU2Z0qAEk7cP/ilWV1rHrx4D6N1+2sh6XBBV eY7F2Xy+U2a4HqnwpK8P5hZn3Wfd8A+OU5ZMTG1hEDInOjEtCrYXn2/E3RwE+6HZ mtkUih+x05HFMMimP/Pdt7/K6VjIgdj2CuaCoWaw+SmwxlFVRWKlNvpmMPSrJLgp yjjIJoTQ6OILlkUizsT3FgN/q8XndsLiWVjyxYzSOFY33nLrkW1KsvbHzl+r6Ftl QyI4LNnRgOCSpLfwp2AT3sNSu4G+tU0u5CNWa7uqdUGsT6MQxSKnHCVNwgHfWEAX HYB4bLBX00UvaO2fKuephV5Ghvx+vTqmebpK5tIagWYiv0YQ6zHFzrUgkOvZS9TE aazwWkljzxj4QzmEIRfNTJJGmT4Lg6a9oAVnN6IsaiBnDT0AZFzJVkFdF/P7RaUi iU24uJI/JP1pL8LQ+dYwwsmr/kaNVos7MLg0QCxw67laaeBiZeTKzryF0BFI7hmV r/Ln3jIEb97pwtZx5VYxmpTDHvDsW9XxZ8szgfFydfQRF0mx5Kglke7Y9U6lwYRC /NXV/muU7+9xWIHI8Fx8ZeVZfQGttcDYbLlGatekLKgr1rBK0YsFE7JDR/nlgThs edbEL8aL03X3GTCpEL2Fm4Jsaq/aDgl4ZSi5AdzRJoudnFJtVvvnLgLUU/kTKo5n jevpvdu0PlbSBux6C5fJ =FMkY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:09 +0000 Subject: libcatalyst-plugin-subrequest-perl_0.20-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:56 +0300 Source: libcatalyst-plugin-subrequest-perl Binary: libcatalyst-plugin-subrequest-perl Architecture: source all Version: 0.20-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-subrequest-perl - deprecated Catalist plugin for making subrequests to actions Changes: libcatalyst-plugin-subrequest-perl (0.20-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 859c2a2aea2b6151adf073c6efe83325fd400aaf 2264 libcatalyst-plugin-subrequest-perl_0.20-2.dsc 97a86491d1002f4e5cb2a5edf40a332b61df60e6 2408 libcatalyst-plugin-subrequest-perl_0.20-2.debian.tar.xz 6b447e220db77acbcc07c0d438a97623df09559d 7902 libcatalyst-plugin-subrequest-perl_0.20-2_all.deb Checksums-Sha256: 51061a98d4c906475d205a34e1925f6d1eac04f7314b0ebb24192ca4a52a4c38 2264 libcatalyst-plugin-subrequest-perl_0.20-2.dsc f42a5744197899a007718dfee1ef2f780f1bcb853f916855fb165aa63ffaccef 2408 libcatalyst-plugin-subrequest-perl_0.20-2.debian.tar.xz a0e19f0c10b58c3e3640d5497467610255e6e5e59d82416668b10923c6c54ebc 7902 libcatalyst-plugin-subrequest-perl_0.20-2_all.deb Files: a7e51f2444d450c14df9295e0d04639e 7902 perl optional libcatalyst-plugin-subrequest-perl_0.20-2_all.deb c4213a7443d2b0dfb68c0bc10c2f4ead 2264 perl optional libcatalyst-plugin-subrequest-perl_0.20-2.dsc 1ae780deba93ff07015a583b64459c4c 2408 perl optional libcatalyst-plugin-subrequest-perl_0.20-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHyDAAoJENu+nU2Z0qAEdb0P/iGDGsjD2hhGnVsF4YTze031 sG5iVwYb5kzzZyWYW2jWxqUcfxwIq610sWRToNw+r+NvYB2pMElvz2NdgErDqXQH gmBVCujrzXzRxhCCZmMXtvUr9wdZ2oKNC9OE+80JmhGLdgAF0ExDbXklU0vhA5NV viBw33RTJnUfb46vvM0PSURHaRNCOqE0WQM2NjcxSDY+YQPW9o0I1VhafAkbKMOf s1Yanq61f44ulj5ee/jEFaxxwsPKex2jL800N79L39dhn3mRtnsHFhL7WYQpPJFy TOS+v8ONGe/PNzsydPzT0/4cgHB9tVm5d+vFaepHRDAaQjfWoaNcgNXsr/O/K+Mb WhEJoGQj7L7RvE1ymCpJxkuvF8lrLdsvtXdMjhTMJ3L0uc73gsw6zifETOqAK8Ik g3nlgKeoD/ZB55R4sZSFncjrDeQW9acqxnuY9AJ3yj9pu3Y+8qIV20zY4Vo4h8mc zHJYP7+POJ4SlLanJAA2HILEDkaJcJpYan7mPmQXHVHrh5niRLnZFuPxTWuYOenh 5Eb4Kd+lQIYD1GCL4p/EkNxd/mfuByypNuGRKcRUjmidCdByGgCaYQ8sRssfPAx6 4tVXlOuPZlN5s7gVs9cO6iH9w5mVi71uh39loLC/9eCn1ugUdvsED2UpWBuJoKda 4Ezt4s70FY00FE6Ur10G =ecQT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:08 +0000 Subject: libcatalyst-plugin-stacktrace-perl_0.12-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:48 +0300 Source: libcatalyst-plugin-stacktrace-perl Binary: libcatalyst-plugin-stacktrace-perl Architecture: source all Version: 0.12-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-stacktrace-perl - Catalyst plugin for displaying a stack trace on the debug screen Changes: libcatalyst-plugin-stacktrace-perl (0.12-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: f230c12899112c0322b3435e642c0f0340b70966 2333 libcatalyst-plugin-stacktrace-perl_0.12-2.dsc 5fff1a79e3ba4b34570b50b3da366bd9d4071a29 1792 libcatalyst-plugin-stacktrace-perl_0.12-2.debian.tar.xz dd509409923c275de99a416ab7494cb34b5fa099 9304 libcatalyst-plugin-stacktrace-perl_0.12-2_all.deb Checksums-Sha256: f233da7d879ccd47a3a2d4ee95cc6e81cc79bc5c295659142e980653952f5d71 2333 libcatalyst-plugin-stacktrace-perl_0.12-2.dsc 46d49ad6c88a9ad3f23bd5c985d45c06f6099a1d2a9d5e76bd99ac7d4e2d3622 1792 libcatalyst-plugin-stacktrace-perl_0.12-2.debian.tar.xz c55dfea58f67fdc2fb7f2ba2fb1f04bf2e834a6fde7434b02cf04f98ced60514 9304 libcatalyst-plugin-stacktrace-perl_0.12-2_all.deb Files: 448ae570af687447c7800d17ce01fda8 9304 perl optional libcatalyst-plugin-stacktrace-perl_0.12-2_all.deb 9b7d276792ea9f8a44b0692542306861 2333 perl optional libcatalyst-plugin-stacktrace-perl_0.12-2.dsc d62837908fe85c3308a2385fa068c455 1792 perl optional libcatalyst-plugin-stacktrace-perl_0.12-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxVAAoJENu+nU2Z0qAEAOYP/2zFctyhJ1IoUczVoHKtACUI 7y4ipPhgoFehlgGrtfGyJD5TMYeAYYCHXlt7L56L6tQS1/sn/bVwWuZ8pcDAV1Tp Bzy95BUTSrR9P/d12z9phkLySJaLZIxOm4da63uZkmaum5HH96WCS9TOEMvXklwM V+flPep9ZH0zL6o10WV9XDFLXI0WkpBjAL79WvPKHG/Ge5ViuTQXo2PcHmLDtKgm g2PVv/JnTbARrdXoeBK+llkUi6JXdchHYAqzwulW38Qfecfdmx3+5jeqrivYw4f9 cC5hyuYFYK03S0+NXnlHTxFRaVVuiuWjqHarMvs/zim1u9sHwwO/UNR7la3gN46k yX2I0iYir/vhxZ3WxjjNSi9AcVJPgvb30v0NBYH8vyErbVCeUI+vKw9aXa897ESQ MwBtfTQc+Gl4JpANt9zEVmi1BG9d2aiZEUrzqijIlUxT2Es+hiALnqQYVlfcuFCA QgFYTe5qX5i9HE4x4eHLEWAZzd968vmJ4s6NqcmzIZMI8CU+iG/CTqdtdmcq7ECc 1ysv5Sc956wxnWndo7W14TTBfQkP/eHKdT+AbUKG2IQz/N7E0ri9nkyc5CqX9/+k IKRONzbwzqcyX9gJR2Hx6gRU370wyqbGRdE0YPQP7ETi0y+uy2775YlHR5/zKIhg liAqatO4eDiC9x5Pq7fm =SBZ/ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:07 +0000 Subject: libcatalyst-plugin-session-perl_0.39-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:41 +0300 Source: libcatalyst-plugin-session-perl Binary: libcatalyst-plugin-session-perl Architecture: source all Version: 0.39-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-perl - generic Session plugin for Catalyst Changes: libcatalyst-plugin-session-perl (0.39-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 2b60447cdb8ce640db051551ea8707acf3377066 2483 libcatalyst-plugin-session-perl_0.39-2.dsc 2c579d409e7949b5da67abc7c5b5d1ef5158da1e 2104 libcatalyst-plugin-session-perl_0.39-2.debian.tar.xz 8e370c63f9a4b74f612ec9f62e6e74e36280dc12 45536 libcatalyst-plugin-session-perl_0.39-2_all.deb Checksums-Sha256: 46f2efdb2ffab1a05b590be2ce4aea0e1346541e936bc5f45fabb38a858b040d 2483 libcatalyst-plugin-session-perl_0.39-2.dsc 0803b0e2ad3248c367795cdcdf3a36a923f35b51a8fafd16a96cd58e922ec829 2104 libcatalyst-plugin-session-perl_0.39-2.debian.tar.xz 0e0bfa9567cb3862c3d91cc4398021a3ce74e65965dd1dcbba5dd7cff3244d86 45536 libcatalyst-plugin-session-perl_0.39-2_all.deb Files: d18a1689d010fdbebd6b2a1c8786b0cb 45536 perl optional libcatalyst-plugin-session-perl_0.39-2_all.deb 16861202bed55dfc6c9409ae5139c8cf 2483 perl optional libcatalyst-plugin-session-perl_0.39-2.dsc d6d5faa6acfe6a635fcaef157af290ca 2104 perl optional libcatalyst-plugin-session-perl_0.39-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwvAAoJENu+nU2Z0qAEa1YP/ivjQfD8XuTfAAh2fQyrLLw5 qcYE2hKdyluDqMWIKxKBw/IOkQAhZU8AsX5aDQmBqsR7I9BFeFfFBm6zpH60iU7F gL57KiRHOekFwE2uAu4xafvcBUYXvhU8yixzpDyPmVxmbDnUPxsLQbPOyCsIWCwO 8OgIIHE19BQL0y/Xm3d50DO0ALUH/s9CBhPjzlCBg2Jvx18VLYj2zAVM7EPa5Yvb GcvgrVHmUmAesiik1Yw0HzKvoGJEMnZSGiO1X2LS89Y6RYh2D4dE3C08W+cLRkPU nM9lFfxrOzFraALfJ1NdQD/aXrg5u6nlAt8tBKsw+a0QHfxdmWwUMN1pYr1GGtOA V2t/9g6vfT1O0qUHvh+j6V8RqotrTJotAFTbX2o/uXk6On1aRg9js62ISQRayTZF LNJWi7TwAMx6bG73WDsXeW5M3sBwn3WGPT1auukOZAuEZyi1v3jOHKV5FgigmOGo yfIanna5+OF0Vfy16rt9ErRZLDb5H5cnMGE/2xX0Ccp2qG5PlECLWq5RI1D4klDX IExkC33QkuhyFjn2I6N+TRg7sGpfoD25MFti6gcE1xdFimKWqPNo94/pcEFNOQw8 sKDe2r/qLFQL12AtALuMH/Cyx7VzAhU6CwrB5eMTKtlYx2RgA4LyQhQM2z6+bptJ XPIujyUxHXDv95WmCics =FI33 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:07 +0000 Subject: libcatalyst-plugin-configloader-perl_0.34-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:40 +0300 Source: libcatalyst-plugin-configloader-perl Binary: libcatalyst-plugin-configloader-perl Architecture: source all Version: 0.34-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-configloader-perl - Catalyst plugin for loading configuration files Changes: libcatalyst-plugin-configloader-perl (0.34-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 28c6ec39e1492a31ae123f77144532fa7ff677fa 2415 libcatalyst-plugin-configloader-perl_0.34-2.dsc b17e7ffebe6d77088b523fd092a7608b2c72b3a4 1660 libcatalyst-plugin-configloader-perl_0.34-2.debian.tar.xz 3337de4522d667294a1f8400eb3470fb7ec5f85a 18244 libcatalyst-plugin-configloader-perl_0.34-2_all.deb Checksums-Sha256: 48087a40210e868da00b1354dd9869ffb62fd348425a8d70a80c38127a9e3757 2415 libcatalyst-plugin-configloader-perl_0.34-2.dsc 0004437238da3568c3b1ec7a9b0190bb69572cf9e47cf07b58f03478686998ae 1660 libcatalyst-plugin-configloader-perl_0.34-2.debian.tar.xz 6e547830209ee41234db3d01458c792f0daad92af7b97f7c173daa0a63331c32 18244 libcatalyst-plugin-configloader-perl_0.34-2_all.deb Files: 46391ba083be5365576cf9abb547e49b 18244 perl optional libcatalyst-plugin-configloader-perl_0.34-2_all.deb bfd2fb7172fcee2672b31543be86f9ab 2415 perl optional libcatalyst-plugin-configloader-perl_0.34-2.dsc e978534075e7c0c5b52487e10e2281a2 1660 perl optional libcatalyst-plugin-configloader-perl_0.34-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwmAAoJENu+nU2Z0qAEXeYP/2bQfM9J1RMLXMw3EVWj/Ecd cbfDlZ/RFSrT9in+9kUoNZ0AGJm9tpuQNhU8tbnW9fE5pFKF3XpLfGRDgf5vqhtH LNtFQDU2U5KJjRoiSR/n/F8Q4nLO4RDXP3msgSoDQcWUW7wMwhB8jdy2UQk6Izd6 igZRW4j3Ca2EsErAfMBsr5hQyHcpWK1kvTYLEX1yqKouchis1eSWiV3mr4kvoNme +VwOvhfAZX7IkZqYUoM683vqGxQlB28DB/twu9vdgATcxXwpPi4a1A7yGnDtsmHR VLqN/x0y2OltIRWIwvNZsV5Ex/SJE+L5emAbPxDVn6H5hzFeB9RtBBoafBLdOfnc H9rX1jKW/uUcSaiGH5uB1LP4b6YYicEXPsyAXSem/xJW1jK2JOpAonymNQMUOImH VrmoCdZV6PBMm7i+VBWVxUSTP8IB7y+llIhtkTT6fWZ2yJ8CnMcYmmJwNv7f521S dhnv8cV4KI9YwR0keyDm7bm7W643hW2Gks5YgoTSPhqqOoX2AsZmrMZ70cFQEMmX ek+K6Rzz3TAfVRI4dNNzhlJwVHxJ15UQq00THIIiL+5MkVKyyLrjjOfygLK4wi3o LWfb2N1s4peedGJQXacXc5tM/BaHYu8Z5QKoGMxkhQkO3Ie/t89NWe7OX4ca1H44 1GR6m/GtmTVsbKvcNVxJ =MU6I -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:07 +0000 Subject: libcatalyst-plugin-configloader-perl_0.34-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 11:15:55 +0300 Source: libcatalyst-plugin-configloader-perl Binary: libcatalyst-plugin-configloader-perl Architecture: source all Version: 0.34-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-configloader-perl - Catalyst plugin for loading configuration files Changes: libcatalyst-plugin-configloader-perl (0.34-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: a39a3db3c81859d43e3e96f8ce7fddfd083cf1ae 2415 libcatalyst-plugin-configloader-perl_0.34-1.dsc 3f1abe13d5416057e0213d5da74b5157322cec09 30240 libcatalyst-plugin-configloader-perl_0.34.orig.tar.gz d73b3b958a24d83730a50506a593b51d3188c670 1612 libcatalyst-plugin-configloader-perl_0.34-1.debian.tar.xz bda0b9259ab5bc2b759a18ab6b641a5da42f6023 18184 libcatalyst-plugin-configloader-perl_0.34-1_all.deb Checksums-Sha256: c7b6d0559607c21e488dc2e36544369a6da8b3c8b9f6723bae155df7626b5d90 2415 libcatalyst-plugin-configloader-perl_0.34-1.dsc b8c073686e8bfdb4867a25012d6883a75f454e6a36d77d6be6a6af7a36b947a6 30240 libcatalyst-plugin-configloader-perl_0.34.orig.tar.gz 96396b27d02114354f9149dd8308892873f6883b1889c96409f015ceb284e99b 1612 libcatalyst-plugin-configloader-perl_0.34-1.debian.tar.xz 52a8983cbb1e33380a545303db55f0654f3e1de7cb9dae5b6844ee03bbfa4334 18184 libcatalyst-plugin-configloader-perl_0.34-1_all.deb Files: 6b326f58cf58538e86a77504cc6a92a8 18184 perl optional libcatalyst-plugin-configloader-perl_0.34-1_all.deb de0be93154c3e9e01574a8aef77634f1 2415 perl optional libcatalyst-plugin-configloader-perl_0.34-1.dsc 783b51f2f8113041cf2ab6c1a351bfce 30240 perl optional libcatalyst-plugin-configloader-perl_0.34.orig.tar.gz 7ae103abe5885d708c4f7ac72863b97f 1612 perl optional libcatalyst-plugin-configloader-perl_0.34-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcyZyAAoJENu+nU2Z0qAEkfUP/ibNzPHGM0ED3GNOl6MGtoTh N0rcnEY1f9v6SGU2GcEfYiXucNX8mPiS+iKuSHHb/z/Q4W0oeGhskawiOeF7u+rP cv7SkwTfF8klvUnbdyTQrL3Bc556Jev9JQJ8gDURk2HEGTP1PhzCDvvl1ddh/omd /EUPPhZ+sPAMTdju6ReucwZBFr6sBOwURVKDYW0xScnhMtqHaBBGdyoHsXeo6jcc DKgDgF3b7WbFRvxSnrhux4hyXZj3odtqyCK1QRUVWa29aiU5ZBMOwV83mH7sbf1B 21+FoZVUEli7hsV62JTJNzvUjfkHfVQsfSWuDIkKNd8mF/VpCxnSFoBql+tFnasG bUu35oDW4B3gJogZKZ+kcy4ycYyQVzmxweVfSImVb4hnmgncinD2+Xw8W6k68Igi rq3GLdvHrhVAOQpbQBBeqtSd0pcWmZf1mqvSLTk4/dNpSKf8kPf1qkBnKOwl06d2 8rDGjLBT8Lq+ZCymDNb4tHzB42K4WF9PUxTGG/AMmKMBIguaRio9aFoKN3M2xKbj kBD6aqTix5WWn/l2qe54l0dh34CA/F1NHQplIrbWr+jyXQXcIcVQdAU3yP7E7dat EHh+npzQ6ICyPT7gooXh3l+39C1nXHqHvdvdVXtSXG9IMKEYQSETvHm7rocFvjfs zeeEIYkgD3kdeSy7rCdm =atNm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 12:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 12:00:06 +0000 Subject: libcatalyst-component-instancepercontext-perl_0.001001-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:33 +0300 Source: libcatalyst-component-instancepercontext-perl Binary: libcatalyst-component-instancepercontext-perl Architecture: source all Version: 0.001001-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-component-instancepercontext-perl - Single per-request instances of Catalyst components Changes: libcatalyst-component-instancepercontext-perl (0.001001-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 10ead9c7fa529dc07ed4c3913cd35b3c1e4c94dc 2430 libcatalyst-component-instancepercontext-perl_0.001001-2.dsc 6b5c8962520efce25029f69dce68c42cb166d27d 1936 libcatalyst-component-instancepercontext-perl_0.001001-2.debian.tar.xz 6db17d32f9f2dd5c141221bf006d61e7c9283609 5738 libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb Checksums-Sha256: 8b56a59b15e7400c99bc91b641b913cf77283b17c80d1e02139337c6bdb1238c 2430 libcatalyst-component-instancepercontext-perl_0.001001-2.dsc a700af2f09d6f5df40c7e7a56b6004a90056e08f5e2d05e98982cdfa499be4aa 1936 libcatalyst-component-instancepercontext-perl_0.001001-2.debian.tar.xz 8b8b33b134a127a3ade44c39dbfa0c54a2f87426bee98fc2bf05fb86b301b7ea 5738 libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb Files: 5d3a60ec601e351ca5b4c33ef5611f5d 5738 perl optional libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb 389e262a3e05e81225f13edbe0ae47b0 2430 perl optional libcatalyst-component-instancepercontext-perl_0.001001-2.dsc d664ada27b7aeebe5b29d2e26d430a9c 1936 perl optional libcatalyst-component-instancepercontext-perl_0.001001-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHi5AAoJENu+nU2Z0qAEWocP/ihGe/JNH+lwc28If6A5nZ28 NxR5p23wljUoYT0ysmu7chIxV2LeUf+AEAog7e+qXqxDCMgPHmT6sSQoyM2NVuR4 K6HJl0eskct6aTHt1H9P+fyweDn9A/IBqPcsucHoYEHFUpKM5VQG/goaQcsrx6v/ 1CzDcZHIvgaN9QSvP1fvfQsOvo7F1JXx0BmdgTi5wJxjMdKUXVLSx71j5xkqFiSZ NG1W9PZ35cTYHNLL4c0p1WbQuorJ5sWPAcTXmLxwEpPcUku2hyppRnQl9R5vlLcC TNfIAxVUog9cMUxs3Z1l9V9qVZqkY5tKtHB+NtL2MFk9i+iZvFI6eeN8yl8QfJA0 q3imqIfsj5rKOt0erzkduDYks1hA4wXtaZLAPFYZol5diAjrF3yaRF9PWP4w9xA2 hDdghzE/Rr8uuhvl2QDHn2CEJdXM4meCppCEmJoXkVBpf3FDenfieMcdJzC1ti+L Im2BFEA/5Gjlg0kGeE8wquKVHzvlHFX9RWGQHp0dEBLuLCzEVxqA3jOdFZOHgsgg 68r9hiY/DbivGmEikT3Cfg9Imw1U4rs17FmebSxC6JNlTqSfiewxdo5l/e0vzMlx Sgg+MrfO9hi8KtX68tZnr/cg50vepeaT8n+eH5h9xBvX7tN2TomhO7OPgW4JCn5x SycriTvQaryPFRs8OMvF =zZMq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From gregor+github at comodo.priv.at Fri May 16 12:23:57 2014 From: gregor+github at comodo.priv.at (gregor herrmann) Date: Fri, 16 May 2014 14:23:57 +0200 Subject: Bug#742409: [Sereal] 2.06 fails to build on some architectures: (#47) In-Reply-To: <20140515204950.GG14931@jadzia.comodo.priv.at> References: <20140515204950.GG14931@jadzia.comodo.priv.at> Message-ID: <20140516122357.GI14931@jadzia.comodo.priv.at> On Thu, 15 May 2014 22:49:50 +0200, gregor herrmann wrote: > > > > Anyway, I pushed this: > Unfortunately the results are not very encouraging: > - now -decoder- fails to build on armel and armhf > - so -encoder- is not built on these architectures > - and s390x still fails the test suite for the encoder I remembered that I had a raspbian chroot on my laptop, which is also armhf, so I could look at the failures more easily, and I came up with the following patch (on top of 9250534): #v+ Description: fix some occurances of undeclared variables Origin: vendor Forwarded: https://github.com/Sereal/Sereal/issues/47 Author: gregor herrmann Last-Update: 2014-05-16 --- a/srl_decoder.c +++ b/srl_decoder.c @@ -857,8 +857,9 @@ { union myfloat val; #ifdef __ARM_ARCH + U8 tmp[sizeof(double)]; ASSERT_BUF_SPACE(dec, sizeof(float), " while reading FLOAT"); - Copy(dec->pos,v.c,sizeof(float),U8); + Copy(dec->pos,val.c,sizeof(float),U8); val.f= *((float *)tmp); #else ASSERT_BUF_SPACE(dec, sizeof(float), " while reading FLOAT"); @@ -894,7 +895,7 @@ #ifdef __ARM_ARCH U8 tmp[sizeof(long double)]; ASSERT_BUF_SPACE(dec, sizeof(long double), " while reading LONG_DOUBLE"); - Copy(dec->pos,v.c,sizeof(long double),U8); + Copy(dec->pos,val.c,sizeof(long double),U8); val.ld= *((long double *)tmp); #else ASSERT_BUF_SPACE(dec, sizeof(long double), " while reading LONG_DOUBLE"); #v- With this patch, -decoder- builds again in the armhf chroot; but -encoder- still has tons of test failures when built against the patched -decoder-; although they look different now?! (Buildlog attached.) Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Ludwig Hirsch: Der General -------------- next part -------------- A non-text attachment was scrubbed... Name: libsereal-encoder-perl_2.12-2_amd64.build.xz Type: application/octet-stream Size: 1004564 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From ftpmaster at ftp-master.debian.org Fri May 16 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:06 +0000 Subject: libcatalyst-log-log4perl-perl_1.06-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 10:33:07 +0300 Source: libcatalyst-log-log4perl-perl Binary: libcatalyst-log-log4perl-perl Architecture: source all Version: 1.06-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-log-log4perl-perl - logging module for Catalyst (deprecated) Changes: libcatalyst-log-log4perl-perl (1.06-2) unstable; urgency=medium . * add debian/copyright stanza about Module::Install, bundled in inc/ Checksums-Sha1: 5f73ba477b26b964a04e0ff3e4f13a49dd81f71b 2301 libcatalyst-log-log4perl-perl_1.06-2.dsc fb2acefe3ceda31bcba37a6fb6dc75381fe82171 1848 libcatalyst-log-log4perl-perl_1.06-2.debian.tar.xz 635a00b1af229569ab2ad02f195e34ace059c0b0 11194 libcatalyst-log-log4perl-perl_1.06-2_all.deb Checksums-Sha256: ffbecb3555d9e3f1609f577a122c675678247590ee520dc066055955bbd5c684 2301 libcatalyst-log-log4perl-perl_1.06-2.dsc 73a921bc0d24fcae59b7032a47b32e66336d6111f084e01b5076fa30fbf746a6 1848 libcatalyst-log-log4perl-perl_1.06-2.debian.tar.xz 43df0fc9de7d134fa9ce8c2c4e04f5160810a8f9c25c2ccb7ac52098643e165e 11194 libcatalyst-log-log4perl-perl_1.06-2_all.deb Files: 00eca17081baa04f6857a74ae7f4c4a2 11194 perl optional libcatalyst-log-log4perl-perl_1.06-2_all.deb 6667bc0ce1ca9175b50f8c6abe083e41 2301 perl optional libcatalyst-log-log4perl-perl_1.06-2.dsc 361d8503d4802cfa54ca081578f66351 1848 perl optional libcatalyst-log-log4perl-perl_1.06-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcxz2AAoJENu+nU2Z0qAEsUEQAKblpJFVpcTLCOYN31Td+8Y2 1CCFneSqumei7a57a6kBRVyfhoEfFaw37aN+hEVT0QI5vAi5Kf3VAWe0yZa/Wt0+ 5j8qUhozJzETFDPMaQQYtKYAXvBI6n9PD93PSn78cYnrVvCwOdlnPUWedHXzfc35 iBqEk7b3tEyq0ApJFYSyGJYEPYqfExVCBHYj3hdjdCvL76aagwVXDosO10UuTPd5 SVGTJDjkUzo2RN6p6w60QwZxPMnW7y73c4DEz/gThZZTz17ugkvpHnTHWerfMWzw lNgUieVuULLgUQr1Dr2IIjZf2Ww8Sb+6X32fIEun/tt32Xal6r8thtFKn2PKQ8C9 ciCGQUgN80/ACVjL5sx3oFwrRd6PPkX/6DBivTJvdFypKnNvysEDCxrXaPXR+0GH pQgqhVRariq/2haXP9/ZrNWi+MJ9cvisITx6T0gZlUZRiVgQTsh0NqY05TMUYUqu YT9LxZIT4VehXarE4G5y2JqCeXO7WGSybiDG9CW6eVXZ8yznIHkKdNS2TT4IYNCY MQLOFaLMbXDlMMNYIUehPT3v24Y3AXnm1wydERoNL/wjK3OukUI/ZCPPNZuqFnr/ lWezvrE9YpNUuj2hqyuH9d737cGQGIFpdJGcWEVeIWoglj8kyXXbHAY7hxMT1AUP u4EErxHKOJWTtsnaNhGk =39yE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:07 +0000 Subject: libcatalyst-plugin-authentication-perl_0.10023-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:37 +0300 Source: libcatalyst-plugin-authentication-perl Binary: libcatalyst-plugin-authentication-perl Architecture: source all Version: 0.10023-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authentication-perl - Infrastructure plugin for the Catalyst authentication framework Changes: libcatalyst-plugin-authentication-perl (0.10023-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 4ddf150be955c43a79bc04e9fb89165172fd47ee 2584 libcatalyst-plugin-authentication-perl_0.10023-2.dsc 137f77397274a8a950e1e6e497f0001bef77ec5b 2936 libcatalyst-plugin-authentication-perl_0.10023-2.debian.tar.xz 45710c8f7f4cfc54fe9c8708e914407e43a3e308 100748 libcatalyst-plugin-authentication-perl_0.10023-2_all.deb Checksums-Sha256: 0922cd370e5c9de6c572ed55a33e87f15b0ef814757f8fbf8e8729e83cd1d652 2584 libcatalyst-plugin-authentication-perl_0.10023-2.dsc 3bc081dfab1d627629dfac1d62ae1f0ca67380dc6e1b73ce8e11974ac1699ea6 2936 libcatalyst-plugin-authentication-perl_0.10023-2.debian.tar.xz 570aba2d75def7db8e998e8fe6f8595532e632c21221e67dc48014ea8af7cf1e 100748 libcatalyst-plugin-authentication-perl_0.10023-2_all.deb Files: 4c544da34d0f796781a82c8b36bef563 100748 perl optional libcatalyst-plugin-authentication-perl_0.10023-2_all.deb 615defe61343eac8bd5aac9dec3439b8 2584 perl optional libcatalyst-plugin-authentication-perl_0.10023-2.dsc bf7e6140dc88eb7c11efa4f685d6043d 2936 perl optional libcatalyst-plugin-authentication-perl_0.10023-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwXAAoJENu+nU2Z0qAE2JYP/RKVOQoUT25ps9OybDRpmK25 N3JwODyhXwT4ue7Vct6dYpOKbBbYEZpPavLCDM5v1PxMbCv7z+g1WNPKE1dGMXxy X1rjmKADUqd9FwCxYD40Q3g8jBUvkzufPNH8MWerejI9Qb3xLfXCgFhZUuAONJhG yjIEDqagMhTx7PwT4WMw3oHyl5ds4lTcDyePgI/ot1Y+ysqe4rbPzK8UnuDMzolW NqTNuMP1SUzXgYHTpzp3NNSF3CcZSUsI2d0CF72EzMK5af1x6ZomDBBR2Rx2cRBb w3V61BG+2rmG1ySVKR8tE9avIMxX4Ru+13FhcdysgA2Emy4XpJ0wLGpHrPKzqVwa 4/hBtfSwIL8EazbQIIjz5U2PMwPu7U7yDzbO0EacY07XZuX+AudALI1EdCJzmxhx iimsjcJM4zyI73KKjT08n38CBV7h3TH4nZse2ncKLAiEwhJKh3yHcQobuor5cEKz G7WfZByoFPnV1mTLrYykgmhGUeshOuAkXTSr794Ce1lB4kBplUSZnOiNVgIWu8qe IhBf5HAaMUr8R9t6FoQhvbpazuBJskCBlgaBOBO6ZwrtUaAFbJnjySGgxbq8tyKN F1DC44WxqSiI3lVmI0+MfI21A+im5Bb1K+g5B73BIvBd86Nbq2JD7Zw3d6hnt/FO 5WHO2ssWI4g1dHS/aydz =P6Qj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:07 +0000 Subject: libcatalyst-plugin-cache-perl_0.12-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:39 +0300 Source: libcatalyst-plugin-cache-perl Binary: libcatalyst-plugin-cache-perl Architecture: source all Version: 0.12-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-cache-perl - flexible caching support for Catalyst Changes: libcatalyst-plugin-cache-perl (0.12-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: c897a6f020f669983e91f5f6149c81093152b33f 2288 libcatalyst-plugin-cache-perl_0.12-2.dsc 0704f5f7a2329b0dcfc35775fe21d2dbeed63ee9 2392 libcatalyst-plugin-cache-perl_0.12-2.debian.tar.xz 62e28e95f918a893f53a452d9cceb8b60f579b88 28980 libcatalyst-plugin-cache-perl_0.12-2_all.deb Checksums-Sha256: c4a389f1e7f94010a5bdda2b10483a70693cf18a91b24e0e8cbdc96f9aa9820b 2288 libcatalyst-plugin-cache-perl_0.12-2.dsc 90f2db19b2ca07b477f7489d54943b77572ea783da2487c3b76cccf5a681314b 2392 libcatalyst-plugin-cache-perl_0.12-2.debian.tar.xz 453218ac697e18ee9d08819ae7493bc4c32a9e08051532f9efd2ad11e76ac037 28980 libcatalyst-plugin-cache-perl_0.12-2_all.deb Files: 24c22b9440ce905b04e58d9237540963 28980 perl optional libcatalyst-plugin-cache-perl_0.12-2_all.deb d2c17394969f429fbe6f71a02eeef0b5 2288 perl optional libcatalyst-plugin-cache-perl_0.12-2.dsc b6154880a83a19f41d235bce95fe3a1a 2392 perl optional libcatalyst-plugin-cache-perl_0.12-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwhAAoJENu+nU2Z0qAEenMP/1Ehl8nllu3U06gnsoC64Bo5 efJEZmOQgZ0aIAaT0N7ACJg0gWTJqX50ZxPH294gXSy78f2DkVwh9hfI17e7aIvC 74/FQUXXz5825ZYjGArxz/99FzOrJl8sSHT7JeHhUIo80AdgaySiGFlEjTobyOHG FqEH2b06DSBPBJQmeiRf8IWllL0fqYT9KYmn39qTeN8WAuH8s2GJaU1EBa2X3HaR z4P0oh3THRAHW5EeT7ZeYO8UvtviW6ahKu8YLOiMXFY5lOwZnLuE2xtNe9fS/NHu FJl618FQqvpwk66B8Gm+rHHBD2tRUInr/Sp4tTkMoFXMaU0YbuxmMlHQ8WYhRhdR +SlrJ91nm8V3rMo2xsJu1GJMKQEoSL5UjsBI/EFUmZpY4aqK2yXri8b/wD5oDN2O utlG0YmRkHU7XcIEZ7/uwJdH4OtsBWV1E/aHunVXtu2ozYP8fQazuBKAy/V2MeOc klBNd2XVlqMhA0pIKaUs8YGOLRZ+tAfg40nWe4hQlsTpLuc7x31chN0UT1IsqSXL p57AjmEMc0DPGZy08LUPWbGSm0sq+YRGucwq56ypiJmoUgrcNiDrWeKE6KmNJC6j vFQHxyI/IatCGGU7WOJKNT8GxzKqyjppEwhR6XniEqWKT8H+0zeNQducGUOheK2r Z7eSOb0hxjcbLJPeJSnN =4Bld -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:08 +0000 Subject: libcatalyst-plugin-setenv-perl_0.03-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 10:22:51 +0300 Source: libcatalyst-plugin-setenv-perl Binary: libcatalyst-plugin-setenv-perl Architecture: source all Version: 0.03-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-setenv-perl - set up the environment from Catalyst's config file Changes: libcatalyst-plugin-setenv-perl (0.03-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-extra-perl, where it was bundled. Checksums-Sha1: 13d25ce643db809c648ac17290f41cda1bb18bce 2213 libcatalyst-plugin-setenv-perl_0.03-1.dsc 13e800f59f963e2f082c976fcbe9ec560f0833ce 4006 libcatalyst-plugin-setenv-perl_0.03.orig.tar.gz 9ba89bf4c40c7a4e753de7ce601536141b7c0f16 1492 libcatalyst-plugin-setenv-perl_0.03-1.debian.tar.xz 3b290b8cd9368a4f11324431baa38c933bc3065c 7064 libcatalyst-plugin-setenv-perl_0.03-1_all.deb Checksums-Sha256: e00a8f9a2dd8b36cf7069456f396cb54b53e5f4795364c15ffd4ef84bf4828f6 2213 libcatalyst-plugin-setenv-perl_0.03-1.dsc f8ece867a13da52d2ac6219f513249a913895cbc43d2bb4b2713aa41b5e7e005 4006 libcatalyst-plugin-setenv-perl_0.03.orig.tar.gz f2d38c7cef2ff09dfaa3396be965ada8cca0db6175f965cf91e4c67255c8e34a 1492 libcatalyst-plugin-setenv-perl_0.03-1.debian.tar.xz 6a149426b21aeb5a36e434cb14e7e917e72dfbd936f5714f1c60ad7588ff35fb 7064 libcatalyst-plugin-setenv-perl_0.03-1_all.deb Files: 1e66b57b3d3f6ac3bc6a945623e7403c 7064 perl optional libcatalyst-plugin-setenv-perl_0.03-1_all.deb f0b164391141cd5a16151ca78f653015 2213 perl optional libcatalyst-plugin-setenv-perl_0.03-1.dsc 0c4b9383741e71a2fcad20b2298c3855 4006 perl optional libcatalyst-plugin-setenv-perl_0.03.orig.tar.gz 5f94da83da64b7485f9cccb18650d059 1492 perl optional libcatalyst-plugin-setenv-perl_0.03-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdb0nAAoJENu+nU2Z0qAEncMP/jHmE0pswur1JfBTi9LGSk/+ d714xTXP28lqZ0KZG8GhbrbwquoLTlt/yPQ/2z9eTQ3ya1wuyAEGTaEiqT/Vex9w z190/Xq7Gc8dwjeNdQWzUUdjUh6sKB8+Gte/KyBnU/sVPngLQCaT0i2Crqul2uWJ KuPEMQlseYS8m+NIdrRZSvkClraCyjns4cT64APKRDGyQoYPmYF+L1+7SZffCr72 kw2a6STGQNaVaIw5Yc3LwJmRAOX3upybwBuGeUS+0kFaPry2gfrqiB9J9BXgkpvN 4maVF/rZEwH/y6pdBBmKKw6SUWykghM6zznNURJcb52tbdS6K5rBWK2QkFA/DHHX DjUAilxWhAmaM+HwlI6IO3JUuof1s2FvgmQQLoJdaLyG8uXmhp0/uD0JT4k9eO5o GWmKbv4hnaZiTmRM8DkOa7nWg2VJV7g3teUHsHRU7BWXQRtbf5PUX1KYcpS5o/P1 aXXb6oBVeNVNMdisbHe+0r4xDS8JABBqbhXX4Fm8c7I9bfmfpMoxUcZ0K9dfgwSD x1erzdE5AHeDKcsh4M6aylDY3lKKCQ+HZfATJk9r4eSAb+DCfP+XkKFJ51sYQArC F/8Kw66docD+/zypsy7uNkka0ExNRQbc3lCVpK5BUfLioe1+5yfLf6s3n7+cJISa ep6zaagMnjuWtd8UtzPA =cThR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:07 +0000 Subject: libcatalyst-plugin-captcha-perl_0.04-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 10:14:41 +0300 Source: libcatalyst-plugin-captcha-perl Binary: libcatalyst-plugin-captcha-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-captcha-perl - create and validate Captcha for Catalyst Changes: libcatalyst-plugin-captcha-perl (0.04-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-extra-perl, where it was bundled. Checksums-Sha1: 5f764c1b580a4ba36887544464295eb655a4fbb7 2303 libcatalyst-plugin-captcha-perl_0.04-1.dsc 61cf7c454d5a37cf7715457bcf285a71e3eba898 3132 libcatalyst-plugin-captcha-perl_0.04.orig.tar.gz 68110b66cad6055594ea85d10b893e0980d6a813 1592 libcatalyst-plugin-captcha-perl_0.04-1.debian.tar.xz bd802cb2c68415f033dab1af43b42bcb42a68fa9 6684 libcatalyst-plugin-captcha-perl_0.04-1_all.deb Checksums-Sha256: 3a6be3319d50b8d13928ece7d58f48dc7593b86403b0e73b7b74729efd6266c9 2303 libcatalyst-plugin-captcha-perl_0.04-1.dsc 4a3d5c7200624d3e7aed42d05a706749274683eb7bad260de92c755bf6909e52 3132 libcatalyst-plugin-captcha-perl_0.04.orig.tar.gz 22e890173181e0859fc9159bbb96df20cd150e39cc336f84af1414e7cf3c7aea 1592 libcatalyst-plugin-captcha-perl_0.04-1.debian.tar.xz 51b40750634f3d3fdeaf9026b23b8b407d38b652980991166fca57a5e6d339b4 6684 libcatalyst-plugin-captcha-perl_0.04-1_all.deb Files: 47cbd7388286ae78411b54a55c9d099d 6684 perl optional libcatalyst-plugin-captcha-perl_0.04-1_all.deb eb6fcd8c4d42c5cfaddbed4ce9594f49 2303 perl optional libcatalyst-plugin-captcha-perl_0.04-1.dsc 303ca2aee208c92376f082283607a10a 3132 perl optional libcatalyst-plugin-captcha-perl_0.04.orig.tar.gz 9a443b5c9092f8c51cf830696e7f1201 1592 perl optional libcatalyst-plugin-captcha-perl_0.04-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdbuKAAoJENu+nU2Z0qAEau8P/3myCEZ8wGltbTbZD06hja8w oPyujbvD9tfa5cN7mpUBZ7JwrkVbvx4rtmmY/nuXHy8rJi9oQ2lDwXFnn0d/sxJs BCIE2SmFrpvUiv0eI/0H3fmwn4uOuRHYvzxJ7vDGL7awcNFHvZRRNACWivSlTwAL 0ndGVvJ01YPbKXgxVv9x00XEcUNa8cmXNW8pkuesX/OG8HH1eOB6+jnh89qcvBq0 CbpoCC52mSwORQ1UYXxVbTdSP/c8MMYIfYAHISVnyP9vNTeIrcFXXVkMd4nQwhTi z+TRPEMAb9oKlqzTLn2Dj5J/jqR+Ui0q7bWpF+rTTH1TRCPT5khMaMHbCb+QdKsz xruQIEvYPH6bf2yiO1EB+gdvsWjp4qtNKihUL9F3OwYcBGOUrhXyvJqKgSK/TlXf gx9eCsd1cI+iLLVke/FSwefHiqbMcIdGcm6DXefpsv627Zti/FOOC6+YRZGKlAdt 9dfkk7r1xLONw7Xm3yK9uS1gmXT3pFMlxd9ThGnXbQNZ5m4/stf5uLl6v/bEdNxJ 6xvvLS5pvxHpKgdM/Zb9ia5RG7e/MpeXWCuctp8zdit5b0Tuiw1cI4zvdzI0Oiei CUO3u0CtPthENNEKn4MwtvUJpi6EVteqaPk5d6SjkZmuVnlX+kO973s8/MhRJPa6 Fq8DPXSzHYhJg50ZGJMC =+3iS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:06 +0000 Subject: libcatalyst-model-adaptor-perl_0.10-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 15:16:56 +0300 Source: libcatalyst-model-adaptor-perl Binary: libcatalyst-model-adaptor-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-adaptor-perl - glue for Catalyst model modules Changes: libcatalyst-model-adaptor-perl (0.10-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-extra-perl, where it was bundled. Checksums-Sha1: 7176082a7069355a0617cdf7351cc33389574755 2248 libcatalyst-model-adaptor-perl_0.10-1.dsc 48d67efa3789d919a9a8266fe10b5b100ed3f077 26948 libcatalyst-model-adaptor-perl_0.10.orig.tar.gz 37ee955f9cf4e03788b2f9574d4ef5b4051b92c6 2064 libcatalyst-model-adaptor-perl_0.10-1.debian.tar.xz e03fc418643f7c7e067e0693def117c04345046e 23952 libcatalyst-model-adaptor-perl_0.10-1_all.deb Checksums-Sha256: b9c6e6196185973aaf85c0c6a3c4a8f14b4d67e2a1c6e30728617e1f64576555 2248 libcatalyst-model-adaptor-perl_0.10-1.dsc 9312eb4c022ae2990d394c4f4902683b853d5456a40004dbd1829640f913cbba 26948 libcatalyst-model-adaptor-perl_0.10.orig.tar.gz 03b85689fa0d856b6995bb4b582f36dac7d876a71e1797226b6fe1b5daf0edca 2064 libcatalyst-model-adaptor-perl_0.10-1.debian.tar.xz 5a0c17b855764bbebe32041c259a272aa240d9d3853127331a7fdb8eef62d415 23952 libcatalyst-model-adaptor-perl_0.10-1_all.deb Files: 30194e4c9b5a102e22f8d7a9a2437195 23952 perl optional libcatalyst-model-adaptor-perl_0.10-1_all.deb 454f5b0613b5d0364fbf717715d138a1 2248 perl optional libcatalyst-model-adaptor-perl_0.10-1.dsc 06756b1c13ebe84d3f2538975cfea978 26948 perl optional libcatalyst-model-adaptor-perl_0.10.orig.tar.gz 05c9ea7a2bfa1d4365657b847870b288 2064 perl optional libcatalyst-model-adaptor-perl_0.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdLBrAAoJENu+nU2Z0qAEnDAP/0E8niGrlCF9nYXurf8+vIrh E4KbUpbDKXkfzwPZ1Up0ZWoApt1xt/a1ijj1E7nBmIaR6KeWdPekrfNIhqjjh6tx kk+Hz0k8aPQ1blbE1BLc5k8fFsTODIybGtzLlYOQ8omYSPXZeMrJYonLJLYsX3Ma On+zPLWadZxsFXYs2f6uLjlAsAehxBcdNPcBntn0ZpK0KOJfJ5OKsVHiMAvUyOhV hOOlZqttOgpc2h7qLKSFEZst1gxKoPwAOTbekC848OvN3xdK5/GV9UzlwbMR1kqx yq/IyFI5PK2ecwYg4wBKFnG65FFFhrI5gXsEQAieooY6lEfJpSgPFImcCmpds7W2 eGq61AySQBBBdBoTwE/G28NAcoR5llkMOZ7CkfSV3Civ2EcUZtkDoNSVZI1noE1R 3n1z/EqHYoqovB0J7ClqhkAlPuaK+8KvZq7wpeP1d5RG76cQNyI8FTopdWBgzwhC TDu2J/0H4R+fKfpNa8PsDx3I0lukuuyi+QHHrk33L+rv3dJya9/bSchsVe64dnHy 3kvUHU3gnMAZE9f8NZgmA0sle5/S9WC/st8KAXfsR8j1kdTnpisZEfM6ovt9e5r6 HbE9myY7PZl6wDWWwEMYIYvcqL1DKq3U8X3Pma5wAJiAKEhaTQO987iBAHXEzr3M UGf/csdlHfMfVaCde5n3 =uGdM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:06 +0000 Subject: libcatalyst-log-log4perl-perl_1.06-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 09:58:10 +0300 Source: libcatalyst-log-log4perl-perl Binary: libcatalyst-log-log4perl-perl Architecture: source all Version: 1.06-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-log-log4perl-perl - logging module for Catalyst (deprecated) Changes: libcatalyst-log-log4perl-perl (1.06-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: ce57dd77441e2db23b80e26c5889a7dd8035f570 2301 libcatalyst-log-log4perl-perl_1.06-1.dsc 9a5ba2cccb2aa4dd7d10d1667530a6b70a3e63b7 25545 libcatalyst-log-log4perl-perl_1.06.orig.tar.gz 14c8f5ba716922fe2043c2503b0d4ca6735b9df3 1732 libcatalyst-log-log4perl-perl_1.06-1.debian.tar.xz 5c8000a623c09623af0cc91f53477c32f7580020 11064 libcatalyst-log-log4perl-perl_1.06-1_all.deb Checksums-Sha256: 4900848f3d6ca163481a62982d16a585eb9ee0e322b202ddbb1147f6b3dfab2d 2301 libcatalyst-log-log4perl-perl_1.06-1.dsc 2ddf38bf249ebed86a97997024ca52f4273375496e8d730ef00af190b21a40db 25545 libcatalyst-log-log4perl-perl_1.06.orig.tar.gz 1478a725f1a20e3ede748162a0a85a0a56d6e3dbc5f6cc289eceef9a6d687121 1732 libcatalyst-log-log4perl-perl_1.06-1.debian.tar.xz 08720835573c9ddaf590ba954dde1576666f2376eebb162e1adea2eaf801e7ca 11064 libcatalyst-log-log4perl-perl_1.06-1_all.deb Files: 992a091c901eda6a42beaa690ad2f21b 11064 perl optional libcatalyst-log-log4perl-perl_1.06-1_all.deb c148e584c612a185ec11eff4009cf5d6 2301 perl optional libcatalyst-log-log4perl-perl_1.06-1.dsc 95e66480c8eb583eaf08d36ee01eef1c 25545 perl optional libcatalyst-log-log4perl-perl_1.06.orig.tar.gz 5764d7bb64d83e12104a29ef56ac3966 1732 perl optional libcatalyst-log-log4perl-perl_1.06-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcxg5AAoJENu+nU2Z0qAEP6EP/2W+xy+kHPZC8aCkhNU3nR1O JXAajYbt0Vo8PtVaJd+CqdCprFU/Aq9WIZLz+5s7L66Atypp60Encv/7RUnhcdll 7gkxNO6jby+brWVAJoQSsO0TzvGos7P3nYOC+yfePOX0UG+lU04xm6ymeYEg62UR 0FH9CJgYxRkz94awept5hnqij5wQu3b/BZMpd2kMd3Rhv9rvkjoSr0mutS8et72x sWCBVNmlz5QLVp5t2tAr13utcLqSUXmAKN9rBylLYx9Ew/xvxijWPVA5+c4c/VkC 93lbu6BxsOFpcS6GMb5+jw3j0izaMwlVtmZI70y101I2oM/Oxgh1e2abVCYRR8u8 2pu4ZJsSu4awK7AxSgvKP+gH0v4PIbFR1+elK6hk5JJMGtZK2UjJLjt+HeMyWslS BWB6u44jDgsSc3CSNqw76YTfHS0cna4yWET3uYSwxQzaORTw/5aLDx5u14bGHItR Pes4DMCorpb4IlXO12RTz+H+9LJhrHQKopWi2ffmTME+v3+eUrDXjTmDvaXa5EpI SiRz9Dy3Mh3lFFQYQfs+kEESHziUwm0e+HrTzBuxSSiWYhX9bo6glFE9a2GcJYyH 8sMbugbVy4oOxiu02HWXvgbn+VmQ3deMDaok+csOhje6YVxjsqJijSSzAiWOVc26 QYuueT+rDT7gnlcBZ4eT =nAYP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:06 +0000 Subject: libcatalyst-model-cdbi-crud-perl_0.04-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 16:41:40 +0300 Source: libcatalyst-model-cdbi-crud-perl Binary: libcatalyst-model-cdbi-crud-perl Architecture: source all Version: 0.04-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-cdbi-crud-perl - deprecated Catalyst module Changes: libcatalyst-model-cdbi-crud-perl (0.04-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-extra-perl, where it was bundled. Checksums-Sha1: ff94795887fd874faeac43ecdbf4132fc2ccca97 2461 libcatalyst-model-cdbi-crud-perl_0.04-1.dsc 142c0903667af36478a4bbe86e747a5f9c137f48 2985 libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz 080a593a50f070f2befd99304536fc6db5b7dab7 1620 libcatalyst-model-cdbi-crud-perl_0.04-1.debian.tar.xz 1d3a5bb472dc6570d78fc2551c9305b64a7781e9 6448 libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb Checksums-Sha256: 484af6004ff7d037178f87a411fb8c2bc850d4fcf498970ee236a6cf2299779f 2461 libcatalyst-model-cdbi-crud-perl_0.04-1.dsc 9068c4d1d311a9d01bf3f994db40a49f7c9d189900ec7133a0c43da08fa51a97 2985 libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz de661376a36361021152b9a451b4f4e6eb15a744fb702978370af114220ee1bd 1620 libcatalyst-model-cdbi-crud-perl_0.04-1.debian.tar.xz 0b004b95c44d7dd85902de3b037a1a7b2c158c0a8d0053e9e8644f33d48daf66 6448 libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb Files: 5a8de489e20f8f454c83ca1be0b094f0 6448 perl optional libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb db8552c7fc740cb12dd65a8099a5dbcb 2461 perl optional libcatalyst-model-cdbi-crud-perl_0.04-1.dsc c8dc79ba28fcfa6de6965f9c4bfd7bda 2985 perl optional libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz 5002ba02d5e87f2aaf85ec61ab867a65 1620 perl optional libcatalyst-model-cdbi-crud-perl_0.04-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdMQ6AAoJENu+nU2Z0qAEbzsP/3oJEY+D9LlewbjZK72Ug77A st+SZTYqI+r0wDGiddo6rDuYrH/e9KoQo8Qi1yOtgDsQdP1SnwodBs+m1YUEWLp2 9M4cgpSIQPqGVs/KVdVJZiSR+w+WFHBZOfwrrOilIvp7jj06PI+L5SRMpRnPm4yK 86sTi14rYcZCHea3jih4f56vTSJQ4Lu5zNsBfM6KJs3q6i4ANtCGejKsYDk4CAif Qt4Ql5jIGi5V9cv5x50X279P5l/pptMe2nRVM5BICN67pbOByOnxdwXNKKPp+662 ONpLH+6heUJOJMwLg1DbTwqGj93ndk4lnQvpz6JK9y1VylmdTFBp/16izFnpz44P 6Lv44g64HqpvkFBs6BUVUNLF+FZ+a/TV/Y5RhgBFZXxZriO7coo7M1yvGog7rYAC s5rBb0yAyStNtrc/lbb057trgQZDEsNdTUbQrzvloqU5hUGWNJZIDUIIE4evFme8 JVGoCwi5xhT+r/KaO42WkFmqnneC60P8ZJ+u+iEsqKD36ujB9kIqWiTSemcL6dxA yrcEz8/k6M18qrpB+v5Cmh8kwGQLOIOKsrNAupLc8GKA2F63L9KMWppqoCWfasXt lyodQy+m7sMj4QjU+eggqktUmLBq1cSPnh/2b9IY8OdemknAmr0b8CtrxqOBDpOk K8O34qC+Prg2vTrv2dli =OZ4d -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:07 +0000 Subject: libcatalyst-plugin-cache-perl_0.12-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 10:44:11 +0300 Source: libcatalyst-plugin-cache-perl Binary: libcatalyst-plugin-cache-perl Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-cache-perl - flexible caching support for Catalyst Changes: libcatalyst-plugin-cache-perl (0.12-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, which had it bundled. Checksums-Sha1: 0685c44025028cc1f3fd2d8f2d4d436526fd0cf2 2288 libcatalyst-plugin-cache-perl_0.12-1.dsc d16912805963c56e5975d92f7c82be7e9b0aece9 29098 libcatalyst-plugin-cache-perl_0.12.orig.tar.gz eca805804dfca007f146628c47611045bfe43e9f 2344 libcatalyst-plugin-cache-perl_0.12-1.debian.tar.xz 9717d856adab6e94b27aad2b353cd556c32e29c1 28894 libcatalyst-plugin-cache-perl_0.12-1_all.deb Checksums-Sha256: e6738ebe16104ae3af82114e3ea30f2b1c32d597c4b5708eb20a52c4a5592a50 2288 libcatalyst-plugin-cache-perl_0.12-1.dsc 295fed449c9324b06578fd468e3391e04fbf64ad24376a004408d1bc6f5443e0 29098 libcatalyst-plugin-cache-perl_0.12.orig.tar.gz c1d6afd8c0089ba35cfd8228eeb4af1e1895228bb33e7f04dfd2c1cb0d2d7437 2344 libcatalyst-plugin-cache-perl_0.12-1.debian.tar.xz 0a59d2b5ca09f271ee7be8e4319bb7030865a02a374b6db44d4ef4d912c91a7f 28894 libcatalyst-plugin-cache-perl_0.12-1_all.deb Files: b7e90d8eb62a7614edf74e920c5a5cf8 28894 perl optional libcatalyst-plugin-cache-perl_0.12-1_all.deb 1106f994453300cf9f57ed20932214e8 2288 perl optional libcatalyst-plugin-cache-perl_0.12-1.dsc c97f0b2426cfa63d843695f328b790ab 29098 perl optional libcatalyst-plugin-cache-perl_0.12.orig.tar.gz 29804b895166aa9365247b28ffcdb728 2344 perl optional libcatalyst-plugin-cache-perl_0.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcx73AAoJENu+nU2Z0qAEBcsP/1WKFGS0CrUaD9A/3MiKWydx NlFxQUAcDiAtvZdDTf2FNBoCj0RqkKi9hobBG3hwftazFNw4cnp9YRhdf1pg0Kj4 GUAGT59+rUVtn2J+7wSlXqy+2xk9rNiOlqvHSxhJyjJbIuPXFg3hXangZoEuvP9q hX7qCQ6WP+nCbXfG2krrVT+QO3fUYbzOc1OyOiXHICe9XLnWZEwu4U9mufmPF49r SCkpffZ0btCwgYUeqWjVx2g12kK5eomJ/+4t4+oUQ1hdtdQ8Z0gkMhZXyGrEUy4J Gny5ireORO5YXJL+irg6V1bunGyxf2MwzWnX6EDbIVWFQ63Ynd95SPuhEx+H4T8K Y48niFzqys61U/yuXLqK2GxDeEtlQydOxbvKcHZHTux03+dakKBEzDsJFvthuc5Y wn0ia6dtNkvQ5nEHJ3RstcIIdKsoVODcXQtvQFUS0u0uTwGTScSlatY7U8lXLR14 pwREMqK9uoI2goguj8MJ4XljZb/uCqPy/HW92XKVG41a0kE+qfRWz78MJaV/13H2 14MaCFehogGANSTwdVhEsC2+wSFISKJi/lKl6+Ww6b7IJnPT4PDAwRx5n5ApY6NT piOUMerFWMmZD5TRx5SGqX+JVJJNbZRYPZd+322VdwdQ3rZWfVQ+nXCTau+kGNSe qszVwc2eU0wI9qcp+9ad =G1tc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:08 +0000 Subject: libcatalyst-view-mason-perl_0.18-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:51 +0300 Source: libcatalyst-view-mason-perl Binary: libcatalyst-view-mason-perl Architecture: source all Version: 0.18-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-mason-perl - Mason view component for Catalyst Changes: libcatalyst-view-mason-perl (0.18-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: d882f035d2298fd5f6e8e6e7bf2424f974ad7555 2258 libcatalyst-view-mason-perl_0.18-2.dsc e28b2d72324c9f8f44385a43c7bffb5cf97ffb8e 1676 libcatalyst-view-mason-perl_0.18-2.debian.tar.xz 67107d6c54be5e059b9e57c80ff5ae22a2caf2b1 13314 libcatalyst-view-mason-perl_0.18-2_all.deb Checksums-Sha256: 41f0307e2390db02337f301fbf0ab9e059e640a4c2a58137838ae5d4e32a0752 2258 libcatalyst-view-mason-perl_0.18-2.dsc 99dd43fb18b3a2a44708838fd2f9c5d0d0ee25a862e142855e57e5a705892f67 1676 libcatalyst-view-mason-perl_0.18-2.debian.tar.xz dc698cdc2f6c0305f5c1c729c828930165f3ebb566d44e7b871fa8e585d1b88a 13314 libcatalyst-view-mason-perl_0.18-2_all.deb Files: be2c97826c2b3aa79b724af82a409d13 13314 perl optional libcatalyst-view-mason-perl_0.18-2_all.deb c9f683a7e890ecb80aa6dc58f0d17c39 2258 perl optional libcatalyst-view-mason-perl_0.18-2.dsc 70ce1b98f87eab8b5a957077f1f2010e 1676 perl optional libcatalyst-view-mason-perl_0.18-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxoAAoJENu+nU2Z0qAEqD4P/jYW6GEk8MPwgWsLXXXe+Srk cIUbwVfWwEbgtSmQxa08Mo2Epx617pjowF3lcz/yIBi86AZUJ69HsJlfT3Qw+z/d 4tCeWCDBmq+D08kVYILLMJlpIP2CfRhrU/tDffYwEzcxOGCTFL8el9EQYmH0eO1z FHZuruykZjDFKPCRfGqARlSa499iGBhUyEsNeCS3CVPAV2Wyf5rCSlSe15LgPfd9 mefaWcWeMLaMkSGgiAFz3spRXhF1sDtl7I/CULModTZzidLFD7H5VoYLh2T3z1FX rOSAoC1pFacHd+CW/J65uv0a2IAGtiedzlCUOqBT19b2dgx/sxJb1O1D7Sqe8TI9 FPAapzhQ/+0u+pnIuEeXI2mS5g6i4EX78YVg/CMUx9ciH6Wv8hPLwmS+bNFFFt1+ zyuHgciMBPw7a33TrYm7+txesRhBT7xbMVlQm41cAiXsowd9+VLAaqOAVgRDUr3u 7iQ5xKj//C9XH59uCMke6ce9TVPGQPuI/d+9wEOaE2jQ+CdNzGjqDS4SadPo6cn9 7uJvQz4MP9ryGggL04Hu7P71xE7SYvkYc86STvA7/5EUaIT/mbP3442pb38o9qSO BQhgI9NmobluESJ8WTuQVASAHDtTnWP6u2wFz9iJH+joERboVe5d/UvVM9TfLYlo bq9mM0bmEJ45P8mZF0xz =E0YT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:06 +0000 Subject: libcatalyst-log-log4perl-perl_1.06-3_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:54 +0300 Source: libcatalyst-log-log4perl-perl Binary: libcatalyst-log-log4perl-perl Architecture: source all Version: 1.06-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-log-log4perl-perl - logging module for Catalyst (deprecated) Changes: libcatalyst-log-log4perl-perl (1.06-3) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: e608464abf681748879022fdec5fbe4ddfa26d1b 2301 libcatalyst-log-log4perl-perl_1.06-3.dsc 6759b89e122a7a8cac6a961b7e51fae61d6287eb 1892 libcatalyst-log-log4perl-perl_1.06-3.debian.tar.xz aadac0ab1a1de431436296e0688d58e171d03a7f 11242 libcatalyst-log-log4perl-perl_1.06-3_all.deb Checksums-Sha256: b8c4794685f1933f373394ff9b8b52698aa968c08b146ce5c602c431a9e8bf54 2301 libcatalyst-log-log4perl-perl_1.06-3.dsc bfc82948b47f1b7974f6baa5e1794f52a74b992f47de4ceb0dd971df0bcd3348 1892 libcatalyst-log-log4perl-perl_1.06-3.debian.tar.xz 03d278677d84de5c41a88d19e3d0225432fbff11b4c872e94c2f4cbf581797f4 11242 libcatalyst-log-log4perl-perl_1.06-3_all.deb Files: 1c94c1e0e34239230a279f53172a1c27 11242 perl optional libcatalyst-log-log4perl-perl_1.06-3_all.deb 84f7fc3fac6442abedd72aaf3480ecb5 2301 perl optional libcatalyst-log-log4perl-perl_1.06-3.dsc e5032e38a1517c05ae14941f3596c530 1892 perl optional libcatalyst-log-log4perl-perl_1.06-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHx6AAoJENu+nU2Z0qAEKAQQAJsJo13AW4UjiR7XP8nfW2+g L6ZEQ3JRpVzhnTQZFsgBu7v2bxORJfRtTcM8VZdfAv1VoFgRyY8L99rhC44eZHfS flp8gbpRZu6loAulF97YXqKW3u5YChOj2jyEPggY3UoinXJDFd4TxjsmNZ9tnLun LdgIt0+KqL6iuckaj39E3Yf14OQdSNE12ptEuPmUlOLPyIWxvqeAP0chz8WbpjSy 7C6MWiQVXrF9oFDrocikd+Nf/8lH1795Vx4rkW4TvmzPu6FNdvv+RF42j/HWdTBN PV6dwPZkeq3umiNPKk9sTO7zK7dxOdWdxPvcU+SGFkAPS6yi0n4iway66DHNz7/i 6/GI88D7hNHtbhPS+SVYv3rXhFf6tLo+SzldFheybyxlLdDZ9k9uCX6pxQTPWFrh okPzLzu68phVFtvzHuraGYwuIWaYldi2jKAOVSfGOCek1EiO+33JLHP4WNApGZ6j ELH4UHaIL5lPl65BUaLMCqUoFxkycMZjE13ZKqJzBKPQoE0Vlptp/u6M+r8mbBcK T8yC0m7+iMhTTM8oq3MzJuV2dreZJDxnJHwFc+M+JPc6FcNuwX8KYWUF1dFWCXL3 wkmCgWceG0HRB15IAAb5JaR18kA/qyP2KUv4p+gSFwnVAsc5WARuiCGOCi8ADqAs DuggzW4UqM6i7IcB8oG7 =2ziA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:08 +0000 Subject: libcatalyst-view-mason-perl_0.18-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 16:36:53 +0300 Source: libcatalyst-view-mason-perl Binary: libcatalyst-view-mason-perl Architecture: source all Version: 0.18-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-mason-perl - Mason view component for Catalyst Changes: libcatalyst-view-mason-perl (0.18-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 66075aa1f287e67acd30a0a5ba1b3fe37fbaf568 2258 libcatalyst-view-mason-perl_0.18-1.dsc 7199ad1cc73942b799a9aa9e5adc3c9f65df6b2b 25642 libcatalyst-view-mason-perl_0.18.orig.tar.gz a7dfeea642028cca22efab7f2e7788aa022743a3 1628 libcatalyst-view-mason-perl_0.18-1.debian.tar.xz 29d32b7866241616a4466e217bd8f74a7803b70a 13246 libcatalyst-view-mason-perl_0.18-1_all.deb Checksums-Sha256: 11f4a87cc3643c65d2103f95bb7dc9b9fe2424914beb5037885d7a384bb3f980 2258 libcatalyst-view-mason-perl_0.18-1.dsc ec120138c8363b51d6d3728dc45161c4645ec3d4a39d29d4c6e1ad2961299a65 25642 libcatalyst-view-mason-perl_0.18.orig.tar.gz 4972f455eba86c5fd881b0ed3185e6cee7e0567a8ae2587acab7545138bf792d 1628 libcatalyst-view-mason-perl_0.18-1.debian.tar.xz db511d6a71663aaddd070d7bcdc5b0fb0c2742323b32ca610564af831fc305fe 13246 libcatalyst-view-mason-perl_0.18-1_all.deb Files: 55b7acb9def341ff703a4283c8acb487 13246 perl optional libcatalyst-view-mason-perl_0.18-1_all.deb 0cf73e9140a8492a43ce38915266f35e 2258 perl optional libcatalyst-view-mason-perl_0.18-1.dsc 43babe65905c38da7ebb9bed4dcb212c 25642 perl optional libcatalyst-view-mason-perl_0.18.orig.tar.gz 00a52cc8b32cfd8ea4b6572900243aee 1628 perl optional libcatalyst-view-mason-perl_0.18-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc3GyAAoJENu+nU2Z0qAEeVMQAJroCqnW2o21qMI7hF34+kCs cblYIgIwTZWAnwuEEPnjLibV5CtPBLDt+Pt4KHaG2MUDaeym/KiGI/hWtuMr4sOS YIquvOWJytr+sgQcFBqKnsStCK3y/fPztkwWtYbhhAaeyHE0+WZiuwGssY8NLMNX 8n9aajsRhra3nlrpKOZaGqJXGR0kY/qxwsf6QOcjp6WkfQ5l05QsHe5dzCa+PEs1 g81UIhMd7IwqKOdu+8WHn0R5z7cw8q2DBrkWf8ZYfPkxWhx37YjYAVMSKksEcOBI ekZwwwfnybQi/4iVAs03eSEz3Wqy14cgeUfbv40COtJT9hLOsVp5XoEUWNbqsJ4i DI1daL2ogI4p5GgcQMMjUm3fsI2lgGBwCs7+wBoP4AdAnzCcxiEgZ2S0JDPsOSmZ YbsgZH4Ob8/JdGajgxao7NE7idhmK5JA0aZvg3e0z47PCcPTPv/MbAbbguMU7KcS SZ7DmP9Kt+ia8xBJo8ySOS/dYBcQBXtUJ62nTJ+MGJVvyChaaCI8TAh90CSXx5e2 JyAbjhPB91VCBODkEtIL8uKOEdMLD/qsg7laB0vOeQtFJyAt4Azq0dQoiLnRNF0c KU1+cuAmtdNlvkCVlRWLjuwdnRg5ocBgfF1sHkywFeo7aR6M/E8FkkRZ5ysLfgfd s89+f+D0w6QQ5vKLJrsr =TrBu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:07 +0000 Subject: libcatalyst-plugin-authentication-perl_0.10023-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 16:58:10 +0300 Source: libcatalyst-plugin-authentication-perl Binary: libcatalyst-plugin-authentication-perl Architecture: source all Version: 0.10023-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authentication-perl - Infrastructure plugin for the Catalyst authentication framework Changes: libcatalyst-plugin-authentication-perl (0.10023-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 40fe6595f75fb07788667dc35aa67672380fac91 2584 libcatalyst-plugin-authentication-perl_0.10023-1.dsc bf4344439828aff668278f9ec863ef2df9554c11 80041 libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz c4c002b45eff17d610d8f8811837de122bc41baa 2884 libcatalyst-plugin-authentication-perl_0.10023-1.debian.tar.xz 0ebacb66041053b21a17b7db503fa35f3ae54cf6 100628 libcatalyst-plugin-authentication-perl_0.10023-1_all.deb Checksums-Sha256: 2dd36bb809b4e39ba64797347bfc7be58cafad0e740f6f70c69a70e136429eeb 2584 libcatalyst-plugin-authentication-perl_0.10023-1.dsc 36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c 80041 libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz 29f1a09a1d29b78ea0b147a51a9aaeaf89fb4399c08dd83b85a26b45ebbefdb0 2884 libcatalyst-plugin-authentication-perl_0.10023-1.debian.tar.xz 5fc1e1062b7791c18b1c22ad7bc17f60fdcf3ca64ec4de51716076a5ddb5d3a9 100628 libcatalyst-plugin-authentication-perl_0.10023-1_all.deb Files: d6e19a113960474fda47dfc54583e3f0 100628 perl optional libcatalyst-plugin-authentication-perl_0.10023-1_all.deb e22ca9d822e6d7b343629a13d372d823 2584 perl optional libcatalyst-plugin-authentication-perl_0.10023-1.dsc 6df0836bab344ef499d68ee5f50f2369 80041 perl optional libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz fa4ec7a83f02c7d15f54884fd607993b 2884 perl optional libcatalyst-plugin-authentication-perl_0.10023-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc3akAAoJENu+nU2Z0qAEnWgP/jpdKD6EkHOVPKIEyfJILqZr C7Ag91nwKpmMQjaN38sC3yf3VboduyGfY0rHuPKR6F32Ob5yTDrqrPNKYMb11vfI t4Q7RwFBvxmrq4898hEgtwH1ivx+Z7RBIOG1qdPc32s/Io9u+enrwsm5LzQ66iOR CchNoOeN+UJ8/WWeBC7i9lWjNqndu/QC3rngoOzo29+Oem88TBP47ZzDKfKHFlUC 0gBqEzK9ewseKRsqa39EqUigl60rcPGiCPQhF5hvxISYPTqF5WOeOSnNRN7beYlu e7XwDEL3anQZMcfyc6/5yf95HSvODgGMdDpm4zMlT9IQtmglOyJR3folIXt5bsXo fMHlwITaDfu+oYH85wSlPCnaasHLwF4LFQgwAg0tl90SGhmX9cNZ0NwHcV0CZNd/ 5n7XGuFM02XDtHC8SRxzktPvtiF6YxlOqDrA1y7HablXb7NnF0BJexXaEeaFQcEq wG7xevU6Sm9EwylyzgzyPdxJdjlefCOko7naFopkQDZayZ+vqmZ5W2qEcAVCkVLL afc342ruFvcp/DLO1DiRjZeZcGmIY0Vl0TuNDKrHf8AF1qKAigjsNBl3jyp4wgFw CaRlSp+lne1i1bE8p7dSY9MPg08b1N4NyOm5WT/ikNSgUppwZF4GPLva5yNK4IGk 7q/nL6tzj1qF6B2/OkKp =rdjE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:08 +0000 Subject: libcatalyst-plugin-i18n-perl_0.10-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:41 +0300 Source: libcatalyst-plugin-i18n-perl Binary: libcatalyst-plugin-i18n-perl Architecture: source all Version: 0.10-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-i18n-perl - I18N for Catalyst web application framework Changes: libcatalyst-plugin-i18n-perl (0.10-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 5778a687a15ed4e51f92d12b88b33f0a504ac907 2258 libcatalyst-plugin-i18n-perl_0.10-2.dsc b80baecb4c97d84fefe98fe47dd8af20d6098c6b 1648 libcatalyst-plugin-i18n-perl_0.10-2.debian.tar.xz e461f53855eec1dcde61c1cd83da4a1cab5b372a 17862 libcatalyst-plugin-i18n-perl_0.10-2_all.deb Checksums-Sha256: 84d73eee517a7ec9d6fa1ea380ee90974889058a3f6e7559e57f491d80e78493 2258 libcatalyst-plugin-i18n-perl_0.10-2.dsc ef3c58ec74ea100b63f56061506e27fd81b677b87e1161d1ba305baa9aa044e1 1648 libcatalyst-plugin-i18n-perl_0.10-2.debian.tar.xz fb71ea3bc125f1fda8ac90848ac0a44a91448365bad64ed1ee962a125e207fcb 17862 libcatalyst-plugin-i18n-perl_0.10-2_all.deb Files: 5595f3749b5ddfbc9289dfa15acac8d8 17862 perl optional libcatalyst-plugin-i18n-perl_0.10-2_all.deb 175d90ce53a514cd6bbdc831b37783df 2258 perl optional libcatalyst-plugin-i18n-perl_0.10-2.dsc cedeab964fbb4dcc945fa891c6ed4ce4 1648 perl optional libcatalyst-plugin-i18n-perl_0.10-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwrAAoJENu+nU2Z0qAESHMQAIhYW1ieQgQ7Xu4nWO00ZRxB VaHl2A9qJOgAAllBCgA3Fu/8y3ksugTuiGiS+QzdJu+UJ1nWwd56mqYMdxUj1kbL VGcBfQ9cMDUlxl5UczE55fY5KNLFKai3X7A4wVIeHCZIcXOmG01ztmAw5aYloB9k 0uI3Axp/pVK+mAfJBT/2OL+BEjknnryybfGAP/k+8Y/UxH5ostpjCdBUiHV9RGts HmqIx4y62YsAgKwocLcOCWHBoH5iXBc5Ukb8DyWcFPaD3wrj4i4yMvqwsX0Vnfbs DTjR1gZO1mXXsXyRdtuEICbXgbnGYPXpJD+mYJyGTW4k03ZW5PZ/AA75PTzLlNG3 UvzgGv//gQ8mD41YkE3HwOe3MVmng55sbK3JmPzvrByudE/ZkymAC09INN8sdAqq btIxhfainkBmx6FgyVV7Thr7nSuWKuSgVuetckT9bMEouerf9JMHwnesNagZonu5 SYKCWXhvQEHSzCJ+TqvIlfjiC6aLo07UvXONpDSv1gxgJFYZZXvsZUIiiJiRqsX9 qMdzvicG+9gpJ9PIRZ0VGfAJGQry5l/BcG/O/vI/O9w/YfpGGpiU7d+H1+0NT4pz Z4/tvW29Zh3MyuM9Q2iBIBuJdRQtmnOtRyM9Vxnv/zTx5JBs9PWsPLIAhvqCz44a lh2HwNXUGp2DneFQlEgT =FKz0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:00:07 +0000 Subject: libcatalyst-plugin-i18n-perl_0.10-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 17:38:26 +0300 Source: libcatalyst-plugin-i18n-perl Binary: libcatalyst-plugin-i18n-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-i18n-perl - I18N for Catalyst web application framework Changes: libcatalyst-plugin-i18n-perl (0.10-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: f819212350012f79479bd4ebf52f9c06dfc07e68 2258 libcatalyst-plugin-i18n-perl_0.10-1.dsc e93ce7845aa004d4eaf0dd7137872ba79c930909 32243 libcatalyst-plugin-i18n-perl_0.10.orig.tar.gz 219a29b437d2c6051ce353dd1ac645dc848a7203 1596 libcatalyst-plugin-i18n-perl_0.10-1.debian.tar.xz a2542d0676b832c8f1b42703c9ed9763e75eb6f3 17798 libcatalyst-plugin-i18n-perl_0.10-1_all.deb Checksums-Sha256: 89a4101d20a025567e92e88089075d8be2c965493ab65b5f8b50472d9426d1c3 2258 libcatalyst-plugin-i18n-perl_0.10-1.dsc f6039bdb2894b200ee379e4a69ea9bd9ce37611c64738d2e7b94bb05ad75399c 32243 libcatalyst-plugin-i18n-perl_0.10.orig.tar.gz 37aa2a2c99cf3455076374c2de484a87936519ff5d69fe83853f862fb750f80c 1596 libcatalyst-plugin-i18n-perl_0.10-1.debian.tar.xz e557ada0e6b148f170d8578699b1a3bc5159bcf28abe987065f2c44007891d48 17798 libcatalyst-plugin-i18n-perl_0.10-1_all.deb Files: 3f0076a7eb5d34511f52cef14e1a5635 17798 perl optional libcatalyst-plugin-i18n-perl_0.10-1_all.deb 9c34399dd87e864bcba561bd01dbfcdf 2258 perl optional libcatalyst-plugin-i18n-perl_0.10-1.dsc d0b42885072d49dcd0f5def7eb14d42b 32243 perl optional libcatalyst-plugin-i18n-perl_0.10.orig.tar.gz 14126476c292f35dea4c4adc0d23e671 1596 perl optional libcatalyst-plugin-i18n-perl_0.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc4BQAAoJENu+nU2Z0qAEo7kP/35Cdq9+sr4jZYyzfQZXBf83 AqTRxkMRMha4a0F/vCF+ydTEv9TKiWbOkJvn+0Olw4WPszyTMeldFjN39NfAyz2o 9BiBL+zc/a5fNU22+foK0dzuG2Wsocg8OHkt3bAzeAL88zgpaMpAn5CF48150cOa voWfwgjB6a4ajXxU8TzpZnBAOC6S0/HoEeJoeHhtWPXCY4NAdXv/8divslVTcQIN NiIo8/8FeMEzewY6Yep/2fCpJKYV2YmZHN300jOLLC35P5f9saVlb1L0gPULYE4n 9mku85SLAgATxU6vWH3QJ+oXJmAhVGmSjVO3qjsTGR3QAeBVPMLx7jsHpw7Z1i1G 66ZWEERQdAQ3zaEV0NH7w9u5iMtCasV6FCDXgxQTOMri/jlQaMEEscX/e8xVbAKk 0cMztUnjEJ8WnKrU5tvfx05jehvxfDkHtDGeKwHUdGvZdqRpXtsU0IvsP07M0IB3 BsaEcktLfTCEEbLAsCrWHUst0KqWnL+UlC4O34XhUOK6vOAkbQSLELT7lyEGis7J wmVIXF0Qk6BGPmgi+hdsZcOUNvQiPHBk1fPBsyXdRsP4YWioYfopz7qZ8HYH8ieG ov5MrOsbKW8/3xf/V0LFML2NQITgYZ7JJFpNUf+qm5xDad4mZHFc20uO9F9BmWGZ yfowWAAI4xp5okWnZ5To =gJg5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 13:02:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:02:23 +0000 Subject: Processing of libcatalyst-engine-psgi-perl_0.13+dfsg-2_amd64.changes Message-ID: libcatalyst-engine-psgi-perl_0.13+dfsg-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-engine-psgi-perl_0.13+dfsg-2_all.deb libcatalyst-engine-psgi-perl_0.13+dfsg-2.dsc libcatalyst-engine-psgi-perl_0.13+dfsg-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 13:03:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 13:03:35 +0000 Subject: libcatalyst-engine-psgi-perl_0.13+dfsg-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 16:00:01 +0300 Source: libcatalyst-engine-psgi-perl Binary: libcatalyst-engine-psgi-perl Architecture: source all Version: 0.13+dfsg-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-engine-psgi-perl - Catalyst engine for the PSGI protocol Changes: libcatalyst-engine-psgi-perl (0.13+dfsg-2) unstable; urgency=low . * Team upload . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo at debian.org . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Update debian/repack.stub. . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * replace (build-)dependencies on libcatalyst-modules-perl with libcatalyst-action-renderview-perl * fix commas used in Files: value of debian/copyright * declare confrmance with Policy 3.9.5 (no changes needed) Checksums-Sha1: a151cdf9b623513ef01f92186aa99287ec40ebcf 2318 libcatalyst-engine-psgi-perl_0.13+dfsg-2.dsc 6d8b1d1d881365678724cc18afdab20254b3e1dc 3960 libcatalyst-engine-psgi-perl_0.13+dfsg-2.debian.tar.xz 844c1e83adc51a4187d8cd8c27d1211305a699e4 17792 libcatalyst-engine-psgi-perl_0.13+dfsg-2_all.deb Checksums-Sha256: 4b44a1eaf50299bd9d72d819f4551a1619b6216577caa050d164ab36966ad9d3 2318 libcatalyst-engine-psgi-perl_0.13+dfsg-2.dsc 41235ce32fe23e2c0ef48451be2278eabbe52aeb84ecf133f2c9bd721c4577a9 3960 libcatalyst-engine-psgi-perl_0.13+dfsg-2.debian.tar.xz d1f49dc3a8bd0d6bcbbbd228cbbbe7c4784901803551f6fac84851f6e786eeef 17792 libcatalyst-engine-psgi-perl_0.13+dfsg-2_all.deb Files: 0a73e4fcca6cf389ebdaaf32992f74ef 17792 perl optional libcatalyst-engine-psgi-perl_0.13+dfsg-2_all.deb 5d8aff54608696159895c3cea121565c 2318 perl optional libcatalyst-engine-psgi-perl_0.13+dfsg-2.dsc 06774c5e9e200964b9dd64c04950c533 3960 perl optional libcatalyst-engine-psgi-perl_0.13+dfsg-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdgwUAAoJENu+nU2Z0qAEhgQP/1Dbtd9NofusV5yJGEyjGB1+ KAaKnxqSVrz1o2YIoQqwMJACYGpeFVxVa2sX//pLqSteVCTUluGogaSrFQxpqrQq LCLidyLKKLtwGtAIKhjSCnJnV/4RF+15QmXJ1LUjE2BMCpcWbjGnMUKs7IdCMJ6s fHnZZPefxcQxiV1F/bfhcPLCkJu1Qyqi7NyYRhm6zyxwPmfe2cseWkeIS566EXN6 xbTtesksA87m2B8hsoVBu9rME2x7bZjuczIaNHIcjHVRTaP2RtJFcqCGqP+p4K07 Lsyoj49Evbb1b8FuMG5JNACueHYQKDqCa77o7ZlwkDZDIcDGPexCR107x0DLV54y LjzIcmVX+/4W4aSz8afBE9WYSD+EBcTXLMRy8jlQQTHHw0SbtFH2LOkadZ5pV21d Qo4/NiMg/nW6ehz5MsYS8qkGnRnkpCCUZDHUmpjHPo+i2kHfF1Sg2gj3zl+rTjFA RpFro54YWwEAV/HRPLGywvAm9CsoUCQKTPNyRveTTD4fZyVxJOhSprS7UZ7WmRbx FiQPshGyzwbbbK/2gV7Zle2saxITPh7TjsOI7i0rxCVlp0ho/AM3227B1l99Al2X CElwVHhfsUmqf2AoLz4S6NuTsPTeeapGpjz2Y4RZRuf7wjoQskL2gTiDpVnINAZR 8ZZTAnO3iZubFdaPO0gH =rJ/k -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 14:02:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 14:02:31 +0000 Subject: Processing of libsereal-decoder-perl_2.12-3_amd64.changes Message-ID: libsereal-decoder-perl_2.12-3_amd64.changes uploaded successfully to localhost along with the files: libsereal-decoder-perl_2.12-3_amd64.deb libsereal-decoder-perl_2.12-3.dsc libsereal-decoder-perl_2.12-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 15:17:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:17:53 +0000 Subject: Processing of libclone-perl_0.37-1_amd64.changes Message-ID: libclone-perl_0.37-1_amd64.changes uploaded successfully to localhost along with the files: libclone-perl_0.37-1_amd64.deb libclone-perl_0.37-1.dsc libclone-perl_0.37.orig.tar.gz libclone-perl_0.37-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 15:29:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:29:14 +0000 Subject: libclone-perl_0.37-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 17:15:15 +0200 Source: libclone-perl Binary: libclone-perl Architecture: source amd64 Version: 0.37-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libclone-perl - module for recursively copying Perl datatypes Changes: libclone-perl (0.37-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update copyright years. Checksums-Sha1: 61d31db2c4304b4aa1903cef94a56ae7d500dba6 2203 libclone-perl_0.37-1.dsc aaa44684bf45cb376308af69cda9a34a154b253f 13369 libclone-perl_0.37.orig.tar.gz c77071520a370ddb761a1cc08d7ef2ea7a71c909 3032 libclone-perl_0.37-1.debian.tar.xz 2dddcd2d764eeda2cc49b38c3777af94b6369b95 13850 libclone-perl_0.37-1_amd64.deb Checksums-Sha256: 6c2a9ba51a6f582782d7da9c0b083c6ee43b0a1cc7040bb3d5f52e0916d248a1 2203 libclone-perl_0.37-1.dsc d9f251e6f01deaac3d29df1b8422b83dca972af999cd3f6ae456e0fc6f87cd9d 13369 libclone-perl_0.37.orig.tar.gz 812d71b5949478286c70184d6bac469cbdf729dfa00a97f7f6029a1f5f7e9e9e 3032 libclone-perl_0.37-1.debian.tar.xz fc3133e105576706ffb1dbe132655047050d7936e6453020c0dfca9a7bb54e4d 13850 libclone-perl_0.37-1_amd64.deb Files: 91106f9c8a76776c816e859bdfe5d92e 13850 perl optional libclone-perl_0.37-1_amd64.deb 98dd3fc1b32e64c1b98016ab56bb5682 2203 perl optional libclone-perl_0.37-1.dsc b0c9d1bcf9e85ab2fbc0b436cfc801f5 13369 perl optional libclone-perl_0.37.orig.tar.gz 33ef5af00c756d10fd5a9ac20fc2d60b 3032 perl optional libclone-perl_0.37-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdiu2ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBudAD/9ZNv1RbspEBsRnBezBSnG0oXuHgaOQTxIKlsN2VBFCpLfn ApWHqz4aCVgq16iizxrW6lr3DqAP25haJ2MhMnZUop4JMJn/XKCw5YHAn18xmo/k fz7Bulll4mIwlAB/8ewqD5/oJa58SDLn7J++CDOL600OXEoQzj1MteG22izK8d/4 ogXsHZYpg4y7plUiNri38YomrtjQMCmGLU+Cqb/RT+gfeFRILTiAPFQnIwXGIqWp bS81Um1Q34opPMbChJAePA6xHl98xF/QZA6roVmYWvJ87KuIpx9+U47Jeuy6sBoo VRhJ0JKSv0M8VYvn4W0e1RGB0BZmj3EsrpJ0XoxwpwTYFWHmAHrB2RxBdtSaYPKG FR/Zl7Rlqeme4mh7XlsjxRfrgliGKOFPVWA68/t5shCu2iu6qlmfQ/KtDJaxo8Q9 m/ElF6Xm09lI/PL6TNyKENWLN5rZ7V2M+OwgRF2p9f+obdjaYBCICuTNz7UKumta VWBBYkZXzXeb4WwxRlKig0FO0ja3OIS9dne2vuUUrdixEVUJpi6l04j0TI2Ml/7/ f/UxzkuPbbgXiwypYmX1djXeD+08FcfIzk44unwSzT0M9u2bfnpzbYb9ee2CxZAr oZ4KCc2BNRjJiTa0dYRf5RXwj8MXxtPn9ZqQQronO8Z4AlxsSGpF7xjqtKKlYg== =GLWd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 15:29:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:29:32 +0000 Subject: libsereal-decoder-perl_2.12-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 15:57:33 +0200 Source: libsereal-decoder-perl Binary: libsereal-decoder-perl Architecture: source amd64 Version: 2.12-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsereal-decoder-perl - fast, compact, powerful binary deserialization module Changes: libsereal-decoder-perl (2.12-3) unstable; urgency=medium . * Team upload. * Add another patch from upstream git to fix arm* build failures. Checksums-Sha1: 1b83b4d0c7252192d3504160616b9c1e9f98ac4d 2313 libsereal-decoder-perl_2.12-3.dsc 5914b9f574f0ad0a60a1ad1e80e684d9361d65c0 4484 libsereal-decoder-perl_2.12-3.debian.tar.xz 8d655dc40d857015e54d6cffc8590345340b4c45 53570 libsereal-decoder-perl_2.12-3_amd64.deb Checksums-Sha256: b61319f6b4b0c68f940cb1d8dde08ef9ceb52d7c4f141905adfc8fa2d706e656 2313 libsereal-decoder-perl_2.12-3.dsc 0ca4b0d9ee530617980b641cc0dcf8cfecfb8ac6c09f4a3f75a4986c92fb5efe 4484 libsereal-decoder-perl_2.12-3.debian.tar.xz 79f1cf453e00fd7b44e75f54ead954162af9cd6076d33fed24f34d45751d2fd5 53570 libsereal-decoder-perl_2.12-3_amd64.deb Files: 979b6396bf26cfeb880eb0fe3e9a4b93 53570 perl optional libsereal-decoder-perl_2.12-3_amd64.deb d62bdf3a577e8243c8fc88cdcaec1b79 2313 perl optional libsereal-decoder-perl_2.12-3.dsc a914f81a699f3e0a6e55373c49dc4b67 4484 perl optional libsereal-decoder-perl_2.12-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdhmvThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhPxD/9w8WcVU0rmxbpfJ4A5nwb+ZEq/CzpcoJk469ntyVpCuiVA UCuZZXwTsCavCnChxITgs6SSlvuOfBH3vX8RSEw0eMr00hjRkKDUmP8hsXmTOrkp 9s0bGT0DdeAjNqKlrvWuqRRljX3SlpdaauFBlgRPQiQORH2DM2Y+g1TZvVoHDDOt ntS1MeX7oXUEB+lpf8gW0y5w0UtoUsI7+rEqDlC0dZsFLQGibZ5Ug1we7rqVnX23 Txa959T1TyFYKOVa5nM2hYNLlYkOD8TcusVKavVON09fB+eClBlzCdjT+rkMxLLj aSI0F99aL3U0DQ7dYmjVspCJgFVEOOMoqAplPu+iG+TORwVdToOiyAh/EKGRZD2n /+Yn5+0CioQJuw2KrkBWMbVAkmb8BwFEEBzd5eyQtOfxgMIb1oMe0a85hbcwEFDz rP/zEJI3spxNTuOlVsl9SQcsL/9gspIU6cYRLj6kU/J/q9mwP57lcCjhil5XIAtu SuBZKbpPM9HoDlccJAQ5VJoSSObe3+EtFqmDaOuD2Ak0E0X7WM3vamyjuhfEFFMW KZKgxs+G8NzIlZ0hGh/R9E5P3zzyze+ObUvwwaJluBuXdfRQGWvWyNGZ5SUXPW11 eQlupIGQiUa8SV8iJpd96X2CA/FvfAGN1Ujmp8epSS8Zu7DoppcTmEqkhhyJEA== =2qVy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 15:33:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:33:00 +0000 Subject: Processing of libdbd-pg-perl_3.2.0-1_amd64.changes Message-ID: libdbd-pg-perl_3.2.0-1_amd64.changes uploaded successfully to localhost along with the files: libdbd-pg-perl_3.2.0-1_amd64.deb libdbd-pg-perl_3.2.0-1.dsc libdbd-pg-perl_3.2.0.orig.tar.gz libdbd-pg-perl_3.2.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 15:43:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:43:05 +0000 Subject: Processing of libmoose-perl_2.1206-1_amd64.changes Message-ID: libmoose-perl_2.1206-1_amd64.changes uploaded successfully to localhost along with the files: libmoose-perl_2.1206-1_amd64.deb libmoose-perl_2.1206-1.dsc libmoose-perl_2.1206.orig.tar.gz libmoose-perl_2.1206-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 15:48:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:48:07 +0000 Subject: Processing of libnet-github-perl_0.60-1_amd64.changes Message-ID: libnet-github-perl_0.60-1_amd64.changes uploaded successfully to localhost along with the files: libnet-github-perl_0.60-1_all.deb libnet-github-perl_0.60-1.dsc libnet-github-perl_0.60.orig.tar.gz libnet-github-perl_0.60-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 15:49:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:49:48 +0000 Subject: libdbd-pg-perl_3.2.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 17:28:36 +0200 Source: libdbd-pg-perl Binary: libdbd-pg-perl Architecture: source amd64 Version: 3.2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbd-pg-perl - Perl DBI driver for the PostgreSQL database server Changes: libdbd-pg-perl (3.2.0-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: ce8ccfbe3c14c75a19984d92375181ef9f98e654 2444 libdbd-pg-perl_3.2.0-1.dsc 036e51f116ff4f26bc7bfeb4e52d4b39d5452812 248843 libdbd-pg-perl_3.2.0.orig.tar.gz 7ebf4fb560b4a48f8342996fd6bcf186e9b6cb6c 9660 libdbd-pg-perl_3.2.0-1.debian.tar.xz c768454bed8dee9447c2494a103004492dfba11b 199436 libdbd-pg-perl_3.2.0-1_amd64.deb Checksums-Sha256: 4dbb73ddff214bf452032360e1ae6502fd294919560ea615b679ddfc930c00d7 2444 libdbd-pg-perl_3.2.0-1.dsc b49df1f0888e48c8cba2eb848c594a07cb4cd3f99a359db7b95e0aa9a98aaee9 248843 libdbd-pg-perl_3.2.0.orig.tar.gz bfb49c40e6e390b8627c27212d570f2c2634623d2a9974c26f13bc08a905bf0f 9660 libdbd-pg-perl_3.2.0-1.debian.tar.xz c3a0b0f54807b2de74fd75c88840ce722fdb15bc235d28344e0273f54619a6ce 199436 libdbd-pg-perl_3.2.0-1_amd64.deb Files: b10efade714391b73c23271dde4c7826 199436 perl optional libdbd-pg-perl_3.2.0-1_amd64.deb fbfadeae16fad7c4263fdc9607ecd82a 2444 perl optional libdbd-pg-perl_3.2.0-1.dsc 21b5a7f2d0a3ceccea67ed9e69e41ace 248843 perl optional libdbd-pg-perl_3.2.0.orig.tar.gz f6c1a74d72072a19d39a5407bbc9340e 9660 perl optional libdbd-pg-perl_3.2.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdi79ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtTEEAC6gcQLHGIu1oFv/06uKmADkFyZKlbV1EZDbf/IQdLDathf JrSwF9hjqBt51Qp/stXlGzoGuyt9bsqhC0gOUgCgKWPPoYYzxkOvdlreEbgywhsI rO05zBY4IhgvxqczJSpYyx4l3LuhW91fbFKPI1zTynDKYKauSM9C5qFl/wn1KlZY GVYwWBhMimwpe0bYsh9djbDUBQiLsnfvJS/q+Wlfn7S0pYNAP4Y44t+a71r4ywrK VZTtv2Yvoz9xB5nIhKE3hL7op4GT9FHamDLcD33JJAiMkldJOLXEqk/Wz+mkm2uZ WI8eXoCwosvb7f2hciPqdQQ2yZefuohVNUxPYhhuqFuEikHHmQ3XyYjrqANrOxiA vWoED03CjrCqAcV3ANIov1GSkwumg/yX/HnkC04Tttf1qcsB4DsC0rApJu+61B6f DcPLR/L5IkMYK6lc0AHOFkN8muNNJH/wxTFm5wL/F2dZj3nEjBLSmPH/90OvELQo gKkeA3exkL3IT6Yx9t65kOAeDkSj/PPbWyRH5KSj9NIVp2N6thALB7xPS8rJlnJf 4u59L3SVIsmmLZl+snA4Dz8aSpyoCcEmeBoygLtIQ0xi15r6aCEWVZIcmiFzpNO9 fVnTMNVg3ri/hhnqWffmHoQHKSYmJyS8DfvZpY9hpVjqkwF6rIefx3cmbJNN8g== =SXqY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 15:49:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:49:56 +0000 Subject: libmoose-perl_2.1206-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 17:37:45 +0200 Source: libmoose-perl Binary: libmoose-perl Architecture: source amd64 Version: 2.1206-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoose-perl - modern Perl object system framework Changes: libmoose-perl (2.1206-1) unstable; urgency=medium . * New upstream release. * Refresh 03_carp-version.patch (offset). Checksums-Sha1: f0d40275c710a759b0f33d18e4510a999f7e3e60 3578 libmoose-perl_2.1206-1.dsc 4f137755711fa197478313ada8d63575f35056b9 778801 libmoose-perl_2.1206.orig.tar.gz f5a171c59b3a7f85cef7eae8898ac535a95e86f9 12796 libmoose-perl_2.1206-1.debian.tar.xz 2bd6218c5dab8400e786de937cf7da5131645c0f 882902 libmoose-perl_2.1206-1_amd64.deb Checksums-Sha256: 1593708eb0d559409763fcd8b80725946e690c5c62154bd8a23ac735af5b45bc 3578 libmoose-perl_2.1206-1.dsc 816cbeb6e3cd6c2d519606188cef20789332f6eaf597775d3d3bbce40da0d83a 778801 libmoose-perl_2.1206.orig.tar.gz ac52e6e3332f613ee8ff8983239d4bbd45163ef692e7bbd8bc89516a59df5ae0 12796 libmoose-perl_2.1206-1.debian.tar.xz a00af514ccc5703de2516915c84d7592704e83a7e56a81b140f49e96f1c924d4 882902 libmoose-perl_2.1206-1_amd64.deb Files: b12af999666d445f3fc3b38c7ea019f7 882902 perl optional libmoose-perl_2.1206-1_amd64.deb 0cf2234ea59503a9d6c003e8e4129270 3578 perl optional libmoose-perl_2.1206-1.dsc 601eede3c54d29dce26a073881c87bb3 778801 perl optional libmoose-perl_2.1206.orig.tar.gz d2d43cf9ad95e6ef5d160129a2baa7a6 12796 perl optional libmoose-perl_2.1206-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjGAThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoaiD/0auvixKzPxAV3jD8gdUGdmZz2QGEjR0DuLOCDN9+pLeKae iXL1w4RDWpjkgczXRHBSdNi5nSJgyuUwS4DicTo9SS10hsmETuvOUsOms/j/ZnaX CQsmHcS9EV1rtwqdS3fsvo9N2FyOKruPKIrU6c/y3+XpY6NQIlo7gpPTX6N77imi E+23i0c1254Rx4s7j35sbqptaQB5sTD2NbFw8Vxr5IuMQRUph81VFQPkUhNcjTEJ e8rGW60NTr3GJxagvr7eRrA2jCrE8Gd4DFpiR9R+UiD3uWaAUwJDBv8pTdsqPOIJ BTtDsTVt6xbYbdvOAb4z3pPrK5VR9asqnApQe1IeolEgufydPRfc9TAJc4raUHYr jLdw7KnaQp63Zh+nvCDz3EKFxfkHO2quuPg0dVoeylmEZCz95anBPv46tgHrMxBq FxVwvF9/WbsyCfZ9fRiLLL0ee6z7FPFfRf2CLBexjYfAMpRNYyIGwz8Ehh1hqn6z Z9GsdpRPmliRBa17OJW0mHKOwEKovylG7gqaHJyEZb07nDYtqI0eEwqT+CEjU/QI fV10qzaEWpi6HX1jmnGvvCLtCC2kd+E1PzzGapB8AAh7+44NhKi3rE2D6HOI1bYx zqBNe5tbhBDUDsU2wCSyDtq7W3UXJygw0ifKVwwN05N33yhUvuYgsocWfpbxpQ== =Z7bE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 15:50:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:50:03 +0000 Subject: libnet-github-perl_0.60-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 17:46:41 +0200 Source: libnet-github-perl Binary: libnet-github-perl Architecture: source all Version: 0.60-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-github-perl - Perl interface for GitHub Changes: libnet-github-perl (0.60-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update debian/libnet-github-perl.examples to fixed directory name. * Update years of packaging copyright. Checksums-Sha1: 2420fc9b0b66c63a0446b460bde792115a54f1cd 2528 libnet-github-perl_0.60-1.dsc aa6287691e4c959fb59c3ae7170e0e1cd7d64787 44614 libnet-github-perl_0.60.orig.tar.gz 77eb8845c1ae32623e5feecd018411d374dc0650 3120 libnet-github-perl_0.60-1.debian.tar.xz 4f404523414c5b9916500b35eb6565b7ebb8d700 57072 libnet-github-perl_0.60-1_all.deb Checksums-Sha256: f77a60c51627f6f4a63115fdc0d0ef2bf9f740c0c8d4fcef9ab773d94c3d6337 2528 libnet-github-perl_0.60-1.dsc 2f3b95bb96cd8d6c239c8e3fed7f667141d37d3b9374ee3c4d29aa9e95ff6080 44614 libnet-github-perl_0.60.orig.tar.gz f81a0949201cb6f993dda9b3170e1a5fc64a80505a725840f39c4fa98ddc5c4f 3120 libnet-github-perl_0.60-1.debian.tar.xz d0ec25e6dc4be7912a520e9d4161e1e73289ad7bab478668f3e5028e6476d26e 57072 libnet-github-perl_0.60-1_all.deb Files: c4fe82d37929b9631f5cf5629afbd7d6 57072 perl optional libnet-github-perl_0.60-1_all.deb a7bd0761d44fbff0a78a77480398a962 2528 perl optional libnet-github-perl_0.60-1.dsc 51753738f733e3862c33200ee34f5155 44614 perl optional libnet-github-perl_0.60.orig.tar.gz 065021533667c2cc031be1e56ed9bb2c 3120 perl optional libnet-github-perl_0.60-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjMPThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqLQEACAkM66iJJlHnLWCMMdKGSsOX5x6mSpE3ELO9+Y19MlftCw VBasGOXAQfn80GZ3BXmgsSX028xG3355XOwznEv109aDSMn/JSf/rVYxkf6cipgS ugd8L/9fDQBZzLLEpcHy1AGunecI/nK+1RFYP97SVGgWfn6rbdN7H0XQ9yYf5pis 7uzLAmCqVj0Ppg5ReVVmYGhpaN/ZaWvdKB/0Pf4rp8O6y/npv5cvQQnTgOW25PXK P/XI3zz/6LpqTXv/ODb9N1d2Ci6cB/R8Ql9mT2jAGfnwGxkvvI6C25QjC6B5J3Q5 M6bXhn018NDZ9IFLH8bIYBIHJgE7R3qqBz3Mz+Ane7JwvUFhFuS9PjI58yEIPeDX M2ipCRHhY3Zd1TGp/i3izU3kXqGyY5SweJBkPSpqb/U4b2FISxIWXWcMlB/SUwe7 pMrSUIu2UxWeL6eC3IELtOggWf0OvQeFVUj14PE8c++Xg73LsPsS/JUcsqjChwNL Wn/UFxWvYWHOncXdlXTvbHzm3oeBN0XcNvUt8xj8or5dWZ0m45JqvCHqrTUud40G TOX+uK2duJ0raM8VolnVGayDtjznGGkbEUMoGatumEAn9H6Li9C+nN1SX6yLCj6u JTWMQXMVNQapWE38Tn+AgHxUjMsbo9iOYIT3eD8FQi67gM8iP2qoB740W1n7vg== =vomn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 15:53:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:53:37 +0000 Subject: Processing of libnet-twitter-perl_4.01004-1_amd64.changes Message-ID: libnet-twitter-perl_4.01004-1_amd64.changes uploaded successfully to localhost along with the files: libnet-twitter-perl_4.01004-1_all.deb libnet-twitter-perl_4.01004-1.dsc libnet-twitter-perl_4.01004.orig.tar.gz libnet-twitter-perl_4.01004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 15:58:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 15:58:44 +0000 Subject: Processing of libnumber-range-perl_0.11-1_amd64.changes Message-ID: libnumber-range-perl_0.11-1_amd64.changes uploaded successfully to localhost along with the files: libnumber-range-perl_0.11-1_all.deb libnumber-range-perl_0.11-1.dsc libnumber-range-perl_0.11.orig.tar.gz libnumber-range-perl_0.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:03:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:03:52 +0000 Subject: Processing of libterm-shell-perl_0.06-1_amd64.changes Message-ID: libterm-shell-perl_0.06-1_amd64.changes uploaded successfully to localhost along with the files: libterm-shell-perl_0.06-1_all.deb libterm-shell-perl_0.06-1.dsc libterm-shell-perl_0.06.orig.tar.gz libterm-shell-perl_0.06-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:08:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:08:52 +0000 Subject: Processing of libtest-moose-more-perl_0.024-1_amd64.changes Message-ID: libtest-moose-more-perl_0.024-1_amd64.changes uploaded successfully to localhost along with the files: libtest-moose-more-perl_0.024-1_all.deb libtest-moose-more-perl_0.024-1.dsc libtest-moose-more-perl_0.024.orig.tar.gz libtest-moose-more-perl_0.024-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:19:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:19:05 +0000 Subject: Processing of libtext-csv-xs-perl_1.07-1_amd64.changes Message-ID: libtext-csv-xs-perl_1.07-1_amd64.changes uploaded successfully to localhost along with the files: libtext-csv-xs-perl_1.07-1_amd64.deb libtext-csv-xs-perl_1.07-1.dsc libtext-csv-xs-perl_1.07.orig.tar.gz libtext-csv-xs-perl_1.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:24:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:24:08 +0000 Subject: Processing of liburi-escape-xs-perl_0.12-1_amd64.changes Message-ID: liburi-escape-xs-perl_0.12-1_amd64.changes uploaded successfully to localhost along with the files: liburi-escape-xs-perl_0.12-1_amd64.deb liburi-escape-xs-perl_0.12-1.dsc liburi-escape-xs-perl_0.12.orig.tar.gz liburi-escape-xs-perl_0.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:24:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:24:08 +0000 Subject: Processing of libtext-vcard-perl_3.05-1_amd64.changes Message-ID: libtext-vcard-perl_3.05-1_amd64.changes uploaded successfully to localhost along with the files: libtext-vcard-perl_3.05-1_all.deb libtext-vcard-perl_3.05-1.dsc libtext-vcard-perl_3.05.orig.tar.gz libtext-vcard-perl_3.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:34:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:34:13 +0000 Subject: Processing of libxml-libxml-perl_2.0116+dfsg-1_amd64.changes Message-ID: libxml-libxml-perl_2.0116+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libxml-libxml-perl_2.0116+dfsg-1_amd64.deb libxml-libxml-perl_2.0116+dfsg-1.dsc libxml-libxml-perl_2.0116+dfsg.orig.tar.gz libxml-libxml-perl_2.0116+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:37:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:37:47 +0000 Subject: libnumber-range-perl_0.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 17:55:50 +0200 Source: libnumber-range-perl Binary: libnumber-range-perl Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnumber-range-perl - Perl extension to work with ranges of numbers Changes: libnumber-range-perl (0.11-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 71d389014df4d3592349e56f36e0e3abb6150c0a 2216 libnumber-range-perl_0.11-1.dsc 430223ffead4e847e23c49abe7e4aed4d68b61ab 5079 libnumber-range-perl_0.11.orig.tar.gz 013360f74d3874aaafb959bd5f1643cb850f90c0 1828 libnumber-range-perl_0.11-1.debian.tar.xz d50b733c1df0ffa2bf3cd4891ebcddbd7dd0d3c3 9198 libnumber-range-perl_0.11-1_all.deb Checksums-Sha256: 71da76022e5b39ffa6389fec7f52851fb7da6d539be4ff09c22f83eff348fbc6 2216 libnumber-range-perl_0.11-1.dsc 4c021622e046e517ccb97f2a8e09b07c422bf5dd0c2cbb12dc68c3e3b2150e92 5079 libnumber-range-perl_0.11.orig.tar.gz a14c3753df7f787c7862b09a533779e53e14b07075facf776dec0afc1eb8d115 1828 libnumber-range-perl_0.11-1.debian.tar.xz f7fec8f6800f753ad06e94c6838072d264dd1a58e657c252a40cff90f432c5c9 9198 libnumber-range-perl_0.11-1_all.deb Files: f071b16918ab30f5695f12f3ab1f2bb7 9198 perl optional libnumber-range-perl_0.11-1_all.deb f6d80f420c76c8133f94b877015389da 2216 perl optional libnumber-range-perl_0.11-1.dsc 33c5e56cc35e1ba5045cc8892f0ebdcc 5079 perl optional libnumber-range-perl_0.11.orig.tar.gz b1a15d231624c1e37c1d235b2d6be748 1828 perl optional libnumber-range-perl_0.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjUuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhCND/4i1CttPAa9iaYZ3jyxT2YZW2nxm9bkUzdr8fdXYm4sIXXd 3NAByicAAv4bskikrzqXnDSN9SSWpqlvQjL/1OWuq7SMKj/xj4t6cjOzygfNl/z3 ocXLZep23Nqu0MXSi/HEuec07jA2RBTZuNVJUqCHcHbna0CqE72I6e+K5MMIIw1O 3FLhxzwQ0RPhV7IwNSmThW0m7UO333TJvmdqI1AqjmY22u+/Yen2tOc9LHVBqT2V ICLGIL0MaggK2btldlXGJAguk8wtD7UeOvMYzskSxQmFOgRTLGWILmj6ftYEGZRB 5nkQ/aRptPT7r6LrrHRjhlM6mhjPt/OpYyDIWm7UjiERPZWeMaFz3sCZhhVZZzj6 xfYrtDXvBSdNbBNoaUB4gmXnmtCc3RAw5s/HDjXrmvVuTQIFAs0A6SUMvphgoiXv EXDrlNQQvj1DHnNiRDnIi0XowMdEyC+P2NqDcPoDXaNE6431RBIiYJQ9Lhwocrk6 HuwVaIQBSa8yMCykSCAa24Gqti0fKWL0e4U1soiuCgsb2ieIs2DhkD9Iz2b9gf4B tYgao4WwRxMgPGwaDPu2PnKfZY0wiy7tigv1Fd2KTYph+Qxe9IiaWvHjklt0K4gB XbWiuwK+eAAOk3tXm9WJZ04b/O/DpIrSsTThgjQiIlsUHlGTEfzaBbflLqAt9Q== =EW2m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:37:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:37:40 +0000 Subject: libnet-twitter-perl_4.01004-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 17:50:32 +0200 Source: libnet-twitter-perl Binary: libnet-twitter-perl Architecture: source all Version: 4.01004-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-twitter-perl - Perl interface to the Twitter social network Changes: libnet-twitter-perl (4.01004-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 8a8c2733ba2980d6eb8ecdf69247787a6e8e96ba 3020 libnet-twitter-perl_4.01004-1.dsc 22901f3f71eb8817c369f487656814e7aa8ffbe0 129949 libnet-twitter-perl_4.01004.orig.tar.gz 5891eda0c158385b991e5fe3f9603b28e0e5e90d 5000 libnet-twitter-perl_4.01004-1.debian.tar.xz 89000c80654c87c23d3d333d2dd94eff9bd18d81 168594 libnet-twitter-perl_4.01004-1_all.deb Checksums-Sha256: 7aa973d71009eba50a0428e0a9133c8e4d100deca207f412d8f04390f3fedd1e 3020 libnet-twitter-perl_4.01004-1.dsc b25f8edfd88189e031b79f3c38bd1920e08b87316748df6906eeda011f00444a 129949 libnet-twitter-perl_4.01004.orig.tar.gz c408f66b11fe66dbec2794c774765f2cc8e080e2a1e7f390ee743382f8009501 5000 libnet-twitter-perl_4.01004-1.debian.tar.xz b1cdda5812bb955966672fda716b5e55cdeb45b4845fca145b63e07d55d72ac4 168594 libnet-twitter-perl_4.01004-1_all.deb Files: 6ec0c0d91c72f8898f76b1bc9c280df3 168594 perl optional libnet-twitter-perl_4.01004-1_all.deb d0a8a74aa0e0635284a0ad24801220f0 3020 perl optional libnet-twitter-perl_4.01004-1.dsc 2ae7b1823843e889913cf4043f190d02 129949 perl optional libnet-twitter-perl_4.01004.orig.tar.gz 734f3081aece819ee42e3a83aaecabb5 5000 perl optional libnet-twitter-perl_4.01004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjQTThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnlSD/4+JL0diva7cPJbKIidB7bLQx9yGtNGB/aWBFFrB7S9QFCx kqSGlwo5wXsEQ/l+cpaXFnyGONSdGbPI06ukhQZkAUlZhBrQkR5Jr4r5F8Ad2YOd GFissXCFnSqPamgsyntaw+EBs4BgZ937w7NzubBocy0d26au+5Kp8c+OsG+AnncM KY6CVgONC8nw9gn4aaIX8pUe0NrMlWgbqKoJXr5wR2SuE+gN6T+O9CnJCK4bY4a6 p3zbVSWNy3KsgnVffpLDVanV55wqo7J+ojNtFTlR30ID9zuHbQf1NOvLoXtI2WAG sFvl7sydVb07LcQsue3BBuYA7zeI8sXwPXV9f6av+gsL7lwqRonVbOcuFvoCIHif xZTnKATzHAWz2BKMmH2tStUlW7rH3JXKj+aVS/3N53mqFSzSkaaPCyq3oQrPPsmF bATw3Kqbcn31lxpSOEzmqRRBJGbgG8xZorgQsEXm2dhYuQHdBZe2PJayohgNFjhH LTtNkFUzgJjNwzhmwiZXs3mHknLkzc/1MCQJOHEySTjs5X83xxH5C+t/5lvBCiXw Mi4VCvpMM6PqAsLWzxPF6Dr5JMKJN3mJ9BIaOKUOWcAMbn7EuxKKavouEL9GFoac pPfHbqXHf9/CMjm+vJpqJ6rR8uTZcJlUyZ9vFcPFm8h8fPNqi7lwHS4iCk0Jfw== =yfye -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:38:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:38:07 +0000 Subject: libterm-shell-perl_0.06-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:00:39 +0200 Source: libterm-shell-perl Binary: libterm-shell-perl Architecture: source all Version: 0.06-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libterm-shell-perl - Perl module for writing shell-like interfaces Changes: libterm-shell-perl (0.06-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright and Upstream-Contact. Checksums-Sha1: 37ded70f9fd341bc1652ad234ddb5fe929a44816 2199 libterm-shell-perl_0.06-1.dsc 668e71dd9c35f5b21a8fef327374057ebcf35872 35774 libterm-shell-perl_0.06.orig.tar.gz 2f250a830a734c5dda4653c2e8197c39d492f9ce 2628 libterm-shell-perl_0.06-1.debian.tar.xz fa44bb6956c0f400859748a103184c2f23770aac 32086 libterm-shell-perl_0.06-1_all.deb Checksums-Sha256: 851ae7befedcc82820177b477c0d33070c1cb7066502ef094b446b5745b0e4bc 2199 libterm-shell-perl_0.06-1.dsc 01e1250a14a05472ae25f30a31d6fcbeedcfc73f62fde84af736ab0ba074a49d 35774 libterm-shell-perl_0.06.orig.tar.gz 8e36e0540d0274d80aa50a560fa8c16e515123fbef9afebc6768399d0ac91ef1 2628 libterm-shell-perl_0.06-1.debian.tar.xz 6802db9c23588e07c0945eb7acb7144e318ec41d5ea942d19832831a8d173f40 32086 libterm-shell-perl_0.06-1_all.deb Files: 7c4aebb2219b0f8aff4c01070302ba70 32086 perl optional libterm-shell-perl_0.06-1_all.deb 381987f49628498f4e3e159a8265b9e2 2199 perl optional libterm-shell-perl_0.06-1.dsc f3fee863a57d1cff148f79f2eda91f79 35774 perl optional libterm-shell-perl_0.06.orig.tar.gz a8fe3e82f6ddc2ae2ee60da1a5d3d310 2628 perl optional libterm-shell-perl_0.06-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjZUThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnpzEACQNZBCqHXSF37SdTtuQq3cl8/aZJJl5V0gnm/IFG5NaDcw yVYBnf07L+SDMvzgDG+rmyOJ7cV+BrE+xKRVGqYjEZ7+nZRGQwPXOWvuNIRQSLvP 13gdD8IWHijow4eYCBO1F0rU8tFZZl5S0bBWWZDc6kH2giTZd0LW6jr5DzFyES0O G5EVpn5WEMLa2v2ggYZCPJYbL2WFHi1Uw/sHFpoXvmhWL0K/PJjBs93e6ed2qdfQ Q97pZ1C93BSl+ZYIljWLSR5beUl6Ws3IY8AKZz5yHEGrihYIO7S9l4COImz6XdVB qLRvF2z9Ni9jObMJjyHHL1DyGQjQ7JMbbaeCNG+fgWEiDUfk2PdRh/gdQbXYoVRQ cHg7v5Y3Z9E0WzQXHq96vX62CdgkTW8iCVI6fMnpeZixnAy6zZCHFsvlGSu06zY6 WOknlImV3IeCdsFZHQji+kncuT5PDUQEAW5O9S0/nGIdvWmrJ7JwYWF9OEX8xbXC lOCkrH3msGyEZboQXS5LQYy8ytu/7LXdDbrNEa3JobMiS+vZYvKOQA4WlolucbO0 9FSO00BtW+PAGDG9lUaKOORoSmWlubjgskeQwBWn727zmaTpc8owU5Q4llDR8B+6 nzwKQry12UjYSRCmZsE3uHbiheEHOR2g3btfn/598Oy1O9n8wUlaj81vYFD6Cw== =IcIS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:38:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:38:14 +0000 Subject: libtest-moose-more-perl_0.024-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:04:42 +0200 Source: libtest-moose-more-perl Binary: libtest-moose-more-perl Architecture: source all Version: 0.024-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-moose-more-perl - collection of tools for testing Moose packages Changes: libtest-moose-more-perl (0.024-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 351d36b5e47cccba69db5d60f161e247d656908c 2520 libtest-moose-more-perl_0.024-1.dsc 3013ac8c3d5e1d1754a9d768fe80d91feb053282 34799 libtest-moose-more-perl_0.024.orig.tar.gz ba96609363cfe4f35a467ceb35eabf1d1579fef2 1632 libtest-moose-more-perl_0.024-1.debian.tar.xz 5771f906a406131e7128b2166325046f3eadfa6e 13146 libtest-moose-more-perl_0.024-1_all.deb Checksums-Sha256: e472c9bbc1ceb24f89f7a3043847f90421e043e27adbfb6b9784515c2021838b 2520 libtest-moose-more-perl_0.024-1.dsc a0f6cf6913082d4fd9eba9d3e9623228a90d2d2ce73a4750c1932be00b9e4be0 34799 libtest-moose-more-perl_0.024.orig.tar.gz 4707555c8b91b56c3d25e6c3990d04a3421308025f08ffd6a26dbb33734f9e5f 1632 libtest-moose-more-perl_0.024-1.debian.tar.xz 0821293cb79c9c55aafbea2f2798b0ab9fd50af719ef3e1b82c351e9a9ffd75f 13146 libtest-moose-more-perl_0.024-1_all.deb Files: 3e16b2b62a21901418b9e9e73c549b39 13146 perl optional libtest-moose-more-perl_0.024-1_all.deb 07c69b7afbd2226b1a2c0b444ac6e1a6 2520 perl optional libtest-moose-more-perl_0.024-1.dsc 7c4dd583589ee176d004e8f9fc501826 34799 perl optional libtest-moose-more-perl_0.024.orig.tar.gz da7ebfcf6f15ccb264066d3b7983f8e4 1632 perl optional libtest-moose-more-perl_0.024-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjdKThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoUlEACgzhUOcCg7Ng+jQsPtKWFZmO9mDc13mRLj1ustP5TNRkdj LJfzn2D1JHOFubcMNEb0388VLy/LPTfS7A4Sw5kBiOg+O2mzbKm+CldZkYXQQAKX SX69pvm/XWWYNN85C14zwy9ZDj9SVAzF9Z5VBBCZ5kWrDczAWXVLBpzOeJRd4P/w n9ov0OCOqs/Nkv7MhkogVRoMNHj+GGt4MXtGhTPAQRj+GG+EtB0fTjk+5PvUiIPY +eAM6aIl0sJ2rtdbMBX7ITRLCAq+hSxba7hR+uD2fxNoIcydLGz4Q1rVA1sD2deQ kf/aYFjAPNtVGOzK7gmtJnUxQmftTK0BK8aInCMyC15Ns5W6NI+EDkpDiP8r0imw pNeUp6OwjLf/noHhvmqIAuCPLEAtHnzSx3hngDUtA2mjHoyDkZagu+fZmvIje47G 2Y5ieufK8cei5S30uaRV8l/7Is9UK7gPiE7nQPHtkWsTe4m/rmZ8UhH6sEI65YtM MTN2EktJAevMwuwNffdEXj66o30BtB5oCrBEHmSDchfdlCaVbDH14ON5MoaEKaI9 SdVDQ7dafvLpMfg0o9PsgaygA7MkjUwLXU47vIKtzSbuDdFHl/cGPbqJlObBJOT+ yRC7R5BsN0QI8IchhJ4M+FfuFTrKtvfhtVGmTs6ZOXJ780fXTbaqyiSd8Bq+SQ== =Fvi3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:38:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:38:21 +0000 Subject: libtext-csv-xs-perl_1.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:15:25 +0200 Source: libtext-csv-xs-perl Binary: libtext-csv-xs-perl Architecture: source amd64 Version: 1.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtext-csv-xs-perl - Perl C/XS module to process Comma-Separated Value files Changes: libtext-csv-xs-perl (1.07-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Add patch to fix wording in POD. Checksums-Sha1: 842dd4520f24e2d7bd791010f40546a5a034373e 2568 libtext-csv-xs-perl_1.07-1.dsc 49e85c5162983f5c5b036ab09f6ee464935c635a 136642 libtext-csv-xs-perl_1.07.orig.tar.gz f0ec93bfea47797ff947715262a4018efc425374 7112 libtext-csv-xs-perl_1.07-1.debian.tar.xz a2ae6d3743a7574afb7befefb07b33ee6a433d30 86026 libtext-csv-xs-perl_1.07-1_amd64.deb Checksums-Sha256: cad6a33cd05bddc38f371e1e7feea0cd9d640c25cc14779563b3708f0184f879 2568 libtext-csv-xs-perl_1.07-1.dsc cf9a1acbb4566ced6a25c37dfca6a3717a4371eb8116d22bb4d5f0f345f38a35 136642 libtext-csv-xs-perl_1.07.orig.tar.gz d43fbd7676e6b82b69e6b7c73e6c13ae654f38e0c3fdaf609b883bf8aa7677d2 7112 libtext-csv-xs-perl_1.07-1.debian.tar.xz 85cdad7f0894fd9e19cfb009374f1a43e1191243348099ac241f8bb06c1de911 86026 libtext-csv-xs-perl_1.07-1_amd64.deb Files: 3c4e2835fa076790f8fbf964698ee4d1 86026 perl optional libtext-csv-xs-perl_1.07-1_amd64.deb 82c93f218abe5f5cd0f421b12c0ed14b 2568 perl optional libtext-csv-xs-perl_1.07-1.dsc 1fc30aee0e1c50711b0f8ad1ab0bb0c3 136642 perl optional libtext-csv-xs-perl_1.07.orig.tar.gz 0d4871e3b9e798de912355c847cd995f 7112 perl optional libtext-csv-xs-perl_1.07-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjnDThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBg3yD/9dDbu/b2NKWz6W5CbdoowV7CqQf07IcT0JfdMK2BU9N1sz bMbdUVFfrOcIpPM4W7s//ZBFowXwn5NwJI9RovxpRh5JwTzRzfleJApP+qNWCmTK ZUIWC6XlNj8F6H2WKA0tmIqnJCL4TQSTCeJuiBIwF/OjkeuELdCLRWwlBC4ia64q EsnsvVYnyHWJybEldaFDuOqn3LWwUxXB//UWS/dkRdfPNP4jg1E3NV1oOm5unVkl suEZcfOHhMYATAm+LfAJWbIp0xW6w/7OUFBWCUfe0Z8sVQzpKJSVS3W6BhqROaYI jU9vb28PlM6iGgTO0QAMqQeUNn6/+H+ZNj1aX9NZBDlXHf6KVk6bfw4OYUmHCSt/ qM3fLkPz6OHmMrA3+lAG4ZFhsC941Ye1Znw5G0MzSC4NWo3OXrLXUL1m47CvO0B6 32ObsAhwz7WuVa/KDUgCh6BUAM/oxqI9OpzTHpls+DkMxiaVALiuJIvXkM4CSk34 fYMMMGDOh+U2895kA7oWOYh5jeav2eEEpaBsUCLO040W0XxP5HTOyBupgaPnzLZg Nyfu1cfs2GB3lOycoPe0T3DkrWguRKrEHdlcHpuZGE5NfsZECY5Z8UjmbmbUVZuu WBqG6XUp+F5+eN18PFspZMKEEgpKVQQRljbsXyMXxlUsPsZ7IzDHHgzHdor36Q== =oQCb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:38:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:38:28 +0000 Subject: libtext-vcard-perl_3.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:19:03 +0200 Source: libtext-vcard-perl Binary: libtext-vcard-perl Architecture: source all Version: 3.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtext-vcard-perl - module to parse, edit and create multiple vCards Changes: libtext-vcard-perl (3.05-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: ee2e6b4837e2a95aa3e7ebe135ae6cdcad4e5ad6 2314 libtext-vcard-perl_3.05-1.dsc fc16609ae83a671bf68c6d9886a6f04fa76f1044 43654 libtext-vcard-perl_3.05.orig.tar.gz 61b406e2db541fad80688bf81128780b23f2a20f 3100 libtext-vcard-perl_3.05-1.debian.tar.xz 2b4227403f0f626c118af46f02cc4486db020c53 42644 libtext-vcard-perl_3.05-1_all.deb Checksums-Sha256: 710d38925edeb012b2194e6b149f13eff104e97a191928c51d2a273621ad7e29 2314 libtext-vcard-perl_3.05-1.dsc d0b796d176af349a840e2cd5d7e171b52a7f2e9c4a6272edbb35344e9dc6bd0d 43654 libtext-vcard-perl_3.05.orig.tar.gz aef07262c8058d3a77db04faad90d52e37ed44129cd9b9165ff8019a15602e6a 3100 libtext-vcard-perl_3.05-1.debian.tar.xz 8568a52c5c96683978cfa7f6e885d0e6f2bb9764d51828ac3e2ebbd4927fa26d 42644 libtext-vcard-perl_3.05-1_all.deb Files: da765438d8ca1225b8c6d25855b2225d 42644 perl optional libtext-vcard-perl_3.05-1_all.deb bc040a130a474fd9c24e813cc3ce6d0b 2314 perl optional libtext-vcard-perl_3.05-1.dsc e5096528cf1e7210e5544c6434df8971 43654 perl optional libtext-vcard-perl_3.05.orig.tar.gz 753deb527367429e78f72239f2b4bae8 3100 perl optional libtext-vcard-perl_3.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjqlThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnvTD/96b4GkalE/PceHyZOQI4g9X4ykmrmDPAVBUqm1Bl87HlWh 0TDuBAAqAUhOWGKzljNi9a2QsTS5DeiHdP+AcYlWs4J/FdJNXzzpHcfxHMZM0mXJ nB7RaM8zwPoVgGuzEx7ZEzdqDsuozv2yh/JceqQsLXjwehZlNv9BBjLAWFIuwS3z PPyvkchkbgifsbS5KdfPaATxVIl5Ew/sliTphBxeNUlE3A2P+cOAWDYiBJhocDAs RvMscSXfviuYO/CNFAdVr2gvu+DYGpbffLfrrGVC+bq4VeVNnNcxsx7T7uQwYou3 qAu/JtJOGm/RgM9Qp0UROKeSt1SRtBqETeEQrDzKYeCa9AbcOE9e3PXJdbFXFGB4 BlNJ9VZcyFHxc+XcCm6cH4WfyCrRkGX+89Cs2W0ICooi2FRr1JTTH+0Q5i2CWUBj LnWV/cjzwzEKzxnGe3P7+e+Ur0pYLFIvJxiCwcd4+HBWLxeQBH41mCA4fN1cCD1J U8VS0uea+wKqMa6vbs1rgQGz72FiMvSVUitny2Y40rkoeHZ/TlNGeSwMxPSTIqaM y7AdLQqdYxnLqsSNCpF+nynuM4y4moMnukNVMr673qqAinlD4y61mePePvOqxsqR YELNIOf60dZd2t5BtTB+tIaKP9IAdEGMI44LzDdTL2rbubMNWC5gy+dVMCQoAA== =nDty -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:38:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:38:35 +0000 Subject: liburi-escape-xs-perl_0.12-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:22:24 +0200 Source: liburi-escape-xs-perl Binary: liburi-escape-xs-perl Architecture: source amd64 Version: 0.12-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: liburi-escape-xs-perl - drop-in XS replacement for URI::Escape Changes: liburi-escape-xs-perl (0.12-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. Checksums-Sha1: 83919fff0af5b1ecd4a9140eacc7aaf84da720e8 2310 liburi-escape-xs-perl_0.12-1.dsc 36782ac653c3ed5e5a7d392398ac77660b8d0938 9878 liburi-escape-xs-perl_0.12.orig.tar.gz 1836fffd1cc80a1c348030c1ae86bb1bd9018a84 2172 liburi-escape-xs-perl_0.12-1.debian.tar.xz 8854c3416b6162d15c4b84d1acbe956d2ccb6db6 15690 liburi-escape-xs-perl_0.12-1_amd64.deb Checksums-Sha256: e3b30056e4a590d6ff1b4e1c45471dded6701cfb5d93fbb3ac40d1d147eb194e 2310 liburi-escape-xs-perl_0.12-1.dsc 3d6de2718ce7612b6cb5b24ab35ca64cde42965194afcd17f524c2f34c934695 9878 liburi-escape-xs-perl_0.12.orig.tar.gz 3ffa3da79df7d0533cf188c0a051799877abf2c384c161ea9f48859f4219b187 2172 liburi-escape-xs-perl_0.12-1.debian.tar.xz d1e66c9920e2f9df8c709ee9543c449a337c9cc96675c5fe58c7b8858e3a0328 15690 liburi-escape-xs-perl_0.12-1_amd64.deb Files: de1c0b63ed5aafe3b2580e205b97e422 15690 perl optional liburi-escape-xs-perl_0.12-1_amd64.deb 3c2f01adc98af06a1477076317e14130 2310 perl optional liburi-escape-xs-perl_0.12-1.dsc 5add486075f07f00eaac5e2bee53218b 9878 perl optional liburi-escape-xs-perl_0.12.orig.tar.gz ade1f3773825dc63f7f62a343b040347 2172 perl optional liburi-escape-xs-perl_0.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdjtuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlC8D/9cJ/tHS1qhIhzAsHopTR/MtWfOD2AeAP6k8utxHB8dUzjp UK54prctnYPx15Nh+z8I0nmUOJF1Z+UIoqPJ1wOQbkmcaXerfZvs2lAooQJeEuFN ZIIM2zw7A2wopt0qOY7mXAqjC8qor1kaELtsASa6SNgqsPwJTqQm0/BuqvVGpFwW IQ+3sQ3bW+szN4tuXXxLBwnDP+4gmNVI4n5Z0UKRJ0sqTepkx1w4vZdDzKeFp/mj uQakzs156zyu6QweI6ri1NDtXBALS6K0jwlPxpI+t68oWfZJ/d06RZ3XUIkVbusL gcvKbKChIP4frlnsHyQ3dTE4D32xVNoOiuLPzXSKyLMYMEtwK3GvMySwzIk/T05l XZu+eqN/HnsiCDSWpadQ9WMxJrujeC2okIgOqOcjpdScmzQ8bUepQUZeNql1d5FA nFGCXydp6VeMz0WWZ9FTmBTlhCHdxtkILdclUNepOl/Rk2GDl81b9p8xPo1GsHHX mMsAZE0BiXbtLjMnoA83Udhf36rv8S3zijEPcu07oyJTZ4p4+V0kp45b328a94rG hgZUwc0CcpDYyh8rDdqUXlict5mOMrKevZLfXlxUOaG7LwHA/MNmSZIagEQpQGpi rXPp0L/Gu16KwEbmS44NVg/WfiqgwEpa2O2VLAEl2b2/C/qJiiJcYXMLklnKkg== =5shn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:38:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:38:42 +0000 Subject: libxml-libxml-perl_2.0116+dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:30:03 +0200 Source: libxml-libxml-perl Binary: libxml-libxml-perl Architecture: source amd64 Version: 2.0116+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libxml-libxml-perl - Perl interface to the libxml2 library Changes: libxml-libxml-perl (2.0116+dfsg-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Refresh fail-build-no-libxml2.patch (offset). * Update years of packaging copyright. Checksums-Sha1: 57bfc9efb5afb882bd18fac479b671735a1ee96a 2365 libxml-libxml-perl_2.0116+dfsg-1.dsc 2d5568004614739f5637e1678e7f7b6a02886515 392366 libxml-libxml-perl_2.0116+dfsg.orig.tar.gz 2c89bc303c7c23ede80c82af62b80366b4dee68a 9424 libxml-libxml-perl_2.0116+dfsg-1.debian.tar.xz 3f1a52572f1b4a78d34931f220093a06e29deabd 362498 libxml-libxml-perl_2.0116+dfsg-1_amd64.deb Checksums-Sha256: dc7371cb1c006fe9535ddfea29393edd790af14b9f8e766f2d89a09964b89fee 2365 libxml-libxml-perl_2.0116+dfsg-1.dsc 2dc02a0367e7cb820f9a0be6d3d7b6b28bc9dab6b828d7a5a520d7afcf8d224a 392366 libxml-libxml-perl_2.0116+dfsg.orig.tar.gz 3fafb32c8d213335fe00938cbcf033793c33099eae2a6697e3a31206d670fc4e 9424 libxml-libxml-perl_2.0116+dfsg-1.debian.tar.xz cd2f927f31097091b98855da0134206d37af1cd728850ae6b43bc241468eb738 362498 libxml-libxml-perl_2.0116+dfsg-1_amd64.deb Files: 39c7feb4856afb8cc418b21aa22e2827 362498 perl optional libxml-libxml-perl_2.0116+dfsg-1_amd64.deb 0511989706a8ff9d2e8635dd25cad837 2365 perl optional libxml-libxml-perl_2.0116+dfsg-1.dsc 6c9fc6e9054ff3b9ee139b38354f8f0f 392366 perl optional libxml-libxml-perl_2.0116+dfsg.orig.tar.gz bdf1e84c6fbfa3bde5c4b40139a28ac5 9424 perl optional libxml-libxml-perl_2.0116+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdj1NThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBi27EACCeYAxNP0nXedJGEzgsav7hrmBHQkvrzmE+whyjGsHdpOh AVIhvmNDFkVfvI0OBuT0sPinjTyac+qcd9pobnqEu1Z3w3IIG0MItruARwrhmQiM adjIoSOpuQm7Zy0xZFLLERPNwuMZfWK2nwSvCnOpJVcz0/CsSBkeXynBVjjO8o3J Wt8jYxF7zdnsNYuEzYjiUsrNjAYvPTlklf0/j4nkgbiH9kJ6t+1b+wPCxfYGQcMl 7elYDDrCk0HAljW/J9QI7xvfLPagN+1kkbXzNfH0GLdr49FCOkqXVFekHZckDMBC Fxucv2lkHjkQTJJkXdPD1gGv7WAs5B5RqCl5IYPvvCtkpbzuSs0BNgHR/blI1wjS 22I4Uii/TamfZrGFRMjoPLXh1shLYO/dw1H+MVXW6ITSCPWpZQOI8wlF35YCkKY/ VEeNxcIePk/JtyLmzpQ9rjXmzWo/6NPT/q+IssysKBI8fYvC4OsnLnplbmfEZKoT /Z4jMTS56Q2oM5B08RFnoBmtRVfqgQ5jXXsVYLFQx7QNq7KJyG02/1ZzgJKg7Hxz Oj6cf0l8EsrrVwYzzL1WBmpCmy3VMadn0CEca7uRHq0oHaLY1hXjOhE7RY79nbv7 nL+xk/EcN1nSW80dn6ga8fM4AW0Z4xyFZi8MwPxDdPW1zxqZAwDs92BXIklkAQ== =tdjC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:39:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:39:15 +0000 Subject: Processing of libxml-rss-libxml-perl_0.3105+dfsg-1_amd64.changes Message-ID: libxml-rss-libxml-perl_0.3105+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libxml-rss-libxml-perl_0.3105+dfsg-1_all.deb libxml-rss-libxml-perl_0.3105+dfsg-1.dsc libxml-rss-libxml-perl_0.3105+dfsg.orig.tar.gz libxml-rss-libxml-perl_0.3105+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:44:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:44:22 +0000 Subject: Processing of libxml-writer-simple-perl_0.09-1_amd64.changes Message-ID: libxml-writer-simple-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libxml-writer-simple-perl_0.09-1_all.deb libxml-writer-simple-perl_0.09-1.dsc libxml-writer-simple-perl_0.09.orig.tar.gz libxml-writer-simple-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 16 16:49:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:49:03 +0000 Subject: libxml-rss-libxml-perl_0.3105+dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:37:05 +0200 Source: libxml-rss-libxml-perl Binary: libxml-rss-libxml-perl Architecture: source all Version: 0.3105+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libxml-rss-libxml-perl - module for creating, parsing, updating RSS files with XML::LibXML Changes: libxml-rss-libxml-perl (0.3105+dfsg-1) unstable; urgency=medium . [ Florian Schlichting ] * Import Upstream version 0.3104+dfsg * Drop delete_makefile.patch, applied upstream in record speed . [ gregor herrmann ] * New upstream release 0.3105+dfsg. * Update years of packaging copyright. Checksums-Sha1: f3be5618937ec8a345777c6b87a77d252d3d7b8a 2585 libxml-rss-libxml-perl_0.3105+dfsg-1.dsc 96d3d5035843fc4fbfe9ddd4a1a3686a6d97610b 52793 libxml-rss-libxml-perl_0.3105+dfsg.orig.tar.gz 6ca53d7b7bf3d6a6751e1a40ef1a76694b0b1863 4260 libxml-rss-libxml-perl_0.3105+dfsg-1.debian.tar.xz 9ab8eaaba5b63917ac0d5d5da376549f1f3778d7 32456 libxml-rss-libxml-perl_0.3105+dfsg-1_all.deb Checksums-Sha256: 806213eb7f3761a0641070afd1c6037392a43437645a9dd8698e228b35880610 2585 libxml-rss-libxml-perl_0.3105+dfsg-1.dsc 6e7b956fabf5b3712e78895e8e05a1e95b85246fac36c0b775d8873dd66c01e6 52793 libxml-rss-libxml-perl_0.3105+dfsg.orig.tar.gz 0c03d61d24db92ca5d13b3981b7067e63c636fcca6f992710ca85aec82c1a6ec 4260 libxml-rss-libxml-perl_0.3105+dfsg-1.debian.tar.xz be049330acb1eac9846cee1d7bbda0280f390f0d7c63f4def7910aa653cb759c 32456 libxml-rss-libxml-perl_0.3105+dfsg-1_all.deb Files: b4e9c444e35238d80553acf41e06322d 32456 perl optional libxml-rss-libxml-perl_0.3105+dfsg-1_all.deb fecdfbbde9721fc3c71f2e2dcbb3cc87 2585 perl optional libxml-rss-libxml-perl_0.3105+dfsg-1.dsc 73e2283322df9e41a9ff8016c6000991 52793 perl optional libxml-rss-libxml-perl_0.3105+dfsg.orig.tar.gz 43eaf369f23122deaf4ee5d0638a2cb8 4260 perl optional libxml-rss-libxml-perl_0.3105+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdj7qThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpISEACVgtRjj50v9qtQEXluoKVKrle8Vd8KtDbWOVFbZNgVzGwU GLF1mCUM6/sOU35jKzPjJZROQqE6m/scxUh1xAFcgH5/vJ21YgMak9UhMFSCZFJk RGA+ftdnx8mF+LgHmOKlc7JKpq/B8hHDawXVzMPrSWGDepZhrCZe3iAWnlrg644i 3VpCMp9sq6jsQPqz5W6EToYzxkL6+x0spy8db6G2ee9rackjCjQeljO/gp6pdyWy inkclqcZ/TrtGpoFL+zrTXXB/yrFiINnTwMh2G3xT+UvlLIriPMdRfP4fJt4IQdh zljuqObKfWSD4BW7VYoskND+hBz/46QZuniMOpSvll5/g+GVcmTRqOIl5xP8zhA/ IzHE229brr4QCcs0IdPSnenUuI1PXbAid9UDhWFmy4Nz812kb+oVeUC14n2MlyUt f9Zy1Ansci8GDHFHCtKwsC1NwhFKQ/Bsx8edOEnO2F6wXQ8+wOepfP8xpayWANjR e4SkaKO6mmZGM7XsW+awVmlXa4DonVP9GcT2WXtDVONKiwx6I+PLKIKcGyrjB1Fo np1itvn6DtqXWx7NoMslPfI9HaNtyYpTJlhA/XegiqTLMFFY3gY6IyynRfPBS/Xo I39wrEx07w9JXuG0e7ExfqeGT4m9/cLHBw+Vp2N1LuFKHPsLt+Rwtg9E1Cs+BA== =M+bF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 16:49:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 16:49:10 +0000 Subject: libxml-writer-simple-perl_0.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 16 May 2014 18:41:28 +0200 Source: libxml-writer-simple-perl Binary: libxml-writer-simple-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libxml-writer-simple-perl - simple API to create XML files Changes: libxml-writer-simple-perl (0.09-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 4a8f5d881b8940ea28ea8f962c88b06ec21b6772 2356 libxml-writer-simple-perl_0.09-1.dsc 8a47f66caccefc7b40936622028c0a1edd597207 6589 libxml-writer-simple-perl_0.09.orig.tar.gz 6c967e2b2ba319cda65422408d10e01558c18a12 2000 libxml-writer-simple-perl_0.09-1.debian.tar.xz 6ac1666406160b68e90538a7fae6388072945344 9930 libxml-writer-simple-perl_0.09-1_all.deb Checksums-Sha256: 52d929bf2bf3d79b287885867ab1a7b52d2bca827b1772cbd870c5d343ae879e 2356 libxml-writer-simple-perl_0.09-1.dsc a15c47be3d67268305fce03b4cb2a0825b16f4fa4ab3806a52cb550c7309845f 6589 libxml-writer-simple-perl_0.09.orig.tar.gz 712bb8da319d43152d47c5f4135319cf2dc8a6d6e74992cc2b13787326ce50d1 2000 libxml-writer-simple-perl_0.09-1.debian.tar.xz f2dcdec4a6601b0d02b8691f6674501da5a49c5c257891c592f164bcc06d7b7a 9930 libxml-writer-simple-perl_0.09-1_all.deb Files: a2503f4d982f6bba7236f622a2958bc6 9930 perl optional libxml-writer-simple-perl_0.09-1_all.deb 3bb0eeead48b94b4338f336d6fdbae4c 2356 perl optional libxml-writer-simple-perl_0.09-1.dsc 5500c085fa3b180b117f3b64ccd89df6 6589 perl optional libxml-writer-simple-perl_0.09.orig.tar.gz e6812c61486ff9189cfd07e411b40534 2000 perl optional libxml-writer-simple-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTdj/rThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBr72EACok+rZlIludtsanHopu+e0CNkKZHPVJuqWpFy6oitqQNrP eizWweuBnFFe7SETI/dGLdjKuyW+LioCZFbuBHd86L4AHVfEMorUkb+YhmJp/QEs m+YgueSZPMmP22YslZgcYZC6ZGjt1ze4jDye8xTgbC2O1Rz4C/teXIvySUVfWmEF Utmt+QpaHlLRosERW6VBYCHkZPA8jfaBWKMFWp2goaaerturoP4qwJglM1y8TeOR SHG0nhfmh8vitu9aOx4mw5Un4mzIFR8m8/3g5iGxXtuSH14GSWr1xKx+GKAHwEHH N6XdTAKmMF1sJly+wYCNhcWPaPb3S/lPqUC21c0h63aOahBJd+J1LIYgEupYJDS8 OhMGzifffhA6opr8Z5BE2C9ynJOx7UX43DKch9g6ayefznxNEAkQ1v4qGmpyfZrL zN7kYDiusxiN3XqWq4ex6NrhZQGPSUT5DYUo5e0LuYtbiYAt3su4sN1JiJSGyTJL F/0mbJQADePI/YTgDE3EV3wQaLrzpo9/oNfaOtZ4RgNaKimi6j1B9lq8QaZHpqBM Z6AoEsuGOCE4jvhDWvIQn0fLVu+mkkGbXdZxgw/o52/SZ7ooJJ4g5JDUllIgyhEH nGXU8hMwaJBFg6aeFF9OD3TttMJzt4D6tN3uJ0U+OhBiqqyhAJBWUfEFQGg7Lw== =ESbq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:09 +0000 Subject: libcatalyst-model-dbic-schema-perl_0.63-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:37 +0300 Source: libcatalyst-model-dbic-schema-perl Binary: libcatalyst-model-dbic-schema-perl Architecture: source all Version: 0.63-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-dbic-schema-perl - DBIx::Class::Schema-based database model for Catalyst Changes: libcatalyst-model-dbic-schema-perl (0.63-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: c6a82259fda442da85ee7b91b2d88345180dca21 2957 libcatalyst-model-dbic-schema-perl_0.63-2.dsc 2887aa92d564f590dd1665d53c65b09911ddcfd3 2368 libcatalyst-model-dbic-schema-perl_0.63-2.debian.tar.xz db90cc983863f3faebac1f96f7bc18cac5018471 44238 libcatalyst-model-dbic-schema-perl_0.63-2_all.deb Checksums-Sha256: 0d88819dde8e830ccc94a7d06204e1772efbb0182496b7f93ab6db36b34490b8 2957 libcatalyst-model-dbic-schema-perl_0.63-2.dsc 457835fd37fc3818601afd338392f332a242967c2d895799f6b2977d816c6481 2368 libcatalyst-model-dbic-schema-perl_0.63-2.debian.tar.xz 3be68dd8cf8670d70e965d25a98e721822702fd7f5e79efd515ac146ba32361c 44238 libcatalyst-model-dbic-schema-perl_0.63-2_all.deb Files: c63255d96d36c15f324eecbbc9fb2b56 44238 perl optional libcatalyst-model-dbic-schema-perl_0.63-2_all.deb 6f3841f69822cba5984081a28ea4933b 2957 perl optional libcatalyst-model-dbic-schema-perl_0.63-2.dsc b9424bf3a30f70b6c5dd294866d6fe2e 2368 perl optional libcatalyst-model-dbic-schema-perl_0.63-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwSAAoJENu+nU2Z0qAEvTEP+wcF8ATrTa6uhs2RZH6UkaKl MLOTIpCZ9TbYpjKPoFDW2XQYqS7MUlA2cg7XOb/CIJ1wmS8SqfA4RyO/EXeuovSl fMZLP2uER72PR4N89uy+E2li8YXBr3/D/4Py3NW9tc3NVfPwUClE3dgzCENKmtUL FATG4qpuHqvEbuSC84imvA9qhfTfTZU86ii5jxV0heojcAZMQ3vwibyPjL0VgXsy fM+WEJ6cARaKthzwCkLmflbiQqGaT542VJ06nj2KUSR3O+NiRnAsMpZ3CxAoXXc+ VGsOZr2y+i2LuMHCmUuU4uk8pU7/J025RSXGQeEvujgBCm/D/VTX3aQB4iQeJjHQ 01Hsh8kF3PBfCWCx3HlDPh10sFiwELAPdwxHKMkq82LFV5tLN0CoMG8mXni8dxzw iGmL6A+DQ6QcbR8WT85rah71ADbvL3r8ttvYTmiUdD3PYgQ8Gi4BXF5qTgBB3TZh 1XiJTRwpEkS6OrbeW8/hU74KzPVmhLpEZGR0yMjOHJpReHJ2QGan1r7EYDKt64Ku z9AwnRF4q0KNSTxZPYapgUXmOexhqiHU6xhxlPpoK/5tT3olwdDXgQmK1sUDZNWM As4gDKhne5JKxEeO2WiypnVtPnhA5lE/9qaCZj0nMmU9R1gYFW/EZw++u6qq0Lol /DFwYHUDzKief6byp5A3 =VFCZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:08 +0000 Subject: libcatalyst-authentication-credential-authen-simple-perl_0.09-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:31 +0300 Source: libcatalyst-authentication-credential-authen-simple-perl Binary: libcatalyst-authentication-credential-authen-simple-perl Architecture: source all Version: 0.09-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-authentication-credential-authen-simple-perl - Catalyst plugin for verifying credentials with the Authen::Simple Changes: libcatalyst-authentication-credential-authen-simple-perl (0.09-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 013126016f4d4fcb121c8dee5318cb90bf20ebc0 2600 libcatalyst-authentication-credential-authen-simple-perl_0.09-2.dsc 10e4b6d4868716485f42457beaf38f025f3a5c13 1616 libcatalyst-authentication-credential-authen-simple-perl_0.09-2.debian.tar.xz 0759eed6c1fb98bf3cf69d0b3badc5d54a93e4d6 51012 libcatalyst-authentication-credential-authen-simple-perl_0.09-2_all.deb Checksums-Sha256: 45313ebd262e0ca5d94242c355fc0f2a9366a6ca4269e8c1262d33bf46924d3b 2600 libcatalyst-authentication-credential-authen-simple-perl_0.09-2.dsc 8dc0059d7098a84b43d3b0be462042e224e3c5485a275124c8b4a90f13677465 1616 libcatalyst-authentication-credential-authen-simple-perl_0.09-2.debian.tar.xz eb109c3aa5c5c244ae1f0ca6250a95ae7bb63095b5f16787699c658a38bd3540 51012 libcatalyst-authentication-credential-authen-simple-perl_0.09-2_all.deb Files: 7a5ae4c7cf99c0c85131a6e8a5019d14 51012 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09-2_all.deb c5a247502ee48547a227539d6c58061f 2600 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09-2.dsc 3df708033780c33c3d60b09193407337 1616 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHb8AAoJENu+nU2Z0qAEltsP/2xYIgkmieUdPrHM/J4swi/5 F8gGXzkkwFjmuguLDYvgDSKoVCpM38LnmMs8VlBsYpLW/8k2lkf3KjyqAnD22m0g v2lYqCDn4MYa2VxZFKEJMXAspdeEzo0tvGdR//52FsJEWqb+/U4IssN7kE/3W5an uJ5i1YozaUtJTPLuE7LCepBahB1X3EZkc345k6ycwuizMRv545pmU/5PniwwkDap VutDQDZNEmM5dMie5hbASzCfPC8Lkpyk+kBWmlogivzXGneJgQkfiqpqSpWpJukR 6bzyGPWHiqNur1hEkv6fxZV2bmOcmxvYN3NLO8IKBJo9VMXsXDVdiGTxPeDg7xFX 7zGwcUq89IGjbXIIrJmD+/07TrCynrDkS9+dLLKZPRk5UvaJOih8UmzR6U9F7p78 uWN7OfDrUuvunC9qZLNMIQBjPyj7CQ/Y2QvGamL23nrvt9k8iJvl8NpTs6vAkRuj koSmdhGuD/ATZ3ZWgKaXe+9d1bKaFOkfvKD2SOeg2+Vbq0B1OpIgwRZSzs3ifrZo 5ySivWylwSe1Ak2AKWZ1spOojbDp2Op7EBFxHBKBzmNToUqY3wlftMo2JOCyiBdu 2xGiYI0AHFg4ULDgKYlmtXrQatw9GMsxb4/cjtu++deBwQzygneb+eq2IGMJa66K U0BlIgLwqhoMARzW7TMI =tMsn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:11 +0000 Subject: libcatalyst-plugin-session-store-dbi-perl_0.16-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 15:26:57 +0300 Source: libcatalyst-plugin-session-store-dbi-perl Binary: libcatalyst-plugin-session-store-dbi-perl Architecture: source all Version: 0.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-dbi-perl - DBI session storage plugin for Catalyst Changes: libcatalyst-plugin-session-store-dbi-perl (0.16-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 10e3f4b7ad078897cfe42cd3d1e4332deb450083 2425 libcatalyst-plugin-session-store-dbi-perl_0.16-1.dsc 0b8dab7459808c34960393ddc1035480e9890ef5 30830 libcatalyst-plugin-session-store-dbi-perl_0.16.orig.tar.gz f33f99659796a3fe3a414c390af418767895a753 1564 libcatalyst-plugin-session-store-dbi-perl_0.16-1.debian.tar.xz da1ba65fb78530615da756c9e9226ec54892e1de 10946 libcatalyst-plugin-session-store-dbi-perl_0.16-1_all.deb Checksums-Sha256: 138ea431e8b83c2bb2c602a0d0fe51be800a227e2a9230dae776c58941c054c1 2425 libcatalyst-plugin-session-store-dbi-perl_0.16-1.dsc adeb3df4b498606c168744b94c0950fe912584b130d92821b736f9752517c410 30830 libcatalyst-plugin-session-store-dbi-perl_0.16.orig.tar.gz de9d0aadb39d25377ab3d11694235f560526c0e9ec62e6f92a6451001c904d69 1564 libcatalyst-plugin-session-store-dbi-perl_0.16-1.debian.tar.xz 283bb60180c2f1f0bf598e98cb242977d31b00e127f157d811dbb58c300b0ed1 10946 libcatalyst-plugin-session-store-dbi-perl_0.16-1_all.deb Files: ab452efc1a3b58add3c611bf4f1c73c6 10946 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16-1_all.deb c649cb920e93f040c1d76199b1e69051 2425 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16-1.dsc 83a6d97ed2288cced0af76dea86ffb99 30830 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16.orig.tar.gz 42f929d49e1bd773105e8084b65c7d8f 1564 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc2GdAAoJENu+nU2Z0qAEnVoP/3bdPEz76EnHZMqxPGuVGA2t n7za14jNj23/+31k2PqiEPurutHFk3mYSrW1IENAwkFU8GkUHcDoZadBeKsKK1p0 CPkqKSggU1Aw8Afby/DxGQQG/9Kmt3s5cNL//DtEP6piRSW1WTTwU+bBEcdAL0IY PHOnxVEEy19XElAvjNdbYUGs5T4eETtN47aKxwa9zfVKinUi+9RGfKOwjFXcWbql wfvlfV3VJvsg7hVPbtv9GKYe126eNtoI3d93fDGBw8TK6jRRZEm/P8PPeeIYHi75 TzYOygUxQVShJFkyNgsbPE5RSYXybUb9BNZHq8ZXUHJGudcly6c9MO8SVMGDSFYO RCTglYZh1fGsBxE6F9v/te7JBEzL6lhkPdUqUuhFii/howIW2r2YFye3TKH9swkP CqMOeQ2JYqO8A4BYbk7p8+cv+8N01nvArpBxJ003d9hfKuzE8RIFz4seZS/cmoiA gKC8NCkT7AehjFEtb8SXEdQ+ukWGBpQ3SLZoMfplYIdqb8pqTU99T/k20Q0hcvqM m+M4KDPygDNL25fxAlErAuMKlZ7ioCLytPG8WUTF3w/aEPLvNlK27KG6zU7f+6/d iE6jXNGHNEx4EJm66WHvgk0U316jell5XVpjKpFGJePxtzeLSRazxLNRmNyma597 jWnAaqRT52lCJvOg8nTr =qjGs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:08 +0000 Subject: libcatalyst-authentication-credential-authen-simple-perl_0.09-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 22:36:25 +0300 Source: libcatalyst-authentication-credential-authen-simple-perl Binary: libcatalyst-authentication-credential-authen-simple-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-authentication-credential-authen-simple-perl - Catalyst plugin for verifying credentials with the Authen::Simple Changes: libcatalyst-authentication-credential-authen-simple-perl (0.09-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: b7d9c23d3e2f5713e64460258eafa72c5974012a 2600 libcatalyst-authentication-credential-authen-simple-perl_0.09-1.dsc 0f874a3e85d585ff5b15147fac51b3ba069cae71 58887 libcatalyst-authentication-credential-authen-simple-perl_0.09.orig.tar.gz 08accc68608e2a63f89247fe248eb3c59b2c25d7 1564 libcatalyst-authentication-credential-authen-simple-perl_0.09-1.debian.tar.xz 16dda0c9b832f6d108a1acb2d83fb887ffd04e89 50960 libcatalyst-authentication-credential-authen-simple-perl_0.09-1_all.deb Checksums-Sha256: a33c19a91b25771581e3122bf8fb4da01518a467e147c2f5eefc0a05593c7872 2600 libcatalyst-authentication-credential-authen-simple-perl_0.09-1.dsc db70086832f396564fce497cd978dab9bd3e48fcaff4e03128c25a6eeca38867 58887 libcatalyst-authentication-credential-authen-simple-perl_0.09.orig.tar.gz 07e0bfb6e92c71ff43dc63009e6cfc861377f069ce99f5931945897d402d012a 1564 libcatalyst-authentication-credential-authen-simple-perl_0.09-1.debian.tar.xz 5f67fefaf308f33688e8ca3dd60894f70f988af3094bd136b5aa9645766f2c7d 50960 libcatalyst-authentication-credential-authen-simple-perl_0.09-1_all.deb Files: 33f775f19b438d0bf15ca96a9653d1e6 50960 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09-1_all.deb cb342e10421859971fd8111d8d544045 2600 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09-1.dsc 91e1edd86a856600b085b1b11143a24e 58887 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09.orig.tar.gz d3f1561f657dc27fea1c73e4eafb45da 1564 perl optional libcatalyst-authentication-credential-authen-simple-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc8w7AAoJENu+nU2Z0qAEy8cQAJGYi62J2lcp3x2bVtFYRWuH DQpY3JzWVnDsA+3y7mYpnq0xilbXcQKwTgQaFIYn7PBOvNbv+0Z5Zj4LsI/Uy880 3n6c7mWcCmGi+6Ik9rD96c8yD8cu22OqPekIDXVXX+9kKzk/dJ0YjxXERXzEImre 5JITS3D7GceoeQAfNIuX8iVatQJIF+vC5tAfeVvGJJJfF/Sn473rWvMyifciadnS Gdm7r0WNl6DujKJNGgzltieFh6dTMBwEfkOIpanKnM3xzvHTVHz+0BSgTGWR659P L+uwZFzsHz/gtOiAVFpCEkB8k0WXz6UZFCgALH1bs4Gez0u+TVGhHRaOBZCxjdog 0budW1KmjvzLhCkpNYep7LS9lciRvXYmrnKuxXoIR+CKmDbkRiaswYl4pMB5ex+V Hf55WtoseIfrsz/3ugCHxPaoIV8FjqPitnBsZVDnUB4OXFtx+CGFXkmXvGictEHB rNcPj7I+msOVbsXUAKz2xZ8dKYzx+mbN9ZxPaFfOCmfKrjSTATcYNKmeA9WET/yf pKCUosYhyNBwzFfMLcsfAFe7CzYuA0axr3KSreSu+yX+KruF/uhEBzMnZ+96Ng+h 93nREQXYcssKDYN+5HrPDTL2Rnjf1H43FF6+memPTnyOFGazFGoipxBFmLaOhrwh iwp9JVjyeL2ubLpuiEfN =KVTc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:12 +0000 Subject: libcatalyst-plugin-session-store-dbi-perl_0.16-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:44 +0300 Source: libcatalyst-plugin-session-store-dbi-perl Binary: libcatalyst-plugin-session-store-dbi-perl Architecture: source all Version: 0.16-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-dbi-perl - DBI session storage plugin for Catalyst Changes: libcatalyst-plugin-session-store-dbi-perl (0.16-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 37500e644f1d439dec415a9a118df2cc91621b95 2425 libcatalyst-plugin-session-store-dbi-perl_0.16-2.dsc b47f4f7ac1b3eeca2d3515c4e905bd5442543684 1612 libcatalyst-plugin-session-store-dbi-perl_0.16-2.debian.tar.xz da9aa4f9149cc233622873b7af7480a45278b907 11006 libcatalyst-plugin-session-store-dbi-perl_0.16-2_all.deb Checksums-Sha256: f7de59b53e8f0730860da4b26ad7af8b801afaf9a31a43dfca259fac150f2109 2425 libcatalyst-plugin-session-store-dbi-perl_0.16-2.dsc 842aeff9aeef9f3d15cccc937354cb7a6bfab0af1fc73ba67e735b8fcf156c2a 1612 libcatalyst-plugin-session-store-dbi-perl_0.16-2.debian.tar.xz 9d2644e4c139281255ec13ba479ad5fe09fb72506156618216ae872e2a974481 11006 libcatalyst-plugin-session-store-dbi-perl_0.16-2_all.deb Files: 7ad4c1f90a56b788db243bb2b430baba 11006 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16-2_all.deb 96fad2741f529d5755599a32167be0a4 2425 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16-2.dsc 3ff2924d83150a7a65d8edfe5d028b2a 1612 perl optional libcatalyst-plugin-session-store-dbi-perl_0.16-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHw+AAoJENu+nU2Z0qAEtpgP/ixbamOwwtQKv803yWB+SIdp IJSK2zUVZRKpNbWG2mDRvna2UowmROxd7UOjPG5QwGj/chg8AbAOhn63qEuxeLMK g/Ln4qgzsKHVVLFzXMmGjMt6rPnR7Y89RyP/ltvCFyJgtURIWOnFwDr/vjG7d9+E MNNZS555lHwR+GNb6UKi24w5GnOhCZkP4iOyqYzCarPYLN+meTv8G/nvXcVpwuU0 od5Kt+SzkHbs+/F9K7QR5qU0qrYG2WR72W0Bk3Un4fNuFClXif7J94POsxCpQ3bD pIUldeQEvMv7zpYc+KdJuCw+l7z2IUZ4Ef7HrOCdDsIikYMKYJlAaD0+3t57jaOA S99aCLx3GLJgWA3vqN1bwMoJ+l914U+vUrr0ljVKKpJEjXFKjV8bRdAOnMudZfll LKskq63a1ihYVPLLFhQDgh3FWtOSQMYrDQtzXubHYAz1VmoYXZQEwZDIq8ol9pxe +Ih0mOle9NGKvC4TJPejl/zw8Oh26v4P19o/60u9IPLDk4jA9CubB22iMh5DSFar yAMLn2htVqsB4hfNf9d16c+YGpOJIH2JL2EIxVL8NzOWcgvS017W2lJ/OW+r1Phf d+NufRGYRcipLyabG3tul6HqJi3FJwadxtFLCxFYPId6lPpDt5+XUrvfo4i6I82u tejKpM+f1lQrnLQ5bCFm =Ji/C -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:11 +0000 Subject: libcatalyst-plugin-session-state-cookie-perl_0.17-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:42 +0300 Source: libcatalyst-plugin-session-state-cookie-perl Binary: libcatalyst-plugin-session-state-cookie-perl Architecture: source all Version: 0.17-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-state-cookie-perl - Catalyst plugin for maintaining session IDs using cookies Changes: libcatalyst-plugin-session-state-cookie-perl (0.17-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: b9cee75f0b8bc73dd3c86c34f9baf9c42e5b1d27 2495 libcatalyst-plugin-session-state-cookie-perl_0.17-2.dsc 2ad85ef4f339a13a3e7833be64d2c43fc6ffd4fc 2164 libcatalyst-plugin-session-state-cookie-perl_0.17-2.debian.tar.xz 89829c8a587fe976bfdf1e8f2415b9fbaf6bb3b5 10158 libcatalyst-plugin-session-state-cookie-perl_0.17-2_all.deb Checksums-Sha256: 1fe2655eacbc7d28a18f5deb2479325f6dfa78d1f1a22f2be433fd983f6614ce 2495 libcatalyst-plugin-session-state-cookie-perl_0.17-2.dsc 464992bd5087e052d2f75419a4463c4897db2a2746ebc9ef2ca8d7fad1574e6b 2164 libcatalyst-plugin-session-state-cookie-perl_0.17-2.debian.tar.xz 9edebad657ecce57f161cbd6a0701e5a8354826bc2d98be6520e0ad2c635c338 10158 libcatalyst-plugin-session-state-cookie-perl_0.17-2_all.deb Files: 4344605e7f2e2d03ea70a8211457db00 10158 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-2_all.deb d1a0d33e4282018dc53440863e355e7c 2495 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-2.dsc 253b410e538cecc28224da23dc57c360 2164 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHw0AAoJENu+nU2Z0qAElJ4P/RKAfHbNxFXXZ5K6Xoimkrd1 QQMKtphTKyC7TWA1FjS1LaucPHl7OsEwr6+lLLDzihDI9rB4UDVh9nj82fGGH1r/ gF8tvt0BObNbzIC9HitZ8Ee8hwRJ07ATjQAyt5rqsVRd9f92d/KRZh508by5u9t5 jNIzZOFC4igM8kZMvNcjkcQ07LYhJHp8/iv32YJbxvqm7QJJQQWeLZZbmCRzUJIb KQW9MJt2R+LDbIZeSz8ghsSXBKWN6seTylxVK9d2mm3cIOLubG3KfmFZIEnvHtoJ mJfnQaCN8sk8U1bCOT7JvIrfv87bBaVTHAHBABdB2QfkMtpAvwrCKiHNcElwKUdL /wtVoZwOmikrsjRF3go2w3ebmxrJrz/aSxYhbs9qu74o/vaE048Wtv9ATBoOYPqJ KR5BpT9SYjHGm060hq0cYzQJWBvL1ec1pNyv2iSU520jWOi8s4BWZpsBFx3xX5mN ZG0+JEzPADO/IL88eT4BHdgWI2kwICGr8fBuHgZc34zCYyI3r99Ubh4dTsCdwuyg p5IDYi8Mif9zibHAM838impbv120JM/qcRfXL5ZfU/ssR78oRpEP/7iMpGHtB9Km kT5OA2RtAvl05BF2HXK0bTTNyHPtKpRBnNuRfPEUj82jKvmgyAzyUyUuqk/sshvW VRUl3wD2gbSEK7VD1vQ+ =1i76 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:08 +0000 Subject: libcatalyst-model-dbic-schema-perl_0.63-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 13:27:29 +0300 Source: libcatalyst-model-dbic-schema-perl Binary: libcatalyst-model-dbic-schema-perl Architecture: source all Version: 0.63-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-dbic-schema-perl - DBIx::Class::Schema-based database model for Catalyst Changes: libcatalyst-model-dbic-schema-perl (0.63-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: a7a44f878032c23040493e951d19f15cda015bff 2957 libcatalyst-model-dbic-schema-perl_0.63-1.dsc 089d6b50dff02d1c86022ac176bf650388863926 56796 libcatalyst-model-dbic-schema-perl_0.63.orig.tar.gz 014403dc65a2b7d94a173e2e018e8cb1e96aa131 2320 libcatalyst-model-dbic-schema-perl_0.63-1.debian.tar.xz 766d521faa2e3a177ba14586a75d031fa58a7af5 44188 libcatalyst-model-dbic-schema-perl_0.63-1_all.deb Checksums-Sha256: a5fadb949e83362283fc8bb81ca6bd8dcd178930e490ae22a8090b6310566297 2957 libcatalyst-model-dbic-schema-perl_0.63-1.dsc b50ca6e6b3c587f5a3f65556848e73b170e476dcc441509418c49b0aa4c0a9f8 56796 libcatalyst-model-dbic-schema-perl_0.63.orig.tar.gz 788e8dee65dd6e212f34e7c9427127e1677f17c9a24487b1e94fa8df30a74b3e 2320 libcatalyst-model-dbic-schema-perl_0.63-1.debian.tar.xz a3d10a7d2fb6c1750fae32b2c934678969118a8f19ffe17b09d171a3cd29884c 44188 libcatalyst-model-dbic-schema-perl_0.63-1_all.deb Files: 9a0f30d8765afaf416c413567c5656c3 44188 perl optional libcatalyst-model-dbic-schema-perl_0.63-1_all.deb 1afab00da2b43f97789d821718904a0d 2957 perl optional libcatalyst-model-dbic-schema-perl_0.63-1.dsc 7451c8088fbb86ecb051c23e8d76f5fe 56796 perl optional libcatalyst-model-dbic-schema-perl_0.63.orig.tar.gz c992fe83f7358020926b88db3610009a 2320 perl optional libcatalyst-model-dbic-schema-perl_0.63-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc0XKAAoJENu+nU2Z0qAEbiUP/ixS7mKcQ+3aWFQ89XpWX+8F GQNYqgYakCJbLjJ3b+hStYAZHaItbFGB53LQWh6rLDA1S8LQv/A3J8ePzDJW4c2y hM6BBk6OILCHi4tfvSQwi4RDRCbiDYnYYvzKWNsRMxQplY2MVuDw0/36ltePfMrY e1vkYH8MJ6+uku2aZ3vKdyGS1e4lmUX3fkFdNcC3ag5jcyIDYXlVSkNy7q2UPaas YXrsTltx+MkauG9MMzZGznkhBe9woYsBn/dt0UoKuphmz2t+0RIPM5fjNsz5cwdM s9wpPH4QFPiiewR+4P2q6yT9vNHRdNAab7xD8xc0tKBSNDSUb4kDneH9d9g/6dzQ uHhQLtQsMfX/oz2g2+h3ggQsb5SlhMP6iVliwCnCZD6lo8wV3HXM3sYW87aWxGP0 ho21E2RLdJzumIxEoVUnVRGbIyFHIzjH+0Dwrr25Ud/0I/EkbeHZ4Anea6QpO+lA 9zOspjZ/9UE0JGITsUsgwwp62l0A1piWo1F6Wi+AanKG7n1m+oqSn7+JrSuSUK1k zRThKobZVeINl7ok0d29ivClbsPcBoqApGreCvluDjA0dBeAG7g4x5oeLqpAMu7q r3FTOHrRsEd3lp7tQLqghfW6TQBPBZpFqEdAPlRsXCqd/axMYkf8z0pqw3cc2EGk MDIoJmXAbWs7R1i/eD24 =o+TC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:10 +0000 Subject: libcatalyst-plugin-session-state-cookie-perl_0.17-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 15:00:46 +0300 Source: libcatalyst-plugin-session-state-cookie-perl Binary: libcatalyst-plugin-session-state-cookie-perl Architecture: source all Version: 0.17-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-state-cookie-perl - Catalyst plugin for maintaining session IDs using cookies Changes: libcatalyst-plugin-session-state-cookie-perl (0.17-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: efdd4aa0005bba09c636ae52829b502d1a55eafb 2495 libcatalyst-plugin-session-state-cookie-perl_0.17-1.dsc d533939951fcbdd59bb2005340d321d702b838e8 28177 libcatalyst-plugin-session-state-cookie-perl_0.17.orig.tar.gz b94fcfb347f183d30d3165d0f8d6beaf7833864a 2116 libcatalyst-plugin-session-state-cookie-perl_0.17-1.debian.tar.xz 7ae0c0561f661cc593e52120bc4a3f7db083c35d 10096 libcatalyst-plugin-session-state-cookie-perl_0.17-1_all.deb Checksums-Sha256: f85dcdfe84d50949325a4d4e5361de00f7f3855d2a37f1b60d8fa9c87f2278c2 2495 libcatalyst-plugin-session-state-cookie-perl_0.17-1.dsc 4beb19bbe1407f654b059ad5d7ab8c4d64da1ea35fddf705bba22777ad5b7de7 28177 libcatalyst-plugin-session-state-cookie-perl_0.17.orig.tar.gz 08d2639f64c3aafba5c472832477cab7054d7cecd88c9c6eb598dbdc844c18bb 2116 libcatalyst-plugin-session-state-cookie-perl_0.17-1.debian.tar.xz f917011b8a80ffb97d085de4ee2060c8a2472737a31ad33b7347879390107167 10096 libcatalyst-plugin-session-state-cookie-perl_0.17-1_all.deb Files: 962440e2aabab6c86f1976fdd83beec5 10096 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-1_all.deb 25a643cd6ac1d027c2707bea4a4b7a71 2495 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-1.dsc f2a2d43d80777ceb2687b9e682cf5c76 28177 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17.orig.tar.gz abd04f42d5ee7bad88aa0a7dacb6b48d 2116 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc1sVAAoJENu+nU2Z0qAE+dcP/0viz/zSLhjr9YmfyWiAg754 zYP3u7+r9blYkVa056oUYiPdlSugzL1SmCKOnCLyxWVObtYgjcsgs2E/2xLyEYbr 5USA9RpfgJG2AZHWbOmszrYP/RglGU5P81SRS10x6sMWI3rdgbYFJOuQpjBznqYh isNgbuVUU/aYe40XFNvwx9h2Rrd/Jx/NZ5mHjClNYhCM2vGfKuphf/KBAiB4jv6C DdGGliNAbLQFbdzk5bK77SFlOsZ9maizTVfR16JKUqcrJ0sT4+gi8HuXUTAbparP MNfKnBlRCOn2LtR99NoIc3MeXTQQ1f4dam64Gw+utjEs6LqZXPSqomh0FFFFFV96 C+Q5ZWmDk53vxq1F0FGw60qEI5c98IMtweT7/5GEJ7PkYSNsx4fFmT5DJiJOBLUq r473e0ckwEVTmubaTXkp8kSWepVzjYDWm9y53zK9FP0n2x8SqJuqX2N9WVkS6LcT N1S99iPinDzl26glRoV8sLpUTLyYgxwAZWx7SkpfXJnUW0X/kUKNtUd8miFk7/xz RWYpIVaoNRudnXYxAlXaidPhK4NQZGbarnBNzgnrCv042THEflTWZLUbuZjsvCbC UiWeUWeZCmQJ/9HI0li5O+Tn148ewt/8gx9mMga/rFGG9g4VfEWchWFB8mArOESo eIk4QBYooT4Uv3wakkho =Op+t -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:09 +0000 Subject: libcatalyst-plugin-authorization-roles-perl_0.09-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 17:33:01 +0300 Source: libcatalyst-plugin-authorization-roles-perl Binary: libcatalyst-plugin-authorization-roles-perl Architecture: source all Version: 0.09-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authorization-roles-perl - Role based authorization plugin for Catalyst Changes: libcatalyst-plugin-authorization-roles-perl (0.09-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 6d9ffdfbaacfade66757f924132aeb322383840b 2512 libcatalyst-plugin-authorization-roles-perl_0.09-1.dsc f37857eace5b82398b766967d3822b1fc803496f 21107 libcatalyst-plugin-authorization-roles-perl_0.09.orig.tar.gz e2a5fd3ab492272d1c07b02b524c6d9178052a49 1828 libcatalyst-plugin-authorization-roles-perl_0.09-1.debian.tar.xz bbba07ff073c572677034d4e9371e5957f3dedef 8198 libcatalyst-plugin-authorization-roles-perl_0.09-1_all.deb Checksums-Sha256: c70303c566e7fea475cfbd3ff5ca83bbbd40521428ddf4c03ce717ffb210bbf4 2512 libcatalyst-plugin-authorization-roles-perl_0.09-1.dsc ee4044e5e2a0d94c4ec512fad55ee0c8de144e1e3b8785207f96025cf9a40351 21107 libcatalyst-plugin-authorization-roles-perl_0.09.orig.tar.gz a58f9e01c74b0b1788bf96a096a38f298223bd46e92ba75e2a89c820da5ad3da 1828 libcatalyst-plugin-authorization-roles-perl_0.09-1.debian.tar.xz d916bab0e96069120f19b82d3b8325a8962e54795ee6e6040b569364a15b16da 8198 libcatalyst-plugin-authorization-roles-perl_0.09-1_all.deb Files: f990293a532ba10d516f3b7dc3f328d9 8198 perl optional libcatalyst-plugin-authorization-roles-perl_0.09-1_all.deb b4ab453ca34112e995cd260f769943fd 2512 perl optional libcatalyst-plugin-authorization-roles-perl_0.09-1.dsc d2797b0e1fc8e960cf92d9b725e33630 21107 perl optional libcatalyst-plugin-authorization-roles-perl_0.09.orig.tar.gz 7dc7c89a9f3e9c341ae63d2750cad6f3 1828 perl optional libcatalyst-plugin-authorization-roles-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc37JAAoJENu+nU2Z0qAE/oYP/2G2lL9DbCxWM+fjL8SJ8OdB 0TY//nmg/GBGvKxknzKDz5b0HeB/mzniMSQ2hRD+QkPMKYOeZT0VMb0LergRuSfT fmXTgOtJVerNdfI+PBO4xLzrg+AeqQhjK7upN8A1u73F/s1PCteqMorcVCLcMxcN ivWwg8SIpLuj6bwvedFNCKvE7LhJWfpqwHSdX1aSD1IGHW7YH6wAEMwtWFbWbSFu rlSvDiAhysl1SqETlpbkqHQOVXml27G4THxjxy0mQU4NB0HX2LuI+5ogp/6Gsazs 7AveY8opQRiRbV3U01HNAmk0l6K6heMrR2LQX+hvOhyuLyzmTWburHxGUweodJf1 p140ac/VePDpFAn5Lo4Nqmwum5k7NkQeV/4/I0bWqrpcDlywC7rJkG5llG59rcQW uPikCjQVbMnsqNPXqpHcVNWqOHWtfs61JraR4xuZTbw9CJRrgj9dGnwl48OiuO0C 5HAiq4a5UrJ7Q8BweMBPKQTn4sQSgFdPxF6UKk9Zr3DNaeIwHb9hbONqUYNc0t75 DKP5HDD5qw83gXW+Mm37VLILBE/YxDp6rs8ec2xNC5aDN7+djNN9gOP7YtNxDPTY /ahjvdMQFNE/XVrh/l3PEbkniVirtoPIZbvkLYSlmY+6goFokrbSQu84amO3X6h7 6eauVRGiqUyeR53hdWBM =/9oT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:09 +0000 Subject: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 10:00:53 +0300 Source: libcatalyst-plugin-authentication-credential-openid-perl Binary: libcatalyst-plugin-authentication-credential-openid-perl Architecture: source all Version: 0.03+rp-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authentication-credential-openid-perl - OpenID credential for Catalyst::Auth framework Changes: libcatalyst-plugin-authentication-credential-openid-perl (0.03+rp-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-extra-perl, where it was bundled. * Repacked without inc/* to avoud maintaining copyright/licensing information for several bundled modules. Checksums-Sha1: ffd3a9b2cc1643ceb051050cf9f119ddfe251200 2646 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.dsc 12986d7f71cdd29594df5068e6fa4b1c7926694b 3930 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp.orig.tar.gz b2e811be186cdd74253a5a3caa4ca9bc33a76ccf 1872 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.debian.tar.xz dd55d6d276413d7ecff9a9f97fa6314f83dd55f5 8124 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_all.deb Checksums-Sha256: d18e43d629734769c46c3e1b4c57e50dd72fb278585164216fcbef4ab7fc2d0c 2646 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.dsc 001f8572f53ec68e7c1f4a75a3bf88880cef14e9fefe4142f264079b03c94c49 3930 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp.orig.tar.gz 9c46bd466a35bb074c0d877dcdabb99ec9d5fb785737544fc89fef69785aa9c2 1872 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.debian.tar.xz 3f24aeb796557baa5d77fbeeeb6625a270a90e8fcceb5554a6550230b714cf4f 8124 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_all.deb Files: 1a9bfff3fdcc93fb8096f3e5b22a79dc 8124 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1_all.deb c4c3dd612f0f86bae6c5a40a1ce58f1a 2646 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.dsc 0250dfea6c0abbf0974fb6589918a363 3930 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp.orig.tar.gz 07eec9dd0e1dadb70e52b95c56218462 1872 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdbfWAAoJENu+nU2Z0qAEutoP+wWcBln6hVV7t/WkNTVFFWNk I+cwYnB18pzXIoCuvKjmHIhXfh6BEh6wRCf9Oqgz0Ppc2FisiGEtl9lmBs4wI1j8 PyrQaBrN6aN+MgOcfejNdqA1HxfCEnbBagmvver0rH9VZqYZM8GqHsU0s6AnjYyQ 0YBgl9XRMn2Jz+xqgI5ArtVeY+xD4m2KXB5XKxEnJtK4i7Un3IKbOeykFRjQxY4A QL6jeM1m3YpcNpb3pOotSd4VMNv4cTp+xCM0d/5Ny5akLA0uP8FKzsqov0dZowF0 uIseSwP+KSn4495IzycLFWYCS4IF2tMlkCXaYIOS6iET41ncCAj7rsQ7GvSn2Fu4 paRIq2/eId/U6AgltdCP25OufVn9nCZx3j6ZAfkzFIc8BoKYsfD+OqWLOmFbuZfe NNYIk8ghQ0dZNC6ZrIwyJQYvbZwM57nHMcjJhiRu+/vExYAAq1ewFfukQu0WfPhi U7YI4qFajVPLtMlr0q3pSUhWbGKERoZSiEwdKHvTyJ5oCxrShPC9NcRBEKfwVqBy jAVsRy3YhwnvpwZ6wH3LzDpctzzThpT6iCRTE4J0CyFdGDrnefyvPTRr3GdGeEbn U5tOzp7TbVyb84vgDQmvQlH+l2Wp+qMP7vH50yFZv2jjDu0H7nVT40sKISf9ehqU u0KN3CfpIQ3sM3jJdp72 =4jQm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:13 +0000 Subject: libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:46 +0300 Source: libcatalyst-plugin-session-store-fastmmap-perl Binary: libcatalyst-plugin-session-store-fastmmap-perl Architecture: source all Version: 0.16-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-fastmmap-perl - Catalyst session storage plugin backed by Cache::FastMMap Changes: libcatalyst-plugin-session-store-fastmmap-perl (0.16-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 140fc673a0e59aa3dfc62dacbf16e3d4651bda9b 2566 libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.dsc 6f9e768ec94ac514b54c331a57c9e89290c20614 1720 libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.debian.tar.xz 85f728e4a231176efd04fa141e05d37653c2f989 9096 libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb Checksums-Sha256: ba70e6162da814f79d29460800e33798ac1ca706c6f1682798464c935ba8d296 2566 libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.dsc 73c3e7bf481672672db4b244ba6afe7d9a98a90bde193318ef6868c7759435ed 1720 libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.debian.tar.xz 8aa31f9f92099a292f2a60fe54c95dff7e728a96da9b1606f263912e241b86d9 9096 libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb Files: de2d7ba8f22103a85d56d0ea7c8b42b4 9096 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb 8e65ef12ebd63bcb0572c13feef9cda6 2566 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.dsc 389117da7d56e8121fa6ddc8de1e47b8 1720 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxMAAoJENu+nU2Z0qAEZzcP/3zdMVt58fHCBYTHVW8kLnS8 7/Yeb4N5JVp4KfnsezcGNDyFDrnHIGeNY4H9HKbjw2P19r2xbPG0sRv7mJ32db55 1otNSUZcBdXBS5Fg0pinRSZMJY3soh9lk0qE4zi5z66g21o0yj3VcI0OPAXkdQYi QLm7GwTSJReT2nv3wHxr9B3vxEaBOjUTjnd6jbN8EGr9M07THtKSyw+KhFdK7V/x G0/KG8coR/KHJBDGqe2az6qouRI1Ttkc6tHu3+Qjzgtc0XoZ7auJNRryDBbD9Sfm 6N+saEKTagh3r7rd+0O4dUQ1MahMv5HszAzFzqoD2PG9aJYeZDP3+53A12eB6OeF S3rZ1pHRRm2btRzbENd7WGqw9IOGTNK1x8Z1MJA2ZY030cnrNXi1vav+zPiEUzGO nRqukR5pftEjyKq3OhPyg3L07WZNxH9piCIGjrrGMZiSj+G/+VALS6NyaFf8YWtR sQTia5OtRAhkBYrUJKH6UMQxAYwF+8S+LB+RhPSutYj88Fy6azuzw4lyEQumwi92 y0rR8MVmrLUNyYPEYq1PqDwvfTNWr2Py4OgOJ3jzQFWQSlkpz+w+hO3LVPSDmnt6 H8jD1d75DLqtW9xvWk6ewF55EpVGcjLdP9D/VDh+ivUPAEwHyvPBAFSuKfDTZ5BT JDGg/TNIHaLQkH7+l2Ig =KWH1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:10 +0000 Subject: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 14:44:01 +0300 Source: libcatalyst-plugin-cache-store-fastmmap-perl Binary: libcatalyst-plugin-cache-store-fastmmap-perl Architecture: source all Version: 0.02-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-cache-store-fastmmap-perl - (deprecated) FastMmap cache store plugin for Catalyst::Plugin::Ca Changes: libcatalyst-plugin-cache-store-fastmmap-perl (0.02-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. It is deprecated upstream, but we need the package for a smooth transition of libcatalyst-modules-perl from a bundle to a meta-package. Checksums-Sha1: 22cae5948063cdf11870afe58730892f4e2ec7d5 2487 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.dsc f296d100f75b66e9f1939e5a9a62f0a4f643dde8 3052 libcatalyst-plugin-cache-store-fastmmap-perl_0.02.orig.tar.gz 07470d8ca8aec6a7649c74b6bbae5ff084a53480 1772 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.debian.tar.xz 1ae592d601a4eb5e2971f371598b226da1583061 8518 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_all.deb Checksums-Sha256: 66a47df7fe5ca355320939a2401d1ef97eb633332980931f64275245414ee9aa 2487 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.dsc 4b5a7748f557ff28ab2029efed8bc741ab0cc074f9c6394e7fcd9c60bb8e286e 3052 libcatalyst-plugin-cache-store-fastmmap-perl_0.02.orig.tar.gz b8f1f8defbf5e565ed100c06c6b11ace3661a0cc3a377c77efb6efa5ad22eefe 1772 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.debian.tar.xz e088455c32cb5f642b441c52d264c15c06bf6b12f9f6c1075121c98201ff8d9f 8518 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_all.deb Files: 85e5409577c3daa9d69929dcc50e4d0f 8518 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1_all.deb 27bc347917623eaab433db24ec9f1da1 2487 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.dsc 0180d977ad2060a2579a4a3a77d0a1f3 3052 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02.orig.tar.gz 2415963981a4777ede4a33ae4ce5b629 1772 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc1dLAAoJENu+nU2Z0qAEXPYQAI7NnJ8Q9B9D6BTZ5Z27ZpDT zkVA2vOvYKXqRVa6EggiTjh7FXJGFZnNlz3x5Mg68XGAD+v7esi8C0CsPhboeRXy PogxdXdaESlExxmx35Fi83mvV9zJYEEpGS2aa6l58k8/zDdN4cM2rVJjCv8qsNvv OWcrJBMU99JDZiviOq4hNJS9Fw3dm8PC7JXO/TlkTLcRAAObK/fkf9P/fA3T8lFk vFhJWi6R0ISoVETcIyp5HXGRzZh1ylEsVPzWXWEw3pPrNtUZIQ5r06hO7z8/SSAb qo9fYrItDLL84kFAuFR7cJzP5nU6mrbMrV/UyMj/YnU6dn78B2ChPztke4SjgkZy ImUA9cINiTHokyx3TEnG6tMLXBGoZ+tgB8OmXbGI9fuilD7ApHQgetSZysZNMpXU YgBKxWIjGtRsrNJidcqnU3ftDdj3M2s1s8Pvlryu89NfPQ5mVmWOYK+oeoPApkDM ORw8OoYspk9r4lrT2NQfOaQB1LH0FEb3Prj6uwF2sbkI82Tj3Oduk9dRdat3Duja Tk33rJToA65t98+A7Z7tXYjd9XxLvu3Z9b6931jEkowgVvEJ2bis+BRRQcnjOIdJ Z8x8koG8y2an7388rX1gdI9RLh6g8ozcQrqnPb0JI/o+kH4VVK12CZw1cRu6W3Sm vTrBwiODsXT1H5eUWnE7 =K51m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:13 +0000 Subject: libcatalyst-plugin-session-store-file-perl_0.18-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 15:58:28 +0300 Source: libcatalyst-plugin-session-store-file-perl Binary: libcatalyst-plugin-session-store-file-perl Architecture: source all Version: 0.18-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-file-perl - File storage backend for Catalyst session data Changes: libcatalyst-plugin-session-store-file-perl (0.18-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: f153f9f2421fbc206c6cdd0c26cfdedad6ae62e2 2509 libcatalyst-plugin-session-store-file-perl_0.18-1.dsc 4881974800b1e33b900080648a15ae34c97eba09 24344 libcatalyst-plugin-session-store-file-perl_0.18.orig.tar.gz ea42e950a47160a8c734e191423fec46ba917980 1628 libcatalyst-plugin-session-store-file-perl_0.18-1.debian.tar.xz 23f4d237af74d3c9a78c2d2c6d4a180dfa22b925 8304 libcatalyst-plugin-session-store-file-perl_0.18-1_all.deb Checksums-Sha256: 2b746f883966043cfab86bd3421e98f4db6597e4d0b1676d9a2e02b662b42994 2509 libcatalyst-plugin-session-store-file-perl_0.18-1.dsc 54738e3ce76f8be8b66947092d28973c73d79d1ee19b5d92b057552f8ff09b4f 24344 libcatalyst-plugin-session-store-file-perl_0.18.orig.tar.gz 9f5d22e62e8f1126ed22aa8cc73f934e0464b171b1215780a7991db9931a875b 1628 libcatalyst-plugin-session-store-file-perl_0.18-1.debian.tar.xz 486b957b55b12e4936e3369e8e51a299a2e8cffc4c759d85a0e2487d7ff75a2a 8304 libcatalyst-plugin-session-store-file-perl_0.18-1_all.deb Files: 3c870e355f445404758cedd87a11bc6b 8304 perl optional libcatalyst-plugin-session-store-file-perl_0.18-1_all.deb 23f56275a63f1005f73b73ce2bbe5ed7 2509 perl optional libcatalyst-plugin-session-store-file-perl_0.18-1.dsc ab6912c5d8a4eeedc7d603e5bb0a47cf 24344 perl optional libcatalyst-plugin-session-store-file-perl_0.18.orig.tar.gz 4ddf92700739c27142d3fc002ccdafb0 1628 perl optional libcatalyst-plugin-session-store-file-perl_0.18-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc2j2AAoJENu+nU2Z0qAElu4P/0Yz/9EcRcQA/qt+EkARAbkH SwMwVCuNWR5BAwjl+BWtctZXuYBbosaAnh2kJAZoy9oZUtiRtl5KsMz7H8dkx5Ja y+b9jIEinhh0ot1jLYjHnlJ3r3JT8TeEnuyKpuhmfysD6eJCEB55f+uhml8t1fqG LsXkKZp5gL6V+YwKRI8skOq5pkAmK/Gt9Shhhwsezv3Rx9MDwN9IJrNRO6SJ6Axu h4GQlJGEBr802bdG61B0txOBT6iMXFj/VrzCj10k45TAJ2WKoiiEFhBhrRF93HME tc9GxMtWW9kB1wJVbk1MoslREXHRHElavh2IpJMtGOSP23YSlkHodmkn475Ejh4Q V7APix5wpmDBZOZmE62t8L+HO7d2fWDew956WHqcDk3xhKoINZcq7xK/dV71ZK6h MEEyZTNfUzaQq2WAnVAf7Br0vCTxnMtG50yfkz3i/YIR61es27aM0lJRCNZJJjXh AhoRljChSJqaEbRxS4JcVVtWy7f7WvUYjtDB8RBlPyzStWSjILIDpK2M/lCN2C7l efEAwtVhvOEQA7U5tJW8NUnOeD2BNOBQEA64AIuER9qlP2T3mEjQ+A/8Yd2lxKWh 9/x9h5tpUL8HyAONQyDLdOB2wWmvEOxkvaiBiWL9xGTgiAUvHcyMxnfCHLB+qvZP d1q0VhoS0rfpAbIJTXts =XY4k -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:13 +0000 Subject: libcatalyst-plugin-session-store-file-perl_0.18-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:47 +0300 Source: libcatalyst-plugin-session-store-file-perl Binary: libcatalyst-plugin-session-store-file-perl Architecture: source all Version: 0.18-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-file-perl - File storage backend for Catalyst session data Changes: libcatalyst-plugin-session-store-file-perl (0.18-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 77b55646106d0f615c6e3b3441731937f5f48147 2509 libcatalyst-plugin-session-store-file-perl_0.18-2.dsc 3a064b5ca4fefacb1140632d5d69724edf0f8a29 1676 libcatalyst-plugin-session-store-file-perl_0.18-2.debian.tar.xz 51c8e3a763c81130911939f39aadff2ca49c3fa4 8364 libcatalyst-plugin-session-store-file-perl_0.18-2_all.deb Checksums-Sha256: ec4754d74801f3b267b98f0e8b1d588461f5af4af94e7424101dac1a12be1c32 2509 libcatalyst-plugin-session-store-file-perl_0.18-2.dsc 02b81e1eb7fba6c2cabda499eeddc0362f10d593640d6a5bfe603d51282a2dca 1676 libcatalyst-plugin-session-store-file-perl_0.18-2.debian.tar.xz 0e6df36a18b4ebc342afd14cc4028f2256a849fcbce3af6fe5c52113116eccd1 8364 libcatalyst-plugin-session-store-file-perl_0.18-2_all.deb Files: 0d779c1750dd270ab6a213edf6927313 8364 perl optional libcatalyst-plugin-session-store-file-perl_0.18-2_all.deb c43852ddeebac31e0d41199cd452ef3b 2509 perl optional libcatalyst-plugin-session-store-file-perl_0.18-2.dsc 2f321b039d0bd06be5ae65f2a7695200 1676 perl optional libcatalyst-plugin-session-store-file-perl_0.18-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxRAAoJENu+nU2Z0qAE6bcP/2XBndRVbENoaAZN46I+G5Xq +aqnOz1anQQfQKGEaAv2rH5lquigfRW3Z/dc61+VnfvLRwl+klFOHoRO0JtGpOKq KYWWoedpXhGh5VxeSQTymdtdc+ohmSpY1y4TrBuuDNbQAwBHrWZHJGwW3goAlT1w +Jd2j7lt+oKmCJ4Wg+IVh7Cxj0mzfDQxc+/n6DhZdHQa/d8AiT1uE9YhFInStsNE 7Ja77zfurV5G1ywcR58f752V9wwLwTdxk7ruIWT5O922pMPbvig+C2XecxYt2KMj Rn6zj5igNdwZyCAQGUkX3tkx1QNpYkE1ZaQavDkY2hX/SHVsqmky95oaQSqBu3Tz dliUcioMw74z4TtHauV8gHmSH/vEW7kikBygDR7ne+GhGS30U+iUFJ+kGut29h9n t6ItY+HuPl2iqSXrkuuvUZccETNNd/vpWHKqM8C0xvKvgdkmabwFpLd23qufxfWT KOYRECTHyeZws6cfZ7tHoqi5ZLYcoljPLrmW2X67fEMmhhziJsSuIQYbZyLY94/E 3iih1xSz2xlBK5SUIV4LLgg5u8RFseAGE5KmhMajA3kJ+6eJYf+3vCEIYkO6gzJd ggtuLgcWyol8oR3iaQEYjm9HK2CJEAAqIoky0xKzCJacJSHHuzOzf84kahcoC/C6 b2HBY0EhJe914a7SQokL =KfOA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:13 +0000 Subject: libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 15:51:04 +0300 Source: libcatalyst-plugin-session-store-fastmmap-perl Binary: libcatalyst-plugin-session-store-fastmmap-perl Architecture: source all Version: 0.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-fastmmap-perl - Catalyst session storage plugin backed by Cache::FastMMap Changes: libcatalyst-plugin-session-store-fastmmap-perl (0.16-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 33ab307356072c40a1a107b468f14f2656286b8e 2566 libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.dsc c519eeafd3d7c4098894f1b6a83657e8437ca8b0 5725 libcatalyst-plugin-session-store-fastmmap-perl_0.16.orig.tar.gz 77cc1efc61e1404c9ca7c43f283149709689f83f 1672 libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.debian.tar.xz 8f4014548ea4bb188aa8803b05a76bcdf6245ad5 9034 libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_all.deb Checksums-Sha256: 72fb2c36690eaa1eb90cfb42d9718b489b1cdbda6c4313ccb972404ad91be8ce 2566 libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.dsc baeb7fd7bf905be74631c88760fd8a2980ceea95627993399581643ef6377274 5725 libcatalyst-plugin-session-store-fastmmap-perl_0.16.orig.tar.gz dcb28daef28ce76a0fc284d6270b4c5ac67cbe753b050f46ecd85ab6feb7c868 1672 libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.debian.tar.xz 89d892034b9da0ffecb1328b0add13f45ca1839f07334a90e59685698e469d92 9034 libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_all.deb Files: 9d10b9fd0c22f872bad6d659581e59b3 9034 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16-1_all.deb 15000e8a3d11073d64eab980c8a37080 2566 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.dsc 4e7f7b255c9aeceb627e45d2b8d814f9 5725 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16.orig.tar.gz bb3e4df3c16496c7c6524289aa3379b7 1672 perl optional libcatalyst-plugin-session-store-fastmmap-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc2cxAAoJENu+nU2Z0qAEukEP/2NspF+mKYkyzJEjrZgG3G6a FzkwY+4DKgCyclMHZJFwjcarQSXuMQ/dzuZLMjsO+QMeAxeutGAOpgd1cTChJgZw YFn6zUGSIxSzFmrlQ9e7c5KH0ffgxyswtYcKl3S1+uhEIoqsNptU9EPL6OAoOrYk b6vxWHIA0jof4eU7HrJNAoTb/rmtgWi3+orFiyk7E/uGfoK3Ve3fIykY06+AN2RB TCb+5yhPPjguobWkVWVxk/gi3Tq9exS7m1+OqqMlSMYfh/5o/bNmONwJFPNm4gBz PyoiZrWpwx9UCqQQmSd3xsfWjcYAPxlGkb906EJJEqQSFWWQZjNQUH0wLLEBw3X1 HtHvduYI1k/Ez1dZ2A1HhP2CXfdaPKIDsjIObP5cNrRtaHrF2Amxw2D65Sxdis/r ehKE2/XQtXeio8TvAgK7FdMjpINLW2zbwEeD1rUXmnwpsZqbQbWaSp+oKXzufOuu ntyFHBVXbHbo/9Z497NimR6pe2nlbOdFL2+fi0WiERNhkj4+SvHKkpJvnmg0D/A0 2qCLr7OEB6onsNdUORFyK/pJtKxqRlavV5zp858m2IhlUQgho1P+KEPZjmLavgl5 UjKkawMu0j3JTl4ozrTRHJQryH29QL4GdlCRuoY3fPGkh7i3COHAXBcg/D8pYg/y RveaU6Ji7AwTijr+iT+3 =yMVr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:12 +0000 Subject: libcatalyst-plugin-session-store-delegate-perl_0.06-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 15:44:52 +0300 Source: libcatalyst-plugin-session-store-delegate-perl Binary: libcatalyst-plugin-session-store-delegate-perl Architecture: source all Version: 0.06-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-delegate-perl - delegated Catalyst session storage helper Changes: libcatalyst-plugin-session-store-delegate-perl (0.06-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: b5ab1615d34b4c55c27b2eca01b359ae72c49d86 2549 libcatalyst-plugin-session-store-delegate-perl_0.06-1.dsc 74b0475923e9cd5bad76b953894f94dc151964f3 17537 libcatalyst-plugin-session-store-delegate-perl_0.06.orig.tar.gz fb6b044c60a9de2d467696fc930b0dbfe92a1b52 1636 libcatalyst-plugin-session-store-delegate-perl_0.06-1.debian.tar.xz 20a72fb9ab8b2a11cf4d354bdc5b809a47086c5b 8862 libcatalyst-plugin-session-store-delegate-perl_0.06-1_all.deb Checksums-Sha256: af69d734df573a1e560991f50af091648a870f58ed1874a1ab29fbd46f7d10f7 2549 libcatalyst-plugin-session-store-delegate-perl_0.06-1.dsc cdcbc2c1c93627fe9cbc2619a7a7b8e39db0c3cb41822c8ffba9b98cc09b9483 17537 libcatalyst-plugin-session-store-delegate-perl_0.06.orig.tar.gz 95f7446bbf34ed16230aa5f1cc8ffdc756cdccc6f50e81f9f21c4b7cff65f10f 1636 libcatalyst-plugin-session-store-delegate-perl_0.06-1.debian.tar.xz 8b9c13722e100a4fae9869c008f8b80c5d4763e45d10c17c0e924ce8ca7d199a 8862 libcatalyst-plugin-session-store-delegate-perl_0.06-1_all.deb Files: 912ab3bda332c3fa15aebc3ca9d27a2d 8862 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06-1_all.deb 21890c2952b695c7dbd1d98cf949c9cc 2549 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06-1.dsc daa73e910e3ec47fd7abc31642cc65aa 17537 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06.orig.tar.gz 0d19309899307312ab679c381f4f43ce 1636 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc2VxAAoJENu+nU2Z0qAEWNwP/2fAj4Hli+O+uul/5OKD6oa3 6JMcPeh7B/Ofq3KVVD5qsmmmOo36rY1bK8ehOhrqcihTNH7R5YO8UQSBfNFYkCrq 88ntgFYwOQhBs/bBQgxVTBnnPfAzeinkvxvFUhZZC1OgmQdPIt1ORZwDxH0qW6KA 3EtLAkLalY/RgJoo86GKBKY/JN1qWjh5dnSk2vdC7RVO6cF3zEfseB8lOUoY8bmk npkw/URsffwP8pKVcf8fWWgRHsN1Is8t1PpZOzXNG/00/XhHndJSbw4OadmT7ghU YdDuzULqPui3N/eJX53+r3BAp59P5XXeKgZyDoqc8Q11smIhqh9ZeFFjOTZE0Bgz 4Kj7Ca1IFObBKa3bp+Tk+QhCEglwo6n+v/qL8Nwu6ASSJQRGqv0+U+r/b9OIVe1R DaBmeEak9tpKysac+vkgNT3iDiHDlHctL3Et39A/X/iVVWvDqjSnp7QaayFE0BpH DR2mRxKV9Coa+t/gfzyRmWYpzp8iiWTEEejJ5syTA9R5/G2o4z8kFMQcyHztBDjx nanc80EPlXB18DNuN4rMmblqtPeV6rU37Z3K5+B6m8jI5fLZ24/NVblv5ppLARwl nr8WOHMKzl8L1hrqYGVJHamGHLAxPQGIIxaeXNtbPjxfbLa8Dr1mG6SYSclOhIo8 xCMzi/Y/tG36Tsq/u215 =Rb6j -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:12 +0000 Subject: libcatalyst-plugin-session-store-delegate-perl_0.06-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:45 +0300 Source: libcatalyst-plugin-session-store-delegate-perl Binary: libcatalyst-plugin-session-store-delegate-perl Architecture: source all Version: 0.06-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-delegate-perl - delegated Catalyst session storage helper Changes: libcatalyst-plugin-session-store-delegate-perl (0.06-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 23cd91ce6502734fa009045b20ef5805b858c759 2549 libcatalyst-plugin-session-store-delegate-perl_0.06-2.dsc 3062f1e2a04bc921a8ca7397fd95a9f01da4bbd8 1684 libcatalyst-plugin-session-store-delegate-perl_0.06-2.debian.tar.xz e7d6935d5611ea9cb3ecf172ac092d80e2839f81 8924 libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb Checksums-Sha256: 8dc1719291c83ca035afc385ad9151d0de320a053045b11d9cb1fa22aca03c6c 2549 libcatalyst-plugin-session-store-delegate-perl_0.06-2.dsc 91b6b61d21bea0cece4f4f78adec47bc42d0cbfc829cfe8ed5356ad1680b701a 1684 libcatalyst-plugin-session-store-delegate-perl_0.06-2.debian.tar.xz 3e504497611acad4ae332158676b63e7058221237962a97fcef11e95de089d6e 8924 libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb Files: 4be34802ed5b8120997c51ffcfb7b377 8924 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb 8db4d01f443fb83a40489a1a428bf4a5 2549 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06-2.dsc 8612efb9a6aeda86d215bc71fb89ac09 1684 perl optional libcatalyst-plugin-session-store-delegate-perl_0.06-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxHAAoJENu+nU2Z0qAE/fYQAJZh9+vec94OhJHurCfklPSb Q+m3bFpAaOD3JWD7hsjukdstq7iGQN/i9wRIM+/qEnz2POcvzLNJ3OdK6HGrMaZz HPJDxJxistja09QOms5NeMVg15vWZTn+BZc+Rvl4xNQWknCq6CVK+wJy4WFO2wfy tLycxvaPIw9sfLB2mXVtCfpV9S7WvtfCERKS8MdwY+p27P3QerQ8RTTmQhEFrLh0 fxl3Dg6jMNvjH3olAeq2AQsYzrBRPM1VYr6bRDPG7eCDFUJ6iWpprA4dTdUZ640i KVF2VCZoVm4Gm5E+8nF1ql+BPBila+Vx2fxsSncFgEzZZ/B/C3g/gldNqid1QViS /9nUok/ZkanL4VlYQBPYD1mnc/FSGNBIjKuzqVItQV5oqOCCqiaQOGjbqCLiG5JL FbSpyfF/BVoqJtYkpDHZwYTBA8zdZ06xfnrhHZTaYxbB6o8sFGcvj3gUrp3FFa/3 Bns34jpxnbL1wffZVVg4S++Y6w0luRNf3+O/TIoCZalLEzsAZPYh7ocQtkiorp1F dpd3CMRDITwRLHqa4BRUznEo1zKv6T7ZUwa1/WGDbg/8uplzyz8+yTgKxdE0kULl zAfuIgNEwf6Cbz/s7Nj2SB5l6/AOIKok+pPV5FpNDrc8mlK8LsPAq9e5km42m4xK acZZplRwnhGVzhp0dAcP =q/HJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:11 +0000 Subject: libcatalyst-plugin-session-store-cache-perl_0.01-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:43 +0300 Source: libcatalyst-plugin-session-store-cache-perl Binary: libcatalyst-plugin-session-store-cache-perl Architecture: source all Version: 0.01-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-cache-perl - Catalyst plugin for storing session data in the cache Changes: libcatalyst-plugin-session-store-cache-perl (0.01-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 17ef18e908eb75447e125f2bf1fb30a79b5e1642 2385 libcatalyst-plugin-session-store-cache-perl_0.01-2.dsc 21c9f149d0c6a9bb4afbdbe3c538441e3feb705d 1524 libcatalyst-plugin-session-store-cache-perl_0.01-2.debian.tar.xz 545de5ebfc9919979223159619ab33396f698d30 5224 libcatalyst-plugin-session-store-cache-perl_0.01-2_all.deb Checksums-Sha256: 1ba5d853d4caab430c84b43304b05b859adcf4276c6c3a1022f796068b6bc1be 2385 libcatalyst-plugin-session-store-cache-perl_0.01-2.dsc f45a66b6d4feea0c6f3d1602c55a23e6713cc810e33b0140e3047926b5253b45 1524 libcatalyst-plugin-session-store-cache-perl_0.01-2.debian.tar.xz a1d0335749a75a8b41c3d5761eaab46e06f6297a93556541e5aab6c5a7724c5a 5224 libcatalyst-plugin-session-store-cache-perl_0.01-2_all.deb Files: 968af6c0b2e0bc83c770f9bf2f1239d5 5224 perl optional libcatalyst-plugin-session-store-cache-perl_0.01-2_all.deb 85f110b194ad5db9a9810146d41311b9 2385 perl optional libcatalyst-plugin-session-store-cache-perl_0.01-2.dsc d15bc09ab253f98dc1ec003dd1ac54c1 1524 perl optional libcatalyst-plugin-session-store-cache-perl_0.01-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHw5AAoJENu+nU2Z0qAEl4MP/0maa5yKGH7ibbGduxols1AQ N05lLfMFXGteUUYMcba7P09VQAX8kK93Ll6OdgzO1y8nLp3hj3E5+aBj0egkjv7B Szan8PeVoluPOfnKqlATH+Iblkbj8XhPg8z2dkdTLe+h3jJigv3y8XdBCI0pGmDY qMsuL9UGIZK/xRWrLYte6UGhQVp1zIKE5AmoR2mHKStnG/4vFtujw3im3uIzSGT9 bu8KOMiRfvOgzbMK+Jk5lPSUGz+aBBsShcRlMZuP0PAzKpg00unH1a0ZcCzDsqGn 8m4ldqv6oHZvBbriBWlCo2eFfTF24Kw4YFV3f+RxpIwl+SCamsdIYgDrzsuD/MWw HkNRfruYb3L9imaKM9gAwitTwab6iKUrrm09hvSZLLayl0f++KuCR+gx/ZknNsdy WYekt/kwYQsmVQdjt35OzRaZz6/5ACBWomukcMUAdEzVoj698AEZCT6mtjKtaU3I ZEaysfbekLqDO+pilZAKyFqjuXDzpoIpbulN8IyXiZfHtS96U5PoMfLJaJHgc8kv 7NWJq2UGXiRTEEaqlQheY2d2rTCJZjLWQ9Z/2exX22ZWWrer/NOgdrb2nDslnXlE gNTQQexP+OKmdwWC6WWKJjusLC8XjaXxzvFSGHK9j7N2ictyS1DziFCeVKKxyJuD yTBe+NRc4Y0lFN58qWFr =/Mv7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:10 +0000 Subject: libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:55 +0300 Source: libcatalyst-plugin-cache-store-fastmmap-perl Binary: libcatalyst-plugin-cache-store-fastmmap-perl Architecture: source all Version: 0.02-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-cache-store-fastmmap-perl - (deprecated) FastMmap cache store plugin for Catalyst::Plugin::Ca Changes: libcatalyst-plugin-cache-store-fastmmap-perl (0.02-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 43b1dc4a7949a30e3090b4139372a71dc4bf7ac3 2487 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.dsc 6f2d15c68e9e5e42c7f43843c1aa9cfdd92ce9ed 1828 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.debian.tar.xz b5f4a205a393245b8439f7c53cf32a2c8faac087 8584 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_all.deb Checksums-Sha256: a5c3fa719b031b23e7d22740c3a544833e40535a33a1eb72c54ba4d3c99c974b 2487 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.dsc bd1e7c16a22240088abda3dbeb675e8420fe4927b2de5c3a6f6ad6272d6ac705 1828 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.debian.tar.xz 823dc7b1631a64aa4bce88e659cb1c39dbf39469fb9324bab7b1586f68f534ed 8584 libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_all.deb Files: 9a72ad991844d169c5a51e447ea01291 8584 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2_all.deb 45b26492f0f157f8a91ae21e3395fd0e 2487 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.dsc 1ea2eaf48ebce076910980e880d77ca8 1828 perl optional libcatalyst-plugin-cache-store-fastmmap-perl_0.02-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHx/AAoJENu+nU2Z0qAEVnsP/1/GM022DMP5kUyxgT73XtXL Iqxd4k0rXUOzPcmTFA/LDz7lizeJOd+loEoPZgL1LIpSW7jXuABW8TMwkVU8emI3 tXhLf+6CfSYL1+cw7rg33UbH498jDFVOCcqWJYdPYeZ9vSBrv+L4N/EIiTW+erM+ zpMOAQrZDUympqL90OsQ6nROSGyuIkYc5n+GbCaw3VwhkWWYnN8tOS5/d05KiUrg aPnat4k9BxmmA0FHn41CL8v9hN/tXFwXJOgDxHJx248yHPZePFg0x24k0JlCTXzw 6GJ7KrsXUnnzoJxnp7/lUUcnu2ImLpzjBzSqOTGAWp0F5hjPQt81ephLsSxicieE TixGtMEqT+n8pGxznDfupxTc2ua9WW/1vj+ga40ctnEwevOKtN8mP5sLkI281jt0 ro6wqPpt1ebuKPbr0oeeizVsANaGXhKDjNyUQt3i+jeH/TSWkD0iOeOy1kaSmVlG b/nXrLOJOUpdiiZhrkN2kEDXJxBJ5RoI+xrfADYFDAGXyFqiuDLiK2Xn/NuIXjZz 6cqthQujwRAgBqBt9S9AMqRP/pJl+7xOx4Bc4EzW6BJH3AR247t5CKDkF8WP7so/ p0NoFD/aSaIdhHiQHryp2ZNitfH51JFRHiXbbYQTAJX6JhNP5t1bZId4CayUnVoE hekq9kI9KQCSIazP5kZY =IA+A -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:09 +0000 Subject: libcatalyst-plugin-authorization-roles-perl_0.09-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:38 +0300 Source: libcatalyst-plugin-authorization-roles-perl Binary: libcatalyst-plugin-authorization-roles-perl Architecture: source all Version: 0.09-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authorization-roles-perl - Role based authorization plugin for Catalyst Changes: libcatalyst-plugin-authorization-roles-perl (0.09-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: a900658641c12209d7da8e7ed2f7a39d4b0599cc 2512 libcatalyst-plugin-authorization-roles-perl_0.09-2.dsc 49271ec1577a52a79edd140283ce939d92a3bd1b 1880 libcatalyst-plugin-authorization-roles-perl_0.09-2.debian.tar.xz fbdf86cf806d0e9e87f18f8b2ff3c7d0fc88a719 8272 libcatalyst-plugin-authorization-roles-perl_0.09-2_all.deb Checksums-Sha256: 31a110b30e8f04a23e2b72e2b3cafcb916e6737b9f963cc27cd8ed440526b7af 2512 libcatalyst-plugin-authorization-roles-perl_0.09-2.dsc df3779c7ebc3fde54dd5129f94ef1b73a39a0a03a69acb3120d4f6d3163ddba6 1880 libcatalyst-plugin-authorization-roles-perl_0.09-2.debian.tar.xz e1661da837407980d628bf4f3ff0940d8a02846288f4c9573829fd48c1c04f4b 8272 libcatalyst-plugin-authorization-roles-perl_0.09-2_all.deb Files: 58c62b375396498683debaa3178fd7d8 8272 perl optional libcatalyst-plugin-authorization-roles-perl_0.09-2_all.deb 22c41deada555a6ae91a81d5cd8bd725 2512 perl optional libcatalyst-plugin-authorization-roles-perl_0.09-2.dsc 1e7cc5dc5d22133ac259c15dfc65d655 1880 perl optional libcatalyst-plugin-authorization-roles-perl_0.09-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwcAAoJENu+nU2Z0qAETaoP/3FFKiXKnB3/bXqCm7i4vLAX aJKzVHwUUBeHs4mndrfqiRD+1AQttPUEaOMxW/CRe3HeOGjNi6cyhKUB+mlak88w LZrq9QTjdSkz7/x9sLvv1u6Fhu4cb2Tz9heL2pAsWL5z4/GGGwjss2NvI1otgWex 5hCsyChXT7Yj8CKjtiQPVWeZbsne9aiVbcYoc+P/Hi9KFPcckqjO4QJx2jA1Q8OC UX02SYMa1UZdzjJhwzVvQwWotfmSHLlxLPd/YsbrQcp4fim5O+H/a1Uff0FUObSf P7NMcF0ZGwXrjaEAYv+l6Bu3p1HsOZ8fP8UjkWTkXB6Yh9y1xBumAJkpM0YzMQ5b DecpQfcCNdutI8sLLC58P0FUrjQkOAVQC8KJeUULr3QB7j5k8bz5AgzomZvq/Vky 9js23cDIH91G/n3peWWoKqZJinNFyZfuZMFrZujB0t6W5CjkFaUbN8xcqKBhYbGQ I51ZxRxrzwqVV0nUbKfpsWJzEQoQw443qGoBtOJFvAwUyleOeovz37tcDcl3Awrr GX135elVTm14zouexrpc1pygNGI5RZgvOEFunRRBb7wKG3mPXn+OEiSOGnyIqa7g WFQhmuGiVJI9CF+pjE9/nY1xWcEsZqdGLOauLhOp+jTU/fKVw7JF48KDCMgaN6fl bo2kCsplfJe93vmW6TCz =jQkr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 17:00:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 17:00:11 +0000 Subject: libcatalyst-plugin-session-store-cache-perl_0.01-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 15:09:17 +0300 Source: libcatalyst-plugin-session-store-cache-perl Binary: libcatalyst-plugin-session-store-cache-perl Architecture: source all Version: 0.01-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-cache-perl - Catalyst plugin for storing session data in the cache Changes: libcatalyst-plugin-session-store-cache-perl (0.01-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 54b04df406e1e4b12497ce4a5c21e0188c19fbf6 2385 libcatalyst-plugin-session-store-cache-perl_0.01-1.dsc d30258d78b25ae3a962625b2dea4a9c7bc641286 2181 libcatalyst-plugin-session-store-cache-perl_0.01.orig.tar.gz 461c435826cc3f0e236b3d883d5e62db76fba921 1472 libcatalyst-plugin-session-store-cache-perl_0.01-1.debian.tar.xz 2bb61c275fcf99a4df94fe77af883d8e537c223d 5158 libcatalyst-plugin-session-store-cache-perl_0.01-1_all.deb Checksums-Sha256: e8ff101dbc016402e882ab1bed8d7274f725071a45938307bdf478e7b90199ed 2385 libcatalyst-plugin-session-store-cache-perl_0.01-1.dsc d8ac902870fbe0916aba2b4cc9b3aa2f1a12c94ef704003cc9fb1fd6153d4112 2181 libcatalyst-plugin-session-store-cache-perl_0.01.orig.tar.gz 63f68b742a7676d48e6ebde8d65dc015a668117916f939164736b08ed80c5dbd 1472 libcatalyst-plugin-session-store-cache-perl_0.01-1.debian.tar.xz 31293f47c155f2146273aaa04314fb9bef1f728ba83efa52869e31ddd1a7b170 5158 libcatalyst-plugin-session-store-cache-perl_0.01-1_all.deb Files: 537788b77a3e9da6d4d70d9bcc440933 5158 perl optional libcatalyst-plugin-session-store-cache-perl_0.01-1_all.deb 9f20408af638ebcf0906e4212bb546a3 2385 perl optional libcatalyst-plugin-session-store-cache-perl_0.01-1.dsc edaca2c58c08314fa94878ff5a4fb14e 2181 perl optional libcatalyst-plugin-session-store-cache-perl_0.01.orig.tar.gz 55aadee0ba662d2cea98afaac41ea8c4 1472 perl optional libcatalyst-plugin-session-store-cache-perl_0.01-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc12tAAoJENu+nU2Z0qAErK4P/RHbDyX7M1WhVV0r6LxFpdzZ W+1EFoSzODUZKiykAZwtaWAsWeyeOQzKSY4bStajHljIRMdWjVb58er0LTB2n1Dv xiTs4qiPjn9ui+8yvy/FPBNAB53qLteOOUACJzP/lOLgujLEMCWTuewcOcAzJMs+ kJoABFbo8pJiajCRxQwzlp3v9qRKdgh1AoxQlX+9cugPkQv1PmORYfgzvGIuF1A/ zzmBVsKRoySN9f+u+OQiDhRN8h1ub4aq/9ku/p8z15N3igGCLemfMMOgdS2T+NV6 uYDrVsFaGVxToe1+l3jXGJcRxaSh95F+10OkxAesYM5XqKekjKY/xyEMDtOjKeq8 XanEIcsMP0zooPxeGEgaXTJJfe/qaF6mUqF7sO2ANRtInAHoEJ8vUlIb+gaAx+eX mTfrywXrJN7aq9ICCtSkysww1fRirvkWZ04TQYQQ7l7N9HnxJuC1AVKixv0BcbYf lbegmJ9xxAaJES9gaRJ+PiRP91AE4+uFG/JdiwXFuI4bQQB9fRRtN0XABtONrzcA RjO7TDx+7EoZuc5if2Fs+TpPmCkx0X57x7lcPE+SbnkN1CUYVayOLDz+PmcQ1nmm 29SXOe6UcrG2XKpAt0iCJs24W7O4W0XrChZfJVChptNV7Z2UOcxc1SUIgppDo488 OMBkQKwPhB3usxDyy/0/ =IbEu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libwww-shorten-perl 3.05-1 MIGRATED to testing Message-ID: FYI: The status of the libwww-shorten-perl source package in Debian's testing distribution has changed. Previous version: 3.04-1 Current version: 3.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:17 +0000 Subject: starlet 0.23-1 MIGRATED to testing Message-ID: FYI: The status of the starlet source package in Debian's testing distribution has changed. Previous version: 0.21-1 Current version: 0.23-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libtext-vcard-perl 3.04-1 MIGRATED to testing Message-ID: FYI: The status of the libtext-vcard-perl source package in Debian's testing distribution has changed. Previous version: 2.13-2 Current version: 3.04-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libxml-rss-perl 1.55-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-rss-perl source package in Debian's testing distribution has changed. Previous version: 1.54-1 Current version: 1.55-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libxml-libxslt-perl 1.92-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-libxslt-perl source package in Debian's testing distribution has changed. Previous version: 1.88-1 Current version: 1.92-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libthrowable-perl 0.200011-1 MIGRATED to testing Message-ID: FYI: The status of the libthrowable-perl source package in Debian's testing distribution has changed. Previous version: 0.200009-1 Current version: 0.200011-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libpod-elemental-perlmunger-perl 0.200002-1 MIGRATED to testing Message-ID: FYI: The status of the libpod-elemental-perlmunger-perl source package in Debian's testing distribution has changed. Previous version: 0.200001-1 Current version: 0.200002-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libarray-printcols-perl 2.6-1 MIGRATED to testing Message-ID: FYI: The status of the libarray-printcols-perl source package in Debian's testing distribution has changed. Previous version: 2.5-1 Current version: 2.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libexporter-tiny-perl 0.038-1 MIGRATED to testing Message-ID: FYI: The status of the libexporter-tiny-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.038-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libmoosex-types-perl 0.44-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-types-perl source package in Debian's testing distribution has changed. Previous version: 0.41-1 Current version: 0.44-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libdigest-perl-md5-perl 1.9-1 MIGRATED to testing Message-ID: FYI: The status of the libdigest-perl-md5-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.9-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: librose-db-object-perl 1:0.811-1 MIGRATED to testing Message-ID: FYI: The status of the librose-db-object-perl source package in Debian's testing distribution has changed. Previous version: 1:0.810-1 Current version: 1:0.811-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libxml-semanticdiff-perl 1.0004-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-semanticdiff-perl source package in Debian's testing distribution has changed. Previous version: 1.00.00-2 Current version: 1.0004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libmoosex-types-stringlike-perl 0.003-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-types-stringlike-perl source package in Debian's testing distribution has changed. Previous version: 0.002-1 Current version: 0.003-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libpgplot-perl 1:2.21-4 MIGRATED to testing Message-ID: FYI: The status of the libpgplot-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1:2.21-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libspreadsheet-parseexcel-perl 0.6500-1 MIGRATED to testing Message-ID: FYI: The status of the libspreadsheet-parseexcel-perl source package in Debian's testing distribution has changed. Previous version: 0.5800-1 Current version: 0.6500-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libdatetime-format-flexible-perl 0.26-1 MIGRATED to testing Message-ID: FYI: The status of the libdatetime-format-flexible-perl source package in Debian's testing distribution has changed. Previous version: 0.25-1 Current version: 0.26-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libspreadsheet-read-perl 0.54-1 MIGRATED to testing Message-ID: FYI: The status of the libspreadsheet-read-perl source package in Debian's testing distribution has changed. Previous version: 0.41-1 Current version: 0.54-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libuniversal-can-perl 1.20140328-1 MIGRATED to testing Message-ID: FYI: The status of the libuniversal-can-perl source package in Debian's testing distribution has changed. Previous version: 1.20140124-1 Current version: 1.20140328-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libmsoffice-word-html-writer-perl 1.03-1 MIGRATED to testing Message-ID: FYI: The status of the libmsoffice-word-html-writer-perl source package in Debian's testing distribution has changed. Previous version: 1.02-1 Current version: 1.03-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libmoosex-types-perl-perl 0.101343-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-types-perl-perl source package in Debian's testing distribution has changed. Previous version: 0.101342-1 Current version: 0.101343-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libapache2-authcookie-perl 3.22-1 MIGRATED to testing Message-ID: FYI: The status of the libapache2-authcookie-perl source package in Debian's testing distribution has changed. Previous version: 3.20-1 Current version: 3.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libstring-truncate-perl 1.100602-1 MIGRATED to testing Message-ID: FYI: The status of the libstring-truncate-perl source package in Debian's testing distribution has changed. Previous version: 1.100601-1 Current version: 1.100602-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libtype-tiny-perl 0.042-1 MIGRATED to testing Message-ID: FYI: The status of the libtype-tiny-perl source package in Debian's testing distribution has changed. Previous version: 0.022-1 Current version: 0.042-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libreturn-value-perl 1.666004-1 MIGRATED to testing Message-ID: FYI: The status of the libreturn-value-perl source package in Debian's testing distribution has changed. Previous version: 1.666003-1 Current version: 1.666004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libscalar-does-perl 0.202-1 MIGRATED to testing Message-ID: FYI: The status of the libscalar-does-perl source package in Debian's testing distribution has changed. Previous version: 0.200-2 Current version: 0.202-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: librinci-perl 1.1.47-1 MIGRATED to testing Message-ID: FYI: The status of the librinci-perl source package in Debian's testing distribution has changed. Previous version: 1.1.43-1 Current version: 1.1.47-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libtemplate-plugin-latex-perl 3.05-1 MIGRATED to testing Message-ID: FYI: The status of the libtemplate-plugin-latex-perl source package in Debian's testing distribution has changed. Previous version: 3.03-1 Current version: 3.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libmatch-simple-perl 0.008-1 MIGRATED to testing Message-ID: FYI: The status of the libmatch-simple-perl source package in Debian's testing distribution has changed. Previous version: 0.004-1 Current version: 0.008-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 16 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 16 May 2014 16:39:16 +0000 Subject: libb-utils-perl 0.25-1 MIGRATED to testing Message-ID: FYI: The status of the libb-utils-perl source package in Debian's testing distribution has changed. Previous version: 0.21-1 Current version: 0.25-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri May 16 17:52:57 2014 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Fri, 16 May 2014 17:52:57 +0000 Subject: Comments regarding libcatalyst-authentication-store-dbix-class-perl_0.1506-2_amd64.changes Message-ID: Hi Damyan, in this package you forgot the license block for inc/Modules/* Thorsten From ftpmaster at ftp-master.debian.org Fri May 16 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:07 +0000 Subject: libcatalyst-authentication-store-dbix-class-perl_0.1506-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 23:21:04 +0300 Source: libcatalyst-authentication-store-dbix-class-perl Binary: libcatalyst-authentication-store-dbix-class-perl Architecture: source all Version: 0.1506-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-authentication-store-dbix-class-perl - Catalyst authentication storage via DBIx::Class Changes: libcatalyst-authentication-store-dbix-class-perl (0.1506-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: 8fd2441e7b0d94992605f4e2667450c1dbfc4426 2694 libcatalyst-authentication-store-dbix-class-perl_0.1506-1.dsc 23c4008eeb17eb35b7acdc93b0deaa54f36b945a 46461 libcatalyst-authentication-store-dbix-class-perl_0.1506.orig.tar.gz fefad1a95775ed83666ebcbf8d61678c8930804c 1592 libcatalyst-authentication-store-dbix-class-perl_0.1506-1.debian.tar.xz 14e5a3b3a9d3a2914b3e878a0a8fc84afc4e0461 30096 libcatalyst-authentication-store-dbix-class-perl_0.1506-1_all.deb Checksums-Sha256: 72557202f3158f59fb69069aa61335fe303fd0f71b247e4081e987d96b516220 2694 libcatalyst-authentication-store-dbix-class-perl_0.1506-1.dsc 7c579f2595285e64c3dcb5540334aa9a002443e1d4c8c83ab4493b90cc51b244 46461 libcatalyst-authentication-store-dbix-class-perl_0.1506.orig.tar.gz 0b9ebdc0e16bcb8fed93da1b1a92dc9f71380ecda1da9f709106e6c41e8b1b7c 1592 libcatalyst-authentication-store-dbix-class-perl_0.1506-1.debian.tar.xz a153a0cefac47134f26e20bd793a3c97716259b445caeb73052202f0380aa1d7 30096 libcatalyst-authentication-store-dbix-class-perl_0.1506-1_all.deb Files: 8a86b8e8b82ff9ed773256f7ae5b5f0f 30096 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-1_all.deb c4e51d7754ac8c4adc78b161fdd40eb9 2694 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-1.dsc b506cabc500730da343e98aad45539a0 46461 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506.orig.tar.gz 763270b4ea054ded2a181dd1466262a1 1592 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc9BwAAoJENu+nU2Z0qAE5pgP/10gaaqK1zoA7vvBtFhWqC6w gqwWBKV2E+JvGDX2M6Pi+dG0wwJU89/9P7j/7o3O55CtmndeMJIUjFRRRuGRP682 Nu+299B/sLH1revmrhjL0dv8HByPF4j3KnBX2rzYwddKX+DPQKo32KCyNUi6/WSm jattXbSMF1NH+X8CvlLAwvANH9sZG6fcxprGhEJzx11T39vabLLKNuVMsiAOcfXw 6aR9HggNj1qS/QBOlQGzRetExTRAe2cJrrVhO0dwZIRgRTZ1rnBPvReSGKC6i9Km f+OFSxL9lKwryBDbui+CCP3VnwT5EdriORNKoq/gpBB1FdhkjQl2SJiyXY5EgJK0 MRLXH8q2DvO2MJuZEdk3mugCUd6i0LZvdabRuWkQ5GbBoS86Hw81lFJvU8+Bh7NV bv0d4WkZ81fRh+3UaBa5Bok6pUmGPrRpcAaOgtq4/JQCwbnWqNlY4tSobrasCDah UyWLATAjZWHFAQfCim1sSPnrQAM+r49FGfw4NM1z5qDu04xmKMJqgPWunfdlTLeK swS8ySMX/yCiZgdI9+fSD18Mqa/b6+OiyXvrcKou3oH9l3RWESkuiuZoZhMJgbgJ IbBc8J0ROD5yc9/shjAbpp6F6A1YRbCEOncBdqKZ/Wo4Kb2AOuobHYMa0Sl1+gRY Cm1l4MpvEX0HXAUg3H9y =e9rP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:07 +0000 Subject: libcatalyst-controller-html-formfu-perl_1.00-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:35 +0300 Source: libcatalyst-controller-html-formfu-perl Binary: libcatalyst-controller-html-formfu-perl Architecture: source all Version: 1.00-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-controller-html-formfu-perl - Catalyst integration for HTML::FormFu Changes: libcatalyst-controller-html-formfu-perl (1.00-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 2f72c707d243fed86efd949feaafdc44c6267ee0 2884 libcatalyst-controller-html-formfu-perl_1.00-2.dsc 88176ec6c58433a5b081a93ba73a51ff861bf615 1708 libcatalyst-controller-html-formfu-perl_1.00-2.debian.tar.xz c128bf912f8e4a235a8d689e74af239e54432efa 23844 libcatalyst-controller-html-formfu-perl_1.00-2_all.deb Checksums-Sha256: 5f389ac6867ff57c85828c9bc0528d20abe4c20ab85aac5893c3a0fb10d25512 2884 libcatalyst-controller-html-formfu-perl_1.00-2.dsc 52c58a766dd2eacb5f63c53ab558aefdc73ed050d6b7e4ec3ed83e92677b08f8 1708 libcatalyst-controller-html-formfu-perl_1.00-2.debian.tar.xz 21715687fdd6502f1addbfdaf4c42b30132a7d95c0bc1d67b1b76fba61909989 23844 libcatalyst-controller-html-formfu-perl_1.00-2_all.deb Files: 6bd2c7b4de3ad8f6feda8afec82e78b8 23844 perl optional libcatalyst-controller-html-formfu-perl_1.00-2_all.deb 7f960004ca0dce73648d3dd66f39fb8d 2884 perl optional libcatalyst-controller-html-formfu-perl_1.00-2.dsc 204248907483de45a7a442646ffef9e2 1708 perl optional libcatalyst-controller-html-formfu-perl_1.00-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHwJAAoJENu+nU2Z0qAEwFkP/iVC9DKGnUSXmZ0l+jhqKGuA uTEHYzt2/tvD470LBS1VzqdxL9Zv4gHnLfkR+uXEf4ayKbnB8YDj+05iUOra36kB vwib4h05StHqdRhqwZgJ+Cp/w8A8gZqWVxIBmwcAAxYG1KMndNMM2J5yXbbwHwB+ QFjK0eLGOBKYPcKSts2xGD/BaWx1Gs6bNhePgfBtxF/Yb7USBzV9Uf8GH4yYr+/i xrwCS/EGJCoRkSo1n/65E4d2Saf8PqeEDokNbHHfNd1wjmpfDCpGbEVa9k7jo927 /w5evWsJpIA/b8WTjQY5DguBlUy4TDzsWv1prjjBBpqhef1SH+iXpylVNIFruhmW lKljnLCZEpGa3bNvl5K4f5a3ArRF4SAnC+UeZfkdJ4ntGhPDee/1io434qpvuc7c S+pX+mbvIpSCxAuGgsjsTewzWRcP/YxOimhuy8E3uc3hWzIk/kkY2ovlHQplPxr5 iU59ZBamaTbzYPL3BSPqhJ9e2zrHsjuTLVk3H0som1P8fpvK5D6JcIc0rcVOkHlf y6Ki8CNWBcbulXjGH4Z4hWq2oOwCDEIB2fHp3kOkXR14m1aGUkC/A/2F7jSESNF3 tl4ORmfwNbDPEPJJHz/mjmDs38naO9qhCXmiIZzVHQDSmHu1oUksor7rCzmt74CY ZOb01fAYQ67pxOWUlh4J =NMD+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:08 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.15-3_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:33 +0300 Source: libcatalyst-plugin-authorization-acl-perl Binary: libcatalyst-plugin-authorization-acl-perl Architecture: source all Version: 0.15-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authorization-acl-perl - ACL support for Catalyst applications Changes: libcatalyst-plugin-authorization-acl-perl (0.15-3) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: df5dd03a977fd0eb4fda525f3b704dfd7688b167 2731 libcatalyst-plugin-authorization-acl-perl_0.15-3.dsc ad5473b67f50a80e3df58d252fd58643fd9477f4 2208 libcatalyst-plugin-authorization-acl-perl_0.15-3.debian.tar.xz 3ea8d1162471a3ce6bb4968f3fecb7df7a88b92c 19222 libcatalyst-plugin-authorization-acl-perl_0.15-3_all.deb Checksums-Sha256: f524c8f4db7f116ca40f9393a274801923bd6d2983b0e46ce6b75a40a13fbbb8 2731 libcatalyst-plugin-authorization-acl-perl_0.15-3.dsc 9053a28f3e0f9c685e9fc88c9b594969fb05f99301d732ab3e88f1ea8f98927c 2208 libcatalyst-plugin-authorization-acl-perl_0.15-3.debian.tar.xz 2f5c42d7ae23c90867dec4367f5064d2a0bed1372bc378a09e01e0cf5d25f870 19222 libcatalyst-plugin-authorization-acl-perl_0.15-3_all.deb Files: 3645bd25f3949c521ee9dc7871d9c48e 19222 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-3_all.deb 7f49ca110bb8e78f2f079b0257a47caf 2731 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-3.dsc 765bc2dd9364b4fcf900664968d54b83 2208 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHiXAAoJENu+nU2Z0qAEV4UQAJc1uNs6WJBGdRomb6vJff9q u+5WjzbyErDsWl9nAnZOFHbrudc2JJ0yHDX76MYQs3OtTOC4C+mnOdof2CFFR/Qv obW7IXj+rJn1NMvsFNjgbU80Zhx8TqMJ97INy/fIQYYCSNVT0V/bRK1TLB4NQ24H rpslvxs+YT/oedf8sd31vXd5Wjd6P01ydskh+JkKoG8RH2kmne5CrXoK/mC1qp99 /YtvCjzSAWopnH+3m6221YDGGOBq+jKWR1mA7fZxKoSKzHuamZ74xOblST+BTOaq Bhu2n/JoJKSvdJuPF+pGJM7BITAxNBBjGtW+BqkaU+uBMkpNLc8w7TFc2CG41sk3 HSJlJTwA1f59CR036nAoWQ3wg+ax28qKGpBAyQIau+3+7as7T9JRGB8h50xRWKaP Jq2kRnsa887qin62F8Z3Dk4aiJBOqCfjryuMUhpVlXsdKDCfLq0h/CrijSUMXz98 VqIDZQnBnsoMI5a4iZsoiERSV1G3Ywo83/jZtyf80be3SQ8/nDx4mjUVJApZE8ri t8C6rIT3xusiak5qYqrdVCBwgfT8l0oBTf6qbT0WUxOr7t/uxJ5JiCEs3B5QVXtV CfUOWx/fbHW865HoIyRWmkJGx/UPvbrpOTyYaO1jaERmODHUugwL4mmhm+LxFBxA pNHyWr/u9EgfmPCn7iuA =0sF8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:07 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.15-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 09:58:40 +0300 Source: libcatalyst-plugin-authorization-acl-perl Binary: libcatalyst-plugin-authorization-acl-perl Architecture: source all Version: 0.15-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authorization-acl-perl - ACL support for Catalyst applications Changes: libcatalyst-plugin-authorization-acl-perl (0.15-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: affc8744ef85ca8b242cfe375904fc796c91fe55 2731 libcatalyst-plugin-authorization-acl-perl_0.15-1.dsc 4b4bb17cf942d838aa97085f5641be913492b23d 33366 libcatalyst-plugin-authorization-acl-perl_0.15.orig.tar.gz 492ceb63cac45a639d0d1c22b6f1527c64a15799 2056 libcatalyst-plugin-authorization-acl-perl_0.15-1.debian.tar.xz da0a047f958057068afead837aa92415ef9b8c3e 19050 libcatalyst-plugin-authorization-acl-perl_0.15-1_all.deb Checksums-Sha256: a2508e4562d07c2d076cc65eaa089781912aa7720ef05d1e4bbee9c64c2cb3a7 2731 libcatalyst-plugin-authorization-acl-perl_0.15-1.dsc 28291fe9d616e8614fb2f46a52d2d08850b062aff20e24fd97e25408111bf28a 33366 libcatalyst-plugin-authorization-acl-perl_0.15.orig.tar.gz 2c29076e0498768517dedc569ed434553a7b8caf2643ad8a88c0e34f7db7337e 2056 libcatalyst-plugin-authorization-acl-perl_0.15-1.debian.tar.xz 407f81e2c622c4b4c8423d1bc0e2183c24f6f6f42129c7a4d515e997a6015c28 19050 libcatalyst-plugin-authorization-acl-perl_0.15-1_all.deb Files: dfbcfd4bb687fa647a7283267450e7e4 19050 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-1_all.deb aeb5010708249775906b223adddcfbab 2731 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-1.dsc 653a88331431ad2644999d8995f18fbf 33366 perl optional libcatalyst-plugin-authorization-acl-perl_0.15.orig.tar.gz 6f3fa740208ccf0c80a2643c8729d495 2056 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdGXOAAoJENu+nU2Z0qAEFQkP/0SQyUbBGIlF0wUSAEqjeDCF 95+GFCF/ToZyaaxx0LrDbOCAZcIZqPczrtXDY5cOwjyJNkFBhQSEUh+LCeZ+NsCI tmXQtD/az1E2lrWZCfmHJ6bdqUfaluvmUcEM3GWj6E93I6s+9ioPBDN1yQRL00dx bTCK1hStIGhJ27ZIBhYPhThPvEPQtwuRAMUYm5KKs+X1ntYvcEJO2HMuO5cJGrGO A8pX+7PEAoEGWN4b4G2LLUyt2qHSNYmFuLoAgMaZb7LYdMa0xRXZKpvOvJIE5qsM 1pprM/KChgiR/DQEZLaDVf+/B3gtmIx+ZnKN9AP9+c6b93f0dMdwWdXwNIw7d1H0 M3JrpXzCSLHDheBEQVkc8gtkLICejfpbOwHP9g2yXpmXB0YTePR0YY1ui5zf16eO P08ZzKXllWCbdLj9luwjn9av1oGiMeSlU7ZC7Zs11r87H/XZdJULU+J7C0kwH478 Gao7FapfM6Y1C2L0OLe+fGhIYNQOMiGCVlZY3ciSbg+3jNDNpiqQ8Mqa9i2Gt6nv 73o7/semFT1Em8LW/zIg0XcxeRK9kvfRb6SW1RGjAZhsKco70WOSg9BZHO97iSwK t3sW1Z1vKjYdAZPQqznGEAb1zheWTaMZ9qII0bzXafr6+dcVqRqAfA4aUSoJxRhI yz0xZXRAidWZ39UAZjgu =9zIT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:05 2014 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Fri, 16 May 2014 18:00:05 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-1_amd64.changes REJECTED Message-ID: same reason as newer package === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:08 +0000 Subject: libcatalyst-view-email-perl_0.33-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 17:52:20 +0300 Source: libcatalyst-view-email-perl Binary: libcatalyst-view-email-perl Architecture: source all Version: 0.33-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-email-perl - Catalyst module for sending email Changes: libcatalyst-view-email-perl (0.33-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: ea6427e169c967fa33fdf3ff317ca62ed5e0adca 2338 libcatalyst-view-email-perl_0.33-1.dsc 1408e470bcefea5b3381a8b48362d6fcec4513ac 43484 libcatalyst-view-email-perl_0.33.orig.tar.gz 0db7897be14f7702aa3b54cc1075ef8990165963 1668 libcatalyst-view-email-perl_0.33-1.debian.tar.xz f006f1a1dccf4fadbb1dca48768caad7303b542e 23878 libcatalyst-view-email-perl_0.33-1_all.deb Checksums-Sha256: 6de775072873a3648eb9664fac7b95520b24880ed8214c5ee2dba327cfbf5fb2 2338 libcatalyst-view-email-perl_0.33-1.dsc 6ff298e86921243c807f34638dfc646118a5adf4f42206fa016b8dee52e78ff5 43484 libcatalyst-view-email-perl_0.33.orig.tar.gz 0fa5cffe95024cd48a502d2d1dfe0fa5c815581f9056949aae53062ff990efdd 1668 libcatalyst-view-email-perl_0.33-1.debian.tar.xz 69ab5ee140629aa0e495a4ee01c26f7213a543385e4b2b80d84ed876b94c0319 23878 libcatalyst-view-email-perl_0.33-1_all.deb Files: b0e9f65d4f76d2c97216d253c70746b6 23878 perl optional libcatalyst-view-email-perl_0.33-1_all.deb 80e8ba094a0fa852c423fde31863dc91 2338 perl optional libcatalyst-view-email-perl_0.33-1.dsc caf1c07df00ced9e5be5a44cd21d0325 43484 perl optional libcatalyst-view-email-perl_0.33.orig.tar.gz 43c0e407cd918e6675246cd9be464761 1668 perl optional libcatalyst-view-email-perl_0.33-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc4NTAAoJENu+nU2Z0qAEV+cP/A6BeAK+fHQimROoqAP2vsNi YQz/3zBpAjTXbHf5PgAbmnXLU0dNYUdgJGr3Gr8Gtej3ZtUuQvgT03TboUTLHSrP ECgyCaCOEziaHQ87pY94mQsW2OAa0+ale0ZlGouocElZczzg5V8W1BGpDpE83Z6L wiDtB+RGrYiQxhMK6pRCK9erchQnFidAjKxSZUsgaZTRfjRme8pe1ALRLsBiepfe tnqPUplOoANMbVKiHjyAQLM3ZsZ4La7ksjIwznK8Q3qlHkdcf1rbvcdaOypM1B77 rHPi/D8TMkT+u4VG3vt2ecBwwqowNAqpLvnk8SPeJtfqzIRIWrftar+avS/XTbwD i2r6P1zA7FA28NMdZRHz60YLaTbDtJrsCQw6trGiQoc91yY3ERQhKR+wRSn4yxql DixMCHM7gVC8olM94zzn4MnT0E6VIIuTBNwuXh5sR1EIpFjND7ny1Cu/vLimlyeL FSfT3St74VGGBgrSw9WB7fa0D54vtjW2Vzdf7OfWEkEvMz3JCJl5rwhacx0fVAvd jDH+E+98zW+STMYXZ1timzizQcq0RCz0032TK4AhtI5aqEvU2CqxdN0aDPvnEUMU eRv/Pcl/MuesHg6blbuWjd8Fuc6vrBXEa/2EJgsSVLoEk9MvLBRkVZtJP1YF+68R 1++ZyrPKH2VSBltULpLx =8Vs9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:07 +0000 Subject: libcatalyst-controller-html-formfu-perl_1.00-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 14 May 2014 23:48:39 +0300 Source: libcatalyst-controller-html-formfu-perl Binary: libcatalyst-controller-html-formfu-perl Architecture: source all Version: 1.00-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-controller-html-formfu-perl - Catalyst integration for HTML::FormFu Changes: libcatalyst-controller-html-formfu-perl (1.00-1) unstable; urgency=low . * Initial Release. Spin-off from libcatalyst-modules-perl, where it was bundled. Checksums-Sha1: feee396b6100a988e6c9050378849313f15cb88b 2884 libcatalyst-controller-html-formfu-perl_1.00-1.dsc 0b8ba79067805248a98c069d1988c128ca0cfed0 30694 libcatalyst-controller-html-formfu-perl_1.00.orig.tar.gz af8097baed4b663ac973ce6445d9de837413d01a 1644 libcatalyst-controller-html-formfu-perl_1.00-1.debian.tar.xz ba43fa3c818a306b0e6bc14f06fedb85db548a71 23788 libcatalyst-controller-html-formfu-perl_1.00-1_all.deb Checksums-Sha256: e518eef12c96db998795c9003047245e4f5436b32c99ce6d0b9959a57b982d79 2884 libcatalyst-controller-html-formfu-perl_1.00-1.dsc 84329b287716cdc6d3c5a9ee185458cd2ce7abd9d902eac1c6240ef17572f12c 30694 libcatalyst-controller-html-formfu-perl_1.00.orig.tar.gz e289dff202a9cf570b6f227fb9f18b7f6d8bd942081bdc56c5d473674ed0fe7b 1644 libcatalyst-controller-html-formfu-perl_1.00-1.debian.tar.xz 36b406c11948aea4d0133b80305030f029ab591f57021f474aa41697b56633f8 23788 libcatalyst-controller-html-formfu-perl_1.00-1_all.deb Files: da0667ffcfa707972f5c31f48c04d76f 23788 perl optional libcatalyst-controller-html-formfu-perl_1.00-1_all.deb e1dc1c0d3ed34e1a1469e84d7d851aeb 2884 perl optional libcatalyst-controller-html-formfu-perl_1.00-1.dsc 20dcb378bdf93352aa19384277a45117 30694 perl optional libcatalyst-controller-html-formfu-perl_1.00.orig.tar.gz e41e6800ba532f0dc5efc9af942cbb3b 1644 perl optional libcatalyst-controller-html-formfu-perl_1.00-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTc9bYAAoJENu+nU2Z0qAEqLgQAJO/yIkMciVPSanmtA53GQRO tAW/ymDhNgVpKgtSE9tsgQyup2/AV0WhACW1k90/Ayg9gXvaKdKtefHCGM9yNGD7 5M6UoopJdJgEkYu85vM8teCVfvwrvBeFGt6iWnezPdNSFviKEeKYABpN8Qlpv+4E XR+hHtF4UB221UI0f8FOzLHCKOvzwehbPomXX1hYpOG3TG4zxLSrYxjxgUbNJUn2 Y0BNmygj7JapCtddmhDXFlV83mfMZqogMxN9mfDFgWMM2qfN1UZwhY7ewU/Xjd4J DNJBty0ZhNVatX3I9Pbi0Eejhd3eJmqlBIGLCwugEi8UeXKifTybBEp/AcKEeolR 7WujXHKGcLVLTbxU3XKZfM1+XH8Yp6+7E4DAO5iZCjjrgokzM5y8+MtSImTe674+ 0QECn4ZZUojBbJmrkgaq+eWxMOtBy/+8vYKVVGdTUzKrz7hR8YEReRW4c5Utr/dR 2F8EN/sKr20Su/vUwnfSRbalnrzQz6BewVoQamALATgXE/tyUQz5iVfs9o2zCiDY zY1ek5xVZXsGq387ZpRmsi9IZKigLgYvSwixw30cc6U0I0AvrdTRz0mJBYETIMpp ed9IMY4NAcD2e1KWFHD3rEy68Q9K6FrXDBJ3RJMIhbW5hpDzYXTxh3598r5V3M9J CBmefe81YlOrInhsOrxx =rGMk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:07 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.15-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 10:10:47 +0300 Source: libcatalyst-plugin-authorization-acl-perl Binary: libcatalyst-plugin-authorization-acl-perl Architecture: source all Version: 0.15-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authorization-acl-perl - ACL support for Catalyst applications Changes: libcatalyst-plugin-authorization-acl-perl (0.15-2) unstable; urgency=medium . * add forgotten inc/Module/* stanza to debian/copyright Checksums-Sha1: f0c1eb5532eeb32d17f963e6ffad2ed07454fe37 2731 libcatalyst-plugin-authorization-acl-perl_0.15-2.dsc e9571eec7bd499d846e4b90158340d46ffcd22c5 2176 libcatalyst-plugin-authorization-acl-perl_0.15-2.debian.tar.xz 108a598ba8b6811b4df85f6910aebe821b4f85f1 19186 libcatalyst-plugin-authorization-acl-perl_0.15-2_all.deb Checksums-Sha256: f25b645bd92db26195a34a392da7eebfdd5e07f8e245804ffc7057a02939123d 2731 libcatalyst-plugin-authorization-acl-perl_0.15-2.dsc 4dccb9341b847d538b94c19b743d8c351463a76cbe5f0251029e70fd05d51861 2176 libcatalyst-plugin-authorization-acl-perl_0.15-2.debian.tar.xz 2223a59408dd6b59d3a312f07a615dfa16bc8a19c32ea4bdf614326184fd75f0 19186 libcatalyst-plugin-authorization-acl-perl_0.15-2_all.deb Files: 0635b7a32662fc8fa635b263e0d58d7b 19186 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-2_all.deb 6a047c133f07b944cd8d8606035efaee 2731 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-2.dsc 27654c5bed06758bb9aabc62f761c9cf 2176 perl optional libcatalyst-plugin-authorization-acl-perl_0.15-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdGiiAAoJENu+nU2Z0qAExI8QAIj/crQLP6XVOFaV14qLOzDi dqCg9eQr/9+wPuI5XL4B1r3vAZ230SvFHOPkSqq+4Kot1lqWXRRs30zE4NDInlxo EpxEi/zIMZtQUttEKgsqgo5Noi1gZMsRsJJnVx9fJ+DhP+/r+fOuyyc2IGd6sQah O+InEvGwv1d3UVPwfINQf/cSPuYV7xlJNe8sbqrxUz7nE0cYptfb8/nUcOSzprDq T8GoDGYE4o5SSqpGPvbIidnN+DTkhoM9BcRmms/PB/euxDvUU348ArlGWtea++EV yJppt9V4QWZcXX5hZkEWHpos4FUIvN+f+5KnWL2qmAoLRTpew4zjXGlPWvJ52EDT /fuXI14Dk/5xbI5Mj0xMoapmlsqPoIIbgL/GHvO9MxzH/wd+67HRiS+rks59F79a XWN7uUWajg26oY5WOPXVlDznE0xiQRZ/GRNfo5bttZoIS2V4+eszSofobGNE7xWi c+O9xkT2xRtncRf1tKbEw+aS+0zHKWyNxb7ZA5/Ac6BDNQpven+BTbcN1fTEZPpx 6rhdg40pN6Oo9GyA18eI9f7yQalJqF2+EVGpKPzNPLrBZ/mhcB8ibxGOUM35k5Sj tDMAakV+J+oepQgavrONHeXXHf3BIbY6W3PHLGokItZWBrNXwmfQCj2AU3Et8egR a7YDIWuy1X9L957v2G5q =fCxC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:07 +0000 Subject: libcatalyst-authentication-store-dbix-class-perl_0.1506-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:32 +0300 Source: libcatalyst-authentication-store-dbix-class-perl Binary: libcatalyst-authentication-store-dbix-class-perl Architecture: source all Version: 0.1506-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-authentication-store-dbix-class-perl - Catalyst authentication storage via DBIx::Class Changes: libcatalyst-authentication-store-dbix-class-perl (0.1506-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: bd80ed5ee6c6d4d9e27b445d2aa0435e265927d1 2694 libcatalyst-authentication-store-dbix-class-perl_0.1506-2.dsc 258f104ce5e80c550127cc8e4fda8bec0acc5fec 1644 libcatalyst-authentication-store-dbix-class-perl_0.1506-2.debian.tar.xz 38e3f19ef3580ca774a48610f4ea1c75b3d09fd8 30162 libcatalyst-authentication-store-dbix-class-perl_0.1506-2_all.deb Checksums-Sha256: 3d6a285a08d9aa5f671e8b31d380e14ed63c3f4bebcbdb40bc48b8bd2c19cddf 2694 libcatalyst-authentication-store-dbix-class-perl_0.1506-2.dsc 2bb79607bd0f983a16168837f9cced5328ed44dd55a970afb297aa42425527dc 1644 libcatalyst-authentication-store-dbix-class-perl_0.1506-2.debian.tar.xz c9465924ba4be2b7c23ff9509321ba9bee6bead3cfffaa880ca103d3fdc626cc 30162 libcatalyst-authentication-store-dbix-class-perl_0.1506-2_all.deb Files: e45fa1a6c5e552673c5ef1b7b11576ff 30162 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-2_all.deb 36dff1bce8ba36a64be6f600e4cc540d 2694 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-2.dsc d454b4079717f77e134514dc9e9caf4d 1644 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHh0AAoJENu+nU2Z0qAE/EcP/R0HA/gPuSXX+TCOpDLljPnr iaboqnNKOoikZfIlnSKdLBijNcoljb6m4BIFh2jrnfgkXsQx4UyEOPM4ZcHRFrDN q9PdU7ZG+zgM/Z2wqbun/mqJs7wKRy5XKp+fSWnXpVNmj7QUie7aGBlu89JgEAZX 8b7vgKCpWk2mNMeo0dNRnlBfF1H4w8wWu94mD41tlOGHeZu+D9oJ5hdJS/nmgzxr f+i0SUKNxgbBd8u8c78t57PjrZayguPFnyIxKP5Pk+RlGYCoARJiGXo9sf6UPR74 KYDyvRURVKR3g9AFM6CaDuhgVTyVTzA+X9iG4iDs+BsXAppT4TdAs1EbyjwVaKfC eIqwIe+Sd5Dx8YYfkPDc2N+RPcnEkXRp364Vbds0rneX1tTgqo6HqYajD/yU1Khs 7sT6jM28UT+d+HrJxw+R7AYGdOC7s8c85ZwbT1V2kmnKVGAegoYjCi3tgd9gTpoY 5HrMjknLwrhSod0C5AeZk2EItbk/EH1kEcjymFCgBVdn62fvZAOqe8kmXE7YFj7s 4bznhD1SEIogSAKajtSJVXZGu97sYRqK7BdZl+ous1/H9H3Yud5HzIAhC5tyrCAj etZv3M9PpA+soAxJVGOaoNr7zbRHjPBCvF/E3d4QkshKX2g8+n93SwRKnQou1Wk4 XY4frpianBBcdpznFrTC =obM7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 18:00:08 +0000 Subject: libcatalyst-view-email-perl_0.33-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:49 +0300 Source: libcatalyst-view-email-perl Binary: libcatalyst-view-email-perl Architecture: source all Version: 0.33-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-email-perl - Catalyst module for sending email Changes: libcatalyst-view-email-perl (0.33-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: e16c84372d2cbba844de3d2a5cc1397a19fa221c 2338 libcatalyst-view-email-perl_0.33-2.dsc 55be0aa27eedb640075e7736efdd55ff1ce508ec 1716 libcatalyst-view-email-perl_0.33-2.debian.tar.xz c85c81776b371981efa2da43530907f1f479d830 23952 libcatalyst-view-email-perl_0.33-2_all.deb Checksums-Sha256: e2a53dbb758767ace160393b391a724bb2777182e23648634789ec3f3c8c08b6 2338 libcatalyst-view-email-perl_0.33-2.dsc a81ed1b1f0ae7ad8db6aaa47c493fda75d838c7ba790676540395d5ece474b96 1716 libcatalyst-view-email-perl_0.33-2.debian.tar.xz c07f9e5f5428c65da1a67480ff7910f9086ebbab6f623fb31e8e0cd6aa7083cf 23952 libcatalyst-view-email-perl_0.33-2_all.deb Files: 70ffac154800f1eea01f7761135ee06a 23952 perl optional libcatalyst-view-email-perl_0.33-2_all.deb c1f79943dbb34b70e96c11d4889fb1a1 2338 perl optional libcatalyst-view-email-perl_0.33-2.dsc 9de5de3814a92250fa53a41574bf5eff 1716 perl optional libcatalyst-view-email-perl_0.33-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdHxeAAoJENu+nU2Z0qAEdGYQAJ2fIIfjLtrWo0QtOkybfIow y0nqcO78FKZeFV6aJ/rUhNzFT6YAh2MuLwJXNu37L/A30ichZw0r2ty04+WcW2+L Y9tBbibjko0pWggqiRMN53Vp6t6rELXUFIJD+DKFsXmp5cnjPo3Jp58eExK2b7wT xN4ytT1FlBUu1i6k1dlhG+QmS6IXWEpBUiU78Xj2guMo87W1Rr/d5b+wgiqZirw0 MRu1Wb3VwUUZO740J4JB0Bk+Fy1jydkLGj0mDnQ5H71zurd/weWOAy8/WNqDrMsd Lwaq7vWTL8TkYlXtKQ4rHQtGU1YNQk9N0oNewFmIQmHgO7UOak4gKu7KpPefySmH MF5Ow8CSiwJTUfzoLQ5nAGFUq9qIRYMWzNwNdsdatrZ2Xr+wjBYkMN72KwkgBzTU NRT0aFkQ+P32FO1Qw9m9v3GXNMCbWe2uK9GmDIGwni+2MDDoJb0fidx09MqVvi74 fao726QFHGkElqez5q6Ee1Z9pvo39djCDQ9E0mGQyJdSAmjCD4327+eIlL2W2VYZ rWRH7kDWtV3f9UV/ooG/Vz0paRLW/x31tPKPHsMhoo7gPXDc9FuoE6xrPXMF7ZGB cVH1pmpJdef70Wp2FFdR0hc0M7SiAwTnxD1UPwB3sx4UsZbEtIZVBjXnfQjI23md +6+HT/p6CsBiRr0AZDA7 =kniC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:05 2014 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Fri, 16 May 2014 18:00:05 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes REJECTED Message-ID: Hi Damyan, in this package neither meta.yml contains license information nor a file README or some other license information are available. So I am afraid you need to be more verbose in debian/copyright why this package is licensed same as Perl. Thanks! Thorsten === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:05 2014 From: ftpmaster at ftp-master.debian.org (Ansgar Burchardt) Date: Fri, 16 May 2014 18:00:05 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-2_amd64.changes REJECTED Message-ID: Hi, you forgot to fill out the License field: +--- | Files: * | Copyright: Daniel Westermann-Clark | License: +--- Ansgar === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Fri May 16 18:00:05 2014 From: ftpmaster at ftp-master.debian.org (Ansgar Burchardt) Date: Fri, 16 May 2014 18:00:05 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-1_amd64.changes REJECTED Message-ID: See reason for libcatalyst-plugin-session-store-dbic-perl_0.14-2 === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Fri May 16 19:06:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 19:06:02 +0000 Subject: Processing of libcatalyst-authentication-store-dbix-class-perl_0.1506-3_amd64.changes Message-ID: libcatalyst-authentication-store-dbix-class-perl_0.1506-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb libcatalyst-authentication-store-dbix-class-perl_0.1506-3.dsc libcatalyst-authentication-store-dbix-class-perl_0.1506-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dmn at debian.org Fri May 16 19:07:13 2014 From: dmn at debian.org (Damyan Ivanov) Date: Fri, 16 May 2014 22:07:13 +0300 Subject: Comments regarding libcatalyst-authentication-store-dbix-class-perl_0.1506-2_amd64.changes In-Reply-To: References: Message-ID: <20140516190713.GC28286@ktnx.net> Hi Thorsten, -=| Thorsten Alteholz, 16.05.2014 17:52:57 +0000 |=- > in this package you forgot the license block for inc/Modules/* Ugh. You just discovered a bug in dh-make-perl :) It gets fooled when original tarball contains .gitignore with 'inc/' in it. I guess it better use git-import-orig which works ok in this case. Will fix soon. copyright fixed in 0.1506-3, just uploaded. Thanks for your work! dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From ftpmaster at ftp-master.debian.org Fri May 16 19:20:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 19:20:07 +0000 Subject: libcatalyst-authentication-store-dbix-class-perl_0.1506-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 21:59:25 +0300 Source: libcatalyst-authentication-store-dbix-class-perl Binary: libcatalyst-authentication-store-dbix-class-perl Architecture: source all Version: 0.1506-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-authentication-store-dbix-class-perl - Catalyst authentication storage via DBIx::Class Changes: libcatalyst-authentication-store-dbix-class-perl (0.1506-3) unstable; urgency=medium . * add forgotten inc/Module/* block to debian/copyright. Thanks to Thorsten Alteholz Checksums-Sha1: 08c7c81b3ea5f83d14383994dbc9521821c2ad51 2694 libcatalyst-authentication-store-dbix-class-perl_0.1506-3.dsc 85da3b5fa174e526a67cae843c5820f7d95fc6e9 1780 libcatalyst-authentication-store-dbix-class-perl_0.1506-3.debian.tar.xz 89dc532390a54c73b0303e988e952be818cdf52f 30318 libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb Checksums-Sha256: a42338b2a931a3ed086a67295ca2bde4ce7b61d94336de3d3b5563d7ae28e18d 2694 libcatalyst-authentication-store-dbix-class-perl_0.1506-3.dsc b763a75ab675802f44de8349816427646ceeca45a097c39a17b54fc75e5692a0 1780 libcatalyst-authentication-store-dbix-class-perl_0.1506-3.debian.tar.xz 1a7b7cd35943bc80a453c59558ee3a972a1a8d40e12ac8a8b7c8c83c5e779eae 30318 libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb Files: a3b9d5be53a07cd13ab05569dba4ab1d 30318 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb 5c45214cbfbb385ea07440345990cd2c 2694 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-3.dsc f57849057dfc501d77eda68a366caf39 1780 perl optional libcatalyst-authentication-store-dbix-class-perl_0.1506-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdmBqAAoJENu+nU2Z0qAE3ecQAISYagxjxlUhAgnzNGtim9lZ PCM+HMz2JnQGp3w5Kp3vATZg/2OICkNCpGhdbhd1AAnsvrHLWiXF1VkwjNECN94w 1tN1ZKrNIvJ3oQ5FwCUYPJ9V1fosA8C4FGOJroP0Kh8Q2fAnYEn4muuCDwiOKl1G hFBLnGfg5Hkq2JGokuKrhdYc4Pt5SVk0QKeZEN29wMOyY2JjBN61eahr0aP1FAMC 7a+edt8yAXn3oQCUR6w3DTk8oN81T4OKjZzYr4q9z6tpenIEfxBCthNQULPBlv6m hBfiXeUIsxHp6HndOfpl7MsDEX71/mMqx/BSID7cEDH+frnExXtXolESC18BoOhW 4CnWB+mzrBKw/dIFqRk4iD1Sh8qys9BL3lTBaQydeHShNNAYYp7EYoJPU3o2nyld yYdrLFuLzND6Z+7xPdSn1NrUThEoGJOsc8UaY0EVdQVh22OvO6SeEk4MNx9K9RwB V8R3zy8jRW3NAzSWn4HvlDSYBRRBzDaGZJ+xGd3NHhj8cD5fkWlUo6axuxjA5r8l O2coPNJoh0iIc91jb9DHbkNXK8xddyuUMoxAzb2mbKjEwvqIl2fFYW/fRiE9Wuk2 7veVxq61eFQ+reU9fPBa15vGYOeI19SrsVscYR4Z76grdfuCYnHq7Ni5YCoT85KX Lx0uUMDs1mToDtpB2NZf =/kBj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 16 19:26:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 19:26:15 +0000 Subject: Processing of libcatalyst-plugin-session-store-dbic-perl_0.14-3_amd64.changes Message-ID: libcatalyst-plugin-session-store-dbic-perl_0.14-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-store-dbic-perl_0.14-3_all.deb libcatalyst-plugin-session-store-dbic-perl_0.14-3.dsc libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz libcatalyst-plugin-session-store-dbic-perl_0.14-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dmn at debian.org Fri May 16 19:27:11 2014 From: dmn at debian.org (Damyan Ivanov) Date: Fri, 16 May 2014 22:27:11 +0300 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-2_amd64.changes REJECTED In-Reply-To: References: Message-ID: <20140516192710.GD28286@ktnx.net> -=| Ansgar Burchardt, 16.05.2014 18:00:05 +0000 |=- > you forgot to fill out the License field: > > +--- > | Files: * > | Copyright: Daniel Westermann-Clark > | License: > +--- Thanks for catching this. Fixed in libcatalyst-plugin-session-store-dbic-perl_0.14-3 and uploaded. Cheers, dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From dmn at debian.org Fri May 16 19:33:49 2014 From: dmn at debian.org (Damyan Ivanov) Date: Fri, 16 May 2014 22:33:49 +0300 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes REJECTED In-Reply-To: References: Message-ID: <20140516193349.GE28286@ktnx.net> Hi Thorsten, -=| Thorsten Alteholz, 16.05.2014 18:00:05 +0000 |=- > in this package neither meta.yml contains license information nor > a file README or some other license information are available. > So I am afraid you need to be more verbose in debian/copyright why this > package is licensed same as Perl. The only mention of licensing (and copyright) is in the main module, lib/Catalyst/Controller/FormBuilder.pm: -------------------------------------------- =head1 AUTHOR Copyright (c) 2006 Juan Camacho . All Rights Reserved. Thanks to Laurent Dami and Roy-Magne Mo for suggestions. This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. -------------------------------------------- If you think this is not enough, e.g. the same is needed for all source files, I'll have to ask upstream for explicit statement. Cheers, dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From ftpmaster at ftp-master.debian.org Fri May 16 19:34:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 19:34:32 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-3_amd64.changes is NEW Message-ID: binary:libcatalyst-plugin-session-store-dbic-perl is NEW. source:libcatalyst-plugin-session-store-dbic-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 16 20:17:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 20:17:14 +0000 Subject: Processing of libcatalyst-modules-extra-perl_9_amd64.changes Message-ID: libcatalyst-modules-extra-perl_9_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-modules-extra-perl_9_all.deb libcatalyst-modules-extra-perl_9.dsc libcatalyst-modules-extra-perl_9.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From alteholz at debian.org Fri May 16 21:04:08 2014 From: alteholz at debian.org (Thorsten Alteholz) Date: Fri, 16 May 2014 23:04:08 +0200 (CEST) Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes REJECTED In-Reply-To: <20140516193349.GE28286@ktnx.net> References: <20140516193349.GE28286@ktnx.net> Message-ID: Hi Damyan, On Fri, 16 May 2014, Damyan Ivanov wrote: > The only mention of licensing (and copyright) is in the main module, > lib/Catalyst/Controller/FormBuilder.pm: oh, I am afraid I didn't see that. So please upload the package again. Thorsten From ftpmaster at ftp-master.debian.org Fri May 16 21:40:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 16 May 2014 21:40:58 +0000 Subject: libcatalyst-modules-extra-perl_9_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 23:14:22 +0300 Source: libcatalyst-modules-extra-perl Binary: libcatalyst-modules-extra-perl Architecture: source all Version: 9 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-modules-extra-perl - extra modules for Catalyst (metapackage) Changes: libcatalyst-modules-extra-perl (9) unstable; urgency=low . * Team upload . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) . [ Damyan Ivanov ] * replace bundled modules with dependencies on separate packages * purge dependencies * add myself to uploaders * flush description * declare conformance with Policy 3.9.5 (no changes needed) * switch for copyright format 1.0 * remove bundling machinery from debian/rules Checksums-Sha1: 3896ab70fc094c554b52c610224d16babaa5ddf4 1878 libcatalyst-modules-extra-perl_9.dsc 674766e68608647b077571181177a3dc2840bdb1 3932 libcatalyst-modules-extra-perl_9.tar.xz 3e73be0756f743b0cddee7b0d0c14fb313f9bed6 4080 libcatalyst-modules-extra-perl_9_all.deb Checksums-Sha256: 46419b2c620b40095db7fe2e9e2fce0fbabc0df4712523cdb251a834ede1e815 1878 libcatalyst-modules-extra-perl_9.dsc 5f5c7df12dfa0ee2960a10d75332a63704acb3d4bf6732b69b6c62cc7816d9b6 3932 libcatalyst-modules-extra-perl_9.tar.xz 2f8d4006a8e900933d1f033f8463e1b74cdc981c023de9a5bbf8d2205e208361 4080 libcatalyst-modules-extra-perl_9_all.deb Files: f7814c5bbec61ae432b948543cbbb0db 4080 perl optional libcatalyst-modules-extra-perl_9_all.deb 312f9676150e657ba2e94210539f4752 1878 perl optional libcatalyst-modules-extra-perl_9.dsc 161fb7a4eb6d82dd3e341661411eec15 3932 perl optional libcatalyst-modules-extra-perl_9.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdnHMAAoJENu+nU2Z0qAE8vkQAKA3WOmODmFf04k98EJOlh8p LfNRui08rCpzxI5JGi19zjLERSMtqRBz6vx4FupHfrkMBPzslZ5XqTNxdhTaEkgO 6bERPAQQgRQLpXN0zv8yRWW8aJNH9dyd4074b9HbIYAjF26aXN8XbCeDTBimH8P/ 4fa/RKSCjiuYS4R/rXPEd6273i9iAeikgtpbmpO+vWc+/wQS1oxfYKzjMNTS0AfP Z+adjVrXiPQ3eZmYAUw78iIDpCE0K2L1oWzKkDFk0Gf2xR2L0/wf9juP43j4oTED Dhmy2M64zBgusWiXG4S/dLVyGc0chep5vcEqqnZgQ8fEyq63+516b3WRjYdSKjD8 nfiNP+AZpmC633rQW0WFkpSTdD8pYbd1/5Z429xMjtStopWE7cz11BD/CLOErjW2 RSr2YF7kGdjgHt5bFhb4Y1Vc6vy2+fz+ppR0hHV0z5Y4XVBJTcO0b3jGpxLTRLrB 9ht9ViwiobatZPwnNqsGtI2YNVEw0NKl22IlBLHE2dVlRSXJvJijGHy36CSZaDB4 KnwoVel+04XNklWvucC61RUcun6jBk6ksqA31VPY/XBbT1AD1qM19tLWflpzGzL6 P+NkmDlimI3dKHvysS3yrFozchSpUAvZwUvCavHxqt6XkLhl9F4jNfoA8YYBEAAi zwaJqtVqaXyFqvw2rr1i =7xmv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 17 05:47:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 05:47:21 +0000 Subject: Processing of libdigest-sha-perl_5.91-1_amd64.changes Message-ID: libdigest-sha-perl_5.91-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libdigest-sha-perl_5.91-1_amd64.deb libdigest-sha-perl_5.91-1.dsc libdigest-sha-perl_5.91.orig.tar.gz libdigest-sha-perl_5.91-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 05:49:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 05:49:17 +0000 Subject: Processing of libdigest-sha-perl_5.91-1_amd64.changes Message-ID: libdigest-sha-perl_5.91-1_amd64.changes uploaded successfully to localhost along with the files: libdigest-sha-perl_5.91-1_amd64.deb libdigest-sha-perl_5.91-1.dsc libdigest-sha-perl_5.91.orig.tar.gz libdigest-sha-perl_5.91-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 06:02:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 06:02:26 +0000 Subject: Processing of libio-socket-ssl-perl_1.986-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.986-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libio-socket-ssl-perl_1.986-1_all.deb libio-socket-ssl-perl_1.986-1.dsc libio-socket-ssl-perl_1.986.orig.tar.gz libio-socket-ssl-perl_1.986-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 06:03:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 06:03:42 +0000 Subject: libdigest-sha-perl_5.91-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 07:40:32 +0200 Source: libdigest-sha-perl Binary: libdigest-sha-perl Architecture: source amd64 Version: 5.91-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libdigest-sha-perl - Perl extension for SHA-1/224/256/384/512, SHA-512/224 and SHA-512 Changes: libdigest-sha-perl (5.91-1) unstable; urgency=medium . * Imported Upstream version 5.91 Checksums-Sha1: b887330faa0c31e00130f96af3136becb1297f17 2216 libdigest-sha-perl_5.91-1.dsc c25cab08fe27b0d62800c66562fc5c4422030a6e 44814 libdigest-sha-perl_5.91.orig.tar.gz 385e60f940263772c918d1178baefacc94528dca 4296 libdigest-sha-perl_5.91-1.debian.tar.xz 71bf35b506f20875677910403e08c9da8865fd8c 56666 libdigest-sha-perl_5.91-1_amd64.deb Checksums-Sha256: ee9150371d7f57a8a9dbe4b78b24696143665b805d430062c3f976e66cdbde40 2216 libdigest-sha-perl_5.91-1.dsc fd2f4fc6267b6a664e6f2a580c6048c5efce3eebd1e79e37881a5a772e84433c 44814 libdigest-sha-perl_5.91.orig.tar.gz 895ddd139537b6776dec24f4bbffeb48fb500d5928ebc27916399b1a0aa77baa 4296 libdigest-sha-perl_5.91-1.debian.tar.xz aa734b341eb3efe15a441d5329f998d313fb17809bf15a9296804b7b2ca9ddcc 56666 libdigest-sha-perl_5.91-1_amd64.deb Files: 4b63a3906f1787d0bb925496487d1d3c 56666 perl optional libdigest-sha-perl_5.91-1_amd64.deb 6ee62c2a3133cbee8b8641b98df772b4 2216 perl optional libdigest-sha-perl_5.91-1.dsc a305942b9a3c7a96a66c048c78d8256b 44814 perl optional libdigest-sha-perl_5.91.orig.tar.gz 9c0fce904077a5bb210b720fb6fd89da 4296 perl optional libdigest-sha-perl_5.91-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTdvdwAAoJEAVMuPMTQ89Ev04P/AyAdgzcwz3IfTTit+Mx1xPO NdVfijckLriuFtCEEPyPmap2Gk0Xz2+44FHzjchVPtXZ9fg0+W42nvOTphNPxRR/ doO+YDbvmW/jIZJ2D+mzuIBkNpnbeP0Ix3Y5F5IuQ/82/K7fJk0oguH9aW6JkzX7 MS8sXlsfjNNMK9sKzDCA7HLivPFUy57qSOP0OmCBgWt+oCzsvePR2MkAaiRIZvdv iu+nWRsrzLeLwNYoQ5t/0rf2kECnw3lEuuTDVaCWhdC+W30ZZmPha6kui7P82Wy+ 2JooS5w/OkdhY5EdBaVdigL1mVOAaV7FaaXCR/vMgrlQtEHW9j2dhWCNKQHnDP3X o3dR/MSBHBZtzWL6VwOcDzOpfOx1f4IvN9z2YghNO4IvevD2hdigsNFqAvmDONjn YDx5eLM86acoC1NanWol1Nkva0/3H+i53nBUWR45rx1YvMmm7uqA0mPA0JfbS/LJ 0JK8BxkmBcvN2bTMt8VzAqtN2cTq2jjt54sTW4qRNFGlc/p5luufPAuLmYY3UwA2 /nqeYma0KLIa9GMthMcV3gJzfFS8X6lNlIXYdoMwnrE/yAxxXuXniCLy1ZbFg/CU RoEy63Bfle8tyyr1qQJIxjUKOJVnLuLi9tHP0b93UlsXF80t+oTTswN4tzpQ6hAp jz952m7Pe9Rk791AXNFP =s7BJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 17 06:04:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 06:04:43 +0000 Subject: Processing of libio-socket-ssl-perl_1.986-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.986-1_amd64.changes uploaded successfully to localhost along with the files: libio-socket-ssl-perl_1.986-1_all.deb libio-socket-ssl-perl_1.986-1.dsc libio-socket-ssl-perl_1.986.orig.tar.gz libio-socket-ssl-perl_1.986-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 06:19:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 06:19:26 +0000 Subject: libio-socket-ssl-perl_1.986-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 07:51:22 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.986-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libio-socket-ssl-perl - Perl module implementing object oriented interface to SSL sockets Changes: libio-socket-ssl-perl (1.986-1) unstable; urgency=medium . * Imported Upstream version 1.986 Checksums-Sha1: 8fc8c6360588808a9348085b5df1b06376387724 2571 libio-socket-ssl-perl_1.986-1.dsc 02f5a1029997be432d25f61c17b004f69955b134 169959 libio-socket-ssl-perl_1.986.orig.tar.gz bcf2d01aa0cdc9d6a8596a83f855beb48e9df346 7800 libio-socket-ssl-perl_1.986-1.debian.tar.xz 097d220b50f4f3d0611ad30ffc184207ce63d52e 156992 libio-socket-ssl-perl_1.986-1_all.deb Checksums-Sha256: 9fbf0486e251e7d81fcb99edf256d95179679471b12280515a851698bd29fffe 2571 libio-socket-ssl-perl_1.986-1.dsc d47f0e97cbf28f37c12c2d9534984be6375c735eb5002fb69c85122c895baa6d 169959 libio-socket-ssl-perl_1.986.orig.tar.gz c3cc6c1a65c7c98fe8e4feff700def3ef027f22107656d19d4417e547a672797 7800 libio-socket-ssl-perl_1.986-1.debian.tar.xz 249ae255504510f5518a8e8a16e4003f3f019e3897ae33974065a02942efc402 156992 libio-socket-ssl-perl_1.986-1_all.deb Files: a66ca50528fcf77cf231d307aeae587a 156992 perl optional libio-socket-ssl-perl_1.986-1_all.deb e9c0d36259f8230da30921a8c694f506 2571 perl optional libio-socket-ssl-perl_1.986-1.dsc fcb492c6280666fbb4c0694848069fd5 169959 perl optional libio-socket-ssl-perl_1.986.orig.tar.gz ccd192fa846f1d0c68a76deb55f1cd90 7800 perl optional libio-socket-ssl-perl_1.986-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTdvsoAAoJEAVMuPMTQ89EeHIP/RdMoO+X0LoIDXsRkUdVFdSC 1vPdapO/gBWBpZc8zz0mivYm/9A9XsS8w8cJcjFhguLfiR45BxdvsvRBe42Zf47c nduBThkO6OB6s+qjEOYYc1mW+dbwWdQOiuAKpmrCUXP1IlwTNw/FM0z+QSGmJ5qp sP3LmPn03to5A794mM7hIOQRKT8JUT+WaU9YsbNZi9Y2LPcSVuZ6ay6VhNu3rP/M KfshbUM7c3TbBnmqqMj9qvQSj7UekY+96kGxLv6U0U/6XSGgpjuj+cdZflxhDAQy Fs3+1AhLgMjFrXFnDppSycETZYYArp35BPFhMz6DDtGWTFFTaNs8L8yVcTBiHtNc l+1MHnNSOH//w8JrQhadSIptj0T4cK1Q3GUxyr33oIcioOAPFKZw9LKG5JAamjql G5n+raB63mXuyXhorsr8ODecqGLIVkqalRcD3OTJDnVf7oLlcs+kpecyvNQ1GC7/ ri9X8tsP0yxcBiDzJHvVkOzPMhh9akfMOxAC4w2Mm863ViDxDWraz3IjWcDiqMhc JsGDBzD1Qf0XzqFxVs6AlXM4pzxHzGbhiHVvgEXe5JlFOLMHsu7gCnqCwwucZG3u SbofGEta+V4eaksnxPJjDxVNO9N8AWZsVi5/obdDKEl5p+nqXGOLg558l9bsYkqW YfKJRfSmBYlmyhRth37E =hRH3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 17 08:11:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 08:11:35 +0000 Subject: Processing of libtest-modern-perl_0.007-1_amd64.changes Message-ID: libtest-modern-perl_0.007-1_amd64.changes uploaded successfully to localhost along with the files: libtest-modern-perl_0.007-1_all.deb libtest-modern-perl_0.007-1.dsc libtest-modern-perl_0.007.orig.tar.gz libtest-modern-perl_0.007-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 08:42:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 08:42:01 +0000 Subject: Processing of libtypes-datetime-perl_0.001-1_amd64.changes Message-ID: libtypes-datetime-perl_0.001-1_amd64.changes uploaded successfully to localhost along with the files: libtypes-datetime-perl_0.001-1_all.deb libtypes-datetime-perl_0.001-1.dsc libtypes-datetime-perl_0.001.orig.tar.gz libtypes-datetime-perl_0.001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 08:57:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 08:57:13 +0000 Subject: Processing of libtest-modern-perl_0.007-2_amd64.changes Message-ID: libtest-modern-perl_0.007-2_amd64.changes uploaded successfully to localhost along with the files: libtest-modern-perl_0.007-2_all.deb libtest-modern-perl_0.007-2.dsc libtest-modern-perl_0.007-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 09:07:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:07:21 +0000 Subject: Processing of libtypes-datetime-perl_0.001-2_amd64.changes Message-ID: libtypes-datetime-perl_0.001-2_amd64.changes uploaded successfully to localhost along with the files: libtypes-datetime-perl_0.001-2_all.deb libtypes-datetime-perl_0.001-2.dsc libtypes-datetime-perl_0.001-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 09:12:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:12:34 +0000 Subject: Processing of libtypes-uri-perl_0.001-1_amd64.changes Message-ID: libtypes-uri-perl_0.001-1_amd64.changes uploaded successfully to localhost along with the files: libtypes-uri-perl_0.001-1_all.deb libtypes-uri-perl_0.001-1.dsc libtypes-uri-perl_0.001.orig.tar.gz libtypes-uri-perl_0.001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 09:35:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:35:15 +0000 Subject: libtest-modern-perl_0.007-2_amd64.changes is NEW Message-ID: binary:libtest-modern-perl is NEW. source:libtest-modern-perl is NEW. libtest-modern-perl_0.007.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 09:35:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:35:09 +0000 Subject: libtest-modern-perl_0.007-1_amd64.changes is NEW Message-ID: binary:libtest-modern-perl is NEW. source:libtest-modern-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 09:35:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:35:22 +0000 Subject: libtypes-datetime-perl_0.001-1_amd64.changes is NEW Message-ID: binary:libtypes-datetime-perl is NEW. source:libtypes-datetime-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 09:35:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:35:34 +0000 Subject: libtypes-uri-perl_0.001-1_amd64.changes is NEW Message-ID: binary:libtypes-uri-perl is NEW. source:libtypes-uri-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 09:35:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 09:35:28 +0000 Subject: libtypes-datetime-perl_0.001-2_amd64.changes is NEW Message-ID: binary:libtypes-datetime-perl is NEW. source:libtypes-datetime-perl is NEW. libtypes-datetime-perl_0.001.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 11:09:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 11:09:10 +0000 Subject: Processing of libdispatch-class-perl_0.01-1_amd64.changes Message-ID: libdispatch-class-perl_0.01-1_amd64.changes uploaded successfully to localhost along with the files: libdispatch-class-perl_0.01-1_all.deb libdispatch-class-perl_0.01-1.dsc libdispatch-class-perl_0.01.orig.tar.gz libdispatch-class-perl_0.01-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 11:14:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 11:14:25 +0000 Subject: Processing of libdispatch-class-perl_0.01-2_amd64.changes Message-ID: libdispatch-class-perl_0.01-2_amd64.changes uploaded successfully to localhost along with the files: libdispatch-class-perl_0.01-2_all.deb libdispatch-class-perl_0.01-2.dsc libdispatch-class-perl_0.01-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 11:19:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 11:19:06 +0000 Subject: libdispatch-class-perl_0.01-2_amd64.changes is NEW Message-ID: binary:libdispatch-class-perl is NEW. source:libdispatch-class-perl is NEW. libdispatch-class-perl_0.01.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 11:19:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 11:19:00 +0000 Subject: libdispatch-class-perl_0.01-1_amd64.changes is NEW Message-ID: binary:libdispatch-class-perl is NEW. source:libdispatch-class-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 11:24:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 11:24:26 +0000 Subject: Processing of libtry-tiny-byclass-perl_0.01-1_amd64.changes Message-ID: libtry-tiny-byclass-perl_0.01-1_amd64.changes uploaded successfully to localhost along with the files: libtry-tiny-byclass-perl_0.01-1_all.deb libtry-tiny-byclass-perl_0.01-1.dsc libtry-tiny-byclass-perl_0.01.orig.tar.gz libtry-tiny-byclass-perl_0.01-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 11:33:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 11:33:48 +0000 Subject: libtry-tiny-byclass-perl_0.01-1_amd64.changes is NEW Message-ID: binary:libtry-tiny-byclass-perl is NEW. source:libtry-tiny-byclass-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 12:34:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 12:34:40 +0000 Subject: Processing of libredis-perl_1.9740-1_amd64.changes Message-ID: libredis-perl_1.9740-1_amd64.changes uploaded successfully to localhost along with the files: libredis-perl_1.9740-1_all.deb libredis-perl_1.9740-1.dsc libredis-perl_1.9740.orig.tar.gz libredis-perl_1.9740-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 12:44:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 12:44:44 +0000 Subject: Processing of libpoe-component-ikc-perl_0.2401-1_amd64.changes Message-ID: libpoe-component-ikc-perl_0.2401-1_amd64.changes uploaded successfully to localhost along with the files: libpoe-component-ikc-perl_0.2401-1_all.deb libpoe-component-ikc-perl_0.2401-1.dsc libpoe-component-ikc-perl_0.2401.orig.tar.gz libpoe-component-ikc-perl_0.2401-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 12:49:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 12:49:45 +0000 Subject: libpoe-component-ikc-perl_0.2401-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 14:38:26 +0200 Source: libpoe-component-ikc-perl Binary: libpoe-component-ikc-perl Architecture: source all Version: 0.2401-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpoe-component-ikc-perl - Perl module for POE Inter-Kernel Communication Changes: libpoe-component-ikc-perl (0.2401-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Drop typo-pod.patch, merged upstream. * Update years of upstream and packaging copyright. Checksums-Sha1: bb1eda000bf2da69245d467f6b3b7ca0d6a5bbae 2614 libpoe-component-ikc-perl_0.2401-1.dsc 7a076da3ff5953fe5d7264b92c5a7ecd7a7057f8 75941 libpoe-component-ikc-perl_0.2401.orig.tar.gz 7dcabd58367a4c30c106114cacab39563cda5d5b 3576 libpoe-component-ikc-perl_0.2401-1.debian.tar.xz fdd046345f5dd47fd11ce0b891a7f42ef8074e4d 99412 libpoe-component-ikc-perl_0.2401-1_all.deb Checksums-Sha256: 35b207a122cbddd847bda91820435fe5cd7019435f2aed0367156dd767c6c943 2614 libpoe-component-ikc-perl_0.2401-1.dsc 1f81191a01afe883b8449a8b39264124b5cd0de9589ef82a56fe390f06c5e5f6 75941 libpoe-component-ikc-perl_0.2401.orig.tar.gz 5869ca758747fd36cf807b2190abae6018b9e407da3036bd6100a54d8c5595b8 3576 libpoe-component-ikc-perl_0.2401-1.debian.tar.xz cef5320d03ffca42a710044c351feb093e2fc20f4bf03ec652f34e9fd35e7aac 99412 libpoe-component-ikc-perl_0.2401-1_all.deb Files: 6a2e0c3c3092b4eae3f1af55609692a5 99412 perl optional libpoe-component-ikc-perl_0.2401-1_all.deb 0fea3c1f573144a80c5b9f112cda25d2 2614 perl optional libpoe-component-ikc-perl_0.2401-1.dsc 66107a16e56ecb9a1ff266bb456d3121 75941 perl optional libpoe-component-ikc-perl_0.2401.orig.tar.gz 1a0ba9610a1c46ab78e99c9d7fba24e9 3576 perl optional libpoe-component-ikc-perl_0.2401-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTd1iQThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqQtEACfB1rIVdzxjUg+g5wL8qXPwvqDMLCi2kwTxtqQbO1Da0QH aCxh/mZWuY0iOQHNaWv4iBgAzNx5uQJMKTjnu2Q7zNraHfRD3fsUnc5ycoKN850r RVF2qLoDSODUK5P4KKVyrgv6NclnMSzc17DsCk//516bePWe1OlE6S4r8WjHhU7O GBi+Z1PFqQzPPbENdR7bdWI88Zq4H2cdt26/aL98DYcRqADNTBaSu/Io6yPtU5UL Zp5n3WlitAiLAsOKz+ykMHjW/dONRmCWwBJZuOEcUUt7dqVwMb6tsu+Nj6goOLNb XUW2PgJa0kAU5oYhBYvfxNlnpRNVVUlU20t2ek0KpDzsgI9tzDdYxTdDml2gT4Jv Y2yqGch+Zd1gcM9brRKOefyIAqkf8PjFUvrkVG9ZUYY6bSWXclYRBz0yyE9GaLLf QuNsaGb8gfZ8vlwhCN/QgnA5PXmM05joul4ErOO/HHQdaAtRasIWqSqTevAztdep ZNdy5cfc475CI5fnYLeXZ8qILgwIBCqkiLtLOzirFNgMcqdDfdd9NNnOk76fqK6C Be1KPEW8+N5YwbTCZJpvGNXSn6z+rkIW6isXG9tX6JmPjM3tWhu4Kd3NBfwY4uhJ nMpgskaSxK+zYv7ZL1BnV31ADnYy6v+rZkp2UhDBsRKgF7G6Vfm5vV70s8HwUw== =2LpK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 17 12:49:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 12:49:48 +0000 Subject: Processing of libplack-middleware-test-stashwarnings-perl_0.08-1_amd64.changes Message-ID: libplack-middleware-test-stashwarnings-perl_0.08-1_amd64.changes uploaded successfully to localhost along with the files: libplack-middleware-test-stashwarnings-perl_0.08-1_all.deb libplack-middleware-test-stashwarnings-perl_0.08-1.dsc libplack-middleware-test-stashwarnings-perl_0.08.orig.tar.gz libplack-middleware-test-stashwarnings-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 12:49:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 12:49:52 +0000 Subject: libredis-perl_1.9740-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 14:30:46 +0200 Source: libredis-perl Binary: libredis-perl Architecture: source all Version: 2:1.9740-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libredis-perl - persistent key-value database with network interface (Perl client Changes: libredis-perl (2:1.9740-1) unstable; urgency=medium . * New upstream release. * Make build dependency on libtest-tcp-perl versioned. Checksums-Sha1: a53eb30435b4b8887b4cf9d47091905ee0c88cc0 2508 libredis-perl_1.9740-1.dsc ec9379c741047af9b9e9f67753b36cc3ed1a4b93 41137 libredis-perl_1.9740.orig.tar.gz 4a347657ac2f53306705c3b201e0942465c24e31 6444 libredis-perl_1.9740-1.debian.tar.xz b7612e2a716e95da325d0540a9a74a421152b18b 43234 libredis-perl_1.9740-1_all.deb Checksums-Sha256: 9bcaa3b0ed57c36816c8a77b27994c353291fd648a1abeb0dfa1121da502bf02 2508 libredis-perl_1.9740-1.dsc 72452518e9015395318499bc5a200bfa98ae94529ff220dd03d1c6c31cda109e 41137 libredis-perl_1.9740.orig.tar.gz 24932def53517d31aded8a0a859400783fef7df2473c0ae6ba6733cb73121245 6444 libredis-perl_1.9740-1.debian.tar.xz a50b20a790d8ea5577fe11c700d04ba428df8565e0de875240473c3f6dff58f6 43234 libredis-perl_1.9740-1_all.deb Files: fcbee745b72f248d300d1762a72a2699 43234 perl optional libredis-perl_1.9740-1_all.deb e7bdef89195754f856cec8a3689e3f5d 2508 perl optional libredis-perl_1.9740-1.dsc 5c29c862b8e1e7c49f936cbe12f07da1 41137 perl optional libredis-perl_1.9740.orig.tar.gz 87e3317b557e39fa14187fd091a80061 6444 perl optional libredis-perl_1.9740-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTd1brThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsv8D/9NOEyugbj2HMP7LmZzpJHcnlDnx9ll3PB0J3sTjDwxfl8t PeFKR/1wdE6B3sO6b/Dq+UmxfW2iJKBNe+Yyu4Dtt+fa1RsFb2dP7wRxV3rzREwY vCfuVphqeCdTOpw2hXWV5nSebKc73RQ2e4n/5SStz5QOZl/7f03eRpxHvRkU7a0f +qaE5BDoGb5/34WHatXd1KWxzv64dLAYToUnj4dCGDJfTJKRDLeY3pbpweb84mSC jMyQA/Epbz2HklCLLOggiNlXD08s7ozWtEPQmEnpmoWYm5rhaFLv3lsByyoYWiXW pPe9lJQTZiX3hews9aHF26gsbzaBdfPDAZwBkJYeFjveQ5Nx7GwHK7y2jwNYtuE/ b/jEkzXrHno1fMqBNup32WNtBdc3lixwYdkdgCMbRFWkoHyzf1khPrlfaQ5GxfuJ GGk7LOF78oETlYIjyoZsMln8ZXA1f/hdqNJgKdjtpmmP14GsTq13kZJmpmVFy8Ar nzI/0oF65voIBvqsIyuy9Jr1mxtsS0K7otalzCLbMHu9YotelPm3j61QTWlaG24t JcmpVH9F3pLl93DiFUDovNJMCA3OsUENT9+S+U/HlqTh50dw3m6a8gx5y7z5FJxI i6zdv4i89aJTPIyJm35w8gk2jMq0zpGsTM7canfu6Famlg1FJ01tAsjvVoCUCQ== =LgDd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 17 12:59:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 12:59:49 +0000 Subject: Processing of libcatalyst-plugin-authorization-acl-perl_0.16-1_amd64.changes Message-ID: libcatalyst-plugin-authorization-acl-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authorization-acl-perl_0.16-1_all.deb libcatalyst-plugin-authorization-acl-perl_0.16-1.dsc libcatalyst-plugin-authorization-acl-perl_0.16.orig.tar.gz libcatalyst-plugin-authorization-acl-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 13:03:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 13:03:53 +0000 Subject: libcatalyst-plugin-authorization-acl-perl_0.16-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 14:57:21 +0200 Source: libcatalyst-plugin-authorization-acl-perl Binary: libcatalyst-plugin-authorization-acl-perl Architecture: source all Version: 0.16-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcatalyst-plugin-authorization-acl-perl - ACL support for Catalyst applications Changes: libcatalyst-plugin-authorization-acl-perl (0.16-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop pod-spelling.patch, merged upstream. * Update debian/copyright. Bump copyright years, drop info about removed Module::Install. * Remove debian/libcatalyst-plugin-authorization-acl-perl.docs. TODO is gone. * Drop version constraint from libcatalyst-perl (build) dependency. Checksums-Sha1: 5bc17c6087cf9fd0bc0b43409789b27286e04ab4 2827 libcatalyst-plugin-authorization-acl-perl_0.16-1.dsc d0db208421017f82382dc1aa5ad09e3892e13cc4 23486 libcatalyst-plugin-authorization-acl-perl_0.16.orig.tar.gz a710d50f4115657bb28cced7f53fc57138bc6c9e 1940 libcatalyst-plugin-authorization-acl-perl_0.16-1.debian.tar.xz 906b4c17c62d2db2830a52a5a4a55e82a1b0c056 19054 libcatalyst-plugin-authorization-acl-perl_0.16-1_all.deb Checksums-Sha256: 21827689f0d41ff0c3aae73fcd0e376cf43d0f80569046166b5536873133cc08 2827 libcatalyst-plugin-authorization-acl-perl_0.16-1.dsc 2a37e653482efd2c93b86c6a838941e056c5f94dd86c0f0b893d51933312837c 23486 libcatalyst-plugin-authorization-acl-perl_0.16.orig.tar.gz 0d499c46fe45d97ad7c810eeca9be7646d0829cb096f41384719d6597ddf27e9 1940 libcatalyst-plugin-authorization-acl-perl_0.16-1.debian.tar.xz 6409459b2058f5f832893969207b0ad9506bc55b3944a19f3b6ffbf3b0e0d683 19054 libcatalyst-plugin-authorization-acl-perl_0.16-1_all.deb Files: 59a4f192e3c2b857fc9bb44106d36fce 19054 perl optional libcatalyst-plugin-authorization-acl-perl_0.16-1_all.deb b981365cae624d115fa607bdbf19cd45 2827 perl optional libcatalyst-plugin-authorization-acl-perl_0.16-1.dsc b47849e930a3d51c6db23028b7cfc05a 23486 perl optional libcatalyst-plugin-authorization-acl-perl_0.16.orig.tar.gz abcaac89581ec73a9705954a9177b4ad 1940 perl optional libcatalyst-plugin-authorization-acl-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJqBAEBCgBVBQJTd10SThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvgED/jcKG6ENGlaCWX+UF0WWsoJyQLWX5uCZ2dn2klkmcsFB6uh 2VrIwE99gQXUQDPczh55U69fVN5pj8qIRKIOPIckh3shxCvdWZ4ROtRnLdB7LBWJ NU0wxZsqwWSgBL+eKgNmal5I943+s7ibruxSFHEI4eSLpoYyzAWh5lmvKIOOBeeV qa+UbKoDJoiZoLzIl/tTxPEIsgaLxLubx455WJKAzZx1CYEzuWxPKs/lGppjiGkW z2tG0QyTDKGBOtYh8PpMkIFYz77lbiiOWghGnTlfl8c7P0LzdNQIh/Q8Bp44Nokc WCtA96bPrxUT9Vf88GCCcbTkf7rrhdx2CBLgdmlVZdU59qiDjhn7KX4hYSLOiyP8 Tzt6EWYMebBo/yCB+fprucAaVJwjTBmWczbL7WD/xBrRLBeO9MMgkuCRtorloC6N lhAcgBonkEYSmlL2FzwL5cKLAR7SHinglFPbO3EDRdCimUvgBBe9hDbolpThbpKD ixOiDwz1WikDVMjwZFU5uIUqhwduN0HBWI8fJhirrzndmS8snlwK6a6ebwqVdqTv 8SHyeqfpPy3KQXyj9TUVLIXtOBHw+bZKB4Em8qcm8S6I5RCLEOgAtU3KuMwqG/Tp go7lI36b8l06vtyJ09AsnU33Ajlo1jfmK/US4DRpZYZundrmdJFCvYpC+xNw =AEWP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 17 13:04:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 13:04:09 +0000 Subject: libplack-middleware-test-stashwarnings-perl_0.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 14:43:20 +0200 Source: libplack-middleware-test-stashwarnings-perl Binary: libplack-middleware-test-stashwarnings-perl Architecture: source all Version: 0.08-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libplack-middleware-test-stashwarnings-perl - module for testing plack application warnings Changes: libplack-middleware-test-stashwarnings-perl (0.08-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 9e88e2c4c368e1e6117613ad61c439d0b7ff24c7 2496 libplack-middleware-test-stashwarnings-perl_0.08-1.dsc 11c62305b2268861f827ac5b983e25ead6d9db6b 23970 libplack-middleware-test-stashwarnings-perl_0.08.orig.tar.gz b9848b28dfd983e0b082adae97538b32c7f76984 1996 libplack-middleware-test-stashwarnings-perl_0.08-1.debian.tar.xz 8b89bdaf9f66c12d56d45e796c7d07f4ec53304a 8088 libplack-middleware-test-stashwarnings-perl_0.08-1_all.deb Checksums-Sha256: 5c914e4af9e99cdca78dfc2795d440aa48d0f0cc9775ba4f0518d22275384af9 2496 libplack-middleware-test-stashwarnings-perl_0.08-1.dsc 89cfbb24435737dfce94cf5f35e256bdca8576dd3256ce1141e98fe42588e533 23970 libplack-middleware-test-stashwarnings-perl_0.08.orig.tar.gz eadebe4fdcad72f3c2ee8947527ce6902c9b4e71e8a5ba850b711669326120d5 1996 libplack-middleware-test-stashwarnings-perl_0.08-1.debian.tar.xz 066890ea908920794282a37098f023c059cb4e1fc012b99950f2cc1c08f62a6b 8088 libplack-middleware-test-stashwarnings-perl_0.08-1_all.deb Files: b6023c45b8fcaca23561fe501e2b3dbc 8088 perl optional libplack-middleware-test-stashwarnings-perl_0.08-1_all.deb c54f60daef7e2bd56f47352413f2ae6c 2496 perl optional libplack-middleware-test-stashwarnings-perl_0.08-1.dsc 6d04da209df64e63af67f1d8ba3ca57e 23970 perl optional libplack-middleware-test-stashwarnings-perl_0.08.orig.tar.gz 3080f3138d1dc600100c76f1e66b484b 1996 perl optional libplack-middleware-test-stashwarnings-perl_0.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTd1mdThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBo2qD/9ZFPzeOLg9RywnXSqONUobN3s/QZuTAdaZDgyDAuJGRl1v qwh8/DaAIVnFF3mbZjiY2azYMYfQRye7Rd5tP4APOLoYS9DH/J6MTpCJx0NgjHV4 3qekkIf0yN4rceW+i9tIAYma1389Q9nbigbD08UcUkze7hH1xu0wAS7NdqGn2vRu zje+NsZhS6llcdduZdcrCjbj7Ul8X3wptHh3ouDnlkLZs8LzegtXkSeWeHJ6pOc9 CBfcPQL25gdRVRT88Rsp7RWEF+p1l2MH78laoxcdNKBV+hwn5ykvqR7CTR54dKIF c0WM3Gw+Nlr1jB4pZ5xVDEHASWt4YC8n5OU+imUtKxhNNPyquOjY3caPARTZ+lLT hKHUyv8wvTdh1wiT0ULWW7l6qBjZFT2WlokhhbsMsMyrd4qEbwb8y71NTwBBmL7o RiQMkXXIe2ORm2M+gwcB2mmq+Gh8Z2eXQ/22lPggi56KFgstPQkCSfLFr4jTdwnt bpFMmR7uJuwK8BsOxxVx1rWR7Lt/rtq/OMhMi2M1NL7HCKlJmAh8pl5HBMuTXY2e EEiHuPc5MniBQY3pQfmYWtwc8pO2cFRQjEEZPlVLPJpCOHa2KMZt9o3vVqGv6fKi BYU1fRbNEz1WxAVTUnejETCX4430lv8K4KwJart0hcdfdV46BbBTMnnKPaJ2pA== =o4t6 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libcatalyst-perl 5.90064-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-perl source package in Debian's testing distribution has changed. Previous version: 5.90062-1 Current version: 5.90064-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdancer-perl 1.3124+dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libdancer-perl source package in Debian's testing distribution has changed. Previous version: 1.3123+dfsg-1 Current version: 1.3124+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libsys-virt-perl 1.2.4-1 MIGRATED to testing Message-ID: FYI: The status of the libsys-virt-perl source package in Debian's testing distribution has changed. Previous version: 1.2.1-1 Current version: 1.2.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libencode-perl 2.60-1 MIGRATED to testing Message-ID: FYI: The status of the libencode-perl source package in Debian's testing distribution has changed. Previous version: 2.57-1 Current version: 2.60-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libmail-box-perl 2.114-1 MIGRATED to testing Message-ID: FYI: The status of the libmail-box-perl source package in Debian's testing distribution has changed. Previous version: 2.113-1 Current version: 2.114-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libpath-tiny-perl 0.054-1 MIGRATED to testing Message-ID: FYI: The status of the libpath-tiny-perl source package in Debian's testing distribution has changed. Previous version: 0.052-1 Current version: 0.054-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdefhash-perl 1.0.5-1 MIGRATED to testing Message-ID: FYI: The status of the libdefhash-perl source package in Debian's testing distribution has changed. Previous version: 1.0.3-1 Current version: 1.0.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdatetime-perl 2:1.10-1 MIGRATED to testing Message-ID: FYI: The status of the libdatetime-perl source package in Debian's testing distribution has changed. Previous version: 2:1.08-1 Current version: 2:1.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libemail-messageid-perl 1.405-1 MIGRATED to testing Message-ID: FYI: The status of the libemail-messageid-perl source package in Debian's testing distribution has changed. Previous version: 1.404-1 Current version: 1.405-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libconfig-gitlike-perl 1.13-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-gitlike-perl source package in Debian's testing distribution has changed. Previous version: 1.12-1 Current version: 1.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libimage-exiftool-perl 9.60-1 MIGRATED to testing Message-ID: FYI: The status of the libimage-exiftool-perl source package in Debian's testing distribution has changed. Previous version: 9.59-1 Current version: 9.60-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdata-section-simple-perl 0.07-1 MIGRATED to testing Message-ID: FYI: The status of the libdata-section-simple-perl source package in Debian's testing distribution has changed. Previous version: 0.06-1 Current version: 0.07-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libcatalyst-action-rest-perl 1.15-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-action-rest-perl source package in Debian's testing distribution has changed. Previous version: 1.14-1 Current version: 1.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdist-zilla-perl 5.016-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-zilla-perl source package in Debian's testing distribution has changed. Previous version: 5.013-1 Current version: 5.016-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdatetime-timezone-perl 1:1.69-1+2014c MIGRATED to testing Message-ID: FYI: The status of the libdatetime-timezone-perl source package in Debian's testing distribution has changed. Previous version: 1:1.65-1+2014a Current version: 1:1.69-1+2014c -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdatetime-format-strptime-perl 1.5500-1 MIGRATED to testing Message-ID: FYI: The status of the libdatetime-format-strptime-perl source package in Debian's testing distribution has changed. Previous version: 1.5400-1 Current version: 1.5500-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libcatalyst-plugin-email-perl 0.08-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-email-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.08-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libdatetime-format-mail-perl 0.4010-1 MIGRATED to testing Message-ID: FYI: The status of the libdatetime-format-mail-perl source package in Debian's testing distribution has changed. Previous version: 0.3001-2 Current version: 0.4010-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libconfig-autoconf-perl 0.27-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-autoconf-perl source package in Debian's testing distribution has changed. Previous version: 0.25-1 Current version: 0.27-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 17 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 17 May 2014 16:39:12 +0000 Subject: libemail-address-perl 1.903-1 MIGRATED to testing Message-ID: FYI: The status of the libemail-address-perl source package in Debian's testing distribution has changed. Previous version: 1.901-1 Current version: 1.903-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Sat May 17 16:48:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 17 May 2014 16:48:15 +0000 Subject: Processed: tagging 719835 References: <1400345158-3324-bts-ntyni@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # fixed in 1.43 > tags 719835 + fixed-upstream Bug #719835 [libdevel-findref-perl] libdevel-findref-perl: crash in XS_Devel__FindRef_find_ on Perl 5.18 Added tag(s) fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 719835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719835 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat May 17 18:07:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 18:07:37 +0000 Subject: Processing of libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes Message-ID: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-formbuilder-perl_0.06-2_all.deb libcatalyst-controller-formbuilder-perl_0.06-2.dsc libcatalyst-controller-formbuilder-perl_0.06-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dr at jones.dk Fri May 16 19:22:30 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 16 May 2014 21:22:30 +0200 Subject: metacpan.org is a search engine, not canonical source Message-ID: <20140516192230.4335.94247@bastian.jones.dk> Hi, We advice at to use metacpan.org URL in watch file and - if not provided - as homepage. We do not, however, advice about URL to provide as source in copyright file. metacpan.org describes itself at as "an open source search engine for the Comprehensive Perl Archive Network (CPAN)", where that last "CPAN" is a link to . To me that indicates that a) metacpan.org is an alternative to search.cpan.org but also that b) www.cpan.org is main host for CPAN, and therefore that the author-based URL at www.cpan.org should be treated as canonical source. What do others think? - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From dr at jones.dk Sat May 17 18:07:10 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 17 May 2014 20:07:10 +0200 Subject: Bug#748484: ITP: libmarpa-r2-perl -- BNF grammar parser Message-ID: <20140517180710.4042.79408.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libmarpa-r2-perl Version : 2.084000 Upstream Author : Jeffrey Kegler * URL : https://metacpan.org/release/Marpa-R2 * License : LGPL-3 Programming Lang: Perl + C Description : BNF grammar parser Marpa::R2 parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. Marpa does both left- and right-recursion in linear time -- in fact if a grammar is in any class currently in practical use, Marpa will parse it in linear time. This package is required by libcatmandu-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTd6VKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWZ7kIAMSctTpMrMhFJ/XLKmKKxVBU i3eywBFAqZs8RJFKnXawDyCV48ZI8fmNsCzojKGYe5DsrLGSdR2mRCOJ9d32sHsb gS/iNrZI1hCX9dzYDhPLNGw0kGNObN02HpWu5K+rrQHsHrctLKL9k0jhwcbrO3fF P5TBPo3rQHgPWq0hm5QnW1UESvyOj1TqDDZJnIszgoZ6Cl3ZQsNHUZ3dC9A+nXny TbQORsTBnDP9lhE/dFFn8O4bPWDIxzvh+v30G7eJ/VDsdxrar5JRdjPGJ2kRGKi/ fPStVNiWLQl6HWfC+6yCVIqwfXwOuVuxe70EkDbqBexv9ZQ5V4W52jrDEfIZpcE= =J6MI -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sat May 17 18:18:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 18:18:42 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes REJECTED Message-ID: Processing raised an exception: [Errno 2] No such file or directory: '/srv/ftp-master.debian.org/tmp/dakkGT8Pv/libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz'. Traceback (most recent call last): File "/srv/ftp-master.debian.org/dak/dak/daklib/archive.py", line 899, in check chk().check(self) File "/srv/ftp-master.debian.org/dak/dak/daklib/checks.py", line 132, in check self._check_hashes(upload, source.filename, source.files.itervalues()) File "/srv/ftp-master.debian.org/dak/dak/daklib/checks.py", line 151, in _check_hashes f.check(upload.directory) File "/srv/ftp-master.debian.org/dak/dak/daklib/upload.py", line 140, in check size = os.stat(path).st_size OSError: [Errno 2] No such file or directory: '/srv/ftp-master.debian.org/tmp/dakkGT8Pv/libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz' === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Sat May 17 18:37:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 18:37:43 +0000 Subject: Processing of libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes Message-ID: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-controller-formbuilder-perl_0.06-2_all.deb libcatalyst-controller-formbuilder-perl_0.06-2.dsc libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz libcatalyst-controller-formbuilder-perl_0.06-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 18:48:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 18:48:46 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes is NEW Message-ID: binary:libcatalyst-controller-formbuilder-perl is NEW. source:libcatalyst-controller-formbuilder-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From abe at debian.org Sat May 17 19:15:39 2014 From: abe at debian.org (Axel Beckert) Date: Sat, 17 May 2014 21:15:39 +0200 Subject: metacpan.org is a search engine, not canonical source In-Reply-To: <20140516192230.4335.94247@bastian.jones.dk> References: <20140516192230.4335.94247@bastian.jones.dk> Message-ID: <20140517191539.GL4356@sym.noone.org> Hi, Jonas Smedegaard wrote: > To me that indicates that a) metacpan.org is an alternative to > search.cpan.org but also that b) www.cpan.org is main host for CPAN, and > therefore that the author-based URL at www.cpan.org should be treated as > canonical source. I think metacpan.org (as well as search.cpan.org) URLs have one big advantage: They don't change if a module shows up under multiple authors. This is especially important for watch files and IMHO lowers also the amount of necessary package maintenance if used in the Homepage header. I have no strong opinion about which URL should go into the debian/copyright file, but I prefer URLs which don't change too often to lower the need for packaging changes, too. So I prefer to stick with the https://metacpan.org/release/$DISTRIBUTION scheme, at least for Homepage header and watch files, but would also recommend it for debian/copyright. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 From dr at jones.dk Sat May 17 19:42:25 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 17 May 2014 21:42:25 +0200 Subject: metacpan.org is a search engine, not canonical source In-Reply-To: <20140517191539.GL4356@sym.noone.org> References: <20140516192230.4335.94247@bastian.jones.dk> <20140517191539.GL4356@sym.noone.org> Message-ID: <20140517194225.4335.39889@bastian.jones.dk> Quoting Axel Beckert (2014-05-17 21:15:39) > Jonas Smedegaard wrote: >> To me that indicates that a) metacpan.org is an alternative to >> search.cpan.org but also that b) www.cpan.org is main host for CPAN, >> and therefore that the author-based URL at www.cpan.org should be >> treated as canonical source. > > I think metacpan.org (as well as search.cpan.org) URLs have one big > advantage: They don't change if a module shows up under multiple > authors. This is especially important for watch files and IMHO lowers > also the amount of necessary package maintenance if used in the > Homepage header. > > I have no strong opinion about which URL should go into the > debian/copyright file, but I prefer URLs which don't change too often > to lower the need for packaging changes, too. > > So I prefer to stick with the > https://metacpan.org/release/$DISTRIBUTION scheme, at least for > Homepage header and watch files, but would also recommend it for > debian/copyright. What you write matches the advice that I wrote about in first sentence of my initial post: > We advice at to use > metacpan.org URL in watch file and - if not provided - as homepage. That is not the issue I raise here. You do not comment on second sentence of my initial post: > We do not, however, advice about URL to provide as source in copyright > file. That's the issue I raise. Sorry if I my elaboration (which is all you quoted) somehow was misleading as to what issue I intended to raise. To summarize: I believe metacpan should not be used as canonical source, because it is not source, only a (quite nice) search interface for sources at www.cpan.org. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From ftpmaster at ftp-master.debian.org Sat May 17 20:02:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 20:02:58 +0000 Subject: Processing of libmarpa-r2-perl_2.084000-1_amd64.changes Message-ID: libmarpa-r2-perl_2.084000-1_amd64.changes uploaded successfully to localhost along with the files: libmarpa-r2-perl_2.084000-1_amd64.deb libmarpa-r2-perl_2.084000-1.dsc libmarpa-r2-perl_2.084000.orig.tar.gz libmarpa-r2-perl_2.084000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dr at jones.dk Sat May 17 19:59:18 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 17 May 2014 21:59:18 +0200 Subject: Bug#748500: ITP: libconfig-onion-perl -- layered configuration Message-ID: <20140517195918.12591.74554.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libconfig-onion-perl Version : 1.004 Upstream Author : Dave Sherohman * URL : https://metacpan.org/release/Config-Onion * License : Artistic or GPL-1+ Programming Lang: Perl Description : layered configuration Config::Onion stores all configuration settings in four layers: Defaults, Main, Local, and Override. Each layer can be added to as many times as you like. Within each layer, settings which are given multiple times will take the last specified value, while those which are not repeated will remain untouched. This package is required by libcatmandu-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTd7+RXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vW0wEH/jOmB0SqE7vztvzu4WYmI1fC CRZ7tYaK5aJJ5LAPSPSsUQ3KUVxt+CXLDnfw3M8dvfyb9YnZXf3k1ZY3uF8MGqYD WlO5dG5dvDX07SzNgf1OvDiaN5FqQf5Ci/NTDW6NQDG+CKUlyyAlO15WOeLWGjQH M0/3Z6dbd73b9ppXFM+8nzPAB9fwGqrCNoTNzOMpga3NQZkMi5R6oersEP1FMMZX BEPDMW58AZTiI0qMGSvbw3c0wfynoj2YD6+jIyGQyT4YjUewk5MXi+lJcm+s3sHm G46xyd0aGfPAn6TsgQ4m+30Lq2cLHTeYgF06wkvn3HA+JCfxV4HEr/oMqTBbKhs= =oCBZ -----END PGP SIGNATURE----- From dmn at debian.org Sat May 17 20:14:34 2014 From: dmn at debian.org (Damyan Ivanov) Date: Sat, 17 May 2014 23:14:34 +0300 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes REJECTED In-Reply-To: References: <20140516193349.GE28286@ktnx.net> Message-ID: <20140517201434.GI28286@ktnx.net> -=| Thorsten Alteholz, 16.05.2014 23:04:08 +0200 |=- > Hi Damyan, > > On Fri, 16 May 2014, Damyan Ivanov wrote: > >The only mention of licensing (and copyright) is in the main module, > >lib/Catalyst/Controller/FormBuilder.pm: > > oh, I am afraid I didn't see that. So please upload the package > again. Done. Thanks again. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From taffit at debian.org Sat May 17 20:26:02 2014 From: taffit at debian.org (David =?UTF-8?Q?Pr=C3=A9vot?=) Date: Sat, 17 May 2014 16:26:02 -0400 Subject: Bug#748501: Please recognise the =?UTF-8?Q?=E2=80=9C?= with =?UTF-8?Q?exception=E2=80=9D?= syntax Message-ID: <20140517202601.GA28678@mikado.tilapin.org> Package: libconfig-model-dpkg-perl Version: 2.048 Severity: normal Hi, Running ?cme check dpkg-copyright? on a package using the valid ? with exception? syntax as per [CF-1.0] fails: owncloud-client$ cme check dpkg-copyright loading data Warning: skipping value LGPL-2.1 with Diaga-LGPL-1.1 exception because of the following errors: value 'LGPL-2.1 with Diaga-LGPL-1.1 exception' does not match grammar: [?] Configuration item 'Files:"src/3rdparty/qtlockedfile/* src/3rdparty/qtsingleapplication/*" License short_name' has a wrong value: Undefined mandatory value. owncloud-client$ grep src/3rdparty/qtlockedfile/ debian/copyright -A3 Files: src/3rdparty/qtlockedfile/* src/3rdparty/qtsingleapplication/* Copyright: 2012 Nokia Corporation and/or its subsidiary(-ies) License: LGPL-2.1 with Diaga-LGPL-1.1 exception CF-1.0: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-rt-amd64 (SMP w/1 CPU core; PREEMPT) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libconfig-model-dpkg-perl depends on: ii libapt-pkg-perl 0.1.29+b1 ii libconfig-model-perl 2.055-1 ii liblog-log4perl-perl 1.43-1 ii libmodule-corelist-perl 3.10-1 ii libmouse-perl 2.2.0-1 ii libparse-recdescent-perl 1.967009+dfsg-1 ii libsoftware-license-perl 0.103010-1 ii libtext-autoformat-perl 1.669004-1 ii liburi-perl 1.60-1 ii libwww-perl 6.06-1 ii lintian 2.5.22.1 ii perl 5.18.2-4 ii perl-modules [libmodule-corelist-perl] 5.18.2-4 Versions of packages libconfig-model-dpkg-perl recommends: ii libconfig-model-tkui-perl 1.343-1 libconfig-model-dpkg-perl suggests no packages. -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From taffit at debian.org Sat May 17 20:30:22 2014 From: taffit at debian.org (David =?UTF-8?Q?Pr=C3=A9vot?=) Date: Sat, 17 May 2014 16:30:22 -0400 Subject: Bug#748502: Please support gbp-pq patches Message-ID: <20140517203022.GA11181@mikado.tilapin.org> Package: libconfig-model-dpkg-perl Version: 2.048 Severity: wishlist Even if ?gbp bq? doesn?t provide strictly valid DEP-3 debian/patches, it would be nice if ?cme check dpkg? handled those ?git am?-like patches (eventually with a warning) instead of failing on them sometimes. Regards David -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-rt-amd64 (SMP w/1 CPU core; PREEMPT) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libconfig-model-dpkg-perl depends on: ii libapt-pkg-perl 0.1.29+b1 ii libconfig-model-perl 2.055-1 ii liblog-log4perl-perl 1.43-1 ii libmodule-corelist-perl 3.10-1 ii libmouse-perl 2.2.0-1 ii libparse-recdescent-perl 1.967009+dfsg-1 ii libsoftware-license-perl 0.103010-1 ii libtext-autoformat-perl 1.669004-1 ii liburi-perl 1.60-1 ii libwww-perl 6.06-1 ii lintian 2.5.22.1 ii perl 5.18.2-4 ii perl-modules [libmodule-corelist-perl] 5.18.2-4 Versions of packages libconfig-model-dpkg-perl recommends: ii libconfig-model-tkui-perl 1.343-1 libconfig-model-dpkg-perl suggests no packages. -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From abe at debian.org Sat May 17 21:06:41 2014 From: abe at debian.org (Axel Beckert) Date: Sat, 17 May 2014 23:06:41 +0200 Subject: metacpan.org is a search engine, not canonical source In-Reply-To: <20140517194225.4335.39889@bastian.jones.dk> References: <20140516192230.4335.94247@bastian.jones.dk> <20140517191539.GL4356@sym.noone.org> <20140517194225.4335.39889@bastian.jones.dk> Message-ID: <20140517210641.GM4356@sym.noone.org> Hi, [Jonas and me had a longer discussion #debian-perl to check if we talk about the same thing. Basically we disagree on the preference between indirection vs per-author URLs. Jonas: Feel free to post your view of that discussion, too. :-] Jonas Smedegaard wrote: > What you write matches the advice that I wrote about in first sentence > of my initial post: > > > We advice at to use > > metacpan.org URL in watch file and - if not provided - as homepage. > > That is not the issue I raise here. Good to hear. It was initially not clear to me, if you want to change them away from metacpan.org, too. (I consider metacpan.org as current default for debian/copyright, too, despite it's not written down anywhere yet.) I'm btw. fine with adding a recommendation for what should go into debian/copyright. > You do not comment on second sentence of my initial post: > > > We do not, however, advice about URL to provide as source in copyright > > file. I think I did. Twice: > > I have no strong opinion about which URL should go into the > > debian/copyright file, but I prefer URLs which don't change too often > > to lower the need for packaging changes, too. > > > > So I prefer to stick with the > > https://metacpan.org/release/$DISTRIBUTION scheme, at least for > > Homepage header and watch files, but would also recommend it for > > debian/copyright. > To summarize: I believe metacpan should not be used as canonical source, > because it is not source, only a (quite nice) search interface for > sources at www.cpan.org. And I disagree for the reasons quoted above, but wouldn't try to veto as my opinion for this is not as strong as with watch file and Homepage header. I only think that the package maintenance effort that would be needed for distributions with multiple authors/uploaders and hence regularily changing upstream source URL is not worth getting rid of the one indirection (if we consider any CPAN mirror including metacpan.org's as canonical). Citing mst for an example of such a distribution: 22:15:33 XTaran: if a different person releases the next version the module will move author directories 22:15:43 people assuming that wouldn't be the case were the bane of my life for years 22:16:19 since DBIx::Class was the first major cpan project to have a pool of half a dozen or so people who shipped dists (Another result of that discussion is btw. that I'll make a pull request to patch MetaCPAN's about page. :-) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 From ftpmaster at ftp-master.debian.org Sat May 17 21:14:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 21:14:38 +0000 Subject: Processing of libconfig-onion-perl_1.004-1_amd64.changes Message-ID: libconfig-onion-perl_1.004-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-onion-perl_1.004-1_all.deb libconfig-onion-perl_1.004-1.dsc libconfig-onion-perl_1.004.orig.tar.gz libconfig-onion-perl_1.004-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 21:44:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 21:44:36 +0000 Subject: libconfig-onion-perl_1.004-1_amd64.changes is NEW Message-ID: binary:libconfig-onion-perl is NEW. source:libconfig-onion-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 21:45:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 21:45:27 +0000 Subject: libmarpa-r2-perl_2.084000-1_amd64.changes is NEW Message-ID: binary:libmarpa-r2-perl is NEW. source:libmarpa-r2-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 17 21:59:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 21:59:43 +0000 Subject: Processing of libcatmandu-perl_0.9-1_amd64.changes Message-ID: libcatmandu-perl_0.9-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-perl_0.9-1_all.deb libcatmandu-perl_0.9-1.dsc libcatmandu-perl_0.9.orig.tar.gz libcatmandu-perl_0.9-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 17 22:21:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 17 May 2014 22:21:15 +0000 Subject: libcatmandu-perl_0.9-1_amd64.changes is NEW Message-ID: binary:libcatmandu-perl is NEW. source:libcatmandu-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From dr at jones.dk Sat May 17 23:34:47 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 18 May 2014 01:34:47 +0200 Subject: Bug#748522: ITP: librdf-aref-perl -- another RDF Encoding Form Message-ID: <20140517233447.3569.85160.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : librdf-aref-perl Version : 0.11 Upstream Author : Jakob Vo? * URL : https://github.com/nichtich/RDF-aREF * License : Artistic or GPL-1+ Programming Lang: Perl Description : another RDF Encoding Form aREF (another RDF Encoding Form) is an encoding of RDF graphs in form of arrays, hashes, and Unicode strings. . RDF::aREF implements decoding from aREF data to RDF triples. This package is required by libcatmandu-rdf-perl. It will be maintained inside the pkg-perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTd/ISXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWWe0IAKZn3+HNpSDGTsWJIMULZfBT cKorO5TDdJGDtVA/hfJ7LyAoye1hvfQnJtKL9dxiauDQF6zwDNik/merqr4GxYo9 Fx83krvNy7b7W2Jw6ZMfT90mW+zpMuUjfs7rWafqeFXWmeLmN/74GE57TrzCH7+v 7Nk8a2cToLGVm76wJNmD2ROO2jgytN/qlXRQVxapbIgjYjxalsmtRgUhhnH0LZrP ZxD/RdJXE+NGkk6VAp6h4NTtJDPuCRWlonpmVhRkS8HjRVT/JD9vs96oE3gb7OBx f/9GLCIsSOLp97NJWDbxEWPo9yKOdV6N3iYoYm29ofgqvNSLHvUcOa4eTeGwadw= =hzBo -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 18 01:36:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 01:36:06 +0000 Subject: Processing of librdf-aref-perl_0.11-1_amd64.changes Message-ID: librdf-aref-perl_0.11-1_amd64.changes uploaded successfully to localhost along with the files: librdf-aref-perl_0.11-1_all.deb librdf-aref-perl_0.11-1.dsc librdf-aref-perl_0.11.orig.tar.gz librdf-aref-perl_0.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 01:46:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 01:46:06 +0000 Subject: Processing of libcatmandu-rdf-perl_0.14-1_amd64.changes Message-ID: libcatmandu-rdf-perl_0.14-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-rdf-perl_0.14-1_all.deb libcatmandu-rdf-perl_0.14-1.dsc libcatmandu-rdf-perl_0.14.orig.tar.gz libcatmandu-rdf-perl_0.14-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 01:48:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 01:48:37 +0000 Subject: libcatmandu-rdf-perl_0.14-1_amd64.changes is NEW Message-ID: binary:libcatmandu-rdf-perl is NEW. source:libcatmandu-rdf-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 18 01:48:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 01:48:44 +0000 Subject: librdf-aref-perl_0.11-1_amd64.changes is NEW Message-ID: binary:librdf-aref-perl is NEW. source:librdf-aref-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 18 02:51:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 02:51:17 +0000 Subject: Processing of libxml-namespacefactory-perl_1.01-1_amd64.changes Message-ID: libxml-namespacefactory-perl_1.01-1_amd64.changes uploaded successfully to localhost along with the files: libxml-namespacefactory-perl_1.01-1_all.deb libxml-namespacefactory-perl_1.01-1.dsc libxml-namespacefactory-perl_1.01.orig.tar.gz libxml-namespacefactory-perl_1.01-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 03:34:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 03:34:53 +0000 Subject: libxml-namespacefactory-perl_1.01-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 04:43:27 +0200 Source: libxml-namespacefactory-perl Binary: libxml-namespacefactory-perl Architecture: source all Version: 1.01-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libxml-namespacefactory-perl - simple factory objects for SAX namespaced names Changes: libxml-namespacefactory-perl (1.01-1) unstable; urgency=medium . [ upstream ] * New release. + Modernize packaging. . [ Jonas Smedegaard ] * Update watch file to use metacpan.org. * Stop track tarball checksum: Check against upstrem git instead. * Update copyright info: + Bump (yes, not extend) coverage for upstream author. + Add git URL as alternate source. + Update preferred upstream contact. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update homepage. Checksums-Sha1: e8eb94362276a098859cee3d145d14b8f38e2900 2295 libxml-namespacefactory-perl_1.01-1.dsc 946a7d58d8e1242a564a44ba1110f7e366744c88 11681 libxml-namespacefactory-perl_1.01.orig.tar.gz 96271f48978ce64252b2bb692c4c1a0f6c4d94c1 3260 libxml-namespacefactory-perl_1.01-1.debian.tar.xz e7c4b71656aabfd0d9bd6e9f34385d4150ff76b6 9742 libxml-namespacefactory-perl_1.01-1_all.deb Checksums-Sha256: c1ac0329bcf79e80073e2e327dd82fc6d046c9aebfcfedc76d35d20b4f08f9ae 2295 libxml-namespacefactory-perl_1.01-1.dsc 4ae0f6afbd5401de1b07b32968785a065dc2eacec1999a99630a7b5f88f63987 11681 libxml-namespacefactory-perl_1.01.orig.tar.gz 38a4e3ffc1a0eee443ff0818583c4ae12037dabaa19406a3e6a8edccef5f24d8 3260 libxml-namespacefactory-perl_1.01-1.debian.tar.xz 1e5521055278214b05e445b2ce07259e196c77d74b8b204f06cd85f29d8fc828 9742 libxml-namespacefactory-perl_1.01-1_all.deb Files: 51624b95894601dcd39367edc423cf57 9742 perl optional libxml-namespacefactory-perl_1.01-1_all.deb 354168beb44666398c705a53ddfcbb34 2295 perl optional libxml-namespacefactory-perl_1.01-1.dsc da49e5a639410f8cdf5bcbd20ce4c91a 11681 perl optional libxml-namespacefactory-perl_1.01.orig.tar.gz 5a7899fdf4ccc1e8d9f13f74e4f6fb18 3260 perl optional libxml-namespacefactory-perl_1.01-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeB9uXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhW60QAIQbgubZIcIvCQCvLquFozW3 F9TUD/BtH2MPseVfH+tyf1H2+/gaFQjBO+5oiltlozUpuu27bmei5rtbMzJAjy4c gv7Zz7OIvAJEcPvk+DbUxrCWaGCix//wW6AGh5HQMl1VXZl/LETFyB7eNFwcH/Bg CcczYbYfYxoz5MXiX+cTSVemKsx/ZyzNKNFT1P+ZAiKPcHMUwqOnxqAH6Sm+2dQf nL7TUOzTrD6Mm7IFpEZ2BZPOBESwrUBgvFm4QrVT7JrrTXDGrnNSyIiT19qqRiVn JPYFqnWQujyIGS3lpoR5MUBH/DcPIA0wcApsMGxspu6lBedlf0d6T2+rXkY2Imx+ nCbPsBXYo8WITCpKfDrDtEClZ7qm3MNIVzJ1bgWCSLw4se537CmyESveQHazpkwg p+3u1ZnRkFQaJbsyUL/+OCU55bNPB2ptlPkwuPeeV7c2qERgN/r2r9ZJqto0Sr8i nIX6lTPmhPOpSPIkr2AOdltkUrSoA6JC/tXPJr4xtsSTTeFbznSg5bItQJP5wKvv yolT0+WyM+c08sJdcNpf5gskmzze+yzszT1Rmwp8BelYZrOnRvB1yZsMTXMTTr59 FwoTFZLcZ5mJYqw44Xii/AUR9Ye/E0HKpoz+pGIHeOEaw9KtTps1FoBbYb62vLDR 6M7gFf85u0lvxFssTTgC =UsIe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 06:49:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 06:49:03 +0000 Subject: Processing of libio-socket-ssl-perl_1.988-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.988-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libio-socket-ssl-perl_1.988-1_all.deb libio-socket-ssl-perl_1.988-1.dsc libio-socket-ssl-perl_1.988.orig.tar.gz libio-socket-ssl-perl_1.988-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 06:52:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 06:52:00 +0000 Subject: Processing of libio-socket-ssl-perl_1.988-1_amd64.changes Message-ID: libio-socket-ssl-perl_1.988-1_amd64.changes uploaded successfully to localhost along with the files: libio-socket-ssl-perl_1.988-1_all.deb libio-socket-ssl-perl_1.988-1.dsc libio-socket-ssl-perl_1.988.orig.tar.gz libio-socket-ssl-perl_1.988-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 07:03:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 07:03:47 +0000 Subject: libio-socket-ssl-perl_1.988-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 08:37:28 +0200 Source: libio-socket-ssl-perl Binary: libio-socket-ssl-perl Architecture: source all Version: 1.988-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libio-socket-ssl-perl - Perl module implementing object oriented interface to SSL sockets Changes: libio-socket-ssl-perl (1.988-1) unstable; urgency=medium . * Imported Upstream version 1.988 Checksums-Sha1: c2005701db57039c06b369ac5cf73df329d35204 2571 libio-socket-ssl-perl_1.988-1.dsc f2f7927d79634f8318c53cf97187618bd8412a64 177168 libio-socket-ssl-perl_1.988.orig.tar.gz 1f8c8b0f3ef7b89367e983a44a0154cba28c979f 7804 libio-socket-ssl-perl_1.988-1.debian.tar.xz 2d9c30f284275046d5b714ae8345c2d4156d8978 157802 libio-socket-ssl-perl_1.988-1_all.deb Checksums-Sha256: 546e8ef561b43e2d43be50739a28c61ece06a0d469fc0961bca0247a79dc6d7e 2571 libio-socket-ssl-perl_1.988-1.dsc 2439f633c3d7a2a1b4406d732afb3f842d488343a9a68a5e66896629206e7eb6 177168 libio-socket-ssl-perl_1.988.orig.tar.gz ee9223ffc0f1380332ebc67ab74101db36f543e7c1d9e2b94278125f908e7d62 7804 libio-socket-ssl-perl_1.988-1.debian.tar.xz d4ca8f6d44e5836bfe39dfefdf9b1005a78f701e2ff61e6ac3abf80a197e57a6 157802 libio-socket-ssl-perl_1.988-1_all.deb Files: 936ad4af82bb81aaf050b33cc21df9fc 157802 perl optional libio-socket-ssl-perl_1.988-1_all.deb bd0ae688970847c35aa5a29327793b13 2571 perl optional libio-socket-ssl-perl_1.988-1.dsc 1dd372023ba79550835932c1248a3f25 177168 perl optional libio-socket-ssl-perl_1.988.orig.tar.gz 4f44c3375ecc81b4b83b75f7455189fc 7804 perl optional libio-socket-ssl-perl_1.988-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTeFd7AAoJEAVMuPMTQ89EpTAP/A3jS27lCpMfvdTXQQ0mWena 7A+QDZ5shM+a4zRaWreHBT5euX/KZKjNrD4s/y19SLPPnUGfgzhioqooGX5vkE+9 h+C6fS+JkXcj0ZDCG/lNvkDL6o4Ag2/nbMnS1MH8/Gov1r6JXJVg3z4mqPxokC6f RG5P6EmHlrR+sgwRgVyseleWp+47u5X4Uq0WOrpUcB10n1EMhFbRcaZBNimAlRkE 11uGsJyUseKPVL4CaDfRIF497RuFvyrZ+FPkW3fWeuQUix4qikLkIuYkibgEp+rM l6ERzda6qvuuw+SHbOqaTHqmRAoRx5nYUj0CsHJq7a7/H1VNGhHDq7tCobW6zULV bh8wf8zdDitlnc0HoEMVsNxvgrRTRdueTFC7gXVQkCLoBhD+PTsNVH+Wh6h3GUtx K3WwDLCAwT86zVrDWqse2KeMkE5Fg29q6lqOZliIQS5VT1bdtqjQGA/lrfczQAV4 eUGUPAG0x4GrpGKY3WySUvUVAtwWnSab503xdtlZKuX96tgBGZ13QoICrqsf4EGs oMbvP4OAh75/CzjSAM+Ukg+F/F35vg6IHYZUz4LL7m8AciiH10YXTGROqtKnak4G XmSPrND7q3gk/A+qFeiVNxlx0mm8U8gBqli74TVRjICOTFUjffv+Hip4GdUGxM09 pMM3Pzg5N2vwniYc2MV3 =qBR8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 09:12:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 09:12:46 +0000 Subject: Processing of libcommon-sense-perl_3.72-5_amd64.changes Message-ID: libcommon-sense-perl_3.72-5_amd64.changes uploaded successfully to localhost along with the files: libcommon-sense-perl_3.72-5_amd64.deb libcommon-sense-perl_3.72-5.dsc libcommon-sense-perl_3.72-5.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 09:37:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 09:37:08 +0000 Subject: libcommon-sense-perl_3.72-5_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 18 May 2014 12:07:25 +0300 Source: libcommon-sense-perl Binary: libcommon-sense-perl Architecture: source amd64 Version: 3.72-5 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Niko Tyni Description: libcommon-sense-perl - module that implements some sane defaults for Perl programs Changes: libcommon-sense-perl (3.72-5) unstable; urgency=medium . * Team upload. * Slightly loosen the dependency on the current perl version to allow for release candidates (of the form 5.20.0~rc1). Checksums-Sha1: 07159a6e3f8a658343555f275b31ac85ee8dbc26 2231 libcommon-sense-perl_3.72-5.dsc 3303464665ea84bda9f45cfb25e8acf7d50b4420 4936 libcommon-sense-perl_3.72-5.debian.tar.xz 88dcb64788e314505307632f9159829c598c77ff 22980 libcommon-sense-perl_3.72-5_amd64.deb Checksums-Sha256: 9ac91a389d5941332a1ec268836a649934a6053556dd3c05d0d91a8e3f011ff2 2231 libcommon-sense-perl_3.72-5.dsc 75c530b54556a9d4ee06675e1c4e0343f144ffe8c9b03ba4bc3c1f2b8b65d4b9 4936 libcommon-sense-perl_3.72-5.debian.tar.xz 904d1d1f5c9f63564b957ec1243ec687c6819bf6c2331f4c485fc80ed230c4c1 22980 libcommon-sense-perl_3.72-5_amd64.deb Files: cb5c5e82b2b464e18eb6ec56120e4077 22980 perl optional libcommon-sense-perl_3.72-5_amd64.deb a8bf4f5ec366ffcdf8099cd7cf021270 2231 perl optional libcommon-sense-perl_3.72-5.dsc bfc0bcfefff0420cb8e5543ffe9aaaeb 4936 perl optional libcommon-sense-perl_3.72-5.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTeHkPAAoJEA0Gp1nm04eQPyoQAKhX+NlKjkvwNsgzX0fjawSu 6YVbPCQOSGqOw6AJN/GSjAw3YI9x/KeciSUM/TvKN8lNnFBIwlpj+16hZhTtF4Ig eh7wxSPnEvjELfosTjvIk1ufqj6iRZo4UkhVilDrqrS8z+fWQ2VkA7l/jzbu/E4T 1KoNllzRzwA6fBrXavy2Go/iam+3k10CYgmB/YrUE3PBFZzEKDIsKFbvjvI3cRzt PogTPPGiyHT0bt2/vRbuG70Xgd4Cy7xNwtoFd+g4xAjpo47PwAMJSKj0O0ub1iTI zifND/YI44JobJP0L4XrOvZtITvRt8LrfkBhxJWv195Tvb1gT2sGSle3AyjqXMlJ shYCHbpBHQgfye+3FKkku3Jvd28iZPdgCtrqPGureHDH9oeSxvlcvHMS9zEyFA6/ kvrZGu+SlecX8Na4wa5b6QWyU4wzXXDwfvf8xeVz8YsxpXJ4l6cxhUK8oez98eX3 0vwr2t7Y7wvBFJJ/+AQo3glefdU0b4xA/M0WgHX7GqLVJgxdaSIUGx6ls5OdIHSj 52nLUN4ksvWLkp87jJLsGmXqdGd4d/EQPl0L3ulpTHjyXCSBPQ8QblPxG8MZg70m RCtepwTeLlUXQrkbJL5+MNC5390lgLxsljkgc2AMAtw3K/A3FKagktbMWKp1GD9U s653o4v6GnXyezieYC2I =bExK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 09:42:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 09:42:50 +0000 Subject: Processing of libunicode-utf8-perl_0.60-1_amd64.changes Message-ID: libunicode-utf8-perl_0.60-1_amd64.changes uploaded successfully to localhost along with the files: libunicode-utf8-perl_0.60-1_amd64.deb libunicode-utf8-perl_0.60-1.dsc libunicode-utf8-perl_0.60.orig.tar.gz libunicode-utf8-perl_0.60-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 09:57:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 09:57:56 +0000 Subject: Processing of libsub-infix-perl_0.003-1_amd64.changes Message-ID: libsub-infix-perl_0.003-1_amd64.changes uploaded successfully to localhost along with the files: libsub-infix-perl_0.003-1_all.deb libsub-infix-perl_0.003-1.dsc libsub-infix-perl_0.003.orig.tar.gz libsub-infix-perl_0.003-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 10:07:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 10:07:58 +0000 Subject: Processing of librdf-trin3-perl_0.206-1_amd64.changes Message-ID: librdf-trin3-perl_0.206-1_amd64.changes uploaded successfully to localhost along with the files: librdf-trin3-perl_0.206-1_all.deb librdf-trin3-perl_0.206-1.dsc librdf-trin3-perl_0.206.orig.tar.gz librdf-trin3-perl_0.206-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 10:19:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 10:19:29 +0000 Subject: librdf-trin3-perl_0.206-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 12:02:19 +0200 Source: librdf-trin3-perl Binary: librdf-trin3-perl Architecture: source all Version: 0.206-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-trin3-perl - notation 3 extensions for RDF::Trine Changes: librdf-trin3-perl (0.206-1) unstable; urgency=medium . [ upstream ] * New release(s). + Add the 'deps' prefix, and 'BackCompat' and 'Tests' keywords to Pretdsl. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: Extend coverage of packaging. Checksums-Sha1: 6e0b78d466193a98df00bbc5226c816a61e8cd6a 2373 librdf-trin3-perl_0.206-1.dsc d75278aa65a279f6cf5a1a9da8a0ade87f4eef03 70458 librdf-trin3-perl_0.206.orig.tar.gz bb1c2e21ac5d2520913d9e44ab90c20bc2cad59f 8252 librdf-trin3-perl_0.206-1.debian.tar.xz 711b25533aa225746562462d4c2d72856491fdf3 51476 librdf-trin3-perl_0.206-1_all.deb Checksums-Sha256: 0290fbe0847db163431abe2919a4e1896b4363d8e701b71414dca1055dd02965 2373 librdf-trin3-perl_0.206-1.dsc e3c633d88fbba47433e39e1788f0034aee7b6f244adf1eeb0155d4180c2fe6d1 70458 librdf-trin3-perl_0.206.orig.tar.gz ea83d64daa7abf31cf8196e6c6fda3eee2879193b2a254808fb104114650c9a7 8252 librdf-trin3-perl_0.206-1.debian.tar.xz d2319c519ac1c7fdba7e67e4a49480246990bc46e901db772eeddc2674114b65 51476 librdf-trin3-perl_0.206-1_all.deb Files: 5c1ae56bfaf01a46566a06552139f09e 51476 perl optional librdf-trin3-perl_0.206-1_all.deb 7c1c209428537a3d4837302f4d40f1ec 2373 perl optional librdf-trin3-perl_0.206-1.dsc 7128eac1c24d0c74de80308d3a2eea1e 70458 perl optional librdf-trin3-perl_0.206.orig.tar.gz 65369183e4b260e485f0e4570f2e67e3 8252 perl optional librdf-trin3-perl_0.206-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeIZaXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhlPEQAK1eXJP0i4mWSaIFfYWTgKcH VgPwws02gE+LxA7d5DNm1v6Dco8VVO0gNcFMtofpVsdAvnZtlZwaJ5qw1yyBSJvo hPYfgaD/2GRJEZjNJsjqQbWZiMsQDEz3qj0Y21dZe2YdwK1xcGOchhedxBSUZkrE /KMdrL+TDkgWJKR2TaTvWW2e/9Jhn3jvRkKzR3ZpP1Vx6rZ1hp7msluBYL0CIKtv Hqb4FvlvW/iVUofE2m3xlR4XZkNcejxIkHHsd7y6dSt5WnCV261QP7BJi5JzcOm+ lWrruxO/M5C3O/rcvX96t/YDGdbriu6RzwQIVMkU73yR4ZR5cpRf/8aGvBH6v1jX 9pDrvMhSBa/vMHe3rsK+DY+XQFio32cf3Npo7hc+lgdGpmykLVqPgMx6u1W1Xewf caDfVGqK/TEIUPUuO4AXKyG35WDfPLxIhArWlrVgLxtATW6+zmzRyjRW7/w51eZ6 u6SvWgo53l7gWXUIeXbxoGAERKoaUkllk5e9vRBCsfwTaD9Iq9BnDokghFm+/JIF cogkFIndFz14eSEzoH66Ym1e5jEgXI1ADvPRCh4m3bW22TtgcGR1LIAtfJJ4zTj0 9sqm7tJTD4isGfcqxRepDlKDkYgPwUo8I5lqV+nItO6o7iUyP4zZ/AHINyk2ZUAt EncZz9akQIU452v3r9lV =p7zo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 10:19:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 10:19:36 +0000 Subject: libsub-infix-perl_0.003-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 11:49:38 +0200 Source: libsub-infix-perl Binary: libsub-infix-perl Architecture: source all Version: 0.003-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libsub-infix-perl - create a fake infix operator Changes: libsub-infix-perl (0.003-1) unstable; urgency=medium . [ upstream ] * New release. + Use build system Dist::Inkt. + Don't use base.pm. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Extend coverage for main upstream author, and of packaging. + Drop Files sections for no longer shipped convenience code copies. * Update watch file to use metacpan.org URL. Checksums-Sha1: 2d61f8bc5d47a7115468771bcd6e0010126ae4ff 2191 libsub-infix-perl_0.003-1.dsc 48be7cb51c5bd3b0afa41e0bfec345e12d54b99e 15072 libsub-infix-perl_0.003.orig.tar.gz 283b4a51de53b5bd6f2e9945112928da0ccac9ab 2992 libsub-infix-perl_0.003-1.debian.tar.xz 2b84a01db39526fca04af6102793a52bb85e5f8c 10242 libsub-infix-perl_0.003-1_all.deb Checksums-Sha256: 7e40681b2ec585a949a00ac8b404267b7c8755179f33aab5be58e123f2916be4 2191 libsub-infix-perl_0.003-1.dsc dc83d856327099de0c5dd8c25cab1152dab227de0c2026aaa5d1bfccb8af3043 15072 libsub-infix-perl_0.003.orig.tar.gz f094dc434a3613850a04abc9bfcac95aebb8a76e319e5936c4a81afd0f48884d 2992 libsub-infix-perl_0.003-1.debian.tar.xz 664429c7177284127cdb9af056acba5fdb1c6704c3b0dc7761284bf38a95e166 10242 libsub-infix-perl_0.003-1_all.deb Files: 841644d0e6800b473fcc578c85714c24 10242 perl optional libsub-infix-perl_0.003-1_all.deb 19c5929bad3f702ef56bb8b768683525 2191 perl optional libsub-infix-perl_0.003-1.dsc ed831ecc93dd10f59870398025dabf6f 15072 perl optional libsub-infix-perl_0.003.orig.tar.gz 50eea4f74185727f037ceafe6e6b2add 2992 perl optional libsub-infix-perl_0.003-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeIMQXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhh0UP/j3zi1SyUmkYnm6UWDW7aE6c 1cDS/m2vrgvMw4qQ9PpiB1RGGk9K2szIzs+mEcVcChx4iuz+cnAuS6u8rVX2l8lG 2IhZs08r/D+3Za4w6vJ9TG7xMgpHGxiVRChOtn5hDEFKfwV6oAcVLEacQnKk8bvk FC43CIte52jjBFZKK/TfAuCXM6Q1aUWcWSig7LCwdHi7rd6Z+uVPJZHsAJ7KQBJ5 5N1Hoa2M1pryt+YQNcxrPRIQRXJCMgPk9YF52ib8Y+1rjQXHVV9/rHrc1OBN+bzN Y8PP/YDQXJQwUY+CKUhTvSA/39dxPUBX75j1MaIqV9eo+PHjhmC3J7pJ/27HU3cO nwog0tfuEzcddgbl9MVldzNclNcDhe1G5EoZd/1o2kV1kuPB9g1DTggp8y33p7/u xdL8uhccw4m4XnCYBz2sfyBBWHvyC2NE3Thc/8pXFSlcfIObeDa6+ltIflUZs0Lk DmSlWt1lvcAfiO9/49/tRMSjDGteYIvZ7kzldjiQy7nkJvt4WAc2YRyqLZIZTuao DUpUg/R1Wzf5rvXk98K2s48dZ61WZbXDh1IkwxVpTGF3k+M2Mt87lnosWEhm6+LJ Bq6KRAM8xVgg+wbtRwLX3J6ev+M7dKge2QBhRmH/u+KEehsl7jhgcgTQ069U4hnf ChqQXoqNEOKhp4TPddfS =BGDg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 10:19:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 10:19:42 +0000 Subject: libunicode-utf8-perl_0.60-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 11:34:59 +0200 Source: libunicode-utf8-perl Binary: libunicode-utf8-perl Architecture: source amd64 Version: 0.60-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libunicode-utf8-perl - encoding and decoding of UTF-8 encoding form Changes: libunicode-utf8-perl (0.60-1) unstable; urgency=low . [ upstream ] * New release. + Add valid_utf8(). + Skip copy-on-write tests on Perl 5.19. . [ Axel Beckert ] * Update copyright info: Bump format to official version 1.0. . [ Jonas Smedegaard ] * Update watch file to use metacpan.org URL. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: Extend coverage of packaging. * Build-depend on libtaint-runtime-perl: Needed (optionally) for testsuite. Checksums-Sha1: 89d7dfefe9b89e2053207fc4b54d34eded9919e1 2309 libunicode-utf8-perl_0.60-1.dsc 137e987fa3767e0eae6d18d48e2a694c02adac79 81322 libunicode-utf8-perl_0.60.orig.tar.gz e513db2da73b9443537e434c8ff1a6adb4b418f0 3720 libunicode-utf8-perl_0.60-1.debian.tar.xz 86736562415823e9f3b713510efc50679def49b0 22624 libunicode-utf8-perl_0.60-1_amd64.deb Checksums-Sha256: abfe01c02f0e20149ba1e03043054a48fca8ca0a2ad702edb73b44cd918fc452 2309 libunicode-utf8-perl_0.60-1.dsc f6ccf25a2a3be9d36d97e014af2f3dda5141c6bb33a130fee2676aaa0fb96ebc 81322 libunicode-utf8-perl_0.60.orig.tar.gz 9e4eecb80c081dba11e93e50eb3e4f8325c077d1ddd6bf9430a10ed493eedb92 3720 libunicode-utf8-perl_0.60-1.debian.tar.xz 7ae2f4450b3be5b7685d1ae7b70f1973bce4d0a0d8ef0d22542bb881a8eba600 22624 libunicode-utf8-perl_0.60-1_amd64.deb Files: ae636d7d398dd3fb18faba1e21c7d8f1 22624 perl optional libunicode-utf8-perl_0.60-1_amd64.deb f9cce007e8a0536b1a6791669e848c86 2309 perl optional libunicode-utf8-perl_0.60-1.dsc 68dc4cfe6724944d5d19b6570dc7eab4 81322 perl optional libunicode-utf8-perl_0.60.orig.tar.gz dda402dd510b0928c71234a0556d8351 3720 perl optional libunicode-utf8-perl_0.60-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeIACXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhdRQP/i6vGFmhlTJ6e4rPBkRzCxFD NUGM4eyKmI6+tf2mvkQtx3dDXj87Q+hClwC6y66zVhVkI6iek/gt06Uxe6iLEX2R buiGAtNHaC6dU+eMJOXjtQyIVFdVfKA0N+IcpBDfNUBxTnmqsQ2bGF2G/JXlI9b9 Hj+dMhM1jBBi+TAteLcjqZcqVzaUgBUjT/6XN4I4vzImwWVL7AGpucirrRPPYDUP ntGTegYZpuKMuks2ysrXyQRPaCgXgEzOGq23jwySo1BjAPNENL2TTZRJAFkM7c1i 4/QBmgptis339tM/fzu+3E/Uk4aLDUZocTqCG/afvsG6zgAtDK5xBj3BlO6gtr8G MFTnp1AivB5scVZxOevy09kIbQZm91sBAFjo2fDDwGetSrDHigKeO84nSC52zDG0 XjZ6aMhNmPvnGSv9SDyGePHTTFXtVU9zBHHN5WpHmzscOwA/g6hXGDc0N1vUI+NB f9jksi9lgZSM5rlOfs4Pnt2jL9GMJzURqsixionQ5ZkLA6Ue2taDnS+t0cTDfWl4 ZCnBM4yxbwEhkTsN9bKsR5v0lkil3Xs6kV6x79OXHXGgS/He8xEPTrpcGQoDbuiV IE0YDxd+a76EATt25fPGuNY/6Y/qzPNAaRHxE6MHJesYUdHPHc2Rt1aXjE3JHO+V a/rRQ4Qz5OphXsnlUrdB =Wvpw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 11:38:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 11:38:18 +0000 Subject: Processing of librdf-ns-perl_20131205-1_amd64.changes Message-ID: librdf-ns-perl_20131205-1_amd64.changes uploaded successfully to localhost along with the files: librdf-ns-perl_20131205-1_all.deb librdf-ns-perl_20131205-1.dsc librdf-ns-perl_20131205.orig.tar.gz librdf-ns-perl_20131205-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 11:48:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 11:48:41 +0000 Subject: librdf-ns-perl_20131205-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 12:42:58 +0200 Source: librdf-ns-perl Binary: librdf-ns-perl Architecture: source all Version: 20131205-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-ns-perl - just use popular RDF namespace prefixes from prefix.cc Changes: librdf-ns-perl (20131205-1) unstable; urgency=medium . [ upstream ] * New release. + Added: amalgame bbc bibframe bm camelot cdtype conf crv csm curr dbrc dbyago emoca emotion fincaselaw finlaw frad gq hxl limoo mged mocanal mp muldicat nidm ogbd olad ox paia pat pext pubmed qb4o refe service swperson tr ub + Changed: dso frsad gnd ro sdo + New method SET to add/modify mappings + Documentation + Add return value of method SET . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Stop track tarball checksum: Check against upstream git instead. * Update watch file to use metacpan.org URL. * Update copyright info: + Add git URL as alternate source. + Extend coverage of packaging, and bump its licensing to GPL-3+. Checksums-Sha1: aa3419ce368a21750544a1b0e571cef0c8ced180 2250 librdf-ns-perl_20131205-1.dsc 2934f6bfb74d749fd70bcd44c030527734f85a6b 35265 librdf-ns-perl_20131205.orig.tar.gz 738226c9b075860a41fbe737e762221acceef101 4052 librdf-ns-perl_20131205-1.debian.tar.xz c021d1b7b059f827bb903aec40b7795cbf8a2c01 44842 librdf-ns-perl_20131205-1_all.deb Checksums-Sha256: 57b8463a6957835c8047b50095c3cbe6c970a392cd3dfb1e32c091ec3bfe9b5a 2250 librdf-ns-perl_20131205-1.dsc ecd2fda312175a7f7534f1909bf49ec6b445de52fc3fc251f55ae08d5554f3f1 35265 librdf-ns-perl_20131205.orig.tar.gz d1ce763038b7e7f3c1feae9aeaff135fca1972fc1c143e9d3ecfcc5cbbb906c9 4052 librdf-ns-perl_20131205-1.debian.tar.xz 94dd175820538bf1654cfc7e43820ae9f9222989270ecb9538d29ac1601267d8 44842 librdf-ns-perl_20131205-1_all.deb Files: dc5041d922747c02971e68419db6def0 44842 perl optional librdf-ns-perl_20131205-1_all.deb 76d522e55347b52e6d6eea1f6bc28773 2250 perl optional librdf-ns-perl_20131205-1.dsc 357365cc77dfe981ae59b86cd2bae692 35265 perl optional librdf-ns-perl_20131205.orig.tar.gz e47e5c74827fe1cc7a367e8f5be6a975 4052 perl optional librdf-ns-perl_20131205-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeJqGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhEHsP/RlZDFlPiwaXtK8I7Qrqd0fR JN1r6LBvPyjgIVk3sqXK4GHBIonUl423RGlw6UM9eqdROEkySTY+vFNBGF+0kzl1 B6WJnrirGTMgRnER2UyHEkIVbXZDCpmVlXH/0Trx7AE6Ss0pPUJPJ7vcdA7KFPu7 9j00hEuITlb2WQzgIM16e7EtLUmEiMFnv1KoMIUtPeOoXnPjJwJLulXpZ7HrhXOL k82/MEildseMICU2RxxU1CAfK1/S7A7NHFpJWbVmJhf8p5P3BYhAji98asA2m2pV XsTqc8DL9FFNN7S/UA1oCJkLUBxHXpAFH296b0MI1ykulPqNakVAc58ywwEOXZh/ QaK9OhPxg44icBti2DT7RLEhflThUnxljbmSVFepR3+CZGhG+wCSXiIueITtk5rA wr1/V1c1tnOHCZ6J9Ut78uLw7qij2ZtZv7FLCBKHyKrMUm7FQr6i8OHKD0xZbql7 sahbGCUAqmf8rObrbsf4f7f+GG23yKF4EkgUbYsol9FotXbvOC+omy1Og2S2WmXP 03fuqsI8b1ewNeXRK1woECyGL1vjSz0n4RM6GWwiiNYX0PZ39zTTr5gNgpAZneHH kK0tJ0vPkfH4hCp7zYUCqGeYhqzpKNmDWngt5ymOHsxcTnF2HnQGVEiz0uMmw5o3 gqlTxTKDENAuSwCHaUGq =SlZF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 12:38:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 12:38:33 +0000 Subject: Processing of librdf-generator-void-perl_0.13-1_amd64.changes Message-ID: librdf-generator-void-perl_0.13-1_amd64.changes uploaded successfully to localhost along with the files: librdf-generator-void-perl_0.13-1_all.deb librdf-generator-void-perl_0.13-1.dsc librdf-generator-void-perl_0.13.orig.tar.gz librdf-generator-void-perl_0.13-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Sun May 18 12:50:09 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 18 May 2014 12:50:09 +0000 Subject: Bug#719835: Pending fixes for bugs in the libdevel-findref-perl package Message-ID: tag 719835 + pending thanks Some bugs in the libdevel-findref-perl package are closed in revision e9e80e94d0d6d60a85334979891d18c11693fed6 in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-findref-perl.git;a=commitdiff;h=e9e80e9 Commit message: New upstream release. Fixes "crash in XS_Devel__FindRef_find_ on Perl 5.18". (Closes: #719835) From owner at bugs.debian.org Sun May 18 12:51:18 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 12:51:18 +0000 Subject: Processed: Pending fixes for bugs in the libdevel-findref-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 719835 + pending Bug #719835 [libdevel-findref-perl] libdevel-findref-perl: crash in XS_Devel__FindRef_find_ on Perl 5.18 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 719835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719835 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 18 12:53:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 12:53:34 +0000 Subject: Processing of libdevel-findref-perl_1.430-1_amd64.changes Message-ID: libdevel-findref-perl_1.430-1_amd64.changes uploaded successfully to localhost along with the files: libdevel-findref-perl_1.430-1_amd64.deb libdevel-findref-perl_1.430-1.dsc libdevel-findref-perl_1.430.orig.tar.gz libdevel-findref-perl_1.430-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Sun May 18 12:59:42 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 18 May 2014 12:59:42 +0000 Subject: Bug#711616: Pending fixes for bugs in the libtest-refcount-perl package Message-ID: tag 711616 + pending thanks Some bugs in the libtest-refcount-perl package are closed in revision edeac8a90acb3a3d04924e983a5c5d658878e21a in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-refcount-perl.git;a=commitdiff;h=edeac8a Commit message: Make build dependency and Suggests on libdevel-findref-perl versioned. Closes: #711616 From owner at bugs.debian.org Sun May 18 13:03:19 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 13:03:19 +0000 Subject: Processed: Pending fixes for bugs in the libtest-refcount-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 711616 + pending Bug #711616 [src:libtest-refcount-perl] libtest-refcount-perl: FTBFS with perl 5.18: test failures Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 711616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711616 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 18 13:03:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:03:36 +0000 Subject: Processing of libtest-refcount-perl_0.07-2_amd64.changes Message-ID: libtest-refcount-perl_0.07-2_amd64.changes uploaded successfully to localhost along with the files: libtest-refcount-perl_0.07-2_all.deb libtest-refcount-perl_0.07-2.dsc libtest-refcount-perl_0.07-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 13:13:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:13:36 +0000 Subject: Processing of libpar-packer-perl_1.017-2_amd64.changes Message-ID: libpar-packer-perl_1.017-2_amd64.changes uploaded successfully to localhost along with the files: libpar-packer-perl_1.017-2_amd64.deb libpar-packer-perl_1.017-2.dsc libpar-packer-perl_1.017-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 13:18:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:18:41 +0000 Subject: Processing of libdevel-cover-perl_1.14-2_amd64.changes Message-ID: libdevel-cover-perl_1.14-2_amd64.changes uploaded successfully to localhost along with the files: libdevel-cover-perl_1.14-2_amd64.deb libdevel-cover-perl_1.14-2.dsc libdevel-cover-perl_1.14-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 13:18:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:18:39 +0000 Subject: Processing of libclass-xsaccessor-perl_1.19-2_amd64.changes Message-ID: libclass-xsaccessor-perl_1.19-2_amd64.changes uploaded successfully to localhost along with the files: libclass-xsaccessor-perl_1.19-2_amd64.deb libclass-xsaccessor-perl_1.19-2.dsc libclass-xsaccessor-perl_1.19-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 13:19:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:19:33 +0000 Subject: libclass-xsaccessor-perl_1.19-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:17:01 +0200 Source: libclass-xsaccessor-perl Binary: libclass-xsaccessor-perl Architecture: source amd64 Version: 1.19-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libclass-xsaccessor-perl - Perl module providing fast XS accessors Changes: libclass-xsaccessor-perl (1.19-2) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. * Slightly loosen the dependency on the current perl version to allow for release candidates (of the form 5.20.0~rc1). * Update years of packaging copyright. Checksums-Sha1: c72b824a5da857129b122f4ba6deedea18244264 2357 libclass-xsaccessor-perl_1.19-2.dsc 403645e7acd4380abe548f35bcdbc478aeb3b2a5 3380 libclass-xsaccessor-perl_1.19-2.debian.tar.xz 199d5af41a881478d9569a49415a2bf728abda19 38470 libclass-xsaccessor-perl_1.19-2_amd64.deb Checksums-Sha256: 313a2f10ae8a4df9e341ded8f9707cb76f100ca08e1cdeea83835b4ae753cfae 2357 libclass-xsaccessor-perl_1.19-2.dsc 2e21b1e7c7d0edeacbb72fcff31ce2f5acc3ba952c8e6aa496d97323a7591e77 3380 libclass-xsaccessor-perl_1.19-2.debian.tar.xz 451b3e6fedfedf5b16ed8bda6f6e926d19b97e53303cf7e46ed6508976699f48 38470 libclass-xsaccessor-perl_1.19-2_amd64.deb Files: bbfad5ac2cd7de51ee641220ceed05f9 38470 perl optional libclass-xsaccessor-perl_1.19-2_amd64.deb 520c39c3e9dfe39e89436280c6a36f47 2357 perl optional libclass-xsaccessor-perl_1.19-2.dsc 0a16729d36aa694d430046c996ad0b6c 3380 perl optional libclass-xsaccessor-perl_1.19-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTeLL9ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjEQD/9VuuV+yKRbJfV9UvTwP3CI9+QoQ0gJ9IK4YCKU8jpS4SNw HWJ13TrdpFwQyyhxxGUkpB8xxNtWTvRmWY+3+AlpTmHCol4QOWLErtEyZf4SyLX/ khuK8T++N4fLRH0DIXvlgmLgW59GsS9D0M0PQCALwaBYe5ukAQ76v3A35s1RUbL9 Qj8bBslLVkopW6fPN3Go5KZZvOwUmfYxvoEim2lBKU1ku6+Xlrz015g1+FT+iX1C 0EmV+rzl7h1ZeiqX0lnwJbZEZBBwLXZWBzGX2A6Xhll3H7v5CLVBk+1dNQFjHU8G jqWwhUp7JjT9jWo03TjovB6kFWRIbjfLR8ih+0v2oZkyapSt/usFkiX8jn4f2pOX x6oXH2YIZhruWPNeqfr/nu732W/YiVPKT5hjH5mb9il/QsFN/AeF+ylYYg48jyVu XTzhMgLCyBV5bsMuwhCsJpclw3nPAiILTKa7QSc/4J1OGtoz7pEwTe21WUkuBM7j yRL7tGtLbQ59v9fmwIRHr1YjE8fY9D09SaiWTnKQJB622Qnd/Cd4xtAcTS4CaEcQ 67sUFj0hjxTnJiCSafMtSL1IWQQhGxkNW088Ly4Gtneq7f9GIZjlDaKaVmiVMfy9 mc8TvG43GoK/KYKbMMJGmQrCGT4gJv0tjCtPiHs6BT2DSGUX4Spsnsq5hrXD7w== =lqGa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 13:19:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:19:40 +0000 Subject: libdevel-cover-perl_1.14-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:10:49 +0200 Source: libdevel-cover-perl Binary: libdevel-cover-perl Architecture: source amd64 Version: 1.14-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdevel-cover-perl - Perl tool for determining code coverage metrics Changes: libdevel-cover-perl (1.14-2) unstable; urgency=medium . * Slightly loosen the dependency on the current perl version to allow for release candidates (of the form 5.20.0~rc1). Checksums-Sha1: 6276dd1cae72fbbc058eb1539cb206414751747d 2379 libdevel-cover-perl_1.14-2.dsc 4efc01010749c97f6e74e8c6b54da1250d2fe0f5 4872 libdevel-cover-perl_1.14-2.debian.tar.xz 5f2f61e84292c09e0ecb11318799097bfda6d631 205436 libdevel-cover-perl_1.14-2_amd64.deb Checksums-Sha256: 140f899c84b724d7183df380a3eb43028698efb227c531724e9ed55a9a0d9bfa 2379 libdevel-cover-perl_1.14-2.dsc d3d2948c60eac0d09448869bd9d2afdad18d1749ce7d088c4925660c27d2985b 4872 libdevel-cover-perl_1.14-2.debian.tar.xz 070742cd0c7ff41e926525561bb7f316da62428e87921f9360cad7cb8afa1909 205436 libdevel-cover-perl_1.14-2_amd64.deb Files: 9a5591eb43d9d3f58920310f1af71596 205436 perl optional libdevel-cover-perl_1.14-2_amd64.deb 6242f9db54aaf6152ace24e0d4028275 2379 perl optional libdevel-cover-perl_1.14-2.dsc 3ed7b5d85b57e2c42e8bf7ef002b7329 4872 perl optional libdevel-cover-perl_1.14-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTeLG0ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrh6D/9Se/JxXyhle1nNNLyQ6UVM7NjnIJ2apqKycCeCu/8JjW0i 5akexnld9Hhek3rwVaXCCkcz7ZCaEfICSZ7T5Shy9Tj56kUmLeuODSwKLNCfcez8 0/xE12wf1VTg64BsJY0XUlpEDPflnW/oZg+1s97kjkobjYo6J77jZSDre0et7xVz oO45vd3xzY/KW/eHMAWnPqY0wh5rVQeh9qXWNHar10m1VwX7te5yL2bt5Y/2JFJE D3m+elTJpgvBi2Od0m8KKI+d73I8tLHc1/Of6cls0j36DYPVUaDxxaAC+ohWENoV wdYVv2nrnth2fgS8V81U4RGMDDZzOW5pIfd14DzfaNMWY+Wtcg++STxH/9Qa74Ld LpCd2PM52je7hkv2btc7b+Wu+Lg7+qoS3eAWG2SSCqf1ORfWKeScloTz26EFETkP MS4CxH/9x6eVCRGbn0rwvixOPHcOzf2PSrwfOMsy2tK9TKdZBAUD1x5LipMMPzeK g6zEhf96546X+k6ivZbd1a55C0Bz1nMaeUgTJ9zGVPHQKZOztTDF539RGAf2jwaD Aztb69cNDk0mGAvGGQv7Wz06nWU0w6viSUN7bZow54c4TKV88O4bvlXpYTfgoSb3 Kp4vsKaWybH/iLyr+vEu+8+JCK5URQXLMOoyARlQ2emcLb0Hv7gmbeDICGDPlQ== =ykfm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 13:19:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:19:47 +0000 Subject: libdevel-findref-perl_1.430-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 14:48:02 +0200 Source: libdevel-findref-perl Binary: libdevel-findref-perl Architecture: source amd64 Version: 1.430-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdevel-findref-perl - Perl module to find variables referring to an object Closes: 719835 Changes: libdevel-findref-perl (1.430-1) unstable; urgency=medium . * Team upload. * New upstream release. Fixes "crash in XS_Devel__FindRef_find_ on Perl 5.18". (Closes: #719835) * Update years of upstream copyright. * Update license stanzas in debian/copyright. * Add a patch to fix a typo in the POD. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: d1189d46115c42166dfbd11cd939ac9e07b2a0a5 2243 libdevel-findref-perl_1.430-1.dsc 7cb8eb08e933825e67a1f7e334e656f9400d4633 8681 libdevel-findref-perl_1.430.orig.tar.gz 64fec2b6eb3f8e7ca31659943e6b0324562a7889 2900 libdevel-findref-perl_1.430-1.debian.tar.xz 7f1b39f2778e3971fc277d2b03a25740fdf9f20d 17678 libdevel-findref-perl_1.430-1_amd64.deb Checksums-Sha256: 4e1d435af0ec7a737b1c7b05db540d6d43ed97f626db94c0a9af401e8599b5dd 2243 libdevel-findref-perl_1.430-1.dsc 20548c4854a05ff2251fb477285135e0b466312a1765a17435e2a23f93f2907e 8681 libdevel-findref-perl_1.430.orig.tar.gz df41ff19fc90d0742289f6a034bb7b9c88742ea8cbc2fd6a7e2f2d2c060073d2 2900 libdevel-findref-perl_1.430-1.debian.tar.xz 64af5d9716a41d07ce735cb55b15b31782f3443c0a1f65047d25b1d9f19d17af 17678 libdevel-findref-perl_1.430-1_amd64.deb Files: 9b65bd310cfc65782631b648989610d8 17678 perl optional libdevel-findref-perl_1.430-1_amd64.deb 54f063c3c2126d38e13e796f1afb4bd7 2243 perl optional libdevel-findref-perl_1.430-1.dsc 7dfc0ba8d8bfc798be8109ab82d0315b 8681 perl optional libdevel-findref-perl_1.430.orig.tar.gz bd859b37e78b95cb2b376c40aeef629a 2900 perl optional libdevel-findref-perl_1.430-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTeKxCThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBmPLD/9xKOBSOz3/8VDq0xcrM3hwchOYYu5B9NxPmBX83pBjyp95 6vSkbZTXysqGWceBjpuCVc/AAA4PePWh1S5oyXUVlSEsQCukz/wYDs8+umzDMufQ HqVLtAq8tCTB8Oak/SB9X+IUCnqm0NVsM80ZXUuaMf5dT0XGSUaOv0tVMefAhyJi t8AdhtA0e5CoUxSc1Eoy7a5hDmk9Fhar0HGYfLCncoMprE874M3HyNutvaOgybwY 9mU6cdetfAmUf7o9R9JT1QDwSCtL0wfDuHD6XzGbVym92kLKacDOqYXm5BKvK4Ug k+f1VrAvLfJ1nQ8yKiciSJvdERou1k5o0Z/ysMrbjb6labb6tHw/zFX2Oc5yxtYJ z5QWNyO3dxd9IKY0qewWm05FDAln3fr0JRU0KrBqpOVUYRuHjWVyh6NAvW9Ld1Qc 2zwJxD0JbtzeuQ7U2Uze2VLpnJ+FMK4K8j8Ml7ajzlPBWcVlHcwM4PWqqhZyYdJY WvYL9plSZBPYhVZQicbI4bnbCGdP2AAbN85zNwsHB9lTrL4BPa+aS1NZjpF7ut4d 9j0rkjehI0wQVpjBFz2v8XIB8/3k6n4P5kgAmgciStGzj8W+mn6Ronf+xeqtLrW/ VqW8nVIWZb+sMH771UGY9ESMf/vaD/MFzckN0m8MtWZ31Ds1h2w59q3vckLwfw== =kTOH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 13:19:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:19:54 +0000 Subject: libpar-packer-perl_1.017-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:04:59 +0200 Source: libpar-packer-perl Binary: libpar-packer-perl Architecture: source amd64 Version: 1.017-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpar-packer-perl - utility for creating PAR archives and stand-alone executables Changes: libpar-packer-perl (1.017-2) unstable; urgency=medium . * Strip trailing slash from metacpan URLs. * Slightly loosen the dependency on the current perl version to allow for release candidates (of the form 5.20.0~rc1). * Update years of packaging copyright. Checksums-Sha1: 4816b8d761b6a501349e1f33b4fd548d6ef20a03 2431 libpar-packer-perl_1.017-2.dsc 94b904562478048183309c2b5f90d974a5bd9275 7980 libpar-packer-perl_1.017-2.debian.tar.xz 22af68a5ba601e038a7900757c05ecb653814a41 1651346 libpar-packer-perl_1.017-2_amd64.deb Checksums-Sha256: 877c7f8e70a85055a6b1d88ccd63eb62e359433dbd29d4c9938bc2485deb87a6 2431 libpar-packer-perl_1.017-2.dsc 5341e48e54d5987a902de2d2bb3f0b7ee43a6bf7046dc056e42cdd9bb2f26824 7980 libpar-packer-perl_1.017-2.debian.tar.xz 6cfcf6878931b8e05b1bdf0ef64ce31683e8fe932fc74e109f56ae98e2c75f26 1651346 libpar-packer-perl_1.017-2_amd64.deb Files: 43e6ae82ed15ce756919f8363c1d88ff 1651346 perl optional libpar-packer-perl_1.017-2_amd64.deb ce9c99569d52c76b66d4f5525f96fdd4 2431 perl optional libpar-packer-perl_1.017-2.dsc 85c21ca8e5838d259166e58fa1e3b8bf 7980 perl optional libpar-packer-perl_1.017-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTeLCaThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkMxD/9uXKwQIwL6O3ZeWL47WFga7t6Ad5AGKz3oJpLTikvhifPJ KpSbFN1MzCg5+jlDc9z4tWfnCB49Gg/SuTYmirpwf1b1IePaij1FkK5WhNsP0ACZ 978aW7KK/psTi4HtyW8/CaGu0iblETueVeWspnJZnmG5EEPyTJxkD+bPJohzMGoM 2iMxMYYD7H0kMAdtjrGWHDu61xbrcJTUeu5gBm9/JRAMTG4V4Q6H0JDOBpbPvANe 9bb1bx9+5Zu8GCawyDRArCEC7j+ZHOOhOMidWqb2iAKZMB7brvGowT6jfxfR0Gxb zbpuIOFaFA6RNZSIYhFgjNUtc0NRb8f+/X8SKQuFGFfBMVJv265tK7/KGiErjaab rLK724pInXyKtPF9fMzxIMEYdkKL3jVR2QFBdD/x4NGLxln4E1uK1BySmUCm7nXY uo/7Mb2Nq/uA5U31RDbLB8IH824Thyri5w7+eqa+dd6+rpkfzeav9ZXKFiPhXo1l +IJm7btAg8/LQ9ZJR5wU8/pLLJY7jGzs2CERwwYGpguwis77O/Y8NNK3G63Jd6YJ SRW9iEUUAl4Y+897YkheF6drkv9JaDmMpQH69tnMouFfdoTEtaWlgS4X+dC338tH kHilwy9xIvBXtmrNzedBVzPRGgR9QFgIJ604lxVOarR9UUbkgzJCJrUMCmO/Eg== =6YUf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 13:20:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:20:07 +0000 Subject: libtest-refcount-perl_0.07-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 14:57:48 +0200 Source: libtest-refcount-perl Binary: libtest-refcount-perl Architecture: source all Version: 0.07-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-refcount-perl - Perl module to assert reference counts Closes: 711616 Changes: libtest-refcount-perl (0.07-2) unstable; urgency=low . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * Make build dependency and Suggests on libdevel-findref-perl versioned. (Closes: #711616) * Update years of packaging copyright. * Move Module::Build from Build-Depends-Indep to Build-Depends. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: c71bc6ef0d39cfd09428c50905754c57fb4c75f9 2319 libtest-refcount-perl_0.07-2.dsc 205c904ff77b2f3fabccbbd4e991eb1bb10a2d3d 2436 libtest-refcount-perl_0.07-2.debian.tar.xz d5b37a363247743c51ee2e3f0bbc5aae87526ee6 10706 libtest-refcount-perl_0.07-2_all.deb Checksums-Sha256: d842c51c4c504bdd09b0e3caaffce27ce2cb6ddd1d9f860eefd14ac5637bf4bf 2319 libtest-refcount-perl_0.07-2.dsc 0d75b45439a043a9e0825f188a40924064519ca1ba98cfe7e96b8d1f7ab59770 2436 libtest-refcount-perl_0.07-2.debian.tar.xz fcaeaecb6375debce2296c005ad0a959debb2a36224fcdf510d312ecf1f3f92d 10706 libtest-refcount-perl_0.07-2_all.deb Files: a47925c3c3174ec7dd05617b4a7d42dd 10706 perl optional libtest-refcount-perl_0.07-2_all.deb 46e356ce2ae109e76689e6fd40ebc22c 2319 perl optional libtest-refcount-perl_0.07-2.dsc 7cba7502897af634c37994d736e56208 2436 perl optional libtest-refcount-perl_0.07-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTeK6WThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBmY8D/91TA1HXoy5e43wGJ2tih6BKIkskuM5NEiehYDdJwThFOI8 5w1RkR/Tc31QMR35e95doh8QxvEAJUmhbtsP50m1VcTpf2utR7ORPVkwPVIn2kfk j1XuqVa15O5KxyZ43Unnb5yNaZhtQ62ZH1pxAVgRoNA9URAuz1FNcdeVitjPKYUU Rw8ap+1d8/oWL4KD/TTmQL4i2c4n5jn1oSKfl+Xpxw0QDz+gX4mdFEQQl6f8TjNs TxensN5oVfiM/UMD/uvpoxU3K9CdM1Rm5ZqCWLDlKaDkjvPn6EiLQDzK5p8fVyAg 4TbeuWc21g+p+XahXf3hLs/Y4bAxbBvACuTbdWu0M6lCaB0SePD0mgCQ2kzPLzrf 5YsywPfVi11pbFF2ACTfldYtc+8KP7+xIedH3iPFSX8+Wpu4sU9z3p/TKM4RLGsY w+wH4jFzB7fEMe/Rx3zEI9RLar/JiU/LAMRDWcpcUdmlsJTidQ2m8eCMlwOZDaOM 5BK4CKhp42iIipAC5flu/4nZ/cA8XrMNdzBtuMB121gWUpAvyV5C7rdQ+1o69hXO DWLDWkilJFoKPNT6Pp/F7h4Dvr2F7TOMvpooJC8CPby/1j2+dO/B++If5rIY6oz5 j1PcdUlxyf+ed9QHdS1n0caMzKVZFo7rjTOBd0iItwc79JrFcpPwlX22l3/Xyg== =CqLm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 13:20:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:20:01 +0000 Subject: librdf-generator-void-perl_0.13-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 14:30:41 +0200 Source: librdf-generator-void-perl Binary: librdf-generator-void-perl Architecture: source all Version: 0.13-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-generator-void-perl - generate VoID descriptions based on data in an RDF model Changes: librdf-generator-void-perl (0.13-1) unstable; urgency=medium . [ upstream ] * New release. + Fix missing EXLOCK causing problems with SQLite on some platforms (again...). . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: Extend coverage of packaging. Checksums-Sha1: c8fddd43433fa73b151c46ad389f49ed670a995c 2405 librdf-generator-void-perl_0.13-1.dsc 2803ad01b7333c9728457c9654781cc25c0b2e02 102162 librdf-generator-void-perl_0.13.orig.tar.gz 0b2e40f8e3381d5110d3d55e48fa4e83a346633b 4380 librdf-generator-void-perl_0.13-1.debian.tar.xz 191effd61ac07e9d833f0e4e20cf83df32bc9a78 31136 librdf-generator-void-perl_0.13-1_all.deb Checksums-Sha256: 9de6f4f3405107ab97f5a26b23344da3ee8e2317484e85c7203e4c4c9fde755d 2405 librdf-generator-void-perl_0.13-1.dsc f559f7c99bc7ea683a59dcaa6383c505af46bd3a92f7cfe562ba3cb0c64caa7d 102162 librdf-generator-void-perl_0.13.orig.tar.gz af15ce56b23380f818c09992eb392f83c1f42a1ddeb440c70e392312ca13c506 4380 librdf-generator-void-perl_0.13-1.debian.tar.xz 8d29c0635843420c8159e59b0f4ae528ed3e5fd07d0997998dcda09eea67ade5 31136 librdf-generator-void-perl_0.13-1_all.deb Files: 44530a430a22e1567c741c04efa56f82 31136 perl optional librdf-generator-void-perl_0.13-1_all.deb 09deb0d5de6e982ce2c239c224386866 2405 perl optional librdf-generator-void-perl_0.13-1.dsc 0546d3d43a28e58b1ecf83964fa9fb07 102162 perl optional librdf-generator-void-perl_0.13.orig.tar.gz 854601697c491e6c8f47729689699538 4380 perl optional librdf-generator-void-perl_0.13-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeKmEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhn3QP/0BGDidhEnV0VtH4Jx03dp0h w/DPcj8FrPjVFtMmHRE5H1QvIzU5Kizl3pQpoFBI4gutyEwMn+gJJDfnuv2cNZfk gSW3mM51G6f9ZXN+MtxeCFvxbaAMvPcsUotD1vmXfzTCBmhsLAA3zEDFBczeOzmt aIBf3AH859ODaUSSb/jb5FuDi2fBaMBzdzvJe8UOjiLqNSBvLDKveRB7qdkPn0sL h6jVG81QYiSP6UL4pzRBfH7BdmPBKx2PaRAIiLViWs0dJImZzZ4P5KBuT30N6ZzB CCNIQWK3OTT9wn8M5xwrDKKDAlMdpddrVV2m0fBbmjgEXeQQt2EC8no/bbkaCTlv JCqOgFI/WFsIx1uwRPy2NAaRs66ADRVpLedeVRiaHsrKaWrbohxHydYABXVaS6sN ab79ui/TY2a32sh6p8HYf9u4Olghae5WrJX/XdqKKOV6uka9jkO9yh+IulKVirRs U+MM7UHeXGGjCCO2tAmAcZosDd2weFZ9v+2S02cRAytKGhwlSqmvBPc9AKJ/9XEb +56UoaYdKEh1t20cxtAtxa2lE1q6SgqybJxp/r8RA1k+JcaaYNMZMpYaTdz+yi/L NvyeBIB4cr8VyOsgfHc1iX+qeZWhYOLqM1ZeOoZkpnxvN2+x0PQ0TZ3vP8+lYsPg UsRhv9QzpjReymhLfXwP =/bhi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun May 18 13:21:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 13:21:10 +0000 Subject: Bug#719835: marked as done (libdevel-findref-perl: crash in XS_Devel__FindRef_find_ on Perl 5.18) References: <20130608112156.GX4384@urchin.earth.li> Message-ID: Your message dated Sun, 18 May 2014 13:19:47 +0000 with message-id and subject line Bug#719835: fixed in libdevel-findref-perl 1.430-1 has caused the Debian Bug report #719835, regarding libdevel-findref-perl: crash in XS_Devel__FindRef_find_ on Perl 5.18 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 719835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719835 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libtest-refcount-perl: FTBFS with perl 5.18: test failures Date: Sat, 8 Jun 2013 12:21:56 +0100 Size: 2564 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#719835: fixed in libdevel-findref-perl 1.430-1 Date: Sun, 18 May 2014 13:19:47 +0000 Size: 6006 URL: From owner at bugs.debian.org Sun May 18 13:21:06 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 13:21:06 +0000 Subject: Bug#711616: marked as done (libtest-refcount-perl: FTBFS with perl 5.18: test failures) References: <20130608112156.GX4384@urchin.earth.li> Message-ID: Your message dated Sun, 18 May 2014 13:20:07 +0000 with message-id and subject line Bug#711616: fixed in libtest-refcount-perl 0.07-2 has caused the Debian Bug report #711616, regarding libtest-refcount-perl: FTBFS with perl 5.18: test failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 711616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711616 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dominic Hargreaves Subject: libtest-refcount-perl: FTBFS with perl 5.18: test failures Date: Sat, 8 Jun 2013 12:21:56 +0100 Size: 2564 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#711616: fixed in libtest-refcount-perl 0.07-2 Date: Sun, 18 May 2014 13:20:07 +0000 Size: 6027 URL: From ftpmaster at ftp-master.debian.org Sun May 18 13:23:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:23:42 +0000 Subject: Processing of libplack-middleware-expires-perl_0.05-1_amd64.changes Message-ID: libplack-middleware-expires-perl_0.05-1_amd64.changes uploaded successfully to localhost along with the files: libplack-middleware-expires-perl_0.05-1_all.deb libplack-middleware-expires-perl_0.05-1.dsc libplack-middleware-expires-perl_0.05.orig.tar.gz libplack-middleware-expires-perl_0.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 13:33:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:33:51 +0000 Subject: libplack-middleware-expires-perl_0.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:17:34 +0200 Source: libplack-middleware-expires-perl Binary: libplack-middleware-expires-perl Architecture: source all Version: 0.05-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libplack-middleware-expires-perl - mod_expires for plack Changes: libplack-middleware-expires-perl (0.05-1) unstable; urgency=low . [ upstream ] * New release. + Require 'HTTP::Date' and 'HTTP::Status'. Stop requiring LWP. + Migrate to minil build system. + Accept code ref for content_type attribute. . [ Salvatore Bonaccorso ] * Change Vcs-Git to use anonscm.debian.org hostname. . [ Jonas Smedegaard ] * Update copyright info: + Fix cover convenience copy of Module::Install::AuthorTests. + Drop Files sections for no longer shipped convenience code copies. + Extend coverage of packaging, and bump its licensing to GPL-3+. + Add git URL as alternate source. + List upstream issue tracker as preferred contact. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Bump debhelper compatibility level to 8: debhelper 8 is available even in oldstable. * Bump to standards-version 3.9.5. * Update watch file to use metacpan.org URL. * Fix use canonical Vcs-Git URL. * Update package relations: + (Build-)depend on libhttp-date-perl and libhttp-message-perl (and not libwww-perl). + Relax to build-depend unversioned on cdbs: Needed version satisfied even in oldstable. * Stop track tarball checksum: Check against upstrem git instead. * Include perl-build.mk (not perl-makemaker.mk). Checksums-Sha1: c0e8c147cf30f73a7e2f8a8115d7de291c437d94 2417 libplack-middleware-expires-perl_0.05-1.dsc 54c8ca976b6092e889466165113e5155ad9ce833 11671 libplack-middleware-expires-perl_0.05.orig.tar.gz 4cf96cd49c73cb90e5d3cf874c160804111e31c0 3452 libplack-middleware-expires-perl_0.05-1.debian.tar.xz 3f037021933734cce171a99830489ef56a5f1d61 11034 libplack-middleware-expires-perl_0.05-1_all.deb Checksums-Sha256: 3194b8cdd53a79c743367963298461d01c306d02db2372234266b0a7197b6da3 2417 libplack-middleware-expires-perl_0.05-1.dsc 0d7843ae5aa0d830af4cc8c2d20103e5e8270f717771cdc9f8c3a79c83d4323f 11671 libplack-middleware-expires-perl_0.05.orig.tar.gz 780a987981e0dbe6f00206eb91c7506af2d2549e8117fbfe4a871b7b245fc8f1 3452 libplack-middleware-expires-perl_0.05-1.debian.tar.xz 6279c379567e336f4b89e27f919f433251e19d570b6b09bb74051c4d74c3c3ff 11034 libplack-middleware-expires-perl_0.05-1_all.deb Files: 86d860ee789c6bcb584fa97a237b8436 11034 perl optional libplack-middleware-expires-perl_0.05-1_all.deb 9dcc098dd027a37eb46c3dcc39fe7faa 2417 perl optional libplack-middleware-expires-perl_0.05-1.dsc 0d5601e1e71069160654dc5e9e4a9992 11671 perl optional libplack-middleware-expires-perl_0.05.orig.tar.gz 6dff26611b0b55ed435fde3b0ab8af9b 3452 perl optional libplack-middleware-expires-perl_0.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeLOUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhPfYQAKvGUX5gnkR8+HaX/ZmIpuf8 out3HCHN1UGBhmoHceIlpCZ8+ImcywWsbebOcb8vsuhuMgOsJRR4k/4P2eTir6tx +RPGVKagJbdJiY4kcE2DKLZbOv+ZQvfoooz8a2loOxiRKZ+lmDPUXAfrPkqOQcY0 I+retA/GoKqE/EddfuuIZ9M/peY+sONSvUZPyHYadTVO9oOxgorkdPvNqWumrWy7 2EqMebN62tdleAfWNbovkoMsXZMtN7uN99TTTRbgERLMAgryKyPbg3gEM0kYxxEO oWEy7jlmhUgFpSHQMly+6MOlp4U6MA6LA5V+Mm/EixeZY0Oc2gpDMP8yHEG8RadG Sz+jvEsmcEKvsl05mwsFZxM6BNTMufZLg6pzLYl7DNHKHmn+0bsVZAwh9apZKHUo HeAuDG+zmrBxLeziPBtJr25kmRSVl8/3SudYFE0kdtks6NsdegFJUfQpVGlssx/v iSNEIyg8H2o37ezyTSrLKqz/lI774JAwDPK8sSoiAXDs1N5mtUZpfgYZlF8wywUi THjuNo1OHYo6HRdo8Cumr1Isl22f8lrgsSwmoQamhjQ2T5/xx6LGKUky3EAJjJp1 9A2P4ZZJRdYVwRlmG2kr1rS5vlp6Uux5klJJxmzUuQBo8MZyQPtPlAuNhW4mzdMD NnKToSb+vrKFJJeFXop5 =kJ0f -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 13:48:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:48:46 +0000 Subject: Processing of libperlx-maybe-xs-perl_1.001-1_amd64.changes Message-ID: libperlx-maybe-xs-perl_1.001-1_amd64.changes uploaded successfully to localhost along with the files: libperlx-maybe-xs-perl_1.001-1_amd64.deb libperlx-maybe-xs-perl_1.001-1.dsc libperlx-maybe-xs-perl_1.001.orig.tar.gz libperlx-maybe-xs-perl_1.001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 13:53:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 13:53:46 +0000 Subject: Processing of libtest-compile-perl_1.0.1-1~bpo70+1_amd64.changes Message-ID: libtest-compile-perl_1.0.1-1~bpo70+1_amd64.changes uploaded successfully to localhost along with the files: libtest-compile-perl_1.0.1-1~bpo70+1.dsc libtest-compile-perl_1.0.1-1~bpo70+1.debian.tar.gz libtest-compile-perl_1.0.1-1~bpo70+1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 14:08:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 14:08:49 +0000 Subject: Processing of libperlx-maybe-perl_1.000-1_amd64.changes Message-ID: libperlx-maybe-perl_1.000-1_amd64.changes uploaded successfully to localhost along with the files: libperlx-maybe-perl_1.000-1_all.deb libperlx-maybe-perl_1.000-1.dsc libperlx-maybe-perl_1.000.orig.tar.gz libperlx-maybe-perl_1.000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 14:59:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 14:59:01 +0000 Subject: Processing of libpackage-variant-perl_1.002000-1_amd64.changes Message-ID: libpackage-variant-perl_1.002000-1_amd64.changes uploaded successfully to localhost along with the files: libpackage-variant-perl_1.002000-1_all.deb libpackage-variant-perl_1.002000-1.dsc libpackage-variant-perl_1.002000.orig.tar.gz libpackage-variant-perl_1.002000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Sun May 18 15:15:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:15:15 +0000 Subject: Processed: reassign 745805 to libcatalyst-model-dbic-schema-perl References: <1400425841-768-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 745805 libcatalyst-model-dbic-schema-perl 0.61 Bug #745805 [libcatalyst-modules-perl] libcatalyst-modules-perl: Request for Library Upgrade Bug reassigned from package 'libcatalyst-modules-perl' to 'libcatalyst-model-dbic-schema-perl'. No longer marked as found in versions libcatalyst-modules-perl/47. Ignoring request to alter fixed versions of bug #745805 to the same values previously set Bug #745805 [libcatalyst-model-dbic-schema-perl] libcatalyst-modules-perl: Request for Library Upgrade There is no source info for the package 'libcatalyst-model-dbic-schema-perl' at version '0.61' with architecture '' Unable to make a source version for version '0.61' Marked as found in versions 0.61. > thanks Stopping processing here. Please contact me if you need assistance. -- 745805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745805 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun May 18 15:18:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:18:23 +0000 Subject: Processed: reassign 747502 to libcatalyst-plugin-subrequest-perl References: <1400426209-3635-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 747502 libcatalyst-plugin-subrequest-perl 0.20 Bug #747502 [libcatalyst-modules-perl] FTBFS: test failure in Catalyst-Plugin-SubRequest Bug reassigned from package 'libcatalyst-modules-perl' to 'libcatalyst-plugin-subrequest-perl'. No longer marked as found in versions libcatalyst-modules-perl/47. Ignoring request to alter fixed versions of bug #747502 to the same values previously set Bug #747502 [libcatalyst-plugin-subrequest-perl] FTBFS: test failure in Catalyst-Plugin-SubRequest There is no source info for the package 'libcatalyst-plugin-subrequest-perl' at version '0.20' with architecture '' Unable to make a source version for version '0.20' Marked as found in versions 0.20. > thanks Stopping processing here. Please contact me if you need assistance. -- 747502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747502 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun May 18 15:18:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:18:17 +0000 Subject: Processed: closing 745805 References: <1400425969-1622-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 745805 0.63 Bug #745805 [libcatalyst-model-dbic-schema-perl] libcatalyst-modules-perl: Request for Library Upgrade There is no source info for the package 'libcatalyst-model-dbic-schema-perl' at version '0.63' with architecture '' Unable to make a source version for version '0.63' Marked as fixed in versions 0.63. Bug #745805 [libcatalyst-model-dbic-schema-perl] libcatalyst-modules-perl: Request for Library Upgrade Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 745805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745805 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun May 18 15:21:07 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:21:07 +0000 Subject: Processed: closing 747502 References: <1400426251-3362-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 747502 0.20-1 Bug #747502 [libcatalyst-plugin-subrequest-perl] FTBFS: test failure in Catalyst-Plugin-SubRequest Marked as fixed in versions libcatalyst-plugin-subrequest-perl/0.20-1. Bug #747502 [libcatalyst-plugin-subrequest-perl] FTBFS: test failure in Catalyst-Plugin-SubRequest Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 747502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747502 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From dmn at debian.org Sun May 18 15:25:45 2014 From: dmn at debian.org (Damyan Ivanov) Date: Sun, 18 May 2014 18:25:45 +0300 Subject: Bug#564096: libcatalyst-modules-perl: Request for packaging some new modules, including Catalyst::Engine::HTTP::Prefork In-Reply-To: <20100107172735.19221.82557.reportbug@asif-desktop> References: <20100107172735.19221.82557.reportbug@asif-desktop> Message-ID: <20140518152545.GA6764@ktnx.net> Control: tags -1 moreinfo -=| Asif Youssuff, 07.01.2010 12:27:35 -0500 |=- > Package: libcatalyst-modules-perl > Version: 34 > Severity: normal > > I would like the following modules added to this package. > > Catalyst::Engine::HTTP::Prefork > Catalyst::Plugin::Email > Catalyst::Plugin::ErrorCatcher > Catalyst::Plugin::ErrorCatcher::Email > Catalyst::Plugin::Compress::Gzip > Catalyst::Plugin::CustomErrorMessage > Catalyst::Plugin::DBIC::Schema::Profiler Hi, Some four years later, do you still need these modules? I will package and upload them, but I'd prefer to not waste time if the result won't be used :) Cheers, dam From owner at bugs.debian.org Sun May 18 15:27:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:27:09 +0000 Subject: Processed: Re: Bug#564096: libcatalyst-modules-perl: Request for packaging some new modules, including Catalyst::Engine::HTTP::Prefork References: <20140518152545.GA6764@ktnx.net> <20100107172735.19221.82557.reportbug@asif-desktop> Message-ID: Processing control commands: > tags -1 moreinfo Bug #564096 [libcatalyst-modules-perl] libcatalyst-modules-perl: Request for packaging some new modules, including Catalyst::Engine::HTTP::Prefork Added tag(s) moreinfo. -- 564096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564096 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun May 18 15:33:16 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:33:16 +0000 Subject: Processed: reassign 330387 to libcatalyst-model-cdbi-crud-perl References: <1400426883-2916-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 330387 libcatalyst-model-cdbi-crud-perl 0.04-1 Bug #330387 [libcatalyst-modules-perl] should redirect user after action to avoid reload problems Bug reassigned from package 'libcatalyst-modules-perl' to 'libcatalyst-model-cdbi-crud-perl'. No longer marked as found in versions libcatalyst-modules-perl/0.03. Ignoring request to alter fixed versions of bug #330387 to the same values previously set Bug #330387 [libcatalyst-model-cdbi-crud-perl] should redirect user after action to avoid reload problems Marked as found in versions libcatalyst-model-cdbi-crud-perl/0.04-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 330387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330387 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 18 15:35:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 15:35:21 +0000 Subject: libpackage-variant-perl_1.002000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 16:13:12 +0200 Source: libpackage-variant-perl Binary: libpackage-variant-perl Architecture: source all Version: 1.002000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libpackage-variant-perl - parameterizable packages Changes: libpackage-variant-perl (1.002000-1) unstable; urgency=medium . [ upstream ] * New release. + Add build_variant method on variable packages, to allow avoiding importing a generator sub. + Fix pragmas applied by modules listed in "importing" from leaking out into unexpected scopes. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update homepage. * Update copyright info: + Extend coverage of packaging. Checksums-Sha1: a9127e52cbe74628a49ebd652e23cab264be0f88 2400 libpackage-variant-perl_1.002000-1.dsc f3d473cfd72a2479cb51d6befd7789fada8767a3 8782 libpackage-variant-perl_1.002000.orig.tar.gz 9ddac1662502edd80df5ed8fd6381eea011143b3 3260 libpackage-variant-perl_1.002000-1.debian.tar.xz 65611db83d1ac0ebb55ebaff26f99ffd9e34b7ed 18236 libpackage-variant-perl_1.002000-1_all.deb Checksums-Sha256: df407fc356c2441a950f97baafe701851036fa3f72dad412e0d8c584f1f8d110 2400 libpackage-variant-perl_1.002000-1.dsc eb7e7ec248c3d5914730ad1b465593df7aa0f0d5141c948371ac5ebe29ab430e 8782 libpackage-variant-perl_1.002000.orig.tar.gz db9487a2eed6553e3688305cb4c4eeda904755b38df167c16f9730aec303d6d2 3260 libpackage-variant-perl_1.002000-1.debian.tar.xz f473fd591ef18e8789bf32878ad53f7907fa39659934cf023da771e879ce3442 18236 libpackage-variant-perl_1.002000-1_all.deb Files: 3269469c513850bc2df68ae027088377 18236 perl optional libpackage-variant-perl_1.002000-1_all.deb f86d90c4784e8a22213ee79cfc75e6c8 2400 perl optional libpackage-variant-perl_1.002000-1.dsc fc0b756835c26d6d6dca711021fb94c0 8782 perl optional libpackage-variant-perl_1.002000.orig.tar.gz ec0f2e04f7c857a8143a728f4a88507a 3260 perl optional libpackage-variant-perl_1.002000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeMm8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhqpYP/Rz09mpf+IotaxV62MCJXe1r HubBrKxzOUm1is4IaOKyXz+ZozoGno4bLawAKqpbmOuikeYt1CzEUQaxsD8Co/zk lG14bmKzprutY17irQf7T8UzHgcPmapoG4Q/rZITBGSzlgbihHzDUClkd9cycpp+ /4IzC/FlhIurqmK5RoiBbPeqHCnlIZckT2As7RWuAI9hFPe4FpH0NvtwSCC0Hhu6 BaILMMQnx6+kVSbuDdGNeyZ219GTEOmsOWNa6yGRb5iSMNVd4X6RHpVWWALDPHF1 II6HfwAYxhz93+/fzbJHNy3k0k9tK26/72eaHJsGRYPz7ep2rhBFggz9ZNHy1CQX a6J3oFlzgcpv7d/cenxnMhIj6YxYZTB6GPdyS9OHflPzGi5v/H/A6XD2+q/dy8a3 MKYNCY+7cGx77Ze6x9JoPj0Jc1mWeUAnJfotkuv3aADiVSsPILIU3o92QJht9702 bl6OU1mviakikanNdXXpr4y/zfrwLoWsxp4QZsnW60B8aGUn7/H186n0pptY2mbr 6F9xQ9l8fK8U+id0TTYcG9YGSEL0mruVCzw362ro5A5OYjmkVufhzMK1kgfCQ/j+ 6BWR8ttqojBgKKW2jVETV5lnoWvU69DD0uWCzpAIbciL1cR+wmaRHzlZNF/jlbTp OyarkMzfCtih2UndzRJp =M6QU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 15:35:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 15:35:31 +0000 Subject: libperlx-maybe-perl_1.000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:59:52 +0200 Source: libperlx-maybe-perl Binary: libperlx-maybe-perl Architecture: source all Version: 1.000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libperlx-maybe-perl - return a pair only if they are both defined Changes: libperlx-maybe-perl (1.000-1) unstable; urgency=medium . [ upstream ] * New release(s). + Switch packaging to Dist::Inkt. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Add git URL as alternate source. + Extend coverage of packaging. + Drop Files sections for no longer shipped convenience code copies. + Cover CONTRIBUTING file, licensed as CC-BY-SA_UK-2.0. * Stop track tarball checksum: Check against upstrem git instead. * Update watch file to use metacpan.org URL, and stop track development releases. Checksums-Sha1: ee8abb42049b464c23b5894bab031e87061753a6 2225 libperlx-maybe-perl_1.000-1.dsc 6ec5d7be0814fd32899d334bfee30d4d9585fad8 16120 libperlx-maybe-perl_1.000.orig.tar.gz e519d0b4da83f42935d1b84cc79be7a0b2f2fe94 7380 libperlx-maybe-perl_1.000-1.debian.tar.xz 9d7476f4eec3eb5d424f1598c76c79f5ebb50716 18708 libperlx-maybe-perl_1.000-1_all.deb Checksums-Sha256: 980d90af00f47977d6ddb35920d72611e07cb8f4a94f6790b6e9419728875d20 2225 libperlx-maybe-perl_1.000-1.dsc 8c9d1701bac971534321170503be23eb13a4b946435e89ecee02fe8f4fc12c06 16120 libperlx-maybe-perl_1.000.orig.tar.gz 7eef41a989ba7c35df7c5ed24e1fecd6f58898f4985d7d86a9d35041cedb0ec7 7380 libperlx-maybe-perl_1.000-1.debian.tar.xz f0dc5bdbcf0d1d1b902dfd9650b537231ec138e956bb17b199e2c8b93819f6bb 18708 libperlx-maybe-perl_1.000-1_all.deb Files: fd06c5ffc3a88ab6b5d3f613fe53ce05 18708 perl optional libperlx-maybe-perl_1.000-1_all.deb b43a0fca5be39a47f8bfda50fb840586 2225 perl optional libperlx-maybe-perl_1.000-1.dsc 2a1da06abaecb96db1adcd4cffe98763 16120 perl optional libperlx-maybe-perl_1.000.orig.tar.gz 308a50ada8393e45400bb0d600f79477 7380 perl optional libperlx-maybe-perl_1.000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeL3RXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhJKEQAJuBpL0LAay0kTUGgAhU1Jxy UMtnS5IOeSkfBhJRzKjA+4mfA9vwkvCHtqoHFe6kf+BJYv64AIaVwn8xUV+e3+x3 HE6ZCGif1kDc05eb09x9HFjMBOYCV8Pkg2WiK4Ngv+9Rl8sNr0w3qRZMsSO4SXZr dVprCfhR7zrbhR1Y40KPiKMUHdHzTkUOah2UkuSEwJGCQYKba5B9yNBc0JU+MWa/ XhUMh43FOyuC9vq6CLP/AmSMpRVf4QmIHpZVr3sRv0pW1lAaXnPiq6I5S42wFKnc JjReSjheQKTpjIrUC4/N+RWc9+CwUK3EdmsC0gAvmuUohDTiEIU9FBH1cL60tclF 5rKy+/fFw5lVybfdNKsJVC3fNeXAwGOm44KWVyndyg0sGyH/Go+ROIHbxhy6Jjeq JnwrAMsTkLSZObIHp4L4C+/XRyKsNY/zOZ/BuCaLAxIP5fmqUKwi4pfHB03IgiIp UWSwWLjXlHv2SNU5B1zdDB0bcyYRU2BNMD/ewnXlP/FmcfwphTP9LM2EHObNK4xq BFiHL/svFeRt44PJt2DdAJl1tDS+995KmXzD+zbv3MufONOrAH618XNT1tPQAl53 n1t8MSD6WUswSNfB5J7nf1J9jZiVfdzBn/LUtdHVxD11EZc17oCoZtwO9PCN+sZO EjU81wV2CVnxfm1X1DOu =OJuz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 15:35:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 15:35:38 +0000 Subject: libperlx-maybe-xs-perl_1.001-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:43:09 +0200 Source: libperlx-maybe-xs-perl Binary: libperlx-maybe-xs-perl Architecture: source amd64 Version: 1.001-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libperlx-maybe-xs-perl - XS backend for PerlX::Maybe Changes: libperlx-maybe-xs-perl (1.001-1) unstable; urgency=medium . [ upstream ] * New release(s). + Switch from plain ExtUtils::MakeMaker to Dist::Inkt. . [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Update copyright info: + Include ancient copyright holders for pport.h. + Add git URL as alternate source. + Extend coverage for main upstream author, and of packaging. + Cover CONTRIBUTING file, lcenses as CC-BY-SA_UK-2.0. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Stop track tarball checksum: Check against upstrem git instead. * Update package relations: + Enhance libperlx-maybe-perl. Checksums-Sha1: d88ef25d0d477da7313823bd6796a467ff8db8fa 2231 libperlx-maybe-xs-perl_1.001-1.dsc 2d1f301c198a468ac5feb3aba7f2cda1a6d72298 61026 libperlx-maybe-xs-perl_1.001.orig.tar.gz 31cbf48b0e5016b1897bd4fb143be7e50c346ac3 6988 libperlx-maybe-xs-perl_1.001-1.debian.tar.xz 10b0d8b2e813766f9d70b36b4561891aad8b0cb3 15036 libperlx-maybe-xs-perl_1.001-1_amd64.deb Checksums-Sha256: 516c436d239e0ed9533df25e3d47e8b4d0bc94122f7fdff10dadaa2c9ea60316 2231 libperlx-maybe-xs-perl_1.001-1.dsc 48ef97f06949e65277d1a0ac269fbc543b2cb08bd613f020de2098bed6a40bb6 61026 libperlx-maybe-xs-perl_1.001.orig.tar.gz f2f6857d31d9ef73d6b98375dd0eddfa5be56d13dd3e2025cdcc475b2c9996b3 6988 libperlx-maybe-xs-perl_1.001-1.debian.tar.xz e3a8907040367198c4850fb113720246843aaa7aab90b56f6f6b4de6346eebcc 15036 libperlx-maybe-xs-perl_1.001-1_amd64.deb Files: e4a4523495a9f58208ab4cc3d4a9a450 15036 perl optional libperlx-maybe-xs-perl_1.001-1_amd64.deb 4407557e5bbec26adf07c76c6b0457b4 2231 perl optional libperlx-maybe-xs-perl_1.001-1.dsc 4cf8b5fdd8d7d4c7ed013a7b37963049 61026 perl optional libperlx-maybe-xs-perl_1.001.orig.tar.gz 3d0b4fbcfea12ce9ad866ffb10670408 6988 perl optional libperlx-maybe-xs-perl_1.001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeLobXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhOFAP/0PXKqS0GeOb4zn+yCX6k7VJ lexIqHyEvR+bRFJrl9UO/yVmE8D4B81P0SY5zQ2p2LD691KmoQHAUW3DwE70yg7f z/0CVlX7FCoWxQyVXLS+LK87mwxVe5swEjDEL0pTIlWbmBanxnIS6WWeS1+O+Jvj /mMV3IBmlbSHAF5HfmxpW8/DJidXTQXiyy5UQnBvmcOtQ2YdZs3YaTPvj/tSSdLh k/4wnx5i5ZVohFxmI8OMZOG92WnmQ9F81a/2dWHo390S8nRxDuK3H5ehUVm1CACx tKTRL3fkCFOuOn/vNMyRm6bpNTq2YJKVYJPX2KTf+TiKmjtJ7F0VG56yc/hpR2TT LBsSQyJjjwI3sS7lH1JbpiQHNJid2baBOuu/HVm4Ewqow9FY2c/1g8YTzu0iPCXY ODBmQZEIqsdpPXLH4L+WMW7kJTDYvn2ArDvL9iaz3mBzhaUWZO4KxCxz+aRhXpI/ mgwuZ2pzjN2X8Ini6w3yIkBSltGm1ac1cfUyc5uXk+GscvDt48zva5QbvI7W/uhy gG8UrPvc9NJY9ed3CzPUkWW/isURd+BPNAtl1pNrMqmhH+NFTybIG1glQLYfMlDu ZrxRzg9HOzFu90CTzoS5Ji2Rr5GUCZ5dV29REm61NlUVqU1F0R6B0nR/0+Par8x5 rZOuI91TryKyxnqNwOMK =oi/G -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 15:36:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 15:36:01 +0000 Subject: libtest-compile-perl_1.0.1-1~bpo70+1_amd64.changes is NEW Message-ID: binary:libtest-compile-perl is NEW. source:libtest-compile-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From owner at bugs.debian.org Sun May 18 15:36:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:36:23 +0000 Subject: Processed: reassign 330387 to libcatalyst-model-cdbi-crud-perl References: <5378d2c9.17a28a6.134028f6@ktnx.net> Message-ID: Processing commands for control at bugs.debian.org: > reassign 330387 libcatalyst-model-cdbi-crud-perl 0.04-1 Bug #330387 [libcatalyst-model-cdbi-crud-perl] should redirect user after action to avoid reload problems Ignoring request to reassign bug #330387 to the same package Bug #330387 [libcatalyst-model-cdbi-crud-perl] should redirect user after action to avoid reload problems Ignoring request to alter found versions of bug #330387 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 330387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330387 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun May 18 15:44:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 15:44:08 +0000 Subject: Processing of libcatalyst-model-cdbi-crud-perl_0.04-2_amd64.changes Message-ID: libcatalyst-model-cdbi-crud-perl_0.04-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-cdbi-crud-perl_0.04-2_all.deb libcatalyst-model-cdbi-crud-perl_0.04-2.dsc libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz libcatalyst-model-cdbi-crud-perl_0.04-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Sun May 18 15:40:00 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sun, 18 May 2014 15:40:00 +0000 Subject: Bug#330387: Pending fixes for bugs in the libcatalyst-model-cdbi-crud-perl package Message-ID: tag 330387 + pending thanks Some bugs in the libcatalyst-model-cdbi-crud-perl package are closed in revision ceec96f3f439f7759e7e902aa05f16e2440bae34 in branch 'master' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-model-cdbi-crud-perl.git;a=commitdiff;h=ceec96f Commit message: add patch from Joachim Breitner adding a redirect after after a change to avoid browser fback/forward weirdness Closes: #330387 From owner at bugs.debian.org Sun May 18 15:45:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:45:08 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-model-cdbi-crud-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 330387 + pending Bug #330387 [libcatalyst-model-cdbi-crud-perl] should redirect user after action to avoid reload problems Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 330387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330387 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun May 18 15:45:16 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 15:45:16 +0000 Subject: Processed: reassign 499141 to libcatalyst-plugin-stacktrace-perl References: <1400427792-1832-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 499141 libcatalyst-plugin-stacktrace-perl 0.08 Bug #499141 [libcatalyst-modules-perl] After Lenny upgrade, StackTrace no longer works Bug reassigned from package 'libcatalyst-modules-perl' to 'libcatalyst-plugin-stacktrace-perl'. No longer marked as found in versions libcatalyst-modules-perl/31. Ignoring request to alter fixed versions of bug #499141 to the same values previously set Bug #499141 [libcatalyst-plugin-stacktrace-perl] After Lenny upgrade, StackTrace no longer works There is no source info for the package 'libcatalyst-plugin-stacktrace-perl' at version '0.08' with architecture '' Unable to make a source version for version '0.08' Marked as found in versions 0.08. > thanks Stopping processing here. Please contact me if you need assistance. -- 499141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499141 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun May 18 16:00:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 16:00:05 +0000 Subject: Processed: Re: Bug#499141: After Lenny upgrade, StackTrace no longer works References: <20140518155623.GA26130@ktnx.net> <20080916143214.26977.69508.reportbug@Tao.metrics.net> Message-ID: Processing control commands: > tags -1 moreinfo Bug #499141 [libcatalyst-plugin-stacktrace-perl] After Lenny upgrade, StackTrace no longer works Added tag(s) moreinfo. -- 499141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499141 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From dmn at debian.org Sun May 18 15:56:23 2014 From: dmn at debian.org (Damyan Ivanov) Date: Sun, 18 May 2014 18:56:23 +0300 Subject: Bug#499141: After Lenny upgrade, StackTrace no longer works In-Reply-To: <857guxbyas.fsf@boum.org> References: <20080916143214.26977.69508.reportbug@Tao.metrics.net> <857guxbyas.fsf@boum.org> Message-ID: <20140518155623.GA26130@ktnx.net> Control: tags -1 moreinfo Hi Anthony, -=| intrigeri, 23.06.2012 21:52:59 +0200 |=- > Hi Anthony, > > Anthony DeRobertis wrote (16 Sep 2008 14:32:14 GMT) : > > Package: libcatalyst-modules-perl > > Version: 31 > > Severity: normal > > File: /usr/share/perl5/Catalyst/Plugin/StackTrace.pm > > > I previously had Catalyst working on Etch (much backporting from Lenny). > > Eventually, I upgraded to Lenny, and now StackTrace does not seem to > > work. I no longer get the problem line of code shown, and the > > error > > message up top now reads: > > > DBIx::Class::ResultSet::count(): DBI Exception: DBD::mysql::st execute > > failed: You have an error in your SQL syntax; check the manual that > > corresponds to your MySQL server version for the right syntax to use > > near ')' at line 1 [for Statement "SELECT COUNT( DISTINCT( user ) ) FROM > > mail_list_cats me WHERE ( )"] at /usr/share/perl5/Devel/StackTrace.pm > > line 140 > > > Yep, error reported in StackTrace.pm instead of my code... > > > Downgrading to libdevel-stacktrace-perl=1.11-1 (etch) gets the error > > message up top to show my code again, but doesn't get the trace display > > back. > > > Can you reproduce this problem in Debian Squeeze or testing/sid? Ping? Cheers, dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From dr at jones.dk Sun May 18 16:00:21 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 18 May 2014 18:00:21 +0200 Subject: Bug#748581: ITP: libmoox-configfromfile-perl -- Moo extension for initializing objects from config file Message-ID: <20140518160021.27184.63565.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libmoox-configfromfile-perl Version : 0.002 Upstream Author : Jens Rehsack * URL : https://metacpan.org/release/MooX-ConfigFromFile * License : Artistic or GPL-1+ Programming Lang: Perl Description : Moo extension for initializing objects from config file MooX::ConfigFromFile is intended to easy load initialization values for attributes on object construction from an appropriate config file. The building is done in MooX::ConfigFromFile::Rule - using MooX::ConfigFromFile ensures the role is applied. This module is needed by recent releases of libmoox-options-perl. It will be maintained in the Debian Perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTeNkSXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWbXYIAJRC7d7FDCDQZmO2mNOqkE/3 IpRlt5OMxxcuwSy1lU/hqhisxMea9Bo1wcycJc9Y3FKAp9nnUecQpv88eFeYoBly X1VkB7ZmxNR7Z38xOZGmtn7Lssiwoxye4GObl4sVYb118Eahb/BWnWSXYN59eohD TICjmjM6zNVtc12iqeZukZ3bHddcjDehND1P16PGl6iVfCy4vDnk0eJQ/5wNcCXj 6C6xRcjJakgkqzA92YYSQMErw6SCcttlTqjRl0tccxLQgpZoFACTvAwxxw6mMYd8 ZS9nCIvwsgErTUORliZnZqsJVpRnbo6XV8L6+1NHdhpL+shoMWVZg7T4n0UoBpc= =aYrs -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 18 16:04:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 16:04:14 +0000 Subject: libcatalyst-model-cdbi-crud-perl_0.04-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 18 May 2014 18:32:54 +0300 Source: libcatalyst-model-cdbi-crud-perl Binary: libcatalyst-model-cdbi-crud-perl Architecture: source all Version: 0.04-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-cdbi-crud-perl - deprecated Catalyst module Closes: 330387 Changes: libcatalyst-model-cdbi-crud-perl (0.04-2) unstable; urgency=medium . * add patch from Joachim Breitner adding a redirect after after a change to avoid browser fback/forward weirdness (Closes: #330387) Checksums-Sha1: 20e35a18a3505d41f1c4633577bff14fa298b94c 2461 libcatalyst-model-cdbi-crud-perl_0.04-2.dsc 142c0903667af36478a4bbe86e747a5f9c137f48 2985 libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz 787fc6ca1482dc4c63b85677dfe603d239913740 2124 libcatalyst-model-cdbi-crud-perl_0.04-2.debian.tar.xz 377489400e23410230b1166d2ba2a530dea30e54 6600 libcatalyst-model-cdbi-crud-perl_0.04-2_all.deb Checksums-Sha256: d89f905e918375480aae897527c96b250d140f3cb0aae1ca340e7451abc81ec9 2461 libcatalyst-model-cdbi-crud-perl_0.04-2.dsc 9068c4d1d311a9d01bf3f994db40a49f7c9d189900ec7133a0c43da08fa51a97 2985 libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz face9b83fc1888bc569934ab8d14a088462d1b625578e66aeeefcce2d7cbc81b 2124 libcatalyst-model-cdbi-crud-perl_0.04-2.debian.tar.xz fda3d00614aafd4baf803f10981ce453e281b4e0ddf21877e72c21ebf66313f1 6600 libcatalyst-model-cdbi-crud-perl_0.04-2_all.deb Files: 3934400415fe3c9e26d5b2adad4f0d00 6600 perl optional libcatalyst-model-cdbi-crud-perl_0.04-2_all.deb 76e6569620ba6e35fa286f89fd448d17 2461 perl optional libcatalyst-model-cdbi-crud-perl_0.04-2.dsc c8dc79ba28fcfa6de6965f9c4bfd7bda 2985 perl optional libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz 6149e9ceaa0531915231e76c0b556f27 2124 perl optional libcatalyst-model-cdbi-crud-perl_0.04-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTeNRIAAoJENu+nU2Z0qAEwNcP/3eM6ENaxxtjWeOZH/rVdjZM 0ENsBbd1Fg1En2J1UoxdryT5+UAGnz8luIG/Wf8vKgDuWkIpSoC4W60LT8FWSf/d 2bqDefOSUZtxxPHA5qn9ikZLoXpOn7tJQjtFLnCkcf8NnqNTgx1a8Z7MGb7TO73q N6zrEMcj0qzJro/d7WrEY2qdfCHcREi0axYeIDn0rDaUfP/O14bwT7WbGxL9UDbE lYf7kLhtl1FMhq8tfal67f8ai4oDXV9w/xqdOD/6Km5JrrqjBRdmzAfeoOwktcpw +0xSNUm55j6ongnf1LsmAff9LnGf0F8Sxxo12Ez2zYMDLopGXkvvfEnK4GTPWetV v6wmsd4zq0K3ln26yM2X2tCHWg77EZPxXrSKaHy1Hgu5DdYfRvTDugbLpw0WukQ/ RRBjhbZtoqLq8uzuPr/ZGhM4FxuOUT1mm/97epX0SrV9HMdWioQldUaEuysYdmwU IY5/jxWR1BLhzfzwwT3tV/+wxpvX8k9xgHquZP2bWrIEjGKa3sd1Fz8fAtWKPdRd Hy3OCT/OxB99NsUCIjfSzQlfqvRN1VBPPLGulX2evcipvW/BLgQ3vvgDv5GYmE+i xHeD3q5LJgx8+9zPmSpc77FzgTXOhm2o95Vl8HSgD+nSMSp+llKW7P0NV0hr+UEJ 9Armyhoq2sQXdSTNOeU+ =MDjU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun May 18 16:09:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 16:09:05 +0000 Subject: Bug#330387: marked as done (should redirect user after action to avoid reload problems) References: Message-ID: Your message dated Sun, 18 May 2014 16:04:14 +0000 with message-id and subject line Bug#330387: fixed in libcatalyst-model-cdbi-crud-perl 0.04-2 has caused the Debian Bug report #330387, regarding should redirect user after action to avoid reload problems to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 330387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330387 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Joachim Breitner Subject: should redirect user after action to reload problems Date: Tue, 27 Sep 2005 22:43:48 +0200 Size: 4269 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#330387: fixed in libcatalyst-model-cdbi-crud-perl 0.04-2 Date: Sun, 18 May 2014 16:04:14 +0000 Size: 5879 URL: From dr at jones.dk Sun May 18 16:16:25 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 18 May 2014 18:16:25 +0200 Subject: Bug#748582: ITP: libmoox-file-configdir-perl -- Moo extension for File::ConfigDir Message-ID: <20140518161625.28271.77708.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libmoox-file-configdir-perl Version : 0.003 Upstream Author : Jens Rehsack * URL : https://metacpan.org/release/MooX-File-ConfigDir * License : Artistic or GPL-1+ Programming Lang: Perl Description : Moo extension for File::ConfigDir MooX::File::ConfigDir is a helper for easily find configuration file locations. Whether to use this information for find a suitable place for installing them or looking around for finding any piece of settings, heavily depends on the requirements. This module is needed (indirectly) by recent releases of libmoox-options-perl. It will be maintained in the Debian Perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTeNzVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWJhYIAJxp5ZTuOriapPBFgIqnFCVb XKg2D+rGe7wmsfgUdyI7IHOIkatfBFgvV7X+SsMY7y1l+PpRR7T1rMThGMSAP7ZW reHJnsTZDkweLCSqHe5bvrNLLVjpcM7/jvITouF0pPWzEA53BSJaq9VwNS4mjdwS AGuHy48+XyB6r32O88yL5VxzevXO5PKdmzFaHzo7wR5F6/Kpa/mXbXO3FX3m5o36 Ah7st3AfciSfWkWmKUvmhYIUmO8EqibYWvLAQ+847LCsFkCNzdMEoD5qkpbseX6q 8lzQ2zSUngEt4y2GugPXCtW9GITbbBedIPvE0tAp8CdwDj9aoPD/EWDPmCpdDKU= =SyTC -----END PGP SIGNATURE----- From owner at bugs.debian.org Sun May 18 16:27:06 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 16:27:06 +0000 Subject: Processed: Re: Bug#322420: libcatalyst-modules-perl: CRUD templates fail with Regex-based action References: <20140518162453.GA29276@ktnx.net> Message-ID: Processing control commands: > reassign -1 libcatalyst-model-cdbi-crud-perl 0.01 Bug #322420 [libcatalyst-modules-perl] libcatalyst-modules-perl: CRUD templates fail with Regex-based action Bug reassigned from package 'libcatalyst-modules-perl' to 'libcatalyst-model-cdbi-crud-perl'. Ignoring request to alter found versions of bug #322420 to the same values previously set Ignoring request to alter fixed versions of bug #322420 to the same values previously set Bug #322420 [libcatalyst-model-cdbi-crud-perl] libcatalyst-modules-perl: CRUD templates fail with Regex-based action There is no source info for the package 'libcatalyst-model-cdbi-crud-perl' at version '0.01' with architecture '' Unable to make a source version for version '0.01' Marked as found in versions 0.01. > close -1 0.04-1 Bug #322420 [libcatalyst-model-cdbi-crud-perl] libcatalyst-modules-perl: CRUD templates fail with Regex-based action Marked as fixed in versions libcatalyst-model-cdbi-crud-perl/0.04-1. Bug #322420 [libcatalyst-model-cdbi-crud-perl] libcatalyst-modules-perl: CRUD templates fail with Regex-based action Marked Bug as done -- 322420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322420 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From dmn at debian.org Sun May 18 16:24:53 2014 From: dmn at debian.org (Damyan Ivanov) Date: Sun, 18 May 2014 19:24:53 +0300 Subject: Bug#322420: libcatalyst-modules-perl: CRUD templates fail with Regex-based action In-Reply-To: References: Message-ID: <20140518162453.GA29276@ktnx.net> Control: reassign -1 libcatalyst-model-cdbi-crud-perl 0.01 Control: close -1 0.04-1 -=| Joachim Breitner, 10.08.2005 17:14:52 +0200 |=- > Package: libcatalyst-modules-perl > Version: 0.02 > Severity: normal > > > (17:06:43) joachimbreitner at amessage.de/Gaim: es gibt ein problem mit den mitgelieferten templates von CDBI::CRUD: > (17:07:00) joachimbreitner at amessage.de/Gaim: die verwenden, um uri's zu generiern, $c->req->action > (17:07:17) joachimbreitner at amessage.de/Gaim: aber wenn Regex('..') verwendet wurde, dann schl?gt das fehl > (17:07:28) joachimbreitner at amessage.de/Gaim: besser ist $c->req->match, welches auf action zur?ck f?llt > (17:09:06) joachimbreitner at amessage.de/Gaim: ein > s/c.request.action/c.request/match/g > ?ber die dateien in base/ l?st das problem. siehe auch > http://search.cpan.org/~mramberg/Catalyst-5.30/lib/Catalyst/Request.pm Thanks to some translation work from Gregor, I deduce that this bug is fixed in the separately packaged libcatalyst-model-cdbi-crud-perl (will be a dependency in the next catalyst-modules upload). Cheers, dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From dmn at debian.org Sun May 18 16:29:51 2014 From: dmn at debian.org (Damyan Ivanov) Date: Sun, 18 May 2014 19:29:51 +0300 Subject: Bug#667851: libcatalyst-modules-perl does not have C:T:M:DBIC::Schema::PerRequestSchema In-Reply-To: References: Message-ID: <20140518162950.GA29768@ktnx.net> Control: reassign -1 libcatalyst-model-dbic-schema-perl 0.59 Control: close -1 0.63-1 -=| Brendan Byrd, 06.04.2012 22:39:35 -0400 |=- > Package: libcatalyst-modules-perl > Severity: minor > > libcatalyst-modules-perl does not have Catalyst::TraitFor::Model::DBIC::Schema::PerRequestSchema, > which was added in the recent releases of Catalyst-Model-DBIC-Schema (in Oct 2011). > > Please add the latest version into the package. Catalyst::TraitFor::Model::DBIC::Schema::PerRequestSchema is included in the separately packaged libcatalyst-model-dbic-schema-perl now in unstable. (Will be a catalyst-modules dependency in its next upload). Cheers, dam -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From owner at bugs.debian.org Sun May 18 16:33:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 May 2014 16:33:12 +0000 Subject: Processed: Re: Bug#667851: libcatalyst-modules-perl does not have C:T:M:DBIC::Schema::PerRequestSchema References: <20140518162950.GA29768@ktnx.net> Message-ID: Processing control commands: > reassign -1 libcatalyst-model-dbic-schema-perl 0.59 Bug #667851 [libcatalyst-modules-perl] libcatalyst-modules-perl does not have C:T:M:DBIC::Schema::PerRequestSchema Bug reassigned from package 'libcatalyst-modules-perl' to 'libcatalyst-model-dbic-schema-perl'. Ignoring request to alter found versions of bug #667851 to the same values previously set Ignoring request to alter fixed versions of bug #667851 to the same values previously set Bug #667851 [libcatalyst-model-dbic-schema-perl] libcatalyst-modules-perl does not have C:T:M:DBIC::Schema::PerRequestSchema There is no source info for the package 'libcatalyst-model-dbic-schema-perl' at version '0.59' with architecture '' Unable to make a source version for version '0.59' Marked as found in versions 0.59. > close -1 0.63-1 Bug #667851 [libcatalyst-model-dbic-schema-perl] libcatalyst-modules-perl does not have C:T:M:DBIC::Schema::PerRequestSchema Marked as fixed in versions libcatalyst-model-dbic-schema-perl/0.63-1. Bug #667851 [libcatalyst-model-dbic-schema-perl] libcatalyst-modules-perl does not have C:T:M:DBIC::Schema::PerRequestSchema Marked Bug as done -- 667851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667851 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From dr at jones.dk Sun May 18 16:29:39 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sun, 18 May 2014 18:29:39 +0200 Subject: Bug#748583: ITP: get directories of configuration files -- get directories of configuration files Message-ID: <20140518162939.29411.28327.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : get directories of configuration files Version : 0.013 Upstream Author : Jens Rehsack * URL : https://metacpan.org/release/File-ConfigDir * License : Artistic or GPL-1+ Programming Lang: Perl Description : get directories of configuration files File::ConfigDir is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(tm). This module is needed (indirectly) by recent releases of libmoox-options-perl. It will be maintained in the Debian Perl team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTeN/zXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWGm0H/jfTRYDwEeFKLBok7azMQVL/ 9JtPSMHV5Brtbu0zHrdvmBIp+BhAIh7IrDQ3hxAwjLbOsxVcBsVfI1L1ejxhZWYo AolQGuv5sI8Ff2CbDa7Fkv1aC1sitVsgXL956kL/+XI5bb6xxzLZDFgGhDbso7ci xqJy53X2UW/T5xV1n/+d8+pZWq7AWtVAUtTtydPzToyZuEq6p1ES5P56ROSbCfl2 NLZIBt8SsulbUwm58w8e/hepgf+9W7EOsGCUgzJ3XHxfM9egzEwO76q4vF+R9atr jkRbRExOMy2HEW3axcbVDbmyo2B84zGzaIkTxk0GdBEGS1JGrncSXvOM7ddRCso= =e6E2 -----END PGP SIGNATURE----- From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libio-async-perl 0.62-1 MIGRATED to testing Message-ID: FYI: The status of the libio-async-perl source package in Debian's testing distribution has changed. Previous version: 0.61-1 Current version: 0.62-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libhtml-formfu-perl 2.01000-1 MIGRATED to testing Message-ID: FYI: The status of the libhtml-formfu-perl source package in Debian's testing distribution has changed. Previous version: 2.00000-1 Current version: 2.01000-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libinline-perl 0.55-1 MIGRATED to testing Message-ID: FYI: The status of the libinline-perl source package in Debian's testing distribution has changed. Previous version: 0.54-1 Current version: 0.55-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libfile-mimeinfo-perl 0.26-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-mimeinfo-perl source package in Debian's testing distribution has changed. Previous version: 0.25-1 Current version: 0.26-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libio-socket-timeout-perl 0.24-1 MIGRATED to testing Message-ID: FYI: The status of the libio-socket-timeout-perl source package in Debian's testing distribution has changed. Previous version: 0.23-1 Current version: 0.24-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libhtml-formfu-model-dbic-perl 2.00-1 MIGRATED to testing Message-ID: FYI: The status of the libhtml-formfu-model-dbic-perl source package in Debian's testing distribution has changed. Previous version: 1.02-2 Current version: 2.00-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libfile-sharedir-perl 1.102-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-sharedir-perl source package in Debian's testing distribution has changed. Previous version: 1.03-1 Current version: 1.102-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: liblinux-epoll-perl 0.010-1 MIGRATED to testing Message-ID: FYI: The status of the liblinux-epoll-perl source package in Debian's testing distribution has changed. Previous version: 0.7-1 Current version: 0.010-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libperlio-via-symlink-perl 0.05-3 MIGRATED to testing Message-ID: FYI: The status of the libperlio-via-symlink-perl source package in Debian's testing distribution has changed. Previous version: 0.05-2 Current version: 0.05-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 18 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 18 May 2014 16:39:17 +0000 Subject: libgit-wrapper-perl 0.032-1 MIGRATED to testing Message-ID: FYI: The status of the libgit-wrapper-perl source package in Debian's testing distribution has changed. Previous version: 0.031-1 Current version: 0.032-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sun May 18 18:24:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 18:24:40 +0000 Subject: Processing of libfile-configdir-perl_0.013-1_amd64.changes Message-ID: libfile-configdir-perl_0.013-1_amd64.changes uploaded successfully to localhost along with the files: libfile-configdir-perl_0.013-1_all.deb libfile-configdir-perl_0.013-1.dsc libfile-configdir-perl_0.013.orig.tar.gz libfile-configdir-perl_0.013-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 18:33:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 18:33:59 +0000 Subject: libfile-configdir-perl_0.013-1_amd64.changes is NEW Message-ID: binary:libfile-configdir-perl is NEW. source:libfile-configdir-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 18 19:04:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:04:53 +0000 Subject: Processing of libmoox-file-configdir-perl_0.003-1_amd64.changes Message-ID: libmoox-file-configdir-perl_0.003-1_amd64.changes uploaded successfully to localhost along with the files: libmoox-file-configdir-perl_0.003-1_all.deb libmoox-file-configdir-perl_0.003-1.dsc libmoox-file-configdir-perl_0.003.orig.tar.gz libmoox-file-configdir-perl_0.003-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 19:14:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:14:53 +0000 Subject: Processing of libmoox-configfromfile-perl_0.002-1_amd64.changes Message-ID: libmoox-configfromfile-perl_0.002-1_amd64.changes uploaded successfully to localhost along with the files: libmoox-configfromfile-perl_0.002-1_all.deb libmoox-configfromfile-perl_0.002-1.dsc libmoox-configfromfile-perl_0.002.orig.tar.gz libmoox-configfromfile-perl_0.002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 19:15:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:15:04 +0000 Subject: Processing of libmath-prime-util-perl_0.41-1_amd64.changes Message-ID: libmath-prime-util-perl_0.41-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libmath-prime-util-perl_0.41-1_amd64.deb libmath-prime-util-perl_0.41-1.dsc libmath-prime-util-perl_0.41.orig.tar.gz libmath-prime-util-perl_0.41-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 19:18:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:18:46 +0000 Subject: libmoox-configfromfile-perl_0.002-1_amd64.changes is NEW Message-ID: binary:libmoox-configfromfile-perl is NEW. source:libmoox-configfromfile-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 18 19:18:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:18:53 +0000 Subject: libmoox-file-configdir-perl_0.003-1_amd64.changes is NEW Message-ID: binary:libmoox-file-configdir-perl is NEW. source:libmoox-file-configdir-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sun May 18 19:19:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:19:56 +0000 Subject: Processing of libmath-prime-util-perl_0.41-1_amd64.changes Message-ID: libmath-prime-util-perl_0.41-1_amd64.changes uploaded successfully to localhost along with the files: libmath-prime-util-perl_0.41-1_amd64.deb libmath-prime-util-perl_0.41-1.dsc libmath-prime-util-perl_0.41.orig.tar.gz libmath-prime-util-perl_0.41-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 19:33:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 19:33:58 +0000 Subject: libmath-prime-util-perl_0.41-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 21:06:19 +0200 Source: libmath-prime-util-perl Binary: libmath-prime-util-perl Architecture: source amd64 Version: 0.41-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libmath-prime-util-perl - utilities related to prime numbers, including fast sieves and fac Changes: libmath-prime-util-perl (0.41-1) unstable; urgency=medium . * Imported Upstream version 0.41 * Make Recommends on libmath-prime-util-gmp-perl unversioned Checksums-Sha1: ae55ca91c546174efe42c6e51271e11798d28551 2244 libmath-prime-util-perl_0.41-1.dsc 226b06e9f04aff6ec7039de3be855a6ca9eb5e99 413736 libmath-prime-util-perl_0.41.orig.tar.gz 3df73f44c71fd0eaacf9e500c226a8ee9a35bbbd 4196 libmath-prime-util-perl_0.41-1.debian.tar.xz f9c4e4c11110ef9a9ff7ec722461c22e3dc7ad41 285440 libmath-prime-util-perl_0.41-1_amd64.deb Checksums-Sha256: 25674133275e20d9b3c0c2577f2c5200a99395d49cc51c30434dcc1926c5c6d3 2244 libmath-prime-util-perl_0.41-1.dsc 19571c640450d55e24ee45f3d5ea63ffa06527d8fcbd20e04780e88a8bf88a40 413736 libmath-prime-util-perl_0.41.orig.tar.gz c024afec8c3641fd629518a0a1d6feae54ba5b2d8cafddce629e2416f13c7a46 4196 libmath-prime-util-perl_0.41-1.debian.tar.xz 200c2e13c319fd4a1be2f2aa73a8c0df1f4c4b0aadb416cd9a2cb8d7af6ab135 285440 libmath-prime-util-perl_0.41-1_amd64.deb Files: a51ac170e4e72f2e44328d7ba6d261c8 285440 perl optional libmath-prime-util-perl_0.41-1_amd64.deb ea86bdaff2ec8f0a4ca62eabecb67b33 2244 perl optional libmath-prime-util-perl_0.41-1.dsc ff1d36b9aed6510b367db52e95b7a825 413736 perl optional libmath-prime-util-perl_0.41.orig.tar.gz bd83e4e558c9e4b2cec0778a2dfeaf26 4196 perl optional libmath-prime-util-perl_0.41-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTeQXgAAoJEAVMuPMTQ89E60cQAJ0hR9vWg1g/ph8g7SOWkXJI Ou5M17Ft7bIIaQvnWw7I9Q+wCTk2hDttU8kntscU6Sn35+GW37m0Y856NwigTD3R s3OK9dbNjykUh1cd+n1iAVWNsG2t7OUwWohTXDr4G1TpXDF31SO3Ti8iieTXi9I7 ye6e0r5PfPRKQMLYN7zxcveI8vVabhYxX3ZPUI/c8dw3yZ1KpIE0siyKGtK/Lxox vIwrd3eeoYjVDIXVzpVZ94FvywADTdAAtx+T0AcnTab/TLWN3WjRAlyOMZZnZm3N KpPjvvoPqL+bM4NJBn0wDFfmt6RW4Kfs3LLMlMf9KCizqzsJWCa5KNaIjnqg/faS NTbuMfjJBSlxxoePHcUmWePn/SBZfCqsq9bQQH7w37+i0kJd+3y43KCFKebodrG+ PKBfMcRmzou25pKwXmBbWxV+xgMIb8WcCqXxf+7aQ8P+CowbpOS1MD0FUQA1gTNk zIUVKZ7yZofw7P49Wy4kw3fHPE0QEqFRKkEy7hJzKP9TmAosU0p9p6fxWXnc7dcD PtOQCkWGTGTa+zVNgcATG5k7f4VToDRpymXgtXHsGp5Ocr3eMRh0slt1GnAGfRlc GzBIs03p7DVIPUf0vW9VxKNzwD5lrQ6jRDlvqTA8T7eV7Lr9uJ8s9sDjwyvRz+7J HqRldLdMCDv3dTERqnaE =vPjv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 18 21:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 21:00:09 +0000 Subject: Processing of libnet-server-perl_2.008-1_amd64.changes Message-ID: libnet-server-perl_2.008-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libnet-server-perl_2.008-1_all.deb libnet-server-perl_2.008-1.dsc libnet-server-perl_2.008.orig.tar.gz libnet-server-perl_2.008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 21:00:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 21:00:22 +0000 Subject: Processing of libnet-server-perl_2.008-1_amd64.changes Message-ID: libnet-server-perl_2.008-1_amd64.changes uploaded successfully to localhost along with the files: libnet-server-perl_2.008-1_all.deb libnet-server-perl_2.008-1.dsc libnet-server-perl_2.008.orig.tar.gz libnet-server-perl_2.008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 18 21:23:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 18 May 2014 21:23:24 +0000 Subject: libnet-server-perl_2.008-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 22:58:05 +0200 Source: libnet-server-perl Binary: libnet-server-perl Architecture: source all Version: 2.008-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libnet-server-perl - extensible, general perl server engine Changes: libnet-server-perl (2.008-1) unstable; urgency=low . * Team upload. . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 2.008 * Declare compliance with Debian Policy 3.9.5 * Update copyright years for upstream files * Refresh spelling-error.patch patch (offset) * Add fix-manpage-has-errors-from-pod2man.patch patch Checksums-Sha1: 8d7f2a7bb6ba21cee94061d76d381a29a76e2a63 2257 libnet-server-perl_2.008-1.dsc ee8d6bda51c905a70f3a0ebaa7dca6c2d73d5f85 119565 libnet-server-perl_2.008.orig.tar.gz e439e55ba80439746250fd0b99a362f753770dea 10592 libnet-server-perl_2.008-1.debian.tar.xz 180613851d9c8b5f826ee519e09f20663c36c3f2 192508 libnet-server-perl_2.008-1_all.deb Checksums-Sha256: d6122aa665799dfd844a70b378d78e5a78898307449623bce4e8f0535fcf1287 2257 libnet-server-perl_2.008-1.dsc 0921056aedc871a59c4b76f58764f0e0a16c1816b58c366a9d80e46367744fa0 119565 libnet-server-perl_2.008.orig.tar.gz 30270edc243f0d0c6df92102cee0cf0c2bac4879dd2234134782bc0f6936a42e 10592 libnet-server-perl_2.008-1.debian.tar.xz c6a78dfe2d352b1ea6a1c0c0438adffadf3d4221d76d9a49141c9b6710f2e6dc 192508 libnet-server-perl_2.008-1_all.deb Files: 418413752ea974d7160a55ca7b2ca69c 192508 perl optional libnet-server-perl_2.008-1_all.deb 2c55247f493cb6a5cd306692ccfc1922 2257 perl optional libnet-server-perl_2.008-1.dsc 85d488bc800f582839dd924ffa3f0d26 119565 perl optional libnet-server-perl_2.008.orig.tar.gz 3cda7f6e68d37e26c7e97174907e7837 10592 perl optional libnet-server-perl_2.008-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTeR85AAoJEAVMuPMTQ89E9aoP/im0CKEAfZpREQWh5y+znqQQ vWBWlOwswMN+/MK24OmGDlPmxwnEyA64zA+ZelGw/WCmMLtmh6snpUkm30siZfmq 1S1kUj/p9oxaYk74Wwf527oONuEtcQUbwzgTIhRy0rxlDTFOuyp7rzOP9UTQCnol IWsBKsE+5SM2i1fPJ5QEsD6uBrI3N8QePwyZg5e+Mjd9N3SkP+eXJe4ej0mkdugV milxxv7fFi1VRBvpAy/dh5dVs4cXH/SluInCOroJe8g6Tk0ovaEsIBkUR5Pgm2xz FsE9L78CWpRoubkNhr0m/w/5znGKkX1GTG8oOuGCaKoJvFUAp9npUEggshaK4KpS IZJRG3+Aog3ulLiT46pt8cvzODF8hHyKlJqTO/gqlb9/du6PQ/1EosAPSebsZ8eq mC1zIYAP6eorPzQuc8mb9TM3TYxLf2cUobBKHppI2rKMo1CJKl+qGncobmNoG4NH X/ypF33R0xgyXtjOfJHd0QCHNy+Eg1Zz9IV8ZXqWV1kUg4ugA9yLzWHelgTKIWXN yeioB65J1/zI7sHvs2c9W7AQuGxIjtogr9kSWNaElpVzek94rhPHSC/VWt7/qlLl cHy1goJT3HiLB/Jja9701DTDdYXbeVKMmHRvm2xLwpCNAivre9Rt0hJJ7uaP2gE7 N1g1E8dm8qYEA9MiWjST =4bTG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 05:36:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 05:36:58 +0000 Subject: Processing of dh-make-perl_0.81-1_amd64.changes Message-ID: dh-make-perl_0.81-1_amd64.changes uploaded successfully to localhost along with the files: dh-make-perl_0.81-1_all.deb dh-make-perl_0.81-1.dsc dh-make-perl_0.81.orig.tar.gz dh-make-perl_0.81-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 05:49:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 05:49:41 +0000 Subject: dh-make-perl_0.81-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 18 May 2014 15:29:19 +0300 Source: dh-make-perl Binary: dh-make-perl Architecture: source all Version: 0.81-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: dh-make-perl - helper for creating Debian packages from perl modules Closes: 735968 Changes: dh-make-perl (0.81-1) unstable; urgency=medium . [ Dima Kogan ] * If unable to parse pkgname or version, quit with a useful error message. * Replaced all 'start_dir' uses with 'main_dir' . [ gregor herrmann ] * DhMakePerl::Command::Packaging: - install CONTRIBUTING files in extract_docs(). - require debhelper 9.20120312 only for arch:any packages; for arch:all debhelper 8 or 9 are enough - add a trailing ~ to all versioned dependencies to make backporting easier - drop special casing for all kinds of dependencies which needed debhelper 7.x. Support for debhelper < 8 was dropped in dh-make-perl 0.77. * Reword "debhelper(1) 7 tiny" to the more accurate "dh(1)". Also rename is_dh7tiny() method to is_dhtiny(). * Update copyright years. . [ Axel Beckert ] * Apply wrap-and-sort. * Untangle checks for pristine-tar and upstream tarball in git_add_debian() (Closes: #735968) * Code-deduplication by splitting up guess_tarball() into guess_tarball($prefix) and guess_debian_tarball() and then using guess_tarball() also in setup_dir(). * Iterate over all supported tar ball suffixes in guess_tarball(). * Use Cwd's realpath for upstream tarball search if main_dir is just "." * Remove Maximilian Ga? from Uploaders (no more active according to himself) . [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Bump required debhelper version for Module::Build::Tiny to 9.20140227. Checksums-Sha1: 695695992283184e62aca0e5d9ac8f47ca4fb92a 2937 dh-make-perl_0.81-1.dsc 9ffc2b0a12e45511a3a948e4340260386e40497e 147452 dh-make-perl_0.81.orig.tar.gz 4902e9bc8fe505dbd7fbcf9686d4630962845686 24532 dh-make-perl_0.81-1.debian.tar.xz 6599c7c5f9937f68e8872a3c5731e74c55198167 169104 dh-make-perl_0.81-1_all.deb Checksums-Sha256: b691568687cceec2ae00020916c751f6116c9bb1b3a0502b671a8fc1867a8ecd 2937 dh-make-perl_0.81-1.dsc 92ce88c42228ba08bcd621defdb259f966c13eb4e64efea5feb090e6b93b7142 147452 dh-make-perl_0.81.orig.tar.gz 5c031af97c45045a3b1b86e69046b9507de9ec889d779717988e5517ffe79a84 24532 dh-make-perl_0.81-1.debian.tar.xz f04d4b50d8d0c3265882e1ffc25ef1ff9255f4424cca563f100b76a973cb7af8 169104 dh-make-perl_0.81-1_all.deb Files: 508351a942078baf7140c3b042131678 169104 perl optional dh-make-perl_0.81-1_all.deb 39246ab192a6d9bcd8f1ce0e611ea3b9 2937 perl optional dh-make-perl_0.81-1.dsc 640ef7530fb077e08f3b6a2c91226e82 147452 perl optional dh-make-perl_0.81.orig.tar.gz 35e8c358914951032b374dc68f713efd 24532 perl optional dh-make-perl_0.81-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTeZflAAoJENu+nU2Z0qAELQcP/i0Rg5uCFQnRdfNDL3EAo5av HcTZ2x8rQ5Dil974EN4YHAAkXufwL51D/PF6IQgkQEdiNtpGJSl+31W++/DBKUlF FBfsnmU5/NoHwY7rmCDiHcXOE62h4eNuhubVTfC+0Uk98Rt7HFDXlIXEpigWC3yY HHAKD/YY1986/dwAMDm5u+bhgVN6j5Dr54afTAyqNjBW8Tjof3DqrRAXEUk9wyz0 2io/szKZQa+kf++Xcy6XZNYMnEVaOkHgsxRxe+P4upVXy+ogOUW5FlQFHITslLTv jRimmaRQZTfnGXNIvjUtdAE2ay7pRLPIeBRVeuom//E2PCYJxfzcNRnBiliaHAwD DbHx+cZLJw/EIMqQJri+pN/H31iqOYVjF16Ch9dQISkgtZ589ilJfVl8DZFzp7+l 8VLJsuI3IQCYfHL9glfNQeqTq+m8jR8UVwqJJ6YtfC7BGBalDzeBWEYwDUCpwIYv gRgkY1ouAa7CgAVcg1Oxq9z3MVvUTaTCfyADnl5yIDPUpnjXbEfUUSiZeSLTYn61 y8Op+EjCjJwH3uTCVnXNrnPnJTkz7MLhcOWmJ84SKky+EtjneQgkjJ2w/pTIqP8a j64vtQfvZCrddpRYVmdDtwpp/KScuFIbQPivMhXXpMX1scaL3gtfUIX1wPN5HvC5 j6AcGeg6mZHkr/xgHVjp =Nabt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 19 05:51:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 19 May 2014 05:51:05 +0000 Subject: Bug#735968: marked as done (dh-make-perl: Prints warning about missing pristine-tar even though it is installed) References: <20140119000628.GE24666@fleetpaw.420.am> Message-ID: Your message dated Mon, 19 May 2014 05:49:41 +0000 with message-id and subject line Bug#735968: fixed in dh-make-perl 0.81-1 has caused the Debian Bug report #735968, regarding dh-make-perl: Prints warning about missing pristine-tar even though it is installed to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 735968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735968 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Ivan Kohler Subject: dh-make-perl: Prints warning about missing pristine-tar even though it is installed Date: Sat, 18 Jan 2014 16:06:30 -0800 Size: 3442 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#735968: fixed in dh-make-perl 0.81-1 Date: Mon, 19 May 2014 05:49:41 +0000 Size: 6853 URL: From ftpmaster at ftp-master.debian.org Mon May 19 10:27:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 10:27:59 +0000 Subject: Processing of libcatalystx-simplelogin-perl_0.18-2_amd64.changes Message-ID: libcatalystx-simplelogin-perl_0.18-2_amd64.changes uploaded successfully to localhost along with the files: libcatalystx-simplelogin-perl_0.18-2_all.deb libcatalystx-simplelogin-perl_0.18-2.dsc libcatalystx-simplelogin-perl_0.18-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 10:34:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 10:34:16 +0000 Subject: libcatalystx-simplelogin-perl_0.18-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 19 May 2014 12:24:57 +0300 Source: libcatalystx-simplelogin-perl Binary: libcatalystx-simplelogin-perl Architecture: source all Version: 0.18-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalystx-simplelogin-perl - simple and reusable login controller Changes: libcatalystx-simplelogin-perl (0.18-2) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * replace libcatalyst-modules-perl with individual packages in (build-)dependencies * Declare conformance with Policy 3.9.5 (no changes needed) Checksums-Sha1: 28e3e3921693852acf76849db98d0b44980aa67b 2906 libcatalystx-simplelogin-perl_0.18-2.dsc ff269217613b670c2b2132d592b2d7bde78a74ab 2444 libcatalystx-simplelogin-perl_0.18-2.debian.tar.xz 949d31e3df5360de7400fe073e07bff04f534bc8 42982 libcatalystx-simplelogin-perl_0.18-2_all.deb Checksums-Sha256: 0c9099e8978af7fd86b5277a9c2829945a17815781ef92bdc3c102af9f6085b8 2906 libcatalystx-simplelogin-perl_0.18-2.dsc 77b54d1e0779bde3389bb8df3721926cae22aba57ac6097df77847f852e45c3d 2444 libcatalystx-simplelogin-perl_0.18-2.debian.tar.xz 8ebe35431ba14f394cd839ecffe381965228955e7a7ae3402c0b9f61d1c01373 42982 libcatalystx-simplelogin-perl_0.18-2_all.deb Files: 5cdb5ff4dbc4a74ee301678a04f10add 42982 perl optional libcatalystx-simplelogin-perl_0.18-2_all.deb 0886d58d604b9d57c281bf3baabe514f 2906 perl optional libcatalystx-simplelogin-perl_0.18-2.dsc 4bb01b9dbefd38ec50e6cb940e6902c4 2444 perl optional libcatalystx-simplelogin-perl_0.18-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTedxRAAoJENu+nU2Z0qAERdoP/iA93ka7f06YI31Pd0cj6IJW GSRXuUtNHLCuZBI7WfBWhJUrR8mCA/ZBKEkvBqOsALYeK+DBhyOluTzKnNB5OqfI X9m5jsqxuDc4Er0Yyig4gSHAUvDlA7GoinYOf2FR/2tWfmcBEeOGjB/Y5STUffC0 mZ4jRbrdjzmNRNEwyRn7/QyTKtYFUwGj5objkiz2uTf+q3VsSQnTwG6/3sm3x4d6 f29gENqegL7bfkJFWoZigFZDXBqcJs3zGs6phrdgeppQ49KMoxLtv2wU/3ktd310 luHMhivd0BmcbRXtQb7L6sHTAkRs6QnKILL9S3M4eZHJEjidKSp+9ppx55HAVCNt yoeA5V8XUkcS65OsiR5m0NfOWTmslVlCsj7Y82sD1eljRRuHwJpBX3u9i3zkMKRt kAM7EzC7ba9eh0WrkY7GTS7gePnKNcHmvO23ZOKtd9mnuT61JVYqde92zA2HCQRO HZ5X63wpGgUDN3VgkLnueBztqMEur0QLjJcMWSzVD2tmNXVpELZUrfbtNg2Av5JK WFYTy+3Jf7Iypk6yTvWx470fwEIDHrgc2WGRpYtGqZDFciDyyKGaqZawpWd9WNyl tAEIz//chjMctB3kTMeevthmARybgwZ82JUFDJtmxsBe4XN9z77+2mDMS3FJwB5F cxa6/ppUrw0GpQKAiZ16 =20jK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 11:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 11:00:06 +0000 Subject: libcatalyst-controller-formbuilder-perl_0.06-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 11:10:34 +0300 Source: libcatalyst-controller-formbuilder-perl Binary: libcatalyst-controller-formbuilder-perl Architecture: source all Version: 0.06-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-controller-formbuilder-perl - Catalyst FormBuilder base controller Changes: libcatalyst-controller-formbuilder-perl (0.06-2) unstable; urgency=medium . * fix version of broken/replaces libcatalyst-modules-perl Checksums-Sha1: 07d9a97a5efabe1c09f830ac8c552ea13d5d6f3e 2543 libcatalyst-controller-formbuilder-perl_0.06-2.dsc 8a4dfeaeac5ada38a581a5cb74c3605051136276 35669 libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz b21911d5f3917f1f008d94ff4caec98d1c234f10 1768 libcatalyst-controller-formbuilder-perl_0.06-2.debian.tar.xz 74f3620b6126ce4428eccec30194f61e304269b6 16466 libcatalyst-controller-formbuilder-perl_0.06-2_all.deb Checksums-Sha256: 6344ce17a0d8d98e1ac77d48e84bf053bae034c3c49bbe79baa74b957b4e82f1 2543 libcatalyst-controller-formbuilder-perl_0.06-2.dsc 78484f2759216a9fc705461201edc763a0b4179bdf30c9036f1e4d774923319a 35669 libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz a1d570669a25065e7e970af6e1e97db22c431d22bc36973281ddde10d62d712a 1768 libcatalyst-controller-formbuilder-perl_0.06-2.debian.tar.xz 110bb085947cb488dd9728e124a92761d59820f65c3d4b9bad928b6a0d038d24 16466 libcatalyst-controller-formbuilder-perl_0.06-2_all.deb Files: 20ea8bd0046fb4830d4cd22625d4effc 16466 perl optional libcatalyst-controller-formbuilder-perl_0.06-2_all.deb 883431f9cff08537e2c882e299583b8b 2543 perl optional libcatalyst-controller-formbuilder-perl_0.06-2.dsc 03c2b4d6b39bc09adac5ef8622b51bd9 35669 perl optional libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz d41c9ed71bae4dabd3bf17930769c7a5 1768 perl optional libcatalyst-controller-formbuilder-perl_0.06-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTd6u1AAoJENu+nU2Z0qAErdIP/10CXJif2bgfKh85fqCMj1NY 5FMhwXRl9ejYszIp+mV2Y53V008w9aew/XFKkGMEhKD7Q37pSezmEHeWbuHz9SwD yY4+Dg4ibobcZa7zKiYRLKYJysBr9BMD2aM0nYSEaehTVZGxaF8xL3q5GRO0GP8b CVqvunhRp5RsvxIwhsuNjr7yxO/9hn2LgXdb9JaPuyXomzKUHVwJXTfonshODPGJ bC9Dzl7Gjvk8/xbLrCPTLPWZVOmKO1LiL3+soY8JvEOwQQsGcV1xJ49wT9dBIG93 ozqoYfjToXk4AAW9vw7U8FltBWKYqerjuGLmVdfxi+rbuslLxxWSyM4jLNh1DDUR LihVboFSr0UGsCILBmMf/4x5d+NC8cpCN2XsqB1OVK9N2Db3nxgA3j2LGf68/u2e 6Dj8Bs3YFx8OGdQIEL7jcFsIQxElE/c1HdQV+1FxDM/c5YnYrn8A84LE4KpoK7Zb e4D6bTzltRPSiuGWcgrc2RlaNqwydf+6ixyFhK07eurjgK3fNXB1zHBsIZidlM76 dQoh6H8fFvrDsTYjBwglmxCILihvkTINq+R1iR9D70hrWebbIn5WncD+NzInjfco rVKZwTkLK9264Pqpi1/EykJugeYoU8XdHLguH8of7O+hRGBAXYeoij8m/kPREjxi OyN2Bz7FK9DwHOAkdoV8 =cPNi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dod at debian.org Mon May 19 11:41:13 2014 From: dod at debian.org (Dominique Dumont) Date: Mon, 19 May 2014 13:41:13 +0200 Subject: Bug#748501: Please recognise the =?UTF-8?Q?=E2=80=9C?= with =?UTF-8?Q?exception=E2=80=9D?= syntax In-Reply-To: <20140517202601.GA28678@mikado.tilapin.org> References: <20140517202601.GA28678@mikado.tilapin.org> Message-ID: <3405454.dDmaO0XPZs@ylum> Ack. The relevant line in copyright-format is "The first line of the License field must be a single license short name or a short name followed by a license exception." I completely missed that second part :-/ ok. I will fix this. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org From dod at debian.org Mon May 19 11:49:02 2014 From: dod at debian.org (Dominique Dumont) Date: Mon, 19 May 2014 13:49:02 +0200 Subject: Bug#748501: Please recognise the =?UTF-8?Q?=E2=80=9C?= with =?UTF-8?Q?exception=E2=80=9D?= syntax In-Reply-To: <20140517202601.GA28678@mikado.tilapin.org> References: <20140517202601.GA28678@mikado.tilapin.org> Message-ID: <1956855.BVoFEPvD1C@ylum> Note that you can work around this issue using a short name like "LGPL-2.1_with_Diaga-LGPL-1.1_exception" which is admitedly ugly but should work until this bug is fixed. Note to self: test with http://metadata.ftp-master.debian.org/changelogs/main/o/owncloud-client/unstable_copyright -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org From ftpmaster at ftp-master.debian.org Mon May 19 12:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 12:00:06 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl_0.14-3_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 May 2014 22:11:46 +0300 Source: libcatalyst-plugin-session-store-dbic-perl Binary: libcatalyst-plugin-session-store-dbic-perl Architecture: source all Version: 0.14-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-store-dbic-perl - DBIx::Class-based session storage plugin for Catalyst Changes: libcatalyst-plugin-session-store-dbic-perl (0.14-3) unstable; urgency=medium . * copyright: add missing license information for Files: * Thanks to Ansgar Burchardt Checksums-Sha1: de09ffa10709d01d19b25d28e01597ebf1a954b6 2522 libcatalyst-plugin-session-store-dbic-perl_0.14-3.dsc c4bb9ced6064869a1c2e3b06a61daf07462f8566 9898 libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz 94d22d43567417aa6d1a7a83010c8c29a252a28b 1736 libcatalyst-plugin-session-store-dbic-perl_0.14-3.debian.tar.xz 16d5f8491140101d5e9781c4d85d5efec8358304 14202 libcatalyst-plugin-session-store-dbic-perl_0.14-3_all.deb Checksums-Sha256: 9ab8070b5529ad2af3d03e1b49c41bbd647c09cc3a79e6e2f6c97b53e04fb160 2522 libcatalyst-plugin-session-store-dbic-perl_0.14-3.dsc db8f4a139e31aed0b40d62a0ff44b1bdc57308d8f5f61f54a4caa4769301e5ac 9898 libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz a108cd394a7ef5184e655426e7dacc20f43f33341c753eb8ef85cca4b17ec657 1736 libcatalyst-plugin-session-store-dbic-perl_0.14-3.debian.tar.xz e3cfabd78f95d29daeeeffed4999861554df67341fc0d6b67e7a3d81d6d1f31b 14202 libcatalyst-plugin-session-store-dbic-perl_0.14-3_all.deb Files: aa1fd846c351aef6e96d250ddb7094d2 14202 perl optional libcatalyst-plugin-session-store-dbic-perl_0.14-3_all.deb 36b3012b86fb6ca39a7e87e5b04e050a 2522 perl optional libcatalyst-plugin-session-store-dbic-perl_0.14-3.dsc 8075626aa269768481f15eb2059014ff 9898 perl optional libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz 4ab1b679422c636065ec68bbe3122766 1736 perl optional libcatalyst-plugin-session-store-dbic-perl_0.14-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTdmVRAAoJENu+nU2Z0qAEZS4P+QEdkCJDW3vcaRRiDgGDtO+t P9QkVf2JHChNIYJfI46np6qommeLxkKfZtMkr6jr+zsHDBe0M+shd3MYKnSQ6DdI 8nmd11u6VgssibUx/ep2m6SgjSvJrADlnOKZfRCPZNvp+w+jIufc1lLms6Ojx/LQ aRdacfoHklinQxvLzt+Db/up/9EODuOGHFSqqSc2/QIemFDZXZyzpXkACM4+lwin yhWpEFDYvcBh2mAK/UT4pboIrW4HV/JYFYTwSkqEY3uUm9taQxKhllkCKvIyWEAl F5izdOBj/d2sFTKaAkRuQjxV64Z70V0Ik2/tnGgD1MBX4xrVvNQPEgLaBGpwywvx HIP80AS0+vJbysT4K1HG1bbkqJc0LcXwxkDOI/4crbnAUCtRc4WS5GkLCMwvmMcS AVqNseLPQzCcoUj4/gHy5xlKgljJP4nWiubEHK//17IvuxjnGLS8fkt/mnERAG77 DKodS45Jb9tWzrBrOlbUO+Ar0OLlp027ZfXAVlRRT+2zxc3N/lpxiT9NExLfN/gY pwuMD0r8GIECJxEiGTBaqZOXclady8/vF7KkZcOPblzY0kpoRJGwk0+vmd6oPWXe w237Rx92Q5YvO2JflVPi7vxXgLFY7k23D+80Q1RRuWJQ6ZsIpCqEup0hnJKfuXwk c1MDnc/vCWSwI3AHExIZ =u2IS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 13:00:08 +0000 Subject: libpgobject-simple-perl_1.6-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 08 May 2014 09:42:55 -0400 Source: libpgobject-simple-perl Binary: libpgobject-simple-perl Architecture: source all Version: 1.6-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Robert James Clay Description: libpgobject-simple-perl - minimalist stored procedure mapper based on LedgerSMB's DBObject Closes: 712408 Changes: libpgobject-simple-perl (1.6-1) unstable; urgency=low . * Initial Release. (Closes: #712408) Checksums-Sha1: f639313aa24d873bb5a172d7b5ac7045fbcdc12c 2270 libpgobject-simple-perl_1.6-1.dsc 1fd645a4521375ae6bea9fdd2869564a41da6b95 9332 libpgobject-simple-perl_1.6.orig.tar.gz f268b4afaeb28967549831ada6f838f3d78c2c4f 2636 libpgobject-simple-perl_1.6-1.debian.tar.xz 3288892d2023077ac276bb3b0c3718cce2bb0ca7 13514 libpgobject-simple-perl_1.6-1_all.deb Checksums-Sha256: 1c429fcb84c074ac6b735de37500a0cb7d27400ec6a5677ceb649a32fa608346 2270 libpgobject-simple-perl_1.6-1.dsc d8010bc7ff4af6e32c8924c67e60d051f6bf2b64fb666cdedd8e0a1343b6b0de 9332 libpgobject-simple-perl_1.6.orig.tar.gz 95baba6d7db3bf84d3509475258a0946435cd793562752af03d1e17f43d551d2 2636 libpgobject-simple-perl_1.6-1.debian.tar.xz e3cebe7c578ddc1657dd2ac240c9ef0afe3ba750405b0c18300415cf4029b683 13514 libpgobject-simple-perl_1.6-1_all.deb Files: 254b459ca3e0c51d21cce5e9d4951a39 13514 perl optional libpgobject-simple-perl_1.6-1_all.deb 5ab934c4da1f2605f019c66406a6ff60 2270 perl optional libpgobject-simple-perl_1.6-1.dsc b418660cc4d9ed06d5d2add538912b61 9332 perl optional libpgobject-simple-perl_1.6.orig.tar.gz 34da033c2560dae086ac13ac8722640d 2636 perl optional libpgobject-simple-perl_1.6-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTa5tlThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBugPD/45bcrbHzzMnXrwizMSVpNWVJq2M1iJXIjuscmfac/Q7yBO omfLiuznUiWaC7sbU0jmECuO6g1vIC0WS8Ci0/WtzFbCgb8MFBS6dPKrYXHCDM0N X9q7vBMq5lZmdVysfimhmmMqW4D1NzQKZO9mDsfceFv94kPpxggaNkxqRAs3mM69 DOt/ZARAcg0r6m5Z3Rm3gsdy8HGhF9IvNsz0xLZ/OavGSvKi3NFulavyu8t3QTx6 OQvS3xevBRCNVselcUaBCV9p08MLQ0lkFy+NRxZamF3gIw4S1jOv3zDrMh1jbMj0 gqm7MXKJZ7TazTGu6RVJbmZC2yRyPvRX/1hEp6b8w9471izcKZakSQeixzCE+PZy npsdNTk2uJW3YN3EIc/zG6K0LALvm0f0zWF21P/P7melqfrKw2YaKDX9ar/veg3t YiyDGtaYgPUQ2DUZJgfL57p6Uq7oci6EFt1f5qdmoTq2QyW4SCZ/jtxCnYyI0CCw U5p8JZEV4r8wTtr16kk/XxtczB3Pmedad3h+8w2xi8v8aDl22E3A4JiOb5eywuhb nztXkPSYvZ3V1qMQ6OFJfmIrn5XvVakfFSFZAHdmcukwD8l4CiIqO0GHtQj6hsU0 vkWgBodmwRlV26oz0ahEWQUbrG90rz2g7BJjg1hCQc3JE9Eq8+PsA9Kd2xeNKA== =cf7t -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 13:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 13:00:08 +0000 Subject: libpgobject-util-dbmethod-perl_1.00.001-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 12 May 2014 11:03:28 -0400 Source: libpgobject-util-dbmethod-perl Binary: libpgobject-util-dbmethod-perl Architecture: source all Version: 1.00.001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Robert James Clay Description: libpgobject-util-dbmethod-perl - object mappings for the PGObject Framework Closes: 746582 Changes: libpgobject-util-dbmethod-perl (1.00.001-1) unstable; urgency=low . * Initial Release. (Closes: #746582) Checksums-Sha1: a4de9709af71ed122b6f5767706e34ae6027823c 2372 libpgobject-util-dbmethod-perl_1.00.001-1.dsc 1374a4602cc7f95f574dbc332cbf3573a0048a17 6958 libpgobject-util-dbmethod-perl_1.00.001.orig.tar.gz fc9a8ddac589fba01f5a9a2e833976617dc81f13 2104 libpgobject-util-dbmethod-perl_1.00.001-1.debian.tar.xz 34620ea9bd816d1f24e569fb20897756849aa731 8256 libpgobject-util-dbmethod-perl_1.00.001-1_all.deb Checksums-Sha256: 350dbb2d9d28506033ab2081e82744edf987b3a56379d4ae3f0915038755b267 2372 libpgobject-util-dbmethod-perl_1.00.001-1.dsc 85c9d7a66eb20110dc009812cacf3240ddd1dd3d1b8e44bda5963029de651a74 6958 libpgobject-util-dbmethod-perl_1.00.001.orig.tar.gz 391dc579d280d5a09123b3ea46725c1398e690f6bc88eea212f03b58599ff511 2104 libpgobject-util-dbmethod-perl_1.00.001-1.debian.tar.xz 6cd2274808e8e3ca112f3e03e7a40e10e2f85ee4839c2621df1637402f7410e9 8256 libpgobject-util-dbmethod-perl_1.00.001-1_all.deb Files: 7b4f7df2c5e661285ec4f6e2eab4f4f1 8256 perl optional libpgobject-util-dbmethod-perl_1.00.001-1_all.deb e4d1ed886ee567f2a0bc5f2f13f77963 2372 perl optional libpgobject-util-dbmethod-perl_1.00.001-1.dsc 5c8a44eb30c2e37bbfc5a4e3a9576326 6958 perl optional libpgobject-util-dbmethod-perl_1.00.001.orig.tar.gz 311454841722c8de29315385f5191fa9 2104 perl optional libpgobject-util-dbmethod-perl_1.00.001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcOngThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtf+D/wKplMQOgoyVR7G8Eq9BioUvjhbqsRm7+0e/DYH9oIDG98B qBSWq5MZ16Rr6jmZFvsKUOTFqmyyXCXvASJVFUvcajR37scb73XYDZMccEfYfVtd K/cpKmoqhjsJC2oIZFRsYnSFzfm/jKj8yeyfszvGkgtSxb/OMW9wAqjokr/lj1ou j8fxjAZvBS5Vobu5t0PczdZTesuGsIooQCX3fnZZjIEFRUnFRhDu96mdWYjmfWDt UHJcygJoriX1XfU6Oc2yTTluP3i/kqFiFlgXs8daF2NEi68fiR4xlznqbnPmibbe 2/wZ2VlivbnDnHXNFrVnBJbClCYhkKdhukc/7xwN9qK9+RUOZszAneQ0FVoWGz/y wgsKcw2LVXUHXxyBATeiXLHmk6/HMnMS0ZOw7okkgmmLz6ck5bvH+ERPwhWEo3Wj nWngWmRu9X9mXDrUrmNkfdXrzBZ8oNeGfceg0EG5jSK0A1H4/iBiKhBNnlgkN6pd RFm+A3nfw4jpLlArHY12cV+HGOKgca3Ja3FxYMu93RpFG9qSpHs/ES32Djy9llmE bmouWmrXKrCRna9Dlc6wR2mNPtzQJnOXZL2T6qyTD4RZrpg/Ahw6bn5kKlj3mM+C 8pGgE94f+uSpXdfpttWiimpbeLrnpbqvOjvLImj+c1O14q+SC5fnzkOZKI7x4A== =FFlw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From lsorense at csclub.uwaterloo.ca Mon May 19 14:11:26 2014 From: lsorense at csclub.uwaterloo.ca (Lennart Sorensen) Date: Mon, 19 May 2014 10:11:26 -0400 Subject: Bug#746761: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf In-Reply-To: <85y4y3z8bx.fsf@boum.org> References: <8561lnktqy.fsf@boum.org> <85y4y3z8bx.fsf@boum.org> Message-ID: <20140519141126.GA17765@csclub.uwaterloo.ca> On Thu, May 15, 2014 at 11:42:42AM +0200, intrigeri wrote: > Hi, dear mips and arm porters, > > intrigeri at debian.org wrote (03 May 2014 11:05:09 GMT) : > > since April 2010 (1.1.221-6), libgtk2-perl sometimes fails to build on > > the armhf, mips and mipsel architectures, due to a failing test > > (t/GtkCellRenderer.t). I did not find any similar failure on other > > architectures. I am going to report this upstream. > > > Dear porters, any idea what could be wrong with this package, or > > its dependencies? > > Sorry to bother you again, but here's just a gentle ping: this FTBFS > has now been blocking the migration of libgtk2-perl to testing for > two weeks. > > Note that there's been no progress yet on the corresponding upstream > bug I filed: https://bugzilla.gnome.org/show_bug.cgi?id=729453 I ran a loop building it overnight. 17 builds and no failure on my armhf system. How I wish people could make their builds use multiple cores when -j is passed, then I could have run 4 times that number of passes. Seems adding '--parallel' to the end of the 'dh $@' line in debian/rules solves it and makes it build a lot faster. It sure is interesting that the failure it the same in all 3 cases, but the only way that error could happen seems to be if $hits{render}++ is never called, and I don't see any obvious reason for that to happen, especially only some of the time. -- Len Sorensen From ftpmaster at ftp-master.debian.org Mon May 19 14:28:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 14:28:59 +0000 Subject: Processing of libhttp-throwable-perl_0.018-2_amd64.changes Message-ID: libhttp-throwable-perl_0.018-2_amd64.changes uploaded successfully to localhost along with the files: libhttp-throwable-perl_0.018-2_all.deb libhttp-throwable-perl_0.018-2.dsc libhttp-throwable-perl_0.018-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 14:59:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 14:59:03 +0000 Subject: Processing of librdf-trine-node-literal-xml-perl_0.16-2_amd64.changes Message-ID: librdf-trine-node-literal-xml-perl_0.16-2_amd64.changes uploaded successfully to localhost along with the files: librdf-trine-node-literal-xml-perl_0.16-2_all.deb librdf-trine-node-literal-xml-perl_0.16-2.dsc librdf-trine-node-literal-xml-perl_0.16-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Mon May 19 15:09:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 19 May 2014 15:09:13 +0000 Subject: Processed: reassign 665222 to libcatalyst-plugin-session-state-cookie-perl References: <1400512001-4101-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 665222 libcatalyst-plugin-session-state-cookie-perl 0.17-2 Bug #665222 [src:libcatalyst-modules-perl] Catalyst-Plugin-Session-State-Cookie's t/live_app.t test should be enabled and pass Bug reassigned from package 'src:libcatalyst-modules-perl' to 'libcatalyst-plugin-session-state-cookie-perl'. No longer marked as found in versions libcatalyst-modules-perl/43. Ignoring request to alter fixed versions of bug #665222 to the same values previously set Bug #665222 [libcatalyst-plugin-session-state-cookie-perl] Catalyst-Plugin-Session-State-Cookie's t/live_app.t test should be enabled and pass Marked as found in versions libcatalyst-plugin-session-state-cookie-perl/0.17-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 665222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665222 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Mon May 19 15:14:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:14:04 +0000 Subject: Processing of libxrd-parser-perl_0.201-3_amd64.changes Message-ID: libxrd-parser-perl_0.201-3_amd64.changes uploaded successfully to localhost along with the files: libxrd-parser-perl_0.201-3_all.deb libxrd-parser-perl_0.201-3.dsc libxrd-parser-perl_0.201-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Mon May 19 15:15:00 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Mon, 19 May 2014 15:15:00 +0000 Subject: Bug#665222: Pending fixes for bugs in the libcatalyst-plugin-session-state-cookie-perl package Message-ID: tag 665222 + pending thanks Some bugs in the libcatalyst-plugin-session-state-cookie-perl package are closed in revision 3577a3fda9b1738cd619f63b1c0aab0b60b3618f in branch 'master' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-session-state-cookie-perl.git;a=commitdiff;h=3577a3f Commit message: add libtest-www-mechanize-catalyst-perl to build-dependencies this enables the t/live_app.t test, which passes, Closes: #665222 From owner at bugs.debian.org Mon May 19 15:18:07 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 19 May 2014 15:18:07 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-plugin-session-state-cookie-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 665222 + pending Bug #665222 [libcatalyst-plugin-session-state-cookie-perl] Catalyst-Plugin-Session-State-Cookie's t/live_app.t test should be enabled and pass Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 665222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665222 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Mon May 19 15:19:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:19:05 +0000 Subject: Processing of libcatalyst-plugin-session-state-cookie-perl_0.17-3_amd64.changes Message-ID: libcatalyst-plugin-session-state-cookie-perl_0.17-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-session-state-cookie-perl_0.17-3_all.deb libcatalyst-plugin-session-state-cookie-perl_0.17-3.dsc libcatalyst-plugin-session-state-cookie-perl_0.17-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 15:29:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:29:07 +0000 Subject: Processing of libxml-saxon-xslt2-perl_0.007-3_amd64.changes Message-ID: libxml-saxon-xslt2-perl_0.007-3_amd64.changes uploaded successfully to localhost along with the files: libxml-saxon-xslt2-perl_0.007-3_all.deb libxml-saxon-xslt2-perl_0.007-3.dsc libxml-saxon-xslt2-perl_0.007-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 15:34:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:34:08 +0000 Subject: Processing of libxml-namespace-perl_0.02-3_amd64.changes Message-ID: libxml-namespace-perl_0.02-3_amd64.changes uploaded successfully to localhost along with the files: libxml-namespace-perl_0.02-3_all.deb libxml-namespace-perl_0.02-3.dsc libxml-namespace-perl_0.02-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 15:35:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:35:41 +0000 Subject: libcatalyst-plugin-session-state-cookie-perl_0.17-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 19 May 2014 18:13:23 +0300 Source: libcatalyst-plugin-session-state-cookie-perl Binary: libcatalyst-plugin-session-state-cookie-perl Architecture: source all Version: 0.17-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-session-state-cookie-perl - Catalyst plugin for maintaining session IDs using cookies Closes: 665222 Changes: libcatalyst-plugin-session-state-cookie-perl (0.17-3) unstable; urgency=medium . * add libtest-www-mechanize-catalyst-perl to build-dependencies this enables the t/live_app.t test, which passes, so Closes: #665222 Checksums-Sha1: d277d1f9a4fee28a70356015bc03cb8b8be57f72 2532 libcatalyst-plugin-session-state-cookie-perl_0.17-3.dsc 071672893d82e3548ae657addbb6c94c04dee9f6 2248 libcatalyst-plugin-session-state-cookie-perl_0.17-3.debian.tar.xz 84aac845d8043cf4ea93e5909f3982ce649890d2 10262 libcatalyst-plugin-session-state-cookie-perl_0.17-3_all.deb Checksums-Sha256: 22aa6ee5c7cb5b918dc5919cf0a1614748be4e2edada234577a28fa82d5f88d8 2532 libcatalyst-plugin-session-state-cookie-perl_0.17-3.dsc 18a55a9c2052a8551f88748de24f2896b260026610f52c82cd24ff2cae461458 2248 libcatalyst-plugin-session-state-cookie-perl_0.17-3.debian.tar.xz ab089e86c3dd404320583586790a2afe683f8f88a3276d1447768c92f7f52e31 10262 libcatalyst-plugin-session-state-cookie-perl_0.17-3_all.deb Files: 5cc53dcbf4ef3d7d8d7711e2c8bcda4c 10262 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-3_all.deb 827b794d27105c72f79ca8712065b727 2532 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-3.dsc 194ec6a95b5ed64a752d6871feefdc57 2248 perl optional libcatalyst-plugin-session-state-cookie-perl_0.17-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTeh/eAAoJENu+nU2Z0qAEz8sQAJ4DgtH0bYkojF4vEpY4HPjg rpsQ1uGzQAx2PYiqUJM+1vPRycZGcIbTuHmTVTJApe5/b6i4Rb33lGhZoAc2/m5b Xeu15ZtqOX7l+20TyXr/vFVgQSmsPN4jwivytxsP/pwKOjUBc6hw3I53lPkKhyPS G/1upTmb7kkW1cjnCNjk9htbBAv/JqlnMZtUwUV+8dC+OAQQE2KzowgpsA0JPSxk P1acGx78M0Jw9x/Q/5gMS1qi0FR7hIr+olF77Sr2qSK9j12NYwuznGq0dSm/ZN9d e9e+nZKtbfRHdVisLyJYdX9suJCjZ5CJgyDJrjUGX+81f2dO4vEpJKalntLdiNg9 sJlyxQYg+XLmxXH/jXA778CgnqhQUkbq7I4xYWHpX8+jV2h4JfAKC7CjZzxbmxZL mBemIVhxYxwLmxLPPYeS2BGo+84MJvpNmABQH7vOVx8EOBgjnHR5YDvXQFhf5RZx nflv0rMk0jy1wKEFtKsmDqTLovEK6BekNzrmiP1EIwhZQ6vJ8uKf/fmmUMXzV4bJ N2Haj9yO4FLNlWL8wbcHIM6Z2/Bt8eUwcUhfYZLOBfuCr0rJz1RxIlauoDM7Z+m7 /tZEBgCkj0BmFI106Ad8R8VhWVfk1RgDliF8zKlazd5J18lXbru8pa9+U8l2ebAH 88NUkySD1ePlDLNMjYzO =D874 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 15:35:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:35:47 +0000 Subject: libhttp-throwable-perl_0.018-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 16:13:19 +0200 Source: libhttp-throwable-perl Binary: libhttp-throwable-perl Architecture: source all Version: 0.018-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libhttp-throwable-perl - strongly-typed, PSGI-friendly HTTP 1.1 exception libraries Changes: libhttp-throwable-perl (0.018-2) unstable; urgency=medium . * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update homepage. * Update copyright info: + Update preferred upstream contact. + Extend coverage of packaging. * Update watch file to use metacpan.org URL. Checksums-Sha1: 1a912325d2fc5b58b5db7ad359cab79a7dc2944a 2549 libhttp-throwable-perl_0.018-2.dsc 567c2a199c40c50c9b225b7fec00e3684fb69fce 3644 libhttp-throwable-perl_0.018-2.debian.tar.xz 23e98c05d61f513de7b1fc3f74aade20a58d0982 112680 libhttp-throwable-perl_0.018-2_all.deb Checksums-Sha256: f3f7a719c0bd149ef99a03f8a7e5444247c46bf699b5fcff58210edd83264d6d 2549 libhttp-throwable-perl_0.018-2.dsc 8bb74532ddd1fa9c7beb2fe00347a1f932592a27a0c57b2fe54955dd4b79b510 3644 libhttp-throwable-perl_0.018-2.debian.tar.xz 769474d3ff83499e876ec6131e98f073fd7c83fa6618b40f4f26c1a76af50d70 112680 libhttp-throwable-perl_0.018-2_all.deb Files: 4528d555e3c0e12fb7c701bdcb9aabee 112680 perl optional libhttp-throwable-perl_0.018-2_all.deb 364834328934af9cc6adf923335a0351 2549 perl optional libhttp-throwable-perl_0.018-2.dsc eb1d58b680e376de6ede64a35a3baa65 3644 perl optional libhttp-throwable-perl_0.018-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTehSmXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEheGEP/0Scl2nxyzrdumsLpjtuy3vQ bUegCKtXOLJq7KaIfhxylgpiNtF8NXGQdO0iy/aP0U8i2JigVvoE9ct2c3FafYCk 7UV/E4Zo7N9LmXFDeC3Y3OcgP22o+GFCFHmF0WDwlxE3Ke7rK5M9JIo2r5Qc8Rf3 nXqbV9Bp2UQtX6PQGLxWU1W0tbvqtTgdunRDaNehRUJEwRK2SqrJNNhUAMU988af Szz7kGdu6k6x1xM0RzSSsBYpnwEL63UGsRj0+A8tBSD5JlG2oXUjTZ69MAUS/tbW buO8Psh0rug1xV6QtPLYiXS6nV1CpJTA2zFBmTdryly0WTit8lvi9rkH/ns9ffUf FkFwIXmPUworidsfb6GPVAkGBIdNs0AgxZvk3q2LaJoCnNHc4bdDf5ZJBbYDkRy3 +G2hCkLq4bQHSbGQ5Wlx8czCik+EkJi0xoZs0tXWv4vltlEeXAwtbd2A2ik6cGHK 6T4D9d/G698UIz7QxYP7ptMW6KvlljIRq/Hm7772NKi5tUCFWJyfjMDV3d6EBQLw 36gcsbbd0qWkLQnKJN/X4GYgak7DkAvM5aCSNifQjPP+qMEBtcflvLl4d+93lm7k 8T8ukjiiC0vYuweG1RVGWcs8Oz0aXSajWa1Xv467mgaQKzakvFC2u+RGpssFdEXb ygMzSA9kNR4VsxDbCp1i =40d5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 15:35:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:35:59 +0000 Subject: libxml-saxon-xslt2-perl_0.007-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 17:14:56 +0200 Source: libxml-saxon-xslt2-perl Binary: libxml-saxon-xslt2-perl Architecture: source all Version: 0.007-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libxml-saxon-xslt2-perl - process XSLT 2.0 using Saxon 9.x Changes: libxml-saxon-xslt2-perl (0.007-3) unstable; urgency=medium . * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: + Extend coverage of packaging. + Fix properly bump licensing of packaging to GPL-3+. Checksums-Sha1: e7a9fb92f0efdabeb2f50435300873a237ddad2e 2300 libxml-saxon-xslt2-perl_0.007-3.dsc 77b6e975dea542a6a1ab360a6841266e3d058d8a 3600 libxml-saxon-xslt2-perl_0.007-3.debian.tar.xz 932a17519ce5ab47aa7fa7bdbb09820521039fd9 18776 libxml-saxon-xslt2-perl_0.007-3_all.deb Checksums-Sha256: feb60c04f403eaf173f6ff3a0fb80bb12333359bff634b5e3bafb0571d5f830b 2300 libxml-saxon-xslt2-perl_0.007-3.dsc 86975dc3ca10c170bca1ad80d8ab3d0e9c83492c5c82d025c7becd59551cab9e 3600 libxml-saxon-xslt2-perl_0.007-3.debian.tar.xz 66919c5576ba9b1f06c911287cdc50cbdefaa0860428f7c6023d41cdc4379d04 18776 libxml-saxon-xslt2-perl_0.007-3_all.deb Files: a208378aadde78a02b98d48692e70b5f 18776 perl optional libxml-saxon-xslt2-perl_0.007-3_all.deb 2adb4706dce656ce94ba46147f49165b 2300 perl optional libxml-saxon-xslt2-perl_0.007-3.dsc a1d4418f78697f42ab15b4cd09f331f1 3600 perl optional libxml-saxon-xslt2-perl_0.007-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeiInXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh0TAQAJ9lCB6O0wcEeqTqj3FLvZAR jPr4p7xrWYY9R566US8pFoyVK6BJZH2/sGrimKByTOdOh12l3CnCFMuECA/MH7it fv0R3B4xk1OAjZH4fdBBROlHInvO7hFop8663L9C8gD6ofcv0wFl6NfNCPBPdxfQ DmvBHs0nOt7Xalu8MvmD7zWrGn7GZW4K6cpSE1lJ4Ab2IecFNHh36UGeTQQ+By/8 POs8jRizR784dH3ChgRIxFRIpOt75YaS/y8l3oi2n6iudB7MAEWSnU98sS+UQR+u fHSfFP+4R/BVtHvBjp2b7gEXMwcsqM0xoTGaWndkxssyW9zuWQXUOCoN2qwmb+o3 tc0Tst+P3ZIJ6h1l9ifSlFuksUzzV8uUWR8SrF5n1izfBpC/vHHYGtp6CGZ+GDUw 1Jhl9bjj1QAekE0DW0mVq0wju0UJlcGHa7xMW4F8TxXYW39BtcMJH5XNDm4mp4tf puPxJwHl4McsNud2/zsZUhlD6oOf70XlqwrMWt2QZy6Ig+aG0u0wToapHrSs8IK6 RK9d5QVxI568lYh8HVrfWY/rBOrewgapIT5E9lb0DjUSPD++i0+mZo4i9qmQDZmC yBD/GBeDhGvWSIZoztBD64IDsPC2esNSTGt1ctpFgQX9P+49A/uo/B4l6gD4srr/ aO3ypHv69vqFOOGWLpm7 =/Sni -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 15:35:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:35:53 +0000 Subject: librdf-trine-node-literal-xml-perl_0.16-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 16:47:23 +0200 Source: librdf-trine-node-literal-xml-perl Binary: librdf-trine-node-literal-xml-perl Architecture: source all Version: 0.16-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-trine-node-literal-xml-perl - RDF Node class for XML Literals Changes: librdf-trine-node-literal-xml-perl (0.16-2) unstable; urgency=low . [ Xavier Guimard ] * Update copyright info: + Fix use versioned file when referring to GPL-1 license. . [ Gregor Hermann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. . [ Salvatore Bonaccorso ] * Change Vcs-Git to use canonical hostname (anonscm.debian.org). . [ Axel Beckert ] * Update copyright info: + Bump format to official version 1.0. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-* URLs. * Update copyright info: + Extend coverage of packaging, and bump its licensing to GPL-3+. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Add git URL as alternate source. * Stop track tarball checksum: Check against upstrem git instead. * Update watch file to use metacpan.org URL. * Bump debhelper compatibility level to 8: debhelper 8 is available even in oldstable. * Relax to build-depend unversioned on devscripts, debhelper and cdbs: Needed versions satisfied even in oldstable. Checksums-Sha1: f9d491dc20fd4af0bded862c8f712f53583543e5 2485 librdf-trine-node-literal-xml-perl_0.16-2.dsc e950c7a0b347f2e037dfd07ebb1c820bce116687 3520 librdf-trine-node-literal-xml-perl_0.16-2.debian.tar.xz b9dda700356b5227c519c8f24e440367cc76d76c 11896 librdf-trine-node-literal-xml-perl_0.16-2_all.deb Checksums-Sha256: e9b5683fa58dcaf726ac0ae840783a9ebbf1785dc6bdb47c1da7950b6c3c4f3f 2485 librdf-trine-node-literal-xml-perl_0.16-2.dsc 43ca35e854ea5e33dd59c7941bdbdc6de3157e08b0b829191e7b53080c3c5327 3520 librdf-trine-node-literal-xml-perl_0.16-2.debian.tar.xz 8da5e452b64c5e828144ae7a184a57be4fcee0a4bd65f6f9d9f336f742e0deb6 11896 librdf-trine-node-literal-xml-perl_0.16-2_all.deb Files: 2004973ecebdd023c62f43cadc19a8a9 11896 perl optional librdf-trine-node-literal-xml-perl_0.16-2_all.deb c53e15128e040c04ca4805adfffedceb 2485 perl optional librdf-trine-node-literal-xml-perl_0.16-2.dsc a7191c51d3ae5e66b66d5045874d577c 3520 perl optional librdf-trine-node-literal-xml-perl_0.16-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTehvqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh7ukP/j5ndqOl6ABK/PwFjAxs4I+d cuGWdLH2XzDH5le1lShu9xvtT6Yq3pT+NqW062qoyWBtJZpj3O0Ql6VswoxMqbYH bpByOy7LW4XH62GHR4A5bLxWNcCocAZjwCKXAm4N6JWGVbM2z+FRe9JvqPOaCE4a XrXzBzp37PzxaQtFNPQ+/i9k215BlHMAd6XIJABIerZpTsM7x7kc2DARETWteIpQ WsvZJHuMn7RIFOnmgOGFAiBpVyWU0foCWnE2ZVjrtoazIdInzqP+IcQEQlRm84MJ znP4hMmD3Wx5Q+7+Ae9s2cBFKR3Cwz6FPgMg//+brPLpzRn0S6QIQQJwHI1Saa1H Zfygim5lc/fe3Vo5XRcmNfgrBm/ZhhwSe0VcrXVuKxPnUS6KQPB4HtpPE16bTxPU X55wjrDGKdfW8vefyAblt6yDpdIhi69pl7fuP32DtSqc2QnbE+IGpeFzANuuzC9J d0SwBL2vAAKMrPgilKMu6/bSA9ScziTqQfToYw0TmsXcDr+uIUBridt/CnQAX4Bp cxMt8AwEAJemEpTlCqMven1xbyFFV90CeNZ2B6pKnZrXPhmRDJAG0Pufmg2X3WgZ satTASEYlqjTmuRIi+VenlptOckAC6fXIRJk8z2NfimzW/lI64Q73fmfVaACDj2D f4pFM22WkEGUlr5ZN3bR =tAFO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 15:36:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 15:36:06 +0000 Subject: libxrd-parser-perl_0.201-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 17:05:36 +0200 Source: libxrd-parser-perl Binary: libxrd-parser-perl Architecture: source all Version: 0.201-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libxrd-parser-perl - parse XRD and host-meta files into RDF::Trine models Changes: libxrd-parser-perl (0.201-3) unstable; urgency=medium . * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Extend coverage of packaging. * Update watch file to use metacpan.org URL. Checksums-Sha1: e14f9b7b0b13c4385ea8b90f9f9798554e27850c 2393 libxrd-parser-perl_0.201-3.dsc dd69856dc140c1b672b00b4c1c937929c173a0cb 4996 libxrd-parser-perl_0.201-3.debian.tar.xz 75756ead34def3c782a92ca616a9bafef920c9fb 28086 libxrd-parser-perl_0.201-3_all.deb Checksums-Sha256: 9d8c7d2eb194c8e4f29e95036b30d68b5c1b7a9ccabfc08e6a4f44ffa3c3cc15 2393 libxrd-parser-perl_0.201-3.dsc 02fdf769fde66a60dea9ecbd1e7cc17b67b90a9513235fbd3e3bc2b9af4ea716 4996 libxrd-parser-perl_0.201-3.debian.tar.xz fab52a52055b20f08ba17cb9c4d4ad921f09d313ebf1ce4edeb67f5db6b5669a 28086 libxrd-parser-perl_0.201-3_all.deb Files: d186160587e9701cd4770f812db7d230 28086 perl optional libxrd-parser-perl_0.201-3_all.deb cca15a35f16a5f406cabc80bb5b33352 2393 perl optional libxrd-parser-perl_0.201-3.dsc bb0359da0f8a1a5124aa0aee886c4505 4996 perl optional libxrd-parser-perl_0.201-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeh7NXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhLK4P/04nmOWHzaVo0cxsE2KoABl4 91U2gb74+953HQAfY1I4xVyjft5eFTBmeB7o2lQjk6UPdTwblIcJ7ovRSPRk6MvZ dc9mWiukLLuaCMiCn/5qfUzkztxdySFnKmGlmNdgEx84HV2f+tGnfsVHf7QbwKz8 j+FCnKkCmPugygytUmkeIzZE+YwsTw9jNUjukV84cZ1UzcdsXvpHxL5LSVoCCrDr kZpXbXDpGDKReuQKKnou08nQg+Fi3ytZi9Bb/a9Vu4OvVUl3JGpbulWDRWIjWXYg RRNLiqUKlrIKtceHTq2XH37L+a/pzjnSmskakFSXUKbc9Xo8YXlwjOKDz7vo0e9Y U7X7zeBW29FUMbHylB/8+x3iuxVAEilt8VCegQ6lyMtm/ucgqBJROrnmb4xGf7ee eJTc36Pv0tUmvgsLKHVHgSVHlSQgvsSYU7ka3GM1jLDy0KuunbSLmis9sk7nYVx3 9YY9pSLaxNceeM2qMlCg6x5ZVrppxCEs+8uJuw4W8iSTEsLWVXben0Zk+ZrWXlBR qEPFuIRdrwW0QxyTtbpo0K7BJwgmpw1nAlokiXboWju0Q14YNVECHY5ZX+fZgi+X hFzahYrCYSMA1SPIBT1/rRjf0W/jk+Yp88hGq1q1266O0K13+fUBaLWUUwkfzLmv tnDeY24aNpzemZXtWvh6 =Ib/g -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 19 15:39:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 19 May 2014 15:39:08 +0000 Subject: Bug#665222: marked as done (Catalyst-Plugin-Session-State-Cookie's t/live_app.t test should be enabled and pass) References: <20120322163441.GA21258@xanadu.blop.info> Message-ID: Your message dated Mon, 19 May 2014 15:35:41 +0000 with message-id and subject line Bug#665222: fixed in libcatalyst-plugin-session-state-cookie-perl 0.17-3 has caused the Debian Bug report #665222, regarding Catalyst-Plugin-Session-State-Cookie's t/live_app.t test should be enabled and pass to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 665222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665222 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: libcatalyst-modules-perl: FTBFS: tests failed Date: Thu, 22 Mar 2012 17:34:41 +0100 Size: 4432 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#665222: fixed in libcatalyst-plugin-session-state-cookie-perl 0.17-3 Date: Mon, 19 May 2014 15:35:41 +0000 Size: 5789 URL: From ftpmaster at ftp-master.debian.org Mon May 19 16:03:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 16:03:50 +0000 Subject: libxml-namespace-perl_0.02-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 17:28:50 +0200 Source: libxml-namespace-perl Binary: libxml-namespace-perl Architecture: source all Version: 0.02-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libxml-namespace-perl - simple support for XML namespaces Changes: libxml-namespace-perl (0.02-3) unstable; urgency=medium . * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: + Extend coverage of packaging. Checksums-Sha1: d2449b94043281b8f3c996c229db82a130b96124 2209 libxml-namespace-perl_0.02-3.dsc aa338f311784e2f1306ec52affafccf173447427 3052 libxml-namespace-perl_0.02-3.debian.tar.xz c7732e0cb540ba994aee3a11211d6590fe90fada 12028 libxml-namespace-perl_0.02-3_all.deb Checksums-Sha256: 06e87faf1c0491a319c47fe095f7d9f9a5e738b6827686b0c2b0326f6d66475a 2209 libxml-namespace-perl_0.02-3.dsc a78773a008a3dbba3909df1c440e050c342fe9623e9b8c5b2f89ceb45dde7507 3052 libxml-namespace-perl_0.02-3.debian.tar.xz 33f5b24dcf5aeb86d53a2fe8b180248c29f05a4e9e6c032c2bcc400b924ef235 12028 libxml-namespace-perl_0.02-3_all.deb Files: 25333f9360d38fbd02f9ee31faa6a2e4 12028 perl optional libxml-namespace-perl_0.02-3_all.deb 80f4c542f840929fe738af81820ed120 2209 perl optional libxml-namespace-perl_0.02-3.dsc 4fe46114aaae6907210b94628bf9471f 3052 perl optional libxml-namespace-perl_0.02-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeiQDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhtv4QAJHc0vsIPJrS2UUn8qRHSNMh 1m4dpzZEAPKD9oZl2PXf6e5GZvOV+1Q8TDw+LaRTFvJskSo/TBD+gB8We65ne7FZ cKtT9I5kTvGvS2eRxYys3g+D+kePnMagTQFh0qx1R4N1XtEC/H58OEFH2AKNYuKb AdgiqTL2sF+xnDVOt9W0aMrkSMK4KcRn0kY47Ofv7yVkjRM62dnRryi5AMzfoc1X GAUUpN8xAZCW+hJnjfap7NVgwr8zm2jqRxX+1nGGIdc+nmmdUg4/pAE52oZu7HQs 1YFRg208XwHER+unZ50JYldQV+ChF2FHTQaAgcEOVO/zKPStGRO4SqORqAFdwbRz qpOFS5I8nW0CphKh0OYiE2nIa9JuguLlSnmhLNGohgQw6CXTQU+GVH2XKSt4bzni gK4l8mR9uDtNLSWy8AprRykGx5eunPXOOwoI1uQm9BRH49RFfCGpf1zRupl3ajfM JK4Hs6c27mYXtQVVdK9ApjUuXZQ4JecmZWUbOPAMF4lI71zH0USEir0emjz8esZI BgSj73mUwkOtlVwaQrwu6Fc/rDcEqwLFQ9s910ouwtQJORVnF4fZwWwksoTarPy0 vEI6yj1EhYbLWw7ij1UARczbmMQgyWk/b/DlxFelZ2vwnYAiya/6nXgvjhxGaiXN w7ExhdNs99UQTlVVrFvW =gLjV -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 16:34:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 16:34:20 +0000 Subject: Processing of libmodule-install-readmefrompod-perl_0.22-1_amd64.changes Message-ID: libmodule-install-readmefrompod-perl_0.22-1_amd64.changes uploaded successfully to localhost along with the files: libmodule-install-readmefrompod-perl_0.22-1_all.deb libmodule-install-readmefrompod-perl_0.22-1.dsc libmodule-install-readmefrompod-perl_0.22.orig.tar.gz libmodule-install-readmefrompod-perl_0.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From noreply at release.debian.org Mon May 19 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:13 +0000 Subject: cpanminus 1.7004-1 MIGRATED to testing Message-ID: FYI: The status of the cpanminus source package in Debian's testing distribution has changed. Previous version: 1.7001-1 Current version: 1.7004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:15 +0000 Subject: libautobox-junctions-perl 0.001-1 MIGRATED to testing Message-ID: FYI: The status of the libautobox-junctions-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.001-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:15 +0000 Subject: libcourriel-perl 0.35-1 MIGRATED to testing Message-ID: FYI: The status of the libcourriel-perl source package in Debian's testing distribution has changed. Previous version: 0.33-1 Current version: 0.35-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:16 +0000 Subject: libjira-client-automated-perl 1.05-1 MIGRATED to testing Message-ID: FYI: The status of the libjira-client-automated-perl source package in Debian's testing distribution has changed. Previous version: 1.04-1 Current version: 1.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:16 +0000 Subject: liblocal-lib-perl 2.000012-1 MIGRATED to testing Message-ID: FYI: The status of the liblocal-lib-perl source package in Debian's testing distribution has changed. Previous version: 2.000011-1 Current version: 2.000012-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:16 +0000 Subject: liblwp-protocol-https-perl 6.04-3 MIGRATED to testing Message-ID: FYI: The status of the liblwp-protocol-https-perl source package in Debian's testing distribution has changed. Previous version: 6.04-2 Current version: 6.04-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:17 +0000 Subject: libmongodbx-class-perl 1.030002-1 MIGRATED to testing Message-ID: FYI: The status of the libmongodbx-class-perl source package in Debian's testing distribution has changed. Previous version: 1.02-3 Current version: 1.030002-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:16 +0000 Subject: libmath-bigint-gmp-perl 1.38-1 MIGRATED to testing Message-ID: FYI: The status of the libmath-bigint-gmp-perl source package in Debian's testing distribution has changed. Previous version: 1.37-3 Current version: 1.38-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:17 +0000 Subject: libsub-recursive-perl 0.03-1 MIGRATED to testing Message-ID: FYI: The status of the libsub-recursive-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.03-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:18 +0000 Subject: libterm-readkey-perl 2.32-1 MIGRATED to testing Message-ID: FYI: The status of the libterm-readkey-perl source package in Debian's testing distribution has changed. Previous version: 2.31-1 Current version: 2.32-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:17 +0000 Subject: libperl-minimumversion-perl 1.37-1 MIGRATED to testing Message-ID: FYI: The status of the libperl-minimumversion-perl source package in Debian's testing distribution has changed. Previous version: 1.35-1 Current version: 1.37-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:17 +0000 Subject: libmoosex-attributeshortcuts-perl 0.024-1 MIGRATED to testing Message-ID: FYI: The status of the libmoosex-attributeshortcuts-perl source package in Debian's testing distribution has changed. Previous version: 0.022-1 Current version: 0.024-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 19 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 19 May 2014 16:39:17 +0000 Subject: libnet-ssleay-perl 1.61-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-ssleay-perl source package in Debian's testing distribution has changed. Previous version: 1.58-1 Current version: 1.61-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon May 19 16:49:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 16:49:41 +0000 Subject: libmodule-install-readmefrompod-perl_0.22-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 17:55:50 +0200 Source: libmodule-install-readmefrompod-perl Binary: libmodule-install-readmefrompod-perl Architecture: source all Version: 0.22-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmodule-install-readmefrompod-perl - automatically convert POD to a README Changes: libmodule-install-readmefrompod-perl (0.22-1) unstable; urgency=low . [ upstream ] * New release. . [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. . [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Install example tool. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update homepage. * Update watch file to use metacpan.org URL, and stop track development releases. * Update copyright info: + Bump (yes, not extend) coverage for upstream author. + Extend coverage of packaging, and bump its licensing to GPL-3+. + Add git URL as alternate source. * Stop track tarball checksum: Check against upstrem git instead. Checksums-Sha1: be2ef649ef6a189ba58b868bc2a6bf20fc8c6bf9 2494 libmodule-install-readmefrompod-perl_0.22-1.dsc f4beee67b4d80e88d5b67d90b62ab31421375d4b 34246 libmodule-install-readmefrompod-perl_0.22.orig.tar.gz 222e3eddcba233a95ef53e162d86e33092b971a3 3780 libmodule-install-readmefrompod-perl_0.22-1.debian.tar.xz 3cefd94fdaf7748ea330a8d212079e0fda9ed6a3 15364 libmodule-install-readmefrompod-perl_0.22-1_all.deb Checksums-Sha256: 8dde1197d13dee7836d026549d11a07ffeb3add5928d933b0154454d5b0e132c 2494 libmodule-install-readmefrompod-perl_0.22-1.dsc 9033c2863c2f989232279e086db2f4b3e099be8033d6b777aa1f29ed81f2deff 34246 libmodule-install-readmefrompod-perl_0.22.orig.tar.gz 81dd36185286d23d44aaf63c99c01c0e452f314a057b2537458246df36ab4b6b 3780 libmodule-install-readmefrompod-perl_0.22-1.debian.tar.xz 1129cb10921acc56aa461b23a2fe1daa1d2a36eac493e56e0fa6c1008588d5ed 15364 libmodule-install-readmefrompod-perl_0.22-1_all.deb Files: 5c7109a5666ba4948332e7f9dfa3b56e 15364 perl optional libmodule-install-readmefrompod-perl_0.22-1_all.deb 6712d0d5506ec5766fbd3cd2c77b4fc7 2494 perl optional libmodule-install-readmefrompod-perl_0.22-1.dsc ef6d6e4bda0d799fe864c689560e326f 34246 perl optional libmodule-install-readmefrompod-perl_0.22.orig.tar.gz 647b331a94e26ce60edb01bad0b0467e 3780 perl optional libmodule-install-readmefrompod-perl_0.22-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTejHVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhZdIQAJfFWRwoC5CNZ04WQaABTdvu bTtu8xQGUmSBHReTPaE23XOzMNapl7gOZ3DBy3dtwTSvDmgLibSnZpsFLy6OFaT4 xF6PKmtMbPHmabcdkrbhoRm09LccACOTZTNMoZxtRY1HmKkNpwaiVMqZ8my/9rKO nytdFWe0qf+h64j2FtnwV0kc5I1p4XHfQOwtrBhMsrLYZyTRsdBT0dTciMlX5RE5 BCIioZSoynF5natIPrb+Lb7A+lDgYaJYMLOJBwaPfFvGBeAlukfGitiB8Eu79MzG oWza0j0fY+pkjQLOavLSnyARGy6b2cB44kv6Dy3KmzMWvWnb3iN5Q4sJwnsZkib7 MNQqSrkP8zpUoOo4rwpruct+YjC64jGsYGSNkliB9xv7gEYuUVd0z4OYo0YM2kXg KtEpi6h0o9JxZyMonko7HfA45KhjdM2sL0eiGUt0VHWlUX/yDGT3GE37LsqVs+Rw 88SsiVXtq3/mv/s6nY5PjUwCWv0o2R8Z/G1EmYXkEomtWmnbbkwz9L3vlPrEfsme QjsI3Ear0Xt90yfImPWczVJ/Lh1uRnrB1ssCNtJgGpNT87wavs/GNCw2BEzsXcXG I8YUb0Emdn4Zej56zCzqg3L2C3rEP+L//HVocCx8Oamkw6WGOz+PGt8Dqznej6an jUBoCtb4b7Mlt7KOCDAi =k9Y9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 19 16:51:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 19 May 2014 16:51:10 +0000 Subject: Bug#499141: marked as done (After Lenny upgrade, StackTrace no longer works) References: <20140519162721.GL16969@derobert.net> <20080916143214.26977.69508.reportbug@Tao.metrics.net> Message-ID: Your message dated Mon, 19 May 2014 12:27:21 -0400 with message-id <20140519162721.GL16969 at derobert.net> and subject line Re: Bug#499141: After Lenny upgrade, StackTrace no longer works has caused the Debian Bug report #499141, regarding After Lenny upgrade, StackTrace no longer works to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 499141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499141 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Anthony DeRobertis Subject: After Lenny upgrade, StackTrace no longer works Date: Tue, 16 Sep 2008 10:32:14 -0400 Size: 6139 URL: -------------- next part -------------- An embedded message was scrubbed... From: Anthony DeRobertis Subject: Re: Bug#499141: After Lenny upgrade, StackTrace no longer works Date: Mon, 19 May 2014 12:27:21 -0400 Size: 1837 URL: From bts-link-upstream at lists.alioth.debian.org Mon May 19 17:46:32 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 19 May 2014 17:46:32 -0000 Subject: [bts-link] source package liblinux-lvm-perl Message-ID: <20140519174607.28062.54761.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package liblinux-lvm-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #740929 (http://bugs.debian.org/740929) # Bug title: fai-setup-storage: setup-storage fails with already existing LVM on target, device # * http://rt.cpan.org/Public/Bug/Display.html?id=94991 # * remote status changed: new -> open usertags 740929 - status-new usertags 740929 + status-open thanks From bts-link-upstream at lists.alioth.debian.org Mon May 19 17:46:33 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 19 May 2014 17:46:33 -0000 Subject: [bts-link] source package libwebservice-cia-perl Message-ID: <20140519174607.28062.46338.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libwebservice-cia-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #744779 (http://bugs.debian.org/744779) # Bug title: libwebservice-cia-perl: Fails to retrieve data from CIA factbook # * http://rt.cpan.org/Public/Bug/Display.html?id=47337 # * remote status changed: (?) -> new usertags 744779 + status-new thanks From ftpmaster at ftp-master.debian.org Mon May 19 18:09:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:09:36 +0000 Subject: Processing of libcatalyst-modules-perl_48_amd64.changes Message-ID: libcatalyst-modules-perl_48_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-modules-perl_48_all.deb libcatalyst-modules-perl_48.dsc libcatalyst-modules-perl_48.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 18:14:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:14:37 +0000 Subject: Processing of libmagpie-perl_1.141380-1_amd64.changes Message-ID: libmagpie-perl_1.141380-1_amd64.changes uploaded successfully to localhost along with the files: libmagpie-perl_1.141380-1_all.deb libmagpie-perl_1.141380-1.dsc libmagpie-perl_1.141380.orig.tar.gz libmagpie-perl_1.141380-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 18:18:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:18:34 +0000 Subject: libcatalyst-modules-perl_48_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 19 May 2014 20:04:09 +0300 Source: libcatalyst-modules-perl Binary: libcatalyst-modules-perl Architecture: source all Version: 48 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-modules-perl - modules for Catalyst (metapackage) Changes: libcatalyst-modules-perl (48) unstable; urgency=medium . * convert to metapackage depending on previously bundled modules, now separate packages + purge dependencies and the build system, update description, add NEWS entry * Add myself to Uploaders Checksums-Sha1: 8f1cea69ba1b00843a44508a678822c379803adb 1867 libcatalyst-modules-perl_48.dsc 8519e1e05bda03cd61400c67d537a9d2daaba283 8200 libcatalyst-modules-perl_48.tar.xz c27b299b7198b882a0044e31c258b5263f4d6102 10248 libcatalyst-modules-perl_48_all.deb Checksums-Sha256: 08a4a59d92ab0a6f5fa3854382b7e6ceb4f88db3d8bfef223f4e107a8034e3cf 1867 libcatalyst-modules-perl_48.dsc 836c866f1cea043c1beb2246ffac80bcdff5aa2cef8c1c2b1d317cf0435007d7 8200 libcatalyst-modules-perl_48.tar.xz a633813867a598648d2b6c9de31bb849b87d4718855adb8ac2c50bfa317e4b9a 10248 libcatalyst-modules-perl_48_all.deb Files: 3789317072c998828d3801665ee2e38e 10248 perl optional libcatalyst-modules-perl_48_all.deb a169d6fa1c0c079d848e305ebb0410b7 1867 perl optional libcatalyst-modules-perl_48.dsc c439694b49343e34d9fac92f84c05f6f 8200 perl optional libcatalyst-modules-perl_48.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTekjZAAoJENu+nU2Z0qAEAkUQAJ8iLYIy8xxkHA7p3OWbi73s Zj4tUBzxcgrhipdDdjvZnlYIa1H0jDy5jUxYKwRpVmlfD0P43teR6QmUH+FxOnSt Uq+WZb/vToXkOJdTzr5APuF4IOKj1sWMpMRNw14qlaC7lU+meg26eucsqmYuJXP8 vKyyerMG/mFam0FQgcXdxW7cINzkCqO38AIwxshvCL5jkmXY2GMRR9PkP101P4VL 0LQUO3U/JKdc7jbu8pPRa/Rs121eIz7JrIAje1/L7nhafAcnFk14LMqcPCWljAr8 5ro7u0JGDyOhbsfHLYOzoePq07JHsHzum/FfZemWGI7i0Xk8JOb/WhtH2CDrhF9G fdeb1/yX+jJbXVUxVmpNKgv+tQqm4pLMY+6IpEsOl4eMW9YFTJfp8rYBMH8iKnZZ UDrpIoaU/OIi+xCrdKs5D6+/zgDzZxfRD+Cne5Jma4qpP7eiJUeVGo8toNO9I5ZT csJllLHt8ESB8Mrb5hac9fEALMCFfiiUihnDpAv0/2Th1pfWglGVqW1kQpzt70dm 7LiEyb/1dAP8HGkilc17EDmC0hLhEb0CTKX6GYdMC2RVHSqnQNrkLeqvWDjG9uqd a7Dxxsu3aa/pHkK/JHZcLfSVP9Sj664ubv50eTb5mSUng+SwdoTVh8tilg7bxN9K 4LarmVVUqNHaZr5aYMXB =s2Ox -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 18:18:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:18:41 +0000 Subject: libmagpie-perl_1.141380-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 20:00:18 +0200 Source: libmagpie-perl Binary: libmagpie-perl Architecture: source all Version: 1.141380-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmagpie-perl - RESTful Web Framework for Perl5 Changes: libmagpie-perl (1.141380-1) unstable; urgency=medium . [ upstream ] * New release. + Don't try to transform if there are errors fetching the content. + Nested matching now works via both the middleware DSL and the XML config. + Update to the more modern JSON option, add support for blessed objects. + Fix harmless but broken and annoying Kioku test. + Added new 'reset' keyword to builder DSL and XML config. This permits users to reset the matching pipeline to handle special cases. + New proxy Resource class added. . [ Jonas Smedegaard ] * Fix use canonical Vcs-Git URL. * Update copyright info: + Extend coverage of packaging. * Update watch file to use metacpan.org URL. Checksums-Sha1: 8f09b03815aa5c55377171ff810cd8c1079efedb 2763 libmagpie-perl_1.141380-1.dsc 7ff7c326434040b743d86112fdfab802d4478a39 2773736 libmagpie-perl_1.141380.orig.tar.gz 9b153feb033c641c22f31bf85a726e897b39b1f7 5300 libmagpie-perl_1.141380-1.debian.tar.xz 7352395944862f762b2341adccfcba8e5f56aa57 2813362 libmagpie-perl_1.141380-1_all.deb Checksums-Sha256: cd5da31bc7fe736663b96ceebc5cd25518c46e5043740356d3c159a403b5cac7 2763 libmagpie-perl_1.141380-1.dsc 69c3297b2d44428664c734d36c1826bb49c5c0b533ff19f02a39ca8a6f68febe 2773736 libmagpie-perl_1.141380.orig.tar.gz c3805a8d9fd5240e2aad23002a9b60b94f8f9cfa1d4528b44847c95e7608f539 5300 libmagpie-perl_1.141380-1.debian.tar.xz c2e28b139657b55fd948d58061d718c9ebeb681fb16c690252b28d25620cb697 2813362 libmagpie-perl_1.141380-1_all.deb Files: bc73bef6043242be25bd8423cbf932b0 2813362 perl optional libmagpie-perl_1.141380-1_all.deb bba3f1e1fd7ce266ac2a085ca353b64c 2763 perl optional libmagpie-perl_1.141380-1.dsc a2645cf49a38bec354ed8620f8500a2c 2773736 perl optional libmagpie-perl_1.141380.orig.tar.gz fb611bdc05cbaa465c380d01e38481c9 5300 perl optional libmagpie-perl_1.141380-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTekkHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhuocP/iWydYR7PKX7aLkD/rM1f/6U +ka40ZWye/oY3BFzcOGerXeXiaeYuHOZCJ2N3Hj/KsY3M2XeN+mGT0G9E4YNhTEv BL6lhd6R1bh0hQqnyx2VCq8QVLAmI0oIKKgLd+bGnqrady3WoNI1SjII01BheWcj u7tB2lMH841XGsZox9/t3SDyoYWSEYq+DgcxbwXo6FKiDE2RGuo4li71ItA/ZAEV aTN9T5iVtw6mk1QhjuWI3czUNJ/DM2hg8xmyLhMYF70YG5U9WVh60D2NJqhycpfA pscOc7wtKhQJ6mNUoa+PK3TR/PXlzU6kIwPidyiT+pRgbj5ALn+rnVrxj8vDc+SL X9U/qXYU/ZrbRp8GfZPdFZs2mNRTcfEG1ksk3YNVU3NBfqOZhhjRxtLNexCWLswc bamKcoZqfGhSsy/5Ck36Giw80dNXCTEIQuA42Yq8b/naZob5YS3LCVAB99036WBH jPAlBmWb43D/zTNFVUi1LxrXCjSMLeT4nFdJ4rnqDJ86mHNizB/W7/+KO1+6vjfJ ExSiUwiJRfDBlojbZwfBlcX5cuip3olvQwkVmxKolKQKN60s7nmL/rm1GVBT2dDO 0z+0C1FED9FryTXCV3DZ8P7ebxfdOLJSOHBrmeVRM1hMoANlexELJOfnsf8kf6x5 mSmQGVaAkCyY/uQVxmoB =+wmI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 18:39:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:39:40 +0000 Subject: Processing of liblingua-sentence-perl_1.05-1_amd64.changes Message-ID: liblingua-sentence-perl_1.05-1_amd64.changes uploaded successfully to localhost along with the files: liblingua-sentence-perl_1.05-1_all.deb liblingua-sentence-perl_1.05-1.dsc liblingua-sentence-perl_1.05.orig.tar.gz liblingua-sentence-perl_1.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 18:48:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:48:45 +0000 Subject: liblingua-sentence-perl_1.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 20:33:50 +0200 Source: liblingua-sentence-perl Binary: liblingua-sentence-perl Architecture: source all Version: 1.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: liblingua-sentence-perl - Perl extension for breaking text paragraphs into sentences Changes: liblingua-sentence-perl (1.05-1) unstable; urgency=medium . [ upstream ] * New release. + Add language support for Danish, Finnish and Lithuanian. + Update language support for Greek. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Bump (yes, not extend) coverage for upstream author. + Extend coverage of packaging. + Drop Files sections for no longer shipped convenience code copies. * Update watch file to use metacpan.org URL. Checksums-Sha1: 72389bab5c14cadae724c0986a4213a29435bd02 2293 liblingua-sentence-perl_1.05-1.dsc bbfa6793ffefc7549ac160926b6b183f836d1ef0 29622 liblingua-sentence-perl_1.05.orig.tar.gz 6bb5b2c8f5ff019ad2b7114a6b8ba1eb5a9a9bd7 3104 liblingua-sentence-perl_1.05-1.debian.tar.xz 797456cd42b6755a6b5d5deebf596374e9a9dac2 28884 liblingua-sentence-perl_1.05-1_all.deb Checksums-Sha256: 48bb3e9f393f300a28045197cab40bc16917a71ef730de50fe457da6d60a79d0 2293 liblingua-sentence-perl_1.05-1.dsc 5f2673cb455274e9014fc0502d3b91660ad2a775448e2a605bd75fba74eb81a2 29622 liblingua-sentence-perl_1.05.orig.tar.gz 4b0155aca4b74562ad86302883dc06c8b5751837d4de47e2a19d85e09115afc0 3104 liblingua-sentence-perl_1.05-1.debian.tar.xz e9809c118bd91a6b868d5a798733d362fe9afa0f4717d0f4da9b626b9974883f 28884 liblingua-sentence-perl_1.05-1_all.deb Files: 121933897004e7442d155334ae8673bc 28884 perl optional liblingua-sentence-perl_1.05-1_all.deb 82b24ad18489de8d5a2fef472bf57d50 2293 perl optional liblingua-sentence-perl_1.05-1.dsc a51a923e7e0277040974c028ff0d38fb 29622 perl optional liblingua-sentence-perl_1.05.orig.tar.gz 0d549468e688354113037c1ad5ea2718 3104 perl optional liblingua-sentence-perl_1.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTek8qXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhSRcP/isNoWzSBeAJAMYmbkVoiRPT Bht3De+ODjxzB/SfNAbD3g5NrRWdzipOqop/mpu9bKwEWpxRBgFnJclu6O5T5gQs GGmj1aT1NJZKicRYt9l4dQLYbJbPbaoFnR5fqcQI9Lj80bCb0pR1PEecrfu9Ni0o fbIgtNuEe8AMMPIKNWY18AHph8cNPTfmO/KbaxPXLnoyBWYis1FLCEyO97zp91su 9tkQDFRr8ZB71femJ8lpVbYVc+e1x61eyraCAlgInKMMjQldUkXeaN+eVFIVI2XY ddSdO6mTy6NhPJXP6BNQANc15lKRHaMOYGjKjqPvDuRx2ihWqJKKA4vYY9f4VRNR WVF2pOEA0OGbjnxJpO54pKUXNtf1vWH+b3Gu8Pdg2Nrt5ECMVKbVoSlpuzyVetG/ zkYAJ12EZSotQlXqonXgKMGvTuo3nVYa26YfOggxd5rgzGTY57uVk/kTXkFWcLOu f2lTsE7oNUvmgVxrpebk1ixo4s+3UBFi5RwwaMB0ugllHoJnPUPhSDx20TmoVr4S dxt2ZqBj+yQH1ZwVN5LG5HBMPJa/m0aLyoUoPWichrgZTZjDMiOy2P5hM0O8Rdcs en2o09CgAJQnn/+AH99oPmXjXPpiKfFJWo8dcaeKLbpY12H1T6MF1VSBE8zSx634 Br85T5SAGyNoX3dIGtij =DsYp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 19 18:59:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 18:59:42 +0000 Subject: Processing of libdata-guid-perl_0.048-1_amd64.changes Message-ID: libdata-guid-perl_0.048-1_amd64.changes uploaded successfully to localhost along with the files: libdata-guid-perl_0.048-1_all.deb libdata-guid-perl_0.048-1.dsc libdata-guid-perl_0.048.orig.tar.gz libdata-guid-perl_0.048-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 19 19:03:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 19 May 2014 19:03:47 +0000 Subject: libdata-guid-perl_0.048-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 19 May 2014 20:50:41 +0200 Source: libdata-guid-perl Binary: libdata-guid-perl Architecture: source all Version: 0.048-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libdata-guid-perl - globally unique identifiers Changes: libdata-guid-perl (0.048-1) unstable; urgency=medium . [ upstream ] * New release. + Update bugtracker and repo links. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL, and stop track development releases. * Update copyright info: + Extend coverage of packaging. + Update URLs for contact info and alternate source. * Update homepage. Checksums-Sha1: 789c860f0d7d93cb8f908023c6d21f6f1de39d5a 2248 libdata-guid-perl_0.048-1.dsc 61b9914e4b7b3043be38c2e076a41689e7b1e7a4 16675 libdata-guid-perl_0.048.orig.tar.gz c9d98c6f4293a8040d220ae15f4bc5d27078422b 3680 libdata-guid-perl_0.048-1.debian.tar.xz ea539d5e76e78916e8a4e60b17a41bc9dde35d1c 12876 libdata-guid-perl_0.048-1_all.deb Checksums-Sha256: 9bdd14f17bd9b7990f0fb5fcd6e67e189527286dad875d29220ccd8337181806 2248 libdata-guid-perl_0.048-1.dsc cb263b1e6eeecc5797de6f945d42ace2db26c156172883550b73fa2ecdab29dc 16675 libdata-guid-perl_0.048.orig.tar.gz 0a7e2aa4e018c4d59aba4e96eef58012363fc6b3cbc4e663e6505519631b2209 3680 libdata-guid-perl_0.048-1.debian.tar.xz 98eb8757408454029ed1b2c3f69c167a125ee8900b9021e60c781a379ac2398c 12876 libdata-guid-perl_0.048-1_all.deb Files: 63d074ac8b484294fed0877676dcfe3f 12876 perl optional libdata-guid-perl_0.048-1_all.deb ab3bad3c836c266191871592eb57f2b6 2248 perl optional libdata-guid-perl_0.048-1.dsc 8709af7609214edcad1ec99ecd62f048 16675 perl optional libdata-guid-perl_0.048.orig.tar.gz ed8a262f8eb8d92c4c63d0125786f297 3680 perl optional libdata-guid-perl_0.048-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTelOsXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhJKAP/Re5skL8UxrTSis47wL59U1h VQ+aZDNg6+HVD/hOgJNFWpHmF6x1ncAuCu80S/J9JmWyNcdF89WIV45GYLO9KzLd tw+Ph3HYl5Hw6rlGOZx5Q7VMyzzVEPL/u/CNOG9p2cwavpGhUCWLv9ne+amCvxbB hERlYTIXyQEOi9nH7A57IvXrijk1OjbXjVKBf9f3E+e/IPbiwvHQY/wCaWe8JprT /yFur9dto67LuuTYb3NctImLhn8wNjxNp73Gdyx7jSc7aGPVU/R9fME6jpLKn4Em IGsbQoWpWYTIZLogtYSMZP7PWlEB5x59iw2PchDb2e7ytyqWh7oIBoDp/hL/iu7+ J7r/1bU0IjugYgnHZuOQcMkPDO1UK+nU0kWFxRDq1wOf88+6y02DgFtnrT6iRvak M547vwPBpuqmMXvytpfqQ2r9q6Cr1nZShtK97SYIGVX8aaZvX9Y7je8b3co3siW/ F9UhK27QdT9+Psvn/mAplQJ51IOAG4nYrHrulKCmYZFoxX5BA5WQz7xu8rnyReMC lTxEemCIpo70cyRZnaa/ihkcAtNQn+UdMJBuv2xnnQG0QGtWhm94Enf1bkJOMPmp xgd3UIVWgi58rJ0JdQUO+W9MoJgT3xHsVOSbZjS0lBiHj7kcFFMnoG0mwXOFRpdL zY3vV3+ovxZDKmtwbJFI =efPh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From lsorense at csclub.uwaterloo.ca Mon May 19 21:16:59 2014 From: lsorense at csclub.uwaterloo.ca (Lennart Sorensen) Date: Mon, 19 May 2014 17:16:59 -0400 Subject: Bug#746761: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf In-Reply-To: <20140519141126.GA17765@csclub.uwaterloo.ca> References: <8561lnktqy.fsf@boum.org> <85y4y3z8bx.fsf@boum.org> <20140519141126.GA17765@csclub.uwaterloo.ca> Message-ID: <20140519211659.GD17765@csclub.uwaterloo.ca> On Mon, May 19, 2014 at 10:11:26AM -0400, Lennart Sorensen wrote: > I ran a loop building it overnight. 17 builds and no failure on my > armhf system. How I wish people could make their builds use multiple > cores when -j is passed, then I could have run 4 times that number > of passes. Seems adding '--parallel' to the end of the 'dh $@' line in > debian/rules solves it and makes it build a lot faster. > > It sure is interesting that the failure it the same in all 3 cases, > but the only way that error could happen seems to be if $hits{render}++ > is never called, and I don't see any obvious reason for that to happen, > especially only some of the time. 63 more successful runs on armhf (sid chroot), still haven't seen it. I wonder if it needs a certain kernel or arm cpu type or something for it to happen (although it also happens on mips). -- Len Sorensen From ftpmaster at ftp-master.debian.org Tue May 20 06:16:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:16:08 +0000 Subject: Processing of libmojomojo-perl_1.10+dfsg1-2_amd64.changes Message-ID: libmojomojo-perl_1.10+dfsg1-2_amd64.changes uploaded successfully to localhost along with the files: libmojomojo-perl_1.10+dfsg1-2_all.deb libmojomojo-perl_1.10+dfsg1-2.dsc libmojomojo-perl_1.10+dfsg1-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 06:18:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:18:45 +0000 Subject: libmojomojo-perl_1.10+dfsg1-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 20 May 2014 09:07:43 +0300 Source: libmojomojo-perl Binary: libmojomojo-perl Architecture: source all Version: 1.10+dfsg1-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libmojomojo-perl - wiki- and blog-inspired content management system Changes: libmojomojo-perl (1.10+dfsg1-2) unstable; urgency=medium . * Team upload . * replace libcatalyst-modules-perl in (build-)dependencies with individual packages * add patch from pull request #120 removing the space before the initial '?' in RE, causing warnings with current perl * move libtest-pod-coverage-perl from b-d-i to Build-Conflicts-Indep Checksums-Sha1: 84a075cf660e05278ce1ffa2dbdcc4b153bdeed4 4467 libmojomojo-perl_1.10+dfsg1-2.dsc 626ffcf15d747e293a330160f638606c92ac9109 10796 libmojomojo-perl_1.10+dfsg1-2.debian.tar.xz bb7bcd27e64e9c912a3dc81e0f133323a0fae033 930064 libmojomojo-perl_1.10+dfsg1-2_all.deb Checksums-Sha256: e0203ff411fa2c81c8a3c97a7b3aa5eadea055742241237e7e79151d50d56e1e 4467 libmojomojo-perl_1.10+dfsg1-2.dsc ad38c0090721b7ad4447940f0c15de4ddf6d606b3b35114d721a3b7e1787b30f 10796 libmojomojo-perl_1.10+dfsg1-2.debian.tar.xz e7ca01e3e27849f6b87416448d63fe69b2b6cc9356623dfa376a83fea533bf69 930064 libmojomojo-perl_1.10+dfsg1-2_all.deb Files: 4a3ceae9932c7734271c18362714e11a 930064 perl optional libmojomojo-perl_1.10+dfsg1-2_all.deb 33d38043ce1bf76d85cd0450683839fa 4467 perl optional libmojomojo-perl_1.10+dfsg1-2.dsc c5068b9e6a4225c229326509c28ffd34 10796 perl optional libmojomojo-perl_1.10+dfsg1-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTevJxAAoJENu+nU2Z0qAExhcP/RS9Tni4g/DAUjRSQ2e4ri9x QG0gcf/852iTvfBne8cY9B11A0xBg17D6SVsHcuuLtjZwFJPtaKbfiC9vm3AM1Z6 ABtALYtRieY8FcVYiED+tekxQHbSIR0949vnGUgJQ82go4uVK5fDWOBPAnu8snOo qXOLuWfGQ4NlJNQtvv+0QVnCcYwp8E0kxMdMo+bWyxVEHtmhYnPqFGYZYjOqQQXg yPaPKPjTYaiNOSyknjjH7I++8Ak+21clOtI6A28VG9Mrur8ir/pFwLdUot9ZHamY P1t1FNhZkElLyyv8MsXIQU9T6ZScrZrk2V76mDAC3y3q2pbfa9+fLZT2uB38v7cs svW2Ou03mf/Ucs5m70Z9BVh3xQKVdEFs39uXkJ0trkooY2ZCKInFDr7HZnBLHjZ9 8Erk4nvQaxoA3uRzSbvUE9QUkzGXheOkcsuvNIGKPR3eTtI5hIqytYEv4ImNsi6a a/oYtFktzOiDdQsPF10dJw++zpsdl9ziDuf6N2wehyxZoB94b142kfgvEGx7p2hr sNCb6y3kCYmyUj7ZetaZPu4ANAvTvZ28qrWVpqo1fyR50TXRp0yuElT8s4njajyT NMEssrrgK+HhlS37uTncWSWzO2AzNz/AA6vAlL0eWIvyw6CwBzZCfgbI1m2Acqd9 NIMgNEm+6dnkAKosoT6B =Kemt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 06:31:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:31:09 +0000 Subject: Processing of libcatalyst-view-email-perl_0.33-3_amd64.changes Message-ID: libcatalyst-view-email-perl_0.33-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-email-perl_0.33-3_all.deb libcatalyst-view-email-perl_0.33-3.dsc libcatalyst-view-email-perl_0.33-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 06:34:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:34:04 +0000 Subject: libcatalyst-view-email-perl_0.33-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 20 May 2014 09:27:48 +0300 Source: libcatalyst-view-email-perl Binary: libcatalyst-view-email-perl Architecture: source all Version: 0.33-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-email-perl - Catalyst module for sending email Changes: libcatalyst-view-email-perl (0.33-3) unstable; urgency=medium . * add a patch for using Class::Load::load_class() instead of the deprecated Class::MOP::load_claass() Checksums-Sha1: 26543c03fd911b085b6a2b3f9973e3791654b218 2338 libcatalyst-view-email-perl_0.33-3.dsc 94013e64c8be5f1751daff9d9df7a7933a97087a 2348 libcatalyst-view-email-perl_0.33-3.debian.tar.xz b045f59cb5beafddb25e2364c49e4af7f2c2b9a8 24018 libcatalyst-view-email-perl_0.33-3_all.deb Checksums-Sha256: 727e5eee5f69462dcae59b19c68acf99ba5f8ca6f1f8af7a522b49ad42bc60da 2338 libcatalyst-view-email-perl_0.33-3.dsc 4c074bbbf6c99ad4bee4ee0477a4357b5b55fe081b86a0f459d5e2d4cbc24934 2348 libcatalyst-view-email-perl_0.33-3.debian.tar.xz 7681950816b9b55b26a3f90f8d357fbc33185e415ea24269c526e6d438f18961 24018 libcatalyst-view-email-perl_0.33-3_all.deb Files: 5292a5a9fffafd8214c4712f9f304b10 24018 perl optional libcatalyst-view-email-perl_0.33-3_all.deb 34529767f764c3af6194fce9e59c5d93 2338 perl optional libcatalyst-view-email-perl_0.33-3.dsc 737d3387d357aa6ce6ab2567b9a5f373 2348 perl optional libcatalyst-view-email-perl_0.33-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTevYoAAoJENu+nU2Z0qAECMIP/1R92HmneYMp8yygow1IPXOo XnZX3MJZlOl8ZngnTPKUFPrHPVatJ62h/lnw88oaCZM1HnEI3NCdLvHyZIvuIkEe JKOXzy39IlMde5BQQHq08VB8cjTiwXEdhQwISRkTS7ycf5Ls/5ZRTxxels8tk7Fa pIvOdV+xxwuh+zWM+95ypYaYAYICL0W71cETHTWSqoU7CU6oRZtJY4uZOQQytXRO 9WicBlBYm3xi7oEQlRLntHXi9ghg0wuPV0c8xNQrvSdY7Nmw1HQoGe+7sKubVZ0P jG8cIrYEiHTAvdZ533JV+CpZk0Exf5aeGPU52MJOPV++c0YNXEi6vaMTxeOSqvep wuaOBQijfG+OKLAz7/b9C1cUHmxNY660Dw377TKhyuNW8UlEju3N9QdXCNEpDhV0 IhZFcThQ8Ivt0uFNyk8OAg5rQWtaraS1Jvwz3U+lEFRkgIKO13nn75ibpIGkymK/ a5dxf8g9JoQHfSGREBAaXqc80TPYvJ9uYPGPAJed1YieEKiiFt2ZGRtl9C4Q9NL8 uBxCI2xQD3zCwh+m2MfEvszLrHX3Fp18q00yA1ZO6IQT6QXs6Xh5ZqgTj4yenSRV t+ct/CLAfAV3AlNvXvwlDpE1a0VAIiIuMD458WC5mY722Nt2LU5F9hZi/vynPY3w G5vV8lFa3hKlJDAz7Nxv =493S -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 06:39:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:39:40 +0000 Subject: Bug#639879: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libemail-send-io-perl | 2.201-1 | source, all ------------------- Reason ------------------- RoM; useless with libemail-send-perl gone ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 639879 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/639879 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Tue May 20 06:39:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:39:58 +0000 Subject: Bug#639878: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libemail-send-perl | 2.199-1 | source, all ------------------- Reason ------------------- RoM; deprecated upstream, please use libemail-sender-perl instead ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 639878 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/639878 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Tue May 20 06:47:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 06:47:44 +0000 Subject: Bug#724622: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libreturn-value-perl | 1.666004-1 | source, all ------------------- Reason ------------------- RoM; deprecated upstream ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 724622 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/724622 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Tue May 20 07:01:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 07:01:10 +0000 Subject: Processing of libhttp-browserdetect-perl_1.71-1_amd64.changes Message-ID: libhttp-browserdetect-perl_1.71-1_amd64.changes uploaded successfully to localhost along with the files: libhttp-browserdetect-perl_1.71-1_all.deb libhttp-browserdetect-perl_1.71-1.dsc libhttp-browserdetect-perl_1.71.orig.tar.gz libhttp-browserdetect-perl_1.71-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 07:01:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 07:01:10 +0000 Subject: Processing of libconfig-model-perl_2.056-1_amd64.changes Message-ID: libconfig-model-perl_2.056-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-perl_2.056-1_all.deb libconfig-model-perl_2.056-1.dsc libconfig-model-perl_2.056.orig.tar.gz libconfig-model-perl_2.056-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 07:03:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 07:03:37 +0000 Subject: libconfig-model-perl_2.056-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 20 May 2014 07:52:31 +0200 Source: libconfig-model-perl Binary: libconfig-model-perl Architecture: source all Version: 2.056-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-perl - module for describing and editing configuration data Changes: libconfig-model-perl (2.056-1) unstable; urgency=medium . * Imported Upstream version 2.056 - This release deprecates experience associated with configuration element. experience specification in models is now ignored. * added bash_completion snippet associated to a model. This will be useful for dpkg-patch model * replaced File::Slurp and Path::Class with Path::Tiny * control: - removed dep on libfile-slurp-perl and libpath-class-perl + added dep on libpath-tiny-perl + bash_completion: added cme_multistrap * refreshed patch Checksums-Sha1: bef37a7eeeaa158453f0991718c1c699be824d83 2794 libconfig-model-perl_2.056-1.dsc 9804fb49369fbefcbbb04ccf2a3941e0320ce690 327426 libconfig-model-perl_2.056.orig.tar.gz 4ef1168ba5dc76a3abd0dc3e3e2df99987ff6e87 20216 libconfig-model-perl_2.056-1.debian.tar.xz 859b935ebf19965635ab3cb20722a72c57589b04 424448 libconfig-model-perl_2.056-1_all.deb Checksums-Sha256: a0e85c40bea47f5c3a784ba50aca313f0bed4f4c71a3c38d61f16c98c1f0041f 2794 libconfig-model-perl_2.056-1.dsc 43251d31a0b25969f75a29bee7dbaae8934793c9e6114d1369de328ec3b1ea96 327426 libconfig-model-perl_2.056.orig.tar.gz 608475762d8d1ecf158761fcc62592560d51b88f884c063a116b8e3b2b3c6a60 20216 libconfig-model-perl_2.056-1.debian.tar.xz 76d67793d4f2a7d340854c20b70059b96efbc96665ca10301450238cf395fdb9 424448 libconfig-model-perl_2.056-1_all.deb Files: 0b7b22b97e17f45342d7384ea9a2146f 424448 perl optional libconfig-model-perl_2.056-1_all.deb a7262f405e080a445eca37a8d513626c 2794 perl optional libconfig-model-perl_2.056-1.dsc eccee391e7b172a299b857981737b2bb 327426 perl optional libconfig-model-perl_2.056.orig.tar.gz e5dea016574f6016a365ad746df55d1f 20216 perl optional libconfig-model-perl_2.056-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTevxzAAoJEMMfT9lJqyts1r4P/3SHUlYQNeKjvkMj6shjWWCC 5W3LQG2/G2Gi/CdtGXJKjkgdUiYebXYUJuOGB73mA6J8mhjIx34UyC7Z9bBnx7Qo BS6sFB2euLIcfLayvnEbo04p0RE9Z/EGwCz3AZWX56QFNCUn8U0I6DS64PtrO1e9 vGnf0wEVvGxlFIcKJFUd5Ty154py1nCMpai4R8FjbRSGhcaJ5ByWveHHXumVDrre 7sFoe+39hHOS2NcVac+JD6dPsJop5UAlU/y90B37pgCNUiYHBt2/nPneIcz6kAqu 5TtFUxGRwNUru+5468wRG1UW+zRdqpOHBTFh1erIxZlqHRFyhuZwMMhLtWs84dM9 VkkxYV2upr5P1onql/kNCS3dq/m24jZay6bjNy6G4tAPtR6dY6ddtjeDteySLgfD ZeGrV/PQq69oHYQteZrFtByzU9MVVl3aUyT3lgACu0OQleQp0tahciWoDyNgXjbP H5qIoOdrGbsPVTJoWzvPmt3ZI3mA0xOGBUOnW2CAYgLd1zHOXq2gKwKJztvEjpNO z0nx+TjW6tCqeAtNz+c9j1n5AYUcoM8DB1GyxBCNYokMmi2eelp0nFLgRIlRJRCc qICtvTPDp47Vch8dmsOLtbm1gLceFIjyi0KYc8M9NxMiAMh8u/RR6shJZOyQRifw OeEH1pcEk5S2ZsW1/Oq7 =H4gH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 07:03:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 07:03:45 +0000 Subject: libhttp-browserdetect-perl_1.71-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 20 May 2014 08:41:40 +0200 Source: libhttp-browserdetect-perl Binary: libhttp-browserdetect-perl Architecture: source all Version: 1.71-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Angel Abad Description: libhttp-browserdetect-perl - module to extract system data from an HTTP User Agent string Changes: libhttp-browserdetect-perl (1.71-1) unstable; urgency=medium . * Imported Upstream version 1.71 * debian/copyright: Update upstream years. Checksums-Sha1: 66ceffc43559cfb64a9bdd77e3151030a8329b06 1866 libhttp-browserdetect-perl_1.71-1.dsc 1bcb70ae31a6dc42d0d1f17a722511d8598f496d 46326 libhttp-browserdetect-perl_1.71.orig.tar.gz 50e487ac3d86c3163ef45926d3bbd93326c0215f 3812 libhttp-browserdetect-perl_1.71-1.debian.tar.xz 908451669088acb825085779747c02ce076fa5d8 31820 libhttp-browserdetect-perl_1.71-1_all.deb Checksums-Sha256: 6b7830b81948752b77dfb72178331cd1b52d92d73ae06f242c613df07e44ff75 1866 libhttp-browserdetect-perl_1.71-1.dsc 1acaaefa1fedf8053369bf907bdf1b042bd386b36c20f6d667a171c40d7b2adb 46326 libhttp-browserdetect-perl_1.71.orig.tar.gz 673ad06471ee9732f3ba7171eeab7fdae03bc46b36516daa24fa783217ff30e0 3812 libhttp-browserdetect-perl_1.71-1.debian.tar.xz 0f6a58c470b1001b15deb6447de5d19a72f1408037fa3dd36b4849e07dbf2a52 31820 libhttp-browserdetect-perl_1.71-1_all.deb Files: ac5cba4329c34c1c33c2c050ec14ae11 31820 perl optional libhttp-browserdetect-perl_1.71-1_all.deb b8224525bc633f0f3171ec13cd3e2ab4 1866 perl optional libhttp-browserdetect-perl_1.71-1.dsc 8f7211095fd5330808da342bf44526db 46326 perl optional libhttp-browserdetect-perl_1.71.orig.tar.gz 10e240728afb4ccd7bf0061996b84cdc 3812 perl optional libhttp-browserdetect-perl_1.71-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlN6+asACgkQCY2uR+47wnl40wCbBzW+zSnsmA1jKcoYabjOaKlO sAIAn1ucse49VIFzOIj5OOiGwzsK6Ay3 =QqLk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 07:26:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 07:26:14 +0000 Subject: Processing of ciderwebmail_1.04-2_amd64.changes Message-ID: ciderwebmail_1.04-2_amd64.changes uploaded successfully to localhost along with the files: ciderwebmail_1.04-2_all.deb ciderwebmail_1.04-2.dsc ciderwebmail_1.04-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 07:33:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 07:33:40 +0000 Subject: ciderwebmail_1.04-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 20 May 2014 10:20:09 +0300 Source: ciderwebmail Binary: ciderwebmail Architecture: source all Version: 1.04-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: ciderwebmail - IMAP webmail service Closes: 684785 Changes: ciderwebmail (1.04-2) unstable; urgency=low . * Team upload . [ gregor herrmann ] * Fix spelling error in package description. Thanks to Chad Dunlap for reporting the bug and forwarding the Ubuntu patch. (Closes: #684785) . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) . [ Damyan Ivanov ] * use canonical Vcs-* URLs in control.in too * replace libcatalyst-modules-perl in (build-)dependencies with individual module packages * drop trailing slash from a directory symlink * do not ship empty /usr/bin * copyright: + point to GPL-1 explicitly + add short licensing texts for Artistic and GPL-1+ * declare conformance with Policy 3.9.5 Checksums-Sha1: aa700a8c06dc1c40965d2a02da6ba09bf0f01744 3313 ciderwebmail_1.04-2.dsc 6e9381d410e5b65d5f97c4cdc1a03919401f1351 9032 ciderwebmail_1.04-2.debian.tar.xz c9f938710e5d6a48f7904c959dad7743282c1e19 187188 ciderwebmail_1.04-2_all.deb Checksums-Sha256: 9db3f4a0c3f625f06a2bb914979c2b87e64d79f942570f46f7bc999d90c5478c 3313 ciderwebmail_1.04-2.dsc c579cb3996469c8d4f85dfb446ab94ffa3e3bfabad6992ae0e8804daffacdf62 9032 ciderwebmail_1.04-2.debian.tar.xz f127ec33728e118e1f558e75482bc293e71bbcba21277f3fd7bdfbc202224404 187188 ciderwebmail_1.04-2_all.deb Files: 0993c005074f08c0e04ac9efb8cdedb7 187188 web optional ciderwebmail_1.04-2_all.deb d45179b1db9b6bdb94ac3fc9840c95d0 3313 web optional ciderwebmail_1.04-2.dsc 78506b64e306239fd15768906d8cfd28 9032 web optional ciderwebmail_1.04-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTewKgAAoJENu+nU2Z0qAEI64P+QFWJBj3qhWRYUBiUSFKxR7L QKoeTFAsqx9GahpkcpivaoZbBKBLw8NsTnT7nm+Ts+E3uev5lEAPrzD52bSyMw6k s3XY+P8V6wFy3nVpnJtI4EQ+GufFEmBKHCGsFX3KkEbNvD984ST4QaG/L7HLxK/x tVuXhtHZZvktwVjUN/WlC5VSuNOIz0/zrS8+eXuqdKYAlB3DRD6KsklKQE3Rs+2L XnDlbPAA5V9iJcea9B7tAKXMCYzt2fgzVTZq92GLSNeTNs+AxqNjsVjJZxTw/5ak WE8c8HXyiIwu3DK8hd9ms5EsRyaoeAQNO0Fj3qLKCAZSDiu/FSCgJvaT4i35QWuO iw3KflLpEHcroFREmHOQ/XtiK5ZCCfLaYI1ECSE68tOGGu0OkNeMPIe7UQ/zaC8Y M28XfL/XvTFpbXpFuiNlEn/lZbx+f0QHWesGQ8ZJQdQiqaQYByr15/X+s+ntp6CB SouELC8Hm+9ZAA7XhBRT6pL/bg4eDNGQXqg4XN0RiFXA5kXYEkPnzSSy0XBJcE7O 1KoNbmvCLtD/j7JxiCUSOFjg0iklxlWYbXxTqFc+B6/azd0wsEle1jTYepHTEXh7 Dq46RU9XMvo2gnQGRpFNtgHqYzvaGnoQSgfCFwULzBFBktV87A/1c7cRoHzhQMll DrBwZOtzylbnJVlRfijK =jNSW -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue May 20 07:51:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 20 May 2014 07:51:11 +0000 Subject: Bug#684785: marked as done (ciderwebmail: Fixed Spelling error in debian/control) References: <20120813194927.6397.92551.reportbug@cldunlap-1210> Message-ID: Your message dated Tue, 20 May 2014 07:33:40 +0000 with message-id and subject line Bug#684785: fixed in ciderwebmail 1.04-2 has caused the Debian Bug report #684785, regarding ciderwebmail: Fixed Spelling error in debian/control to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 684785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684785 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Chad Dunlap Subject: ciderwebmail: Fixed Spelling error in debian/control Date: Mon, 13 Aug 2012 15:49:27 -0400 Size: 4087 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#684785: fixed in ciderwebmail 1.04-2 Date: Tue, 20 May 2014 07:33:40 +0000 Size: 5755 URL: From ftpmaster at ftp-master.debian.org Tue May 20 09:21:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 09:21:38 +0000 Subject: Processing of libdancer-plugin-dbic-perl_0.2100-1_amd64.changes Message-ID: libdancer-plugin-dbic-perl_0.2100-1_amd64.changes uploaded successfully to localhost along with the files: libdancer-plugin-dbic-perl_0.2100-1_all.deb libdancer-plugin-dbic-perl_0.2100-1.dsc libdancer-plugin-dbic-perl_0.2100.orig.tar.gz libdancer-plugin-dbic-perl_0.2100-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 09:34:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 09:34:43 +0000 Subject: libdancer-plugin-dbic-perl_0.2100-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 11:12:20 +0200 Source: libdancer-plugin-dbic-perl Binary: libdancer-plugin-dbic-perl Architecture: source all Version: 0.2100-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libdancer-plugin-dbic-perl - DBIx::Class interface for Dancer applications Changes: libdancer-plugin-dbic-perl (0.2100-1) unstable; urgency=medium . [ upstream ] * New release. . [ Jonas Smedegaard ] * Update README.source to emphasize control.in file as *not* a show-stopper for contributions. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: + Extend coverage of packaging. + Add git URL as alternate source. * Stop track tarball checksum: Check against upstrem git instead. * Update package relations: + (Build-)depend explicitly on libdbi-perl. + Build-depend on libmoose-perl, libmoosex-types-perl and libmoosex-types-loadableclass-perl. + Build-depend on recent libsql-translator-perl. + Fix stop bogusly build-depend on libdbd-sqlite3. Checksums-Sha1: c0b80c53297e2814b16ad1ea0c8c9014f3148015 2549 libdancer-plugin-dbic-perl_0.2100-1.dsc d3786f42fae1aff10e523357129a5f8651b85511 17507 libdancer-plugin-dbic-perl_0.2100.orig.tar.gz ddf3a1b6d2958667c049a287d79486c36cf9d869 4044 libdancer-plugin-dbic-perl_0.2100-1.debian.tar.xz bb5235ad4e9dd6430ac77a60e74353c4453ffeb9 19924 libdancer-plugin-dbic-perl_0.2100-1_all.deb Checksums-Sha256: 28f230ad907166c82450561ac2d7f4e70c1af4d00d99fb89089d5a41b840f2e1 2549 libdancer-plugin-dbic-perl_0.2100-1.dsc 1d79f3fc6c82810e7e8c141a3d0d45aa199d0c77824d4919eaab61f22c318f57 17507 libdancer-plugin-dbic-perl_0.2100.orig.tar.gz 8503b43eca4775c7cb27fd6928a30612240934d84955368c4a8c0da2561fee61 4044 libdancer-plugin-dbic-perl_0.2100-1.debian.tar.xz 2e4b391cc3918287101a09e1e4b3dad709174e9b7c7fa54517e2549587e972fa 19924 libdancer-plugin-dbic-perl_0.2100-1_all.deb Files: a2fc628c0fbb5c1146a9f068f809b6ac 19924 perl optional libdancer-plugin-dbic-perl_0.2100-1_all.deb f5c9bb39fb67341bfae30379fd838027 2549 perl optional libdancer-plugin-dbic-perl_0.2100-1.dsc b4d457cbd167ffbd5a1f45ea609ceb48 17507 perl optional libdancer-plugin-dbic-perl_0.2100.orig.tar.gz 78eaa0462b54db475db536aaca68ae22 4044 perl optional libdancer-plugin-dbic-perl_0.2100-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTex3AXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh74cP/3mLVL8CbRmz0bRtJmb1AFkP enuiVh7HX/b6giEdUldM5iaNoDePaST8YoVwTdpcO+NelOgAP+n8Ueo6RkdFNlbg ofM10/MA/agnuagG0IQbFjep1JbkhF2xmUVeuquLprqsFAVNNaDp4X6mUd3DDggk m+InfhEqtTVywYLIM8ZjVJAwMor8KlzR3l3MF0/QI1zbEeXqdolS/G7QA+vEaE/w v6c0eB99PMEPWacRizd55mEnmdvZF3DI/dhXLeAIVXdHnY54oovamxOyqvDl0hC1 23c+/x3KP3QuJZPfBhCcKhpK1OtQZAmHwBHipdlJ+DsdrUeFaIW/HsoI34AnrJ+v 56vadOUbvQuRc6yuxpl8hpwHmHQndZyRol4+UG2yQyQtHBnQiSLadx4j54KfejFe Eit4MnYF3YD8ZzLA8CamCQUr9NOwFQTFDQKeqTAkQKDv1qoXFuzjqRDhE39CkLiT O+eFcABYEWqlfXpWp71hV3q8wbOMFuRTkMnrOkB5oPSacGLeEpCd5TfbO5q1nk9O S/YQvRktZ1cNdAaVBFBQTpD1G2TTZaEtHwTYL2dLNJZp+L5LQHLNlCQ+lHdqPucg Wc8NP7227APuui2rduHuObwX7FCdfCzuj5UROk+VA0oIzjzAqiAfySXSEAoSG/4R YX82jU1e1VDeZdcWXTlc =/blm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 10:26:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 10:26:48 +0000 Subject: Processing of libdancer-logger-psgi-perl_1.0.1-1_amd64.changes Message-ID: libdancer-logger-psgi-perl_1.0.1-1_amd64.changes uploaded successfully to localhost along with the files: libdancer-logger-psgi-perl_1.0.1-1_all.deb libdancer-logger-psgi-perl_1.0.1-1.dsc libdancer-logger-psgi-perl_1.0.1.orig.tar.gz libdancer-logger-psgi-perl_1.0.1-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 10:34:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 10:34:11 +0000 Subject: libdancer-logger-psgi-perl_1.0.1-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 12:17:40 +0200 Source: libdancer-logger-psgi-perl Binary: libdancer-logger-psgi-perl Architecture: source all Version: 1.0.1-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libdancer-logger-psgi-perl - PSGI Log handler for Dancer Changes: libdancer-logger-psgi-perl (1.0.1-1) unstable; urgency=low . [ upstream ] * New release(s). . [ Salvatore Bonaccorso ] * Fix use canonical host (anonscm.debian.org) in Vcs-Git URI. . [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update homepage. * Add git URL as alternate source. * Update watch file to use metacpan.org URL. * Update copyright info: + Extend coverage of packaging, and bump its licensing to GPL-3+. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Change author, and relicense to Expat. + Update preferred upstream contact. * Bump debhelper compatibility level to 8: debhelper 8 is available even in oldstable. * Update package relations: + Fix build-depend explicitly on perl. + Fix merge duplicate build-dependencies. + Relax to build-depend unversioned on cdbs: Needed version satisfied even in oldstable. * Stop track tarball checksum: Check against upstrem git instead. * Fix get-orig-source hints (add version prefix). Checksums-Sha1: 6852ad8c7c414bbaaa8272f48e123d0232091e6d 2401 libdancer-logger-psgi-perl_1.0.1-1.dsc 9690b3b2a0a8174670def41ed3f3705ea22b7b08 5733 libdancer-logger-psgi-perl_1.0.1.orig.tar.gz 8be4298cfd136028de3a0ff311e7ce6627674da1 3868 libdancer-logger-psgi-perl_1.0.1-1.debian.tar.xz f35758911db8c41568a0b463288fe7fa884fe8c7 10288 libdancer-logger-psgi-perl_1.0.1-1_all.deb Checksums-Sha256: d5ea46b4c75c8145c71003a3b3e4895dec8b0686eace391a61ad472bc9e01907 2401 libdancer-logger-psgi-perl_1.0.1-1.dsc c1f98921a752b063c3e0d668df9c46ecc64955a8c4926ec9170bb6775e124292 5733 libdancer-logger-psgi-perl_1.0.1.orig.tar.gz 0498c878b41ad00946f66edfda3e72946f158d999ace357922cec3d5d42fc323 3868 libdancer-logger-psgi-perl_1.0.1-1.debian.tar.xz 9019703e8a850024de47d347588b42426eb9268840102de1ed667a1f72b68855 10288 libdancer-logger-psgi-perl_1.0.1-1_all.deb Files: 7394da1e775f0d7524b182b967a93b84 10288 perl optional libdancer-logger-psgi-perl_1.0.1-1_all.deb 7352764330bf102e020eaabb7e09bf0e 2401 perl optional libdancer-logger-psgi-perl_1.0.1-1.dsc 69ed54274affa105df894655f1ba9c3d 5733 perl optional libdancer-logger-psgi-perl_1.0.1.orig.tar.gz 78305516f7b47e98de95200c9c88ec3f 3868 perl optional libdancer-logger-psgi-perl_1.0.1-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTey0XXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhYEYP/0KZE6g4vqsKzI1ICDCrav2q FQ+4qILe6d5p4L2lQmlrM7M6FALG+Sz7xl5yqps9cJGslKl5Ib62oBSxku57SbhO nmEXId/nqmf8i8l/Z/bUkgWlcCOeHLv0ZUOA5RZ1N0UmmZXJyBP0CvirAaCsNdtu uysh7yCyz8UT+w62DxKU3xBQj9Pnah4qz2/LBYtHwlGcYEGv4igKqy5RsKZo7RKH VrPAsWzXeDQskrMlJkSPRAllFoWs3YYWjyJojeJn0ZScPczJMI2Nez6Bx1eTU7qx UE1ZLkHYJYvbeThjihmVHEfz1KhU+WULOzHp6zqhLe7b+w5VGjfcqB/meroN98/X 4jvC5+bqTsShxPJ+UHcr5W28L0LuWW3O+8T+j731LJ07nNi61yHFq99iCRyWwSYv V8buVuLUtnE1LIHVlvCIOxbrH/1v1VxH5Yar8yVJlf6+lHByoa12h55yQG+RSt+3 pNF6nzTtCpqIfUXVwDpySwhIL+jvafi4cVCVPXIBb/irflbyq+G1ZY/pxyGNk6Ai Rp4iKZBV+w8iyoNlK2bIjLYnvBwi6LPZ2o8Zks/X7dHjXJeLiKE+suz4XVizVQ4R ZpFWas3eErj87+iDBIrnrp0nIQdCPDZ5mAfNwSDs96p65knbpwAB7hHSY589NKrC v2xx0zlAgbIhr/7bl1c5 =BAcl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From Klaus at Ethgen.de Tue May 20 10:40:19 2014 From: Klaus at Ethgen.de (Klaus Ethgen) Date: Tue, 20 May 2014 11:40:19 +0100 Subject: Bug#748740: Does not work anymore with https servers that use selfsigned certificates Message-ID: <20140520104016.GA7127@ikki.ethgen.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Package: libwww-perl Version: 6.06-1 Severity: important The newest version of libwww-perl does not connect to https servers with selfsigned certificates anymore; even not with environment PERL_LWP_SSL_VERIFY_HOSTNAME set to 0. This is a major issue in the library as several third party modules (like Zabbix::API) also doesn't work with encrypted connections anymore. And it is even worse with debian trowed out the only trustable certificate of cacert several weeks ago. I have no exact version when this change was done but it looking at the changelog I think it was introduced by 6.05 or 6.06 as it worked recently. - -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (800, 'unstable'), (600, 'oldstable'), (110, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.10 (SMP w/8 CPU cores; PREEMPT) Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Shell: /bin/sh linked to /bin/dash Versions of packages libwww-perl depends on: pn ca-certificates ii libencode-locale-perl 1.03-1 ii libfile-listing-perl 6.04-1 ii libhtml-parser-perl 3.71-1+b1 ii libhtml-tagset-perl 3.20-2 ii libhtml-tree-perl 5.03-1 ii libhttp-cookies-perl 6.00-2 ii libhttp-date-perl 6.02-1 ii libhttp-message-perl 6.06-1 ii libhttp-negotiate-perl 6.00-2 ii liblwp-mediatypes-perl 6.02-1 ii liblwp-protocol-https-perl 6.04-3 ii libnet-http-perl 6.06-1 ii liburi-perl 1.60-1 ii libwww-robotrules-perl 6.01-1 ii netbase 5.2 ii perl 5.18.2-4 Versions of packages libwww-perl recommends: ii libhtml-form-perl 6.03-1 ii libhtml-format-perl 2.11-1 ii libhttp-daemon-perl 6.01-1 ii libmailtools-perl 2.12-1 Versions of packages libwww-perl suggests: pn libauthen-ntlm-perl - -- no debconf information - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAEBCgAGBQJTezEOAAoJEKZ8CrGAGfasTEcMAK8CLTle5hQDe6W9Y2ojSGaS 45kMh/r3SdSIK0QzzJCsDnm2GMh/J6a+lvDiH3oZghTlXKGDNk5rk93VIIg3YG6+ wt8S4zCIDdr6yeVZDk7mlgntDcYOekZ16T230oFcOr7Rc0xal3KsNWDgMFe/RlIb BatnhOyhPyVHteQMvSad9LPY+NuhGLGDtRK/y1I4XZRhQAXA3FWmgFkl86UEslfB iiO1q/+ETtJ0PQKC0NOs019i0zg5UeoTH8GAr0oOzKnrRNlfaqcJEzwCVy1r1nDp 5VSlJYGNRRzPxIVasnPzGnC3Qxn9Usjz3nbNW8lV5P3JTU9cX7uHmGCEZ15xdorD /k4s3hTiW5Zl6AMFl4TZqmdrcE+9K5OCGMMfaZS00pTSQwpCeWHF43rVU+J/dMUE K7mwH3fuqg6qE3dECtbkzsHf/USURU2ZJGO5+4mc3dSgDYH8Psw7M2xXptS6Fzxy TFRz6hngwZR5wYCYutraE34REhDJQ7IlnDNG2q7oYA== =QJYZ -----END PGP SIGNATURE----- From owner at bugs.debian.org Tue May 20 11:21:07 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 20 May 2014 11:21:07 +0000 Subject: Processed: reassign 748740 to libio-socket-ssl-perl References: <1400584563-1838-bts-Klaus@Ethgen.de> Message-ID: Processing commands for control at bugs.debian.org: > reassign 748740 libio-socket-ssl-perl 1.951-1 Bug #748740 [libwww-perl] Does not work anymore with https servers that use selfsigned certificates Bug reassigned from package 'libwww-perl' to 'libio-socket-ssl-perl'. No longer marked as found in versions libwww-perl/6.06-1. Ignoring request to alter fixed versions of bug #748740 to the same values previously set Bug #748740 [libio-socket-ssl-perl] Does not work anymore with https servers that use selfsigned certificates Marked as found in versions libio-socket-ssl-perl/1.951-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 748740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748740 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From dmn at debian.org Tue May 20 11:34:36 2014 From: dmn at debian.org (Damyan Ivanov) Date: Tue, 20 May 2014 14:34:36 +0300 Subject: Bug#748740: Does not work anymore with https servers that use selfsigned certificates In-Reply-To: <20140520104016.GA7127@ikki.ethgen.ch> References: <20140520104016.GA7127@ikki.ethgen.ch> Message-ID: <20140520113435.GN28286@ktnx.net> Control: tags -1 confirmed -=| Klaus Ethgen, 20.05.2014 11:40:19 +0100 |=- > Package: libwww-perl > Version: 6.06-1 > Severity: important > > The newest version of libwww-perl does not connect to https servers with > selfsigned certificates anymore; even not with environment > PERL_LWP_SSL_VERIFY_HOSTNAME set to 0. I can confirm this: $ env -i PERL_LWP_SSL_VERIFY_HOSTNAME=0 PERL_LWP_SSL_CA_PATH=/ \ GET https://www.debian.org/ Can't connect to www.debian.org:443 Network is unreachable at /usr/share/perl5/LWP/Protocol/http.pm line 41. $ env -i GET https://www.debian.org/ | wc -l 254 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From owner at bugs.debian.org Tue May 20 11:39:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 20 May 2014 11:39:17 +0000 Subject: Processed: Re: Bug#748740: Does not work anymore with https servers that use selfsigned certificates References: <20140520113435.GN28286@ktnx.net> <20140520104016.GA7127@ikki.ethgen.ch> Message-ID: Processing control commands: > tags -1 confirmed Bug #748740 [libio-socket-ssl-perl] Does not work anymore with https servers that use selfsigned certificates Added tag(s) confirmed. -- 748740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748740 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 20 11:57:17 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 20 May 2014 11:57:17 +0000 Subject: Processed: block 744779 with 748740 References: <1400586955-4151-bts-abe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > block 744779 with 748740 Bug #744779 [libwebservice-cia-perl] libwebservice-cia-perl: Fails to retrieve data from CIA factbook 744779 was not blocked by any bugs. 744779 was not blocking any bugs. Added blocking bug(s) of 744779: 748740 > thanks Stopping processing here. Please contact me if you need assistance. -- 744779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744779 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From Klaus at Ethgen.de Tue May 20 12:04:57 2014 From: Klaus at Ethgen.de (Klaus Ethgen) Date: Tue, 20 May 2014 13:04:57 +0100 Subject: Bug#748740: Does not work anymore with https servers that use selfsigned certificates In-Reply-To: <20140520113435.GN28286@ktnx.net> References: <20140520104016.GA7127@ikki.ethgen.ch> <20140520113435.GN28286@ktnx.net> Message-ID: <20140520120456.GA4293@ikki.ethgen.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I tracked it down to libio-socket-ssl-perl versions 1.951-1 and above. And version 1.93-2 gives some errors I never saw before: ******************************************************************* Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is deprecated! Please set SSL_verify_mode to SSL_VERIFY_PEER together with SSL_ca_file|SSL_ca_path for verification. If you really don't want to verify the certificate and keep the connection open to Man-In-The-Middle attacks please set SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application. ******************************************************************* at /usr/share/perl5/LWP/Protocol/http.pm line 21. But that might be a combination between libio-socket-ssl-perl and libwww-perl. But this message is somewhat stupid to me. I have always PERL_LWP_SSL_VERIFY_HOSTNAME set to 0 as I do not trust the big SSL players and it is just a false security measurement to trust in them. If I explicitly want to trust a certificate I take them from different channels and specify them. But even then it does not work with the new library with pointing PERL_LWP_SSL_CA_FILE to the file with the current certificate. Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAEBCgAGBQJTe0ToAAoJEKZ8CrGAGfasALkL/jWkIWwwoBUvgWdwg6dIQ2XM OoZadvyT6SJUXPUJEwXfBMCZUYCAftYvhlA+tQL5WNPX5Mktf9wLrDlNTziFeupQ WimBspUrc40JK3K9MoJdeHqsI9sUH8P4eyvMt/PvsMez6n3F9LmHNhrjxuUgB3zH KtNnebcQMS8PWtooDkb0pQA9cn1slT01WxdmgUkAwrevd/uTTy/A53gBDnbXQ4EM pZyU88KzvGlN6T0sME1eDqJ5ynJON9LoV7PBStch6tUV1gqiyi3nT9mHauZa8UI7 jGD7WXto2tVenPKVfA/dLxMFxuQ2eGsS/EE/IHHypHAAfy/SqYm5jxmo8StXYY3E /ie63QGQYWXaV5YEkqsQ3+FCOC1u3ec6v/MLCet2dL17P5fpXlEBn9pHTyksaAs5 WdT97FnjcddsVSURcgN2ZjzLD+7Yk1bDwtatg0bsxAOmQleiXoYOVwvFp758FwjQ 0/gKkbnSIjmSnNOEBqfRfxNALePKhCxxBwYaqt+yoA== =H04c -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Tue May 20 12:52:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 12:52:21 +0000 Subject: Processing of libcpan-meta-check-perl_0.008-1_amd64.changes Message-ID: libcpan-meta-check-perl_0.008-1_amd64.changes uploaded successfully to localhost along with the files: libcpan-meta-check-perl_0.008-1_all.deb libcpan-meta-check-perl_0.008-1.dsc libcpan-meta-check-perl_0.008.orig.tar.gz libcpan-meta-check-perl_0.008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 13:03:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 13:03:43 +0000 Subject: libcpan-meta-check-perl_0.008-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 14:48:03 +0200 Source: libcpan-meta-check-perl Binary: libcpan-meta-check-perl Architecture: source all Version: 0.008-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libcpan-meta-check-perl - verify requirements in a CPAN::Meta object Changes: libcpan-meta-check-perl (0.008-1) unstable; urgency=medium . [ upstream ] * New release. + Switch to using merged_requirements. + Test Env instead of Carp for version overshoot. + Document $incdirs in the right function. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Extend coverage of packaging. * Update package relations: + Fix build-depend explicitly on perl. + Tighten (build-)dependency on libcpan-meta-perl, and add fallback on (very) recent perl. + (Favor recent perl and) tighten (build-)dependency on libcpan-meta-requirements-perl. + Fix slightly relax perl version favored over libmodule-metatadata-perl. + Fix stop build-depend explicitly on libtest-simple-perl: Version included with perl in recent enough even in oldstable. Checksums-Sha1: 5fac5c1c2b97c24f0c5726d39b4a4e3dd862c88a 2422 libcpan-meta-check-perl_0.008-1.dsc d76ecc141fa9d068e11c019ab0232c87e848c905 12275 libcpan-meta-check-perl_0.008.orig.tar.gz ed408830c4ad4b9c4ff2a5e5073752727625fdb3 3832 libcpan-meta-check-perl_0.008-1.debian.tar.xz ce27965ca64070a32466113ad494eea9fcb59f52 10816 libcpan-meta-check-perl_0.008-1_all.deb Checksums-Sha256: f78f12298b59d8349667da76e559fa44c41ff57fab949b10bef4ff982f7e30c7 2422 libcpan-meta-check-perl_0.008-1.dsc 333d93da0eb6eab214a9eb1c08f593bcf5d66cb47b372eea1b68d93f3ec7c46f 12275 libcpan-meta-check-perl_0.008.orig.tar.gz 417eb2572d6986f8df5c49e7f91d2afb07474b3be91dc1e6c843e4c66910a9a4 3832 libcpan-meta-check-perl_0.008-1.debian.tar.xz 35b6489e74a2f55e9dd572b54e1dfa2201ee50bdbfeab70949ae2125f735c9ad 10816 libcpan-meta-check-perl_0.008-1_all.deb Files: d7a9627459a182167d40c9242a2c4d06 10816 perl optional libcpan-meta-check-perl_0.008-1_all.deb 5cad940ef06dee0c49074745f4479a32 2422 perl optional libcpan-meta-check-perl_0.008-1.dsc c39a16ed38cf56d085050893bff52a7c 12275 perl optional libcpan-meta-check-perl_0.008.orig.tar.gz e2abf995891ece88b9b7b4336b857153 3832 perl optional libcpan-meta-check-perl_0.008-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe0/SXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh8tUQAJZKGEFiZCbrZBDRw0RVos0Y 0fUZVsm+XZRQdtRgnZWhsvDmTJbtlMogn475hUAFa4o7AL0iwzCmia2WJ7uEBTXe rcPvIBJfHMq32yhavnnkAH9yLx1pu+9OrgqBin5l5fp7lmMmPTZ23UAVD4UPndmS /224AyvYLSjB20nYjsMy9g9VDJvM7anpgz95/3T0+sFXocqFAnR2TTUsYYSmjwrT slMN4ZeS01vzlVB4QFuPdIX/bpypu0/CrROahUUpiIcvOl2ler7MhG1cI5iDiZA4 FK6SdICPudSHW2ZuiWiaMgcHL4dFhjSclSS3h8CRySi4t5Urae4P07UW1IGBsOrS caAt/aSwWMNdqVKu3ramNwx4iuzOaPsffqBGBnvmUx9tweNwBl4De45aijIOph3g WLffeisV4Mt0rsorm9/xwBNDiQpjn8mc8spv9nHtRAqBbARnPdGUTUCFHae++zwE guJMMHvrw7Ttp3Ye24V/gST8htAglFjuhqVvt0Q04XwtDQYyPNH0pWayCHKvCyxj TYD6CCNFOZJFDXxwumK8ax9zb3HqgUkWLAzVICFlW7PuVhtqQXbf5fRVec8EC5wQ 7Wa95EH4Cqhb0K/7stKSJZqVmXlJ+Rs62yHpyJerlWLKJDNRWBjRhIpHpE45JWx8 78VU0vTUDvxDVm4V6o/w =IqzH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From Klaus at Ethgen.de Tue May 20 13:04:42 2014 From: Klaus at Ethgen.de (Klaus Ethgen) Date: Tue, 20 May 2014 14:04:42 +0100 Subject: Bug#748740: Does not work anymore with https servers that use selfsigned certificates Message-ID: <20140520130438.GB4293@ikki.ethgen.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Let me also add that setting the ssl_options never worked for me and only setting the related environment variable(s) works. So at the moment even "$ua->ssl_opts(SSL_verifycn_scheme => 'none');" does not let it work. To be clear, I want to _have_ the hostname verified but _not have_ the certificate itself checked. Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAEBCgAGBQJTe1LmAAoJEKZ8CrGAGfas0EgMALAymfhJd03icdXT7kQFZI+5 It4KY+ARAovUEBm5T3AJfLIr/PZKu+uZs7PiaQdBzBn5Y3AZN6/FSZsiwLUzARBJ 8i/4vpFF9EBvDCGFKVTVnQux2WW3s3J4UBz2zpPOwrG6v+T7WdsTf10zfQE27wej TsXoRijxx0m0JUTUz64xRDNVDdJwoot3mYBdQtKb1f5h6ytW1Unjski7Tg7uLrtY 2YsEL53J+XwaOPmLcOq1/qSXdqg2095UGhIk29LDakZfJlCLpGg4LCX1EWto6Ew2 IGKFeFjHXKV7zuNXLw10rijC0yexWINnfp9FyR4yvzKB+hB+9qSL9yqnQ4VQh78b 5YfI7Vlns2peJ5+cPorZveu7Jy0AdjRYATUEa0DxdDVLwPGK9mY2c0QIGMinuEI3 S50wel6cuMIu+cZ2kvG1PY/smLm6NeljqxN5krEDZKGiVfr53eFydjsqcMYV3sYi /XscsKr5676edskXZwakEfYFoS5bWkDmB6zGT1WvJA== =8Wp8 -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Tue May 20 13:32:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 13:32:27 +0000 Subject: Processing of libconfig-inifiles-perl_2.83-1_amd64.changes Message-ID: libconfig-inifiles-perl_2.83-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-inifiles-perl_2.83-1_all.deb libconfig-inifiles-perl_2.83-1.dsc libconfig-inifiles-perl_2.83.orig.tar.gz libconfig-inifiles-perl_2.83-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 13:33:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 13:33:39 +0000 Subject: libconfig-inifiles-perl_2.83-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 15:27:52 +0200 Source: libconfig-inifiles-perl Binary: libconfig-inifiles-perl Architecture: source all Version: 2.83-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libconfig-inifiles-perl - Read .ini-style configuration files Changes: libconfig-inifiles-perl (2.83-1) unstable; urgency=medium . [ upstream ] * New release. + Add a LICENSE file and section. + Minimum version is now perl-5.8.0. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Add coverage year for main upstream authors, and update verbatim statement. + Extend coverage of packaging. * Update watch file to also use metacpan.org URL. Checksums-Sha1: 46c84322a9d410ca9d30f9d52cb0a00c6c5c4825 2321 libconfig-inifiles-perl_2.83-1.dsc a84bf7ec97ffb79558b8fa5eef7b32e361ebcd15 72950 libconfig-inifiles-perl_2.83.orig.tar.gz a2680aca14514c405b63f40f8fa1046e1eeac639 8228 libconfig-inifiles-perl_2.83-1.debian.tar.xz 5da001944a2dd689261f37463860a489d1889c7c 53862 libconfig-inifiles-perl_2.83-1_all.deb Checksums-Sha256: 6e066f77065caa60e72de2ea55ae14bb8da58ebaa38a9b5411fb71e7a3385848 2321 libconfig-inifiles-perl_2.83-1.dsc 11578b7ddb1b86148ef5e5091155b7c420f157837d5b9fb486c659829186827d 72950 libconfig-inifiles-perl_2.83.orig.tar.gz ded741778d30da9f7ca05cb34fd6b565f8160f05e9ea75b226dc28cfd3ad1284 8228 libconfig-inifiles-perl_2.83-1.debian.tar.xz 88ab31b9694be9aa8faf2d07220bb0c4983a5b337b83619df5584bc71250aaeb 53862 libconfig-inifiles-perl_2.83-1_all.deb Files: 90fe4924923a9ce9fd923948afe81f99 53862 perl extra libconfig-inifiles-perl_2.83-1_all.deb 6de498f9dca34959388c724af4d6264b 2321 perl extra libconfig-inifiles-perl_2.83-1.dsc c34156374d3842289e537aaafa7b937f 72950 perl extra libconfig-inifiles-perl_2.83.orig.tar.gz 50f260d0bdec943484d7bc2ba6417d8b 8228 perl extra libconfig-inifiles-perl_2.83-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe1lXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhrtsP/1dT5wJoSZt6fPw5cC72TmJ8 TkOMKWTChHt8t5OHrfjyRnS7l7aqqIqDGNgsukxp9WfiVSO0C6cMmsJY/Ww1Oj0T SRPA7ovp10XyV22FacKu6i7RqtgJRdmQUx+/UKpp4H4JXWPEm2kbtZ9aR3Qmc3K8 5l14dJmIJ6EYQxnLnSN3mQjsJhTlL4PRvtPRyYDZ6FUBkQMxbbC9YgBGORuqdWGe QMKRaPl9nXXqtzyHJz+oYW92QrEUDpvA9AzffL/l3+EHUZFzqVkPMHhv54ljRi8D pFsAtdW4a89qY3H8ubn5pqsb5uAwodAC/HSjymThw8B+RWsb49E7BSUfA7lxvJ4S p3DmJoi6/jJqVP5m2uYgfMT5ExmQ//j/CDlp8vYLq6H+ryt3qlwb9afFX/UB1hBe FIWukYbh2jqSIhkNSIUzEV/XuxjqSXCBSyCx+nSJKIk9FrC4ojHBOJQl3jmVyMkG 6+/T+upE8xxFRubRSpD+Fp2sTh+6QJH5UowtoG6d1zjRYbVKazC6cntnqXC/C1XY onBIIt/6xmPviH1q3HTwep0EIZyQRo5XDN7L4np31RK54P0ONvRkf+Oj26oJZEE7 CfuXn+QCx1rQp9eWRuWGHwazcFiT9wLbT3ZcwmgDPuI8zLFb7pRIeId7sbol0K/k PlU7AExUe15i4E2jw3yT =DWOB -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 14:23:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 14:23:03 +0000 Subject: Processing of libcode-tidyall-perl_0.20-1_amd64.changes Message-ID: libcode-tidyall-perl_0.20-1_amd64.changes uploaded successfully to localhost along with the files: libcode-tidyall-perl_0.20-1_all.deb libcode-tidyall-perl_0.20-1.dsc libcode-tidyall-perl_0.20.orig.tar.gz libcode-tidyall-perl_0.20-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 14:48:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 14:48:16 +0000 Subject: Processing of libclass-accessor-class-perl_0.503-1_amd64.changes Message-ID: libclass-accessor-class-perl_0.503-1_amd64.changes uploaded successfully to localhost along with the files: libclass-accessor-class-perl_0.503-1_all.deb libclass-accessor-class-perl_0.503-1.dsc libclass-accessor-class-perl_0.503.orig.tar.gz libclass-accessor-class-perl_0.503-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 15:38:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 15:38:45 +0000 Subject: libclass-accessor-class-perl_0.503-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 16:42:30 +0200 Source: libclass-accessor-class-perl Binary: libclass-accessor-class-perl Architecture: source all Version: 0.503-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libclass-accessor-class-perl - simple class variable accessors Changes: libclass-accessor-class-perl (0.503-1) unstable; urgency=medium . [ upstream ] * New release. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: + Extend coverage of packaging. Checksums-Sha1: 08fa6a0e09f61146aad7a7c11bd2646dde1c2049 2322 libclass-accessor-class-perl_0.503-1.dsc 98c9d883c43c4841037a097528fea5c8e4ded079 14198 libclass-accessor-class-perl_0.503.orig.tar.gz 3bfc448ad053c5c7e90e2f3f43a5405f56eecce5 3660 libclass-accessor-class-perl_0.503-1.debian.tar.xz 95e9e3f74ca73fb8ab2eb543d01d52df8d10b420 10494 libclass-accessor-class-perl_0.503-1_all.deb Checksums-Sha256: 1c0c69e65cbabaed13b9e1b837c786dcce1fb5db9a2c79894e72992b15a2415e 2322 libclass-accessor-class-perl_0.503-1.dsc e3289b2e2035f9df71a7e14072018c5d8f2ca21792313f30fa225528cdffb3bf 14198 libclass-accessor-class-perl_0.503.orig.tar.gz 4348d56f4d96f203089a143e12816b6de20bf686cc7c123bfc3512f6dfaf4fb5 3660 libclass-accessor-class-perl_0.503-1.debian.tar.xz 224ff5f1588da39645a0ce8b8d8294f6dcab9b9324a49bb42b0877c088814c9e 10494 libclass-accessor-class-perl_0.503-1_all.deb Files: 030105680ed790dc0d360506addde0c2 10494 perl optional libclass-accessor-class-perl_0.503-1_all.deb db08e4bf55815cd06600e30ddc097e58 2322 perl optional libclass-accessor-class-perl_0.503-1.dsc 84319feae6be5754c9846336224ad3ed 14198 perl optional libclass-accessor-class-perl_0.503.orig.tar.gz bd8017e381649f1f5a09af5cde7bcfd1 3660 perl optional libclass-accessor-class-perl_0.503-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe2rsXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhEqsQAIm0oQ5WygV6u56yXN7/1YEa 2xSSBsA/Gpeei0Ea9yc2mdi5rmxKUVT5WnYUIkCtoLIeC/mRiFGCGyKlr8Aa2cV0 PF0OosKjQjlrjUuiF239t7gyPH7mvWTsvH2HdmZa0suEJTTbrJlG61sYzJ9XjQ4a aauokUN95q4A7Cz61JGFYc9q0/yIrjcNREjbFHXf47Hh1O5BZIzuRoo2/gF77waO rVprRcmAlE+mCRuZJ6zWWaNHj8kNWCLRBC0qERIdcc0GMxGw+NAnHQ+9NQsWmP2V +YA4haDI7RwUuQ3OcD6vemZvurwcJfdVQ2NonlSLbBRFE2jR4QDkcZim6L9OcUS2 8XfxHr0CYBFNtrJBkxldn7Ucl1iZoVNCi88fY0e0qXRuSWgeCZ7ls+YVudgOBjZr sLrwmBZRZCHS5bJH2TDW0cpq1vtal5qOdIaDRc862DgDVprKiH+VqvXiZZ3pJEHo 2iKvmyp//rb8ZBWTMEx2MVfjJiYuXorWWrfD4LhivW4xG2z0MwxH8rzjS5Aktjtr SeS46veBOdVMH38MXcZy3HcdPMi7wX/xjUOcvj2GLsOLyq5AlXqq0NC0QV/vEFJ0 HzyqzIujyyQ/IfPknf3Ao870SfhcRmMXIgpO8wtZBfqbhs2C5ULuDzLHiDnxkaka G+MDTvBO32raUZFAVXPj =34PD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 15:38:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 15:38:52 +0000 Subject: libcode-tidyall-perl_0.20-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 16:06:41 +0200 Source: libcode-tidyall-perl Binary: libcode-tidyall-perl Architecture: source all Version: 0.20-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libcode-tidyall-perl - your all-in-one code tidier and validator Changes: libcode-tidyall-perl (0.20-1) unstable; urgency=medium . [ upstream ] * New release: + Add JSON plugin. + Fix option handling implentation and documentation for Test::Code::TidyAll::tidyall_ok. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL, and stop track development releases. * Update copyright info: + Extend coverage of packaging. * Unfuzz patch 1001. Checksums-Sha1: 7313189ffc35406f8c639001f095b45b0aab7a89 2476 libcode-tidyall-perl_0.20-1.dsc 8e57b2ace6ff69e592d989bfab1aae61f988a1d9 55419 libcode-tidyall-perl_0.20.orig.tar.gz 9ffdaf9c02ba4317e4d1f0681e43318dbb53d0de 4664 libcode-tidyall-perl_0.20-1.debian.tar.xz 7b32bbcbabc2b5005a996b307dc8fbdbfb10a6e5 110070 libcode-tidyall-perl_0.20-1_all.deb Checksums-Sha256: c403af50483ae69037e763b2e42ec7f4d324e3ec7cb9cfbd3dc6a206019eca8a 2476 libcode-tidyall-perl_0.20-1.dsc 68c47e640f637432ff0e6a4287b38fc21170d33e64a12c7f8d24735b417df014 55419 libcode-tidyall-perl_0.20.orig.tar.gz 0d837d9f007d02d7082dc9c220b22be2e54c77fdda8f1e97324e9eecf66b57a4 4664 libcode-tidyall-perl_0.20-1.debian.tar.xz 533281d800cedefc9fc92b93fc3335e3720dc3a75f4dd06f49a8c0165cf38be0 110070 libcode-tidyall-perl_0.20-1_all.deb Files: 02b81832cd77f73d7fe8d097b1bbe447 110070 perl optional libcode-tidyall-perl_0.20-1_all.deb bf721012f1cb0dd90f661b1e8fa4f148 2476 perl optional libcode-tidyall-perl_0.20-1.dsc b812369b73ec0ced4b9360415838da1b 55419 perl optional libcode-tidyall-perl_0.20.orig.tar.gz 6f874d8560a303bdee56901e0c3940b2 4664 perl optional libcode-tidyall-perl_0.20-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe2T8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhvr4P/0+03n4lDLJn9LRezBbeylZa rYb18EVqaDu7CjV9BaETNSgPEgzgkVxCipeYiU0kfzGi56CzDO8VUqU0jNGX3DWH EwEK+zkzNWJ1p3YvWFPQHQCHHGASnIF+CqOH1x5V3u4aXrs82cMseUlp1dI0aHGZ 063x2wGPj754szrXcaV3peQ9G0XRs9NxD/i0VZI6s2VPSDtCUll4Hs4307lc9hlZ f9pspScjtqFbxOhjgMV0cpLEEb5rM0Tc+etHDw9CrxjXmX1EzZ/N1PgkUKPX/ENx 2DKm8vGAy8K3VLl3wJoBTw3aNUxAh6CWy2B0XfnqRliFmLVK6hZR3mhsYin6es/X pSihJLfc8gp85xD4editGTy1qU6cO/2GwxojwQk2MpEbR1/7hILrnAPmfZ2+L5ah NPnF/epZ7LlXestb7+u1NkTIbIpQ1VvpWs2yIxOaDYpUt+7ol5gf0ApjZ3xWn2Mk QYe3S23+PI67iiFNYPyoZMMBnq1K0b4W1T+YDVuV7Zlrj41MptRnU4KVQx6xQQ7u uiHDgzxCioE+c7WiHGoQ7UiDRdUvMhrYpIyrc1u0OR8+OQ7T1OTBzTNxR9wHPdS4 Vw5eESNZpvwC+cRyXJ513wM/GVUBmYnkpG+SceV1hUSK6DucgBYmtyjAbZfbz9xw XrqBi5mYq0qoafxP5E5a =UDh5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 16:33:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 16:33:39 +0000 Subject: Processing of libtext-csv-xs-perl_1.08-1_amd64.changes Message-ID: libtext-csv-xs-perl_1.08-1_amd64.changes uploaded successfully to localhost along with the files: libtext-csv-xs-perl_1.08-1_amd64.deb libtext-csv-xs-perl_1.08-1.dsc libtext-csv-xs-perl_1.08.orig.tar.gz libtext-csv-xs-perl_1.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libsession-storage-secure-perl 0.010-1 MIGRATED to testing Message-ID: FYI: The status of the libsession-storage-secure-perl source package in Debian's testing distribution has changed. Previous version: 0.9-1 Current version: 0.010-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libplack-middleware-removeredundantbody-perl 0.05-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-removeredundantbody-perl source package in Debian's testing distribution has changed. Previous version: 0.03-1 Current version: 0.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libpdf-api2-perl 2.021-1 MIGRATED to testing Message-ID: FYI: The status of the libpdf-api2-perl source package in Debian's testing distribution has changed. Previous version: 2.020-2 Current version: 2.021-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libauthen-simple-net-perl 0.2-4 MIGRATED to testing Message-ID: FYI: The status of the libauthen-simple-net-perl source package in Debian's testing distribution has changed. Previous version: 0.2-3 Current version: 0.2-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libstrictures-perl 1.005004-1 MIGRATED to testing Message-ID: FYI: The status of the libstrictures-perl source package in Debian's testing distribution has changed. Previous version: 1.005003-1 Current version: 1.005004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libemail-send-io-perl REMOVED from testing Message-ID: FYI: The status of the libemail-send-io-perl source package in Debian's testing distribution has changed. Previous version: 2.201-1 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libprotocol-osc-perl 0.04-1 MIGRATED to testing Message-ID: FYI: The status of the libprotocol-osc-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.04-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libauthen-simple-http-perl 0.2-4 MIGRATED to testing Message-ID: FYI: The status of the libauthen-simple-http-perl source package in Debian's testing distribution has changed. Previous version: 0.2-3 Current version: 0.2-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libnet-amazon-s3-perl 0.60-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-amazon-s3-perl source package in Debian's testing distribution has changed. Previous version: 0.59-1 Current version: 0.60-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libsys-filesystem-perl 1.406-1 MIGRATED to testing Message-ID: FYI: The status of the libsys-filesystem-perl source package in Debian's testing distribution has changed. Previous version: 1.405-1 Current version: 1.406-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: librt-client-rest-perl 1:0.49-1 MIGRATED to testing Message-ID: FYI: The status of the librt-client-rest-perl source package in Debian's testing distribution has changed. Previous version: 1:0.46-1 Current version: 1:0.49-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libauthen-simple-dbm-perl 0.2-3 MIGRATED to testing Message-ID: FYI: The status of the libauthen-simple-dbm-perl source package in Debian's testing distribution has changed. Previous version: 0.2-2 Current version: 0.2-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libsoap-lite-perl 1.11-1 MIGRATED to testing Message-ID: FYI: The status of the libsoap-lite-perl source package in Debian's testing distribution has changed. Previous version: 1.10-1 Current version: 1.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libauthen-simple-kerberos-perl 0.1-4 MIGRATED to testing Message-ID: FYI: The status of the libauthen-simple-kerberos-perl source package in Debian's testing distribution has changed. Previous version: 0.1-3 Current version: 0.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libplack-middleware-fixmissingbodyinredirect-perl 0.11-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-fixmissingbodyinredirect-perl source package in Debian's testing distribution has changed. Previous version: 0.09-1 Current version: 0.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 20 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 20 May 2014 16:39:17 +0000 Subject: libfile-modified-perl 0.09-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-modified-perl source package in Debian's testing distribution has changed. Previous version: 0.07-3 Current version: 0.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Tue May 20 16:48:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 16:48:49 +0000 Subject: libtext-csv-xs-perl_1.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 18:29:32 +0200 Source: libtext-csv-xs-perl Binary: libtext-csv-xs-perl Architecture: source amd64 Version: 1.08-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtext-csv-xs-perl - Perl C/XS module to process Comma-Separated Value files Changes: libtext-csv-xs-perl (1.08-1) unstable; urgency=medium . * New upstream release. * Drop pod.patch, fixed upstream. * Update copyright years for examples/*. Checksums-Sha1: 510dbe82818c9f96923e7f418c8361ce7699a827 2568 libtext-csv-xs-perl_1.08-1.dsc d47908d34b2413a3e342716276656b168a586c24 138969 libtext-csv-xs-perl_1.08.orig.tar.gz 7792e9e9b6ae14bbb9c4c4390fbf683f38210133 6824 libtext-csv-xs-perl_1.08-1.debian.tar.xz 82afef43d6f4dea9929771088adfa42b2edde7c6 89348 libtext-csv-xs-perl_1.08-1_amd64.deb Checksums-Sha256: 99838da961d78626b29fe9198987cceea06b2d4d90f8fe543dddebbb9651dc8f 2568 libtext-csv-xs-perl_1.08-1.dsc 3c8284c47d403138adbf1320992fa75a13937995ff9f794f2be6dbdf992cb3a9 138969 libtext-csv-xs-perl_1.08.orig.tar.gz 052f2868f8d870454b22a894b2d1c1d6b6c79ba118122c7d0b26123299d02070 6824 libtext-csv-xs-perl_1.08-1.debian.tar.xz ccb8b3e10e91d4bb71eafa0f941f7466698fbc844b4cab8cbd4994a1a8085598 89348 libtext-csv-xs-perl_1.08-1_amd64.deb Files: ec87532b530fc6b8c6bb9d1bfdd9ca23 89348 perl optional libtext-csv-xs-perl_1.08-1_amd64.deb b7892dbf4305c22ecfeaa48fd928cbb6 2568 perl optional libtext-csv-xs-perl_1.08-1.dsc e311a7dbec864744d12c9471a947abd9 138969 perl optional libtext-csv-xs-perl_1.08.orig.tar.gz a14b0df62efdb5e7c9d1df79e68cf135 6824 perl optional libtext-csv-xs-perl_1.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTe4NeThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqx0EACmaImPz9de9S7FEtY7eISPddlkZ/nJ9zFaR9NwSOD3sPOV 9QxEZVNSx94Q3AoRl5hQHjdW4RO/fseV59eLPoR6Mj9nw/is4Lc1nQgllzo0zL7O Lvw9l2P0vGYSBbSSRNHmmz7qoBvvdBIGl6U9egoRqpj4DKwBWkEwfcgOu6XzIIQb Bq6dkbukKdfTGXLTc2g01Y5hO0BYghSuRwnjULknyx1HCbgAMSgp7FCa1i2CmTi3 0Jt30/hcEl7XvsWYT3hxgU5PyL/d4znR3wyjqmsBO5mCv8OMEUoJJHStYT806Q8N 1NGFgWRTVzD8OAOBb+emHBs7gdawFCMNpTLogoSPftPXZ+O2NbfoUWnn83dKps0q o31HK34GjrXzbLvy5vu8QD9L4w6aVw12snmeukVus0navBZ3skLva3FYQ714k0rX 8uDcEYfzq9U/6+kkpRTDg4ljEkPrPLyDKhBAgudfMH2lLtOW1pT0SPOComg+JNQ+ Qro1Xka8RNj++DG8XwSvAMF1SBRwJsXU+7zL9EMGf5qOm5AqNUaBtufP00toFmEn +g9kn1COwqV/z7rdN+KxntgYCJsMGCZfQ4aEwY3qTCrYUj49jty9UmfeKln+59ms jVXBYcxJieKluthvv1RogdSIKEFWk0lRWDKbRmudjLQZRM51zNzquER4JqTadw== =KuPl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 16:58:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 16:58:42 +0000 Subject: Processing of libcatmandu-perl_0.9102-1_amd64.changes Message-ID: libcatmandu-perl_0.9102-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-perl_0.9102-1_all.deb libcatmandu-perl_0.9102-1.dsc libcatmandu-perl_0.9102.orig.tar.gz libcatmandu-perl_0.9102-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 17:03:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 17:03:38 +0000 Subject: libcatmandu-perl_0.9102-1_amd64.changes is NEW Message-ID: binary:libcatmandu-perl is NEW. source:libcatmandu-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Tue May 20 19:14:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 19:14:23 +0000 Subject: Processing of libconfig-model-tkui-perl_1.344-1_amd64.changes Message-ID: libconfig-model-tkui-perl_1.344-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-tkui-perl_1.344-1_all.deb libconfig-model-tkui-perl_1.344-1.dsc libconfig-model-tkui-perl_1.344.orig.tar.gz libconfig-model-tkui-perl_1.344-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 19:19:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 19:19:08 +0000 Subject: libconfig-model-tkui-perl_1.344-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 20 May 2014 20:57:54 +0200 Source: libconfig-model-tkui-perl Binary: libconfig-model-tkui-perl Architecture: source all Version: 1.344-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-tkui-perl - Tk GUI to edit config data through Config::Model Changes: libconfig-model-tkui-perl (1.344-1) unstable; urgency=medium . * Imported Upstream version 1.344: - removed experience setting from UI * control: - removed dep on libexception-class-perl (not used directly) * replaced dep on libfile-slurp-perl with libpath-tiny-perl Checksums-Sha1: b73e1f387ae76353390dc99b36bd6222fa04a889 2497 libconfig-model-tkui-perl_1.344-1.dsc ca2a98af278ea8dcf826c9eb609f2e1095ca96c4 75484 libconfig-model-tkui-perl_1.344.orig.tar.gz 028316986240db96502d6030ed67af0a664bea55 4940 libconfig-model-tkui-perl_1.344-1.debian.tar.xz 3a45ad74a3ec73c5bd179453cf05c2f27168c00e 64106 libconfig-model-tkui-perl_1.344-1_all.deb Checksums-Sha256: 2e577ab3199234859116fe26cb3410f1f358286f34714c03ec918e507de10e87 2497 libconfig-model-tkui-perl_1.344-1.dsc 374a20e98dc0dfe87973b21079d33a8a2741ac95116deeafcb36e2d1b4e62420 75484 libconfig-model-tkui-perl_1.344.orig.tar.gz 68cf65a9ebebde9f715629d4c3e5e43d22c891dbd50d6cf96530a1a89ab75706 4940 libconfig-model-tkui-perl_1.344-1.debian.tar.xz b549e37ca92c8ee4e64a222963fae7fe4661cb08b546467bdc5bd4b8e551d264 64106 libconfig-model-tkui-perl_1.344-1_all.deb Files: 03cdd2a7d9a63a26b28fb827b87939a8 64106 perl optional libconfig-model-tkui-perl_1.344-1_all.deb 26ab633944782df6b1244c56a15a1f71 2497 perl optional libconfig-model-tkui-perl_1.344-1.dsc a7f9c087288ae76a02131915777a24f6 75484 perl optional libconfig-model-tkui-perl_1.344.orig.tar.gz a57502edc4bbe3380984593bd48686dc 4940 perl optional libconfig-model-tkui-perl_1.344-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTe6gWAAoJEMMfT9lJqytsEFcP/1+HXkcgtsEd1OkT7jN/ts0T qY6JjtUx/5vhS3yTD246w9GxD2gM6Ie9u4/Zoy6Wven4PfzV/sH4V77ExD8KebAu pS0G2ewcN8XJkp4UdIx0Y6xNJyuAZ0cjzmSiZV1h04cKJ7qbc6v/3vjattwO7zU2 degbIxZkRBIKOhh+Va6pq+wbB2PcEriPNppmq/5PtVhsxX+ZN/WomLCiWFBQ01Kf h2FmVf2zO4raP2j9cydFxREvoLY2cyLUwcWEk3v4w3UUMu/JMve5XMcGM7V5MYd2 k6U7Hp6l9pDxDeThhuulDMqCfM4zia8+/KPD336NNChQ3IiJK9nHCX9KN5YYlIwO h2GwaNoq+UjxU8tFK5HR+PpDxb5cgg4fpriz76j9Lrwl24X5RsyJsvoh/Z84GXtE uvDnQj7mGKyX0IkelcWOSTcd8+OQ+2G+zMo6pPls9+I5fBV5bHJvKwAtmYuC8x9g L63icQ1U0IV/kzZ4B3ggTdvQjC0NKhgrEs+3dAUv1w/Dryp75Nr89sVN1KY7s+f7 qmxRllEu2UrJ4l5vDteq1R0WwnfQKhUTFJ+0FET2xbFr1EFHXqxU9wzhYqmZFBVm pYRuluapcIbWaaAPoWNajtddYhUlENWeJky3y5eegkBXEaW8xFVnopQWytW2J16g BkNKu/zd3FHOVcYFnPsh =/a/S -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 19:39:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 19:39:26 +0000 Subject: Processing of libtypes-uri-perl_0.003-1_amd64.changes Message-ID: libtypes-uri-perl_0.003-1_amd64.changes uploaded successfully to localhost along with the files: libtypes-uri-perl_0.003-1_all.deb libtypes-uri-perl_0.003-1.dsc libtypes-uri-perl_0.003.orig.tar.gz libtypes-uri-perl_0.003-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 19:48:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 19:48:43 +0000 Subject: libtypes-uri-perl_0.003-1_amd64.changes is NEW Message-ID: binary:libtypes-uri-perl is NEW. source:libtypes-uri-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Tue May 20 19:59:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 19:59:33 +0000 Subject: Processing of libcatalyst-view-email-perl_0.34-1_amd64.changes Message-ID: libcatalyst-view-email-perl_0.34-1_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-view-email-perl_0.34-1_all.deb libcatalyst-view-email-perl_0.34-1.dsc libcatalyst-view-email-perl_0.34.orig.tar.gz libcatalyst-view-email-perl_0.34-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 21:19:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 21:19:33 +0000 Subject: libcatalyst-view-email-perl_0.34-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 20 May 2014 22:53:31 +0300 Source: libcatalyst-view-email-perl Binary: libcatalyst-view-email-perl Architecture: source all Version: 0.34-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-view-email-perl - Catalyst module for sending email Changes: libcatalyst-view-email-perl (0.34-1) unstable; urgency=medium . * Imported Upstream version 0.34 * drop the patch to use Class::Load, fixed upstream in a different way * add libmodule-runtime-perl (>= 0.014) to (build-)dependencies * add libcatalyst-view-mason-perl and libcatalyst-view-tt-perl to b-d-i to enable additional tests Checksums-Sha1: 9fb0ad1762702ffabeb23fc13fb5fd2c1930c09e 2431 libcatalyst-view-email-perl_0.34-1.dsc 040415bf26de7438b30942b46f126b233263af1b 125270 libcatalyst-view-email-perl_0.34.orig.tar.gz 7287c37f2c4da666812335c8a2d342a071391758 1940 libcatalyst-view-email-perl_0.34-1.debian.tar.xz b3c9ca0be05eb0ed13af531a3783a11df8c46ee6 24168 libcatalyst-view-email-perl_0.34-1_all.deb Checksums-Sha256: 71b4d29b6a0b5a8c628fe1e31ee93c7af05944530e0213bb36724a96aaf2cfa5 2431 libcatalyst-view-email-perl_0.34-1.dsc 515cd59ab2e2237cf9b13044c5c036b392bab8f7f357b999c6063b769040a5cb 125270 libcatalyst-view-email-perl_0.34.orig.tar.gz 5b023381783104dc21e68975f306e043c9f86a46a2961823a59aa1d998d5da2b 1940 libcatalyst-view-email-perl_0.34-1.debian.tar.xz 6afb3f50f6d54553e8baab758a1c7fa258420b7c936731ce5bb6bcbd6df8bb38 24168 libcatalyst-view-email-perl_0.34-1_all.deb Files: 73b3c115d296017d35916829ac9bad4b 24168 perl optional libcatalyst-view-email-perl_0.34-1_all.deb 13907cc83bff42953a0fe148fd809632 2431 perl optional libcatalyst-view-email-perl_0.34-1.dsc 4e0eb2f9c7277f0856269c7d8ac1617e 125270 perl optional libcatalyst-view-email-perl_0.34.orig.tar.gz 1445856b1f8c240afd241975fdb5ca8a 1940 perl optional libcatalyst-view-email-perl_0.34-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTe7NLAAoJENu+nU2Z0qAEsmYP/iA7Szuti3CdXeEbmt8Z7jiP 6WYolRfdhL0/f2q7NvDH+YIabLzSsMPZWp71cjLi4C/y0chCZz84lgFGOPyeBROz F9ie+ECb394gw831/TtgCeuTQrqYT6rghO/u+cO/JAF02RYCCvmwvkcRAy3Gg1yr yMHnyOqUrlEfz46HtigJLlczQgFJa8QoN1WuJ5LLqCRGZamwccBy0i+RuXFNXxcp EGlMOYJNdWrt2m9ZFO4FTIwkWyJgRAI5hQX1RIboub11mmZmVFAjIw7djX5VXQeA uWiIZIDoyML0Bk4EDRYzv8LX/CBJfVuAJfQd0Qb8Qx3pdqpM10BpjnQL/oV55hSP pIyu7nlL7Ed/AFNH1f9MptOzrZI9X2n7lduRn3Ujcf7xRLg8P+eLXIEpETrbD3Wj 76rQqCBpMIfJIlJqqAN2WGaM+x2tEaG6PyteAZsY1YA66EULLjvoXA+OfVIwoOj8 GaGJmIQhSXwSp0hL0D/aEanXsO0RSMEekqtBhHTc5xIupyQj2rSwubDZn/6x5gXQ SGM23jLzyL1VByO1OQUmYrupC3REqCiTRl+Gr64NwiKjvD2+2uIffsWwY5HAG+ll 9P6h+Es8oaapzfeWifLU5JOFYVmknwxp/R6tqaEI+Rc8tKkKiylCugqyu+w48nY4 1tNPw90CmOBSstctApEs =0BQo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 20 22:50:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 22:50:48 +0000 Subject: Processing of libcache-memcached-fast-perl_0.22-1_amd64.changes Message-ID: libcache-memcached-fast-perl_0.22-1_amd64.changes uploaded successfully to localhost along with the files: libcache-memcached-fast-perl_0.22-1_amd64.deb libcache-memcached-fast-perl_0.22-1.dsc libcache-memcached-fast-perl_0.22.orig.tar.gz libcache-memcached-fast-perl_0.22-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 20 23:03:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 20 May 2014 23:03:46 +0000 Subject: libcache-memcached-fast-perl_0.22-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 00:43:18 +0200 Source: libcache-memcached-fast-perl Binary: libcache-memcached-fast-perl Architecture: source amd64 Version: 0.22-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libcache-memcached-fast-perl - Perl client for memcached, in C language Changes: libcache-memcached-fast-perl (0.22-1) unstable; urgency=low . [ upstream ] * New release. . [ Jonas Smedegaard ] * Update README.source to emphasize control.in file as *not* a show-stopper for contributions. * Install benchmarking scripts as examples. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Extend coverage for main ppport.h author. + Extend coverage of packaging, and bump its licensing to GPL-3+. + Add git URL as alternate source. * Update watch file to use metacpan.org URL. * Stop track tarball checksum: Check against upstrem git instead. Checksums-Sha1: 7021292c6c0eb42df0cf2ee5376b95854547de34 2300 libcache-memcached-fast-perl_0.22-1.dsc 234128a110d64da66e30e57162417e79a147b345 101461 libcache-memcached-fast-perl_0.22.orig.tar.gz 2b013530e1cd9a1fea603cc0b7efb1937768629d 4484 libcache-memcached-fast-perl_0.22-1.debian.tar.xz afe74ff3b9a60710f3dde23e80d242b20c1e89a1 70318 libcache-memcached-fast-perl_0.22-1_amd64.deb Checksums-Sha256: 5f62b7e9f2859c37fc94b6ce967943bcdd41b537eb96e26b8aedc497fafed286 2300 libcache-memcached-fast-perl_0.22-1.dsc 0a3c2a913b7b2949775948bf356f7f400f37131d8153eb96f017d37f4c5a4faa 101461 libcache-memcached-fast-perl_0.22.orig.tar.gz 3d3f032efbbfccb2f1e78172588e33e1783578218c7f46b66a0dee7797244c35 4484 libcache-memcached-fast-perl_0.22-1.debian.tar.xz 26725d8b0668c2fb70a2852b5ba68a6859ab008f798728ccca938df39fe2c05f 70318 libcache-memcached-fast-perl_0.22-1_amd64.deb Files: af39667ba3799be31bf5e41d6adff98e 70318 perl optional libcache-memcached-fast-perl_0.22-1_amd64.deb 35faf974af5817def5306cec77d35d9d 2300 perl optional libcache-memcached-fast-perl_0.22-1.dsc 49dc2f18d4214cf3033ddeedebe6cfed 101461 perl optional libcache-memcached-fast-perl_0.22.orig.tar.gz c985ff2a0b0d26beaf1ab8cce6858233 4484 perl optional libcache-memcached-fast-perl_0.22-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe9uYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhLbYP/3RXFl9CmXGbGBIWomcutHvt dQ0WQYPh0hNhFHxY8a/lMArfHVksjTmehJndXOIJrMO38V4wKUQTWVKeF9aO7L9D 7HN9ZibfWlNaitAp3wHuf6m2AZnW2ABxiaJH3Sy/6n683wqRAHoMtPvznVo/z4ED 4AKhRuhF+hBSDa4inMdb9EhFJLdLFRIs4F0t/1h2sYiV41aFQdUWmE84YJAvAilb bNnJpChd1QH/vnDGSaWZmNda1dGy6M0KQArXJCh52+b8gCgi5zMR8ETZQLqCcAFW 1Gh2NEemuL4WeCcjzUb+YpZxr+kpyOuUtMnjjUvQzZynAyXBvegcMkmb7jGel+y2 m72m7RtPTK7xGFIuBabebbbm/Eshb4IbNz3B9RkT0dgBomPlZBCiEarVTxcDg0hX wn6MUMmnL9neztHy3LPUb0qxxVeb++jyKmURzGUCnI+OUICDcbkCmYTvPah+AUm9 84lXYP64PxQ1YQLNp8a7/uokI1/MRJMoOn2loNABOUUIN2uqsyDZdE4FBTK45PVB v9XK1M5vhXFcOKbuH42FrlCQy6CyDkPx+R0hrABmVDKDI7iAyNRU6ULSCiy+gaE9 eabEcq+i6xrYG4OnepNfMPDYEaPUlx5TtfK1036Iqxt2yIj7/WNSgMpQhaspkuAb XCFcgGlUepV49KUxR/D8 =sZb5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 06:06:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 06:06:21 +0000 Subject: Processing of libsysadm-install-perl_0.44-1_amd64.changes Message-ID: libsysadm-install-perl_0.44-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libsysadm-install-perl_0.44-1_all.deb libsysadm-install-perl_0.44-1.dsc libsysadm-install-perl_0.44.orig.tar.gz libsysadm-install-perl_0.44-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 06:06:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 06:06:58 +0000 Subject: Processing of libsysadm-install-perl_0.44-1_amd64.changes Message-ID: libsysadm-install-perl_0.44-1_amd64.changes uploaded successfully to localhost along with the files: libsysadm-install-perl_0.44-1_all.deb libsysadm-install-perl_0.44-1.dsc libsysadm-install-perl_0.44.orig.tar.gz libsysadm-install-perl_0.44-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 06:19:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 06:19:13 +0000 Subject: libsysadm-install-perl_0.44-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 08:02:35 +0200 Source: libsysadm-install-perl Binary: libsysadm-install-perl Architecture: source all Version: 0.44-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libsysadm-install-perl - module for typical installation tasks of system administrators Changes: libsysadm-install-perl (0.44-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 0.44 * Add (build-)dependency for File::Which. Add versioned Build-Depends-Indep and Depends on libfile-which-perl (>= 1.09) for File::Which use. * Wrap and sort fields in debian/control file * Declare compliance with Debian Policy 3.9.5 * Referesh spelling_errors.patch Checksums-Sha1: 32af0f3b93397a3acbd6c83fadab108cb52907df 2359 libsysadm-install-perl_0.44-1.dsc 26da1cf08995d60bc1fe62af72d0fb82dfe3a588 26665 libsysadm-install-perl_0.44.orig.tar.gz 0fa123cc6aff37f648af18b844aebc1a85ff506b 4296 libsysadm-install-perl_0.44-1.debian.tar.xz 9f3dab4cbdd55f23202c987412370c4b9552aa28 30198 libsysadm-install-perl_0.44-1_all.deb Checksums-Sha256: d7e0588e7be434a9757cc1e80d546a9e64a538ab53e53631c9e4407b79acaeb7 2359 libsysadm-install-perl_0.44-1.dsc 1e3f80f17e746c86c70d2d126bf613b6ed5e0a57ff3caf9f04ea454d8f0c801f 26665 libsysadm-install-perl_0.44.orig.tar.gz 67e1f5e7b593a88a9d246acd9e7eefb57d0291d60c56854f7803ad3414209a04 4296 libsysadm-install-perl_0.44-1.debian.tar.xz 6a49e4661834f65cfa4ebc660fa29d0d51028798e934e4f5833f0190b567198f 30198 libsysadm-install-perl_0.44-1_all.deb Files: 45723f06673aced71ae27856adcfe367 30198 perl optional libsysadm-install-perl_0.44-1_all.deb aa7f036a62da5e35e5150b9e3f5090fc 2359 perl optional libsysadm-install-perl_0.44-1.dsc 889528d25c3be2554861040e38fd7229 26665 perl optional libsysadm-install-perl_0.44.orig.tar.gz b3bcbdfa977f437a2bd5fa19603369e7 4296 perl optional libsysadm-install-perl_0.44-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTfEIRAAoJEAVMuPMTQ89EwdAP/jx/4us03zfiGC8TaFTkWl3J CTDH35heQxYBXHC5RYGDrdqoXKRuCh3kDjG0MpfNveEVUCs1gPVpIqWiKfVE95Oi jp3CkUO+hETjoMlgCmZvmKShCdF36XIBwOYRbWDEY4daKGcGAuGghxQ9N+jUVjxc /jMMTwBE+diwRBq19Mm4MgcBoCSl9smeCqEkmzvxNSK50qUOLIrpaqacpkTM5qc5 6Uxy//8EvHXD5re54q0JqSoIg2aQHonfwWZdi76haXoZqxHhdTYu2LW7ircGdkyA QNnBKuyJmEO8S0SJuZ2Fz+PEnYKwhqH2mFBGraGEhuJmug7t23YDmnpHaFcr3IwV 6kGDBchQLiU/5uyLRJAAjJJ8NvZSg+yCT6EIrkCssOgiou/a9EnaGPFEaPC3uVDc 80WrPsJ9pjqOeovEWmOWFAt1hTd5wrQ++nYeaJE45G9Z8lLS5hojEnE1FOM0vxC7 ONl1LcU8QTEY96Oi99Hilsx45eOYZqPefNKnS1Cw/7RE/gHyNErRcD16l9YY33sK LKmQWk431hVfVbF1EcMgItkflUM3AFsU/dCvRofCvymb3RQxeH2ZlpPB/Nj5dbY+ sbBWRyVi3VQU7NURo9AQoC4EeUv6F3wo5ObyOpJ1RP958gNMn76/WmpdpSWJUtvX lC+Pc6ZMNhlBE/GBvmei =ipqf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 07:07:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 07:07:06 +0000 Subject: Processing of libbread-board-perl_0.31-1_amd64.changes Message-ID: libbread-board-perl_0.31-1_amd64.changes uploaded successfully to localhost along with the files: libbread-board-perl_0.31-1_all.deb libbread-board-perl_0.31-1.dsc libbread-board-perl_0.31.orig.tar.gz libbread-board-perl_0.31-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 07:18:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 07:18:52 +0000 Subject: libbread-board-perl_0.31-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 08:55:09 +0200 Source: libbread-board-perl Binary: libbread-board-perl Architecture: source all Version: 0.31-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libbread-board-perl - solderless way to wire up your application components Changes: libbread-board-perl (0.31-1) unstable; urgency=medium . [ upstream ] * New release. + Fix deprecated use of Class::MOP::load_class. + Allow specifying dependency values as arrayrefs, which will resolve to an arrayref containing the resolved service values. . [ Jonas Smedegaard ] * Fix use canonical Vcs-Git URL. * Update copyright info: + Extend coverage of packaging. * Update watch file to use metacpan.org URL. * Update package relations: + Build-depend on liblog-dispatch-perl: Needed (optionally) for testsuite. + Tighten to (build-)depend versioned on libmoose-perl. + (Build-)depend on libmodule-runtime-perl. Checksums-Sha1: b8d8f42fc35fbc2b62b4f9225617a4b0b30661a5 2372 libbread-board-perl_0.31-1.dsc d649e95ddef3018de69b32798f48ba7e0d2c5059 72158 libbread-board-perl_0.31.orig.tar.gz 48f583ba22a6845a4cf1dacd074afcba970a950b 4552 libbread-board-perl_0.31-1.debian.tar.xz 981cde04f9fa1ca9fa9b6927c10e2a16c411185b 114840 libbread-board-perl_0.31-1_all.deb Checksums-Sha256: 888f9599527af6a5d1d5a45edd38ca135a74fd66af77f891cb0a54fa5fcca218 2372 libbread-board-perl_0.31-1.dsc 88016fb94108f61cc110970442cd337a474a7bd2bd4333a5ad04092b0eb208a9 72158 libbread-board-perl_0.31.orig.tar.gz 8ca258c507562dffb19bfe69fe535084887618c46b033cbc0682e27add904e7e 4552 libbread-board-perl_0.31-1.debian.tar.xz d6badf554806f163ea9717133a1e257822843e39896d20d491e55704df04b5ca 114840 libbread-board-perl_0.31-1_all.deb Files: 742cc64687ad711d1407e3650ae40ace 114840 perl optional libbread-board-perl_0.31-1_all.deb ce926f7597c0efe599925c0f76ac347f 2372 perl optional libbread-board-perl_0.31-1.dsc 292ceeb231c780676329d96c68cee7c5 72158 perl optional libbread-board-perl_0.31.orig.tar.gz 19f7aef96e6a05773fa854ab842f2546 4552 perl optional libbread-board-perl_0.31-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTfE+3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhK4sP/1uqaRP2LZ28aSFUzmX48SDT z3qbE42q/qmS/jgKxCWDp2yiQIhKyLJYZF9wflDli441J/qrSlHO4S98aGIcQx9Z h5wp0osrfERBSl8fG7grJ/R/LFw0aA/YhEKSDiRRCs/HzkqBvTqecTlSWEErgTKZ u/XqL2i0yChBMDKheG9qiT3LkqbFUdcz50ppDutRH9W6rIvm7tOMIdKQ2fVppSJb PA7mrzp0jBdZvcY56LlNtJfBSQe05B66za1ybUN1VJfR0ntuqom9HoIUE+9fexSd /dddJ8phu8ZdFjyZZ3pbT4QwVN7PMur3DNzPbq9sf0Nkgr1UBQv/IWeq367Vvhfu JrdmZCvpNlAv8P2l3+I9EqtR+Gk5Fk3xYI++T9rBGFZOWBS7Oby4p8EoBQSPBeS4 K8iT6J2+KPaDl817qlO1oKkusmKfzrxxGKu6zdGNIcfnifGF7YXkJsQ6514RZBFJ AFKh1XGIqLvcEOWihRjnow22oj6k7gvm8tr8pQumat1xwShtmC4gvh+ouyNnrCAP jzBJMvTSenEGsJCP2Kp/dEST3RDG3hnK73arzy8Yo3V/G7CgMGhk9UaKNN9KETkZ iCZ3KLG6MjccpYRQsCI9349B8QXYcCp5Xu9C5ATWj2BjrCAL99ol/CnVgoTKnIQu togH0fgLFT2AYLjE6R0m =/rQT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 07:32:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 07:32:09 +0000 Subject: Processing of libanyevent-xmpp-perl_0.55-1_amd64.changes Message-ID: libanyevent-xmpp-perl_0.55-1_amd64.changes uploaded successfully to localhost along with the files: libanyevent-xmpp-perl_0.55-1_all.deb libanyevent-xmpp-perl_0.55-1.dsc libanyevent-xmpp-perl_0.55.orig.tar.gz libanyevent-xmpp-perl_0.55-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 07:33:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 07:33:58 +0000 Subject: libanyevent-xmpp-perl_0.55-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 09:21:48 +0200 Source: libanyevent-xmpp-perl Binary: libanyevent-xmpp-perl Architecture: source all Version: 0.55-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libanyevent-xmpp-perl - implementation of the XMPP Protocol Changes: libanyevent-xmpp-perl (0.55-1) unstable; urgency=medium . [ upstream ] * New upstream release. + Skip re-send if this jabber account is offline. + Fix properly clear the disconnected callback. + Add repository information to META file. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Update copyright info: + Extend coverage of packaging. * Update watch file to use metacpan.org URL. * Fix use cpan.org/author (not search.cpan.org) for get-orig-source target. Checksums-Sha1: 06760a8b917127756af1b2dddd23bace43f3d157 2356 libanyevent-xmpp-perl_0.55-1.dsc 6fd2581555ae8fcbfcad3fbcbfae2ed40009ec58 122235 libanyevent-xmpp-perl_0.55.orig.tar.gz 3c5c53d1733f46daa69318ee3297e61a52d0b7b1 4628 libanyevent-xmpp-perl_0.55-1.debian.tar.xz a541d1eca5da892ac458c56287853dd4604dd6cd 260938 libanyevent-xmpp-perl_0.55-1_all.deb Checksums-Sha256: 5a59e38b062cd001ec1fa1e648a358c9f28473c8ba3a8d4f0b0d533325bacfb1 2356 libanyevent-xmpp-perl_0.55-1.dsc ec56b25e6a78630f79ee5e38b79a39957b8b89fb1ea03804f54defb9e3544256 122235 libanyevent-xmpp-perl_0.55.orig.tar.gz 88f606dfed7f31c63d57eddc78fec623e4cec7b0550ad2308fb6d8559f7720c1 4628 libanyevent-xmpp-perl_0.55-1.debian.tar.xz ee8e2dde947b0741e14229ec704b74e8491c174707b45d035954bd52679116e7 260938 libanyevent-xmpp-perl_0.55-1_all.deb Files: e3a671bde3fd4827a3954cdee5b64502 260938 perl optional libanyevent-xmpp-perl_0.55-1_all.deb 9449c893191d743395701c1bbd695883 2356 perl optional libanyevent-xmpp-perl_0.55-1.dsc 0c23bd2905b593bc5d51e04b89410322 122235 perl optional libanyevent-xmpp-perl_0.55.orig.tar.gz f61c843c7d515a76e90a1b3a39dd726e 4628 perl optional libanyevent-xmpp-perl_0.55-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTfFVDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhGd0P/2YMwgPTZfH8Rba4KhYruC39 1qaX4XPZNEnHhiJ8+Y4rTkx/pmVfR9y7wcvN/881O6Ubp2/6wE/PvcBeFHlaQt8y rrCpqzPo12PAXBvcXP70llZopNB+jCZEGrtCGmcPQVcYNJRjkh4LIx7OZQnrmc3M 7zo2hs3lNFf+70tnGzsXDV+DtNuZ3MzLZyjKw2dypIo/oyCCYvIZ2wuFVRqb+12D ba+Ysch0LH7dSlhZ10C2Oc83mNIkcyOFKPBdkr0zNZvuIDyVfexv+VlI1rIzsnP/ 2nxWE0F8uifouS4ssqtd8eYaMNRv60LHpTMzeL0/Z19zb1n3KAoLdjqnuffW6T1m TIy7b7dgPp5UlhvLjzaUYgM6IM4cSZQMt4Khq18wG5QzdCt3VmbKgffNa2NWEqqx ICu9uA5jgZvMnhY2I9HRCthbbK7BCb6KVGwSnZslBatpiXC9+4ff5i8UbV+RX+oc 4tUrN8Pb/G+ANGNIyde/5AJZZAUDEqQonbjmMRNB2wljzjOtYNhlooOqN/y2zbmP 3hnDClIRtilUw/6P1CUYKsMCQMkv2Wmt+ppVlaFZr2vUA3CqIKJ45gHNUqObsBBo uJKf5QRiU3vTjTf80XaQ0yTkfo7Cy9pGSeHH2HfiJ9apq4cs3xWjMolRBqMn0u+w MyuWvHMuSeEf9OHfIpGp =3Mbs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 07:52:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 07:52:13 +0000 Subject: Processing of libanyevent-rabbitmq-perl_1.16~dfsg-1_amd64.changes Message-ID: libanyevent-rabbitmq-perl_1.16~dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libanyevent-rabbitmq-perl_1.16~dfsg-1_all.deb libanyevent-rabbitmq-perl_1.16~dfsg-1.dsc libanyevent-rabbitmq-perl_1.16~dfsg.orig.tar.gz libanyevent-rabbitmq-perl_1.16~dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 09:02:38 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 09:02:38 +0000 Subject: Processing of libcurses-perl_1.31-1_amd64.changes Message-ID: libcurses-perl_1.31-1_amd64.changes uploaded successfully to localhost along with the files: libcurses-perl_1.31-1_amd64.deb libcurses-perl_1.31-1.dsc libcurses-perl_1.31.orig.tar.gz libcurses-perl_1.31-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 09:17:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 09:17:39 +0000 Subject: Processing of libdist-zilla-perl_5.019-1_amd64.changes Message-ID: libdist-zilla-perl_5.019-1_amd64.changes uploaded successfully to localhost along with the files: libdist-zilla-perl_5.019-1_all.deb libdist-zilla-perl_5.019-1.dsc libdist-zilla-perl_5.019.orig.tar.gz libdist-zilla-perl_5.019-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 09:36:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 09:36:11 +0000 Subject: libdist-zilla-perl_5.019-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 21 May 2014 12:12:47 +0300 Source: libdist-zilla-perl Binary: libdist-zilla-perl Architecture: source all Version: 5.019-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libdist-zilla-perl - Perl distribution builder Changes: libdist-zilla-perl (5.019-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 5.019 * add (>= 0.06) to libfile-sharedir-install-perl (build-)dependency Checksums-Sha1: e2c6e23c918f1cf0767c996f1bb94ddc3897af48 3729 libdist-zilla-perl_5.019-1.dsc 5ebae48950d0252245cdeeff82db84377727c46a 161883 libdist-zilla-perl_5.019.orig.tar.gz a54249dca5b9bbc6bebd6187ccc4b97de13fccd7 6204 libdist-zilla-perl_5.019-1.debian.tar.xz afa2df4cbc8fe5ca324a4060a4c955ddc54f25d2 365652 libdist-zilla-perl_5.019-1_all.deb Checksums-Sha256: 16d05b1eac8e515be7fdd80100e8d6444c6e334c237f7ec529b4d6920462efe5 3729 libdist-zilla-perl_5.019-1.dsc 9a68f42a38ced2596c4f464c87c09a724f1cc453e9e9fe64af101380cfdd4a4f 161883 libdist-zilla-perl_5.019.orig.tar.gz 8b59d854251aba954c5490916d2d7fd590827446e41360ccbf97c9c4bfa4c6f9 6204 libdist-zilla-perl_5.019-1.debian.tar.xz dc28ccc05bd88756dc7dbe8bac9b3f8c192fad21fcc0c4f342450b698dbadcd9 365652 libdist-zilla-perl_5.019-1_all.deb Files: 4dda3b01541118d3e5ba06be5caa9e5e 365652 perl optional libdist-zilla-perl_5.019-1_all.deb e6d6e13f3be8d3e0a97cd4b767e45d5e 3729 perl optional libdist-zilla-perl_5.019-1.dsc 9a2832ca8998e8feab976f9436ed3dd2 161883 perl optional libdist-zilla-perl_5.019.orig.tar.gz a0d8951b462423c88b798c8732ae5ac6 6204 perl optional libdist-zilla-perl_5.019-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfG6WAAoJENu+nU2Z0qAEcsAQAJ9OEIGiuYMUjTW2Qa8qGdqw dRRonG8ZIUFrGJi47f1dz9fA5HjreE70vect22rxt3v67crmzD92aqPcSRtKEXlr Ont7wsUmphB4ykeJdOJEInLm44OnXazJ/oFZAZgBChIfxFFYA8C2Z3bKa+PJY8iV M7EoWONSXiaEfeNgHK37jGw7KxDfMKqPU4CGbj+5u3ytcSw7FbVtbx8IpYY1yQow HCcyZrjBtB/Z4X3KML+CptbT7sFU3/OcjUlrHPSoRhv8HqyognxVyWgHzFS2lIu1 2TO4ZCcW7/OwS/gh/KzQFTOrCKkIDc3+c9g9pKwEzXCSAGD4SeUMX+YOWXtj5rtc upPzX6kd/FZVX80Yh16OradQHBgcZTVFeXfHOkvJIp+ow1xD62g6JPsH+7HY/KzZ j4A68O9uQswWmfum0go4nbv6KhYWEHi/XMwaOpNKJTRepulmuMNVG7EVg+UWweym eIo/VqB9HznuDCOblIVFkn+IFAiJNVzpsDtTtKMQAIb9DHlS5zIAzICyyIhyt8qJ Jji1dJ5kOz0ONzLje1/DYnib/Vww3Zo1POnhlQNeMKHdMyzmQEMezXyrKsSWXuX8 qSmKJ3MS3psEE04GZJNlbey8g/aRjgbYGJ+PWV40dDs1hLOXUFra7GuUfgTHOWO+ qmcrejNIJ7fv73TOCbHB =65GC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 09:35:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 09:35:54 +0000 Subject: libanyevent-rabbitmq-perl_1.16~dfsg-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 09:45:06 +0200 Source: libanyevent-rabbitmq-perl Binary: libanyevent-rabbitmq-perl Architecture: source all Version: 1.16~dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libanyevent-rabbitmq-perl - asynchronous and multi channel Perl AMQP client Changes: libanyevent-rabbitmq-perl (1.16~dfsg-1) unstable; urgency=medium . [ upstream ] * New release. + Doc fixes. + Fix leak when calling ->close + tests. . [ Jonas Smedegaard ] * Fix only depend on (not also recommend) amqp-specs. * Update copyright info: + Extend coverage of packaging. Checksums-Sha1: d32afa6197a58b294d180398b47d68ecf4afb3a6 2504 libanyevent-rabbitmq-perl_1.16~dfsg-1.dsc b2388589c4447ebdcfa8b6bead13d798fe71168d 36481 libanyevent-rabbitmq-perl_1.16~dfsg.orig.tar.gz d2ea11129210bc905441fa67aa33857fa3d71f77 3900 libanyevent-rabbitmq-perl_1.16~dfsg-1.debian.tar.xz c92a1daf7c1e1e52eaa05212f007b805c7dfb9e7 26238 libanyevent-rabbitmq-perl_1.16~dfsg-1_all.deb Checksums-Sha256: 58531d0c0c3d6f86666fb29487ee5c460a658af88c00791f87a31284a70b41e6 2504 libanyevent-rabbitmq-perl_1.16~dfsg-1.dsc 560271d3257d2275bb270f93cc0abaf76d69ca414018fa7f5977749f6fe0c475 36481 libanyevent-rabbitmq-perl_1.16~dfsg.orig.tar.gz 479a3c7c211c76205dd4c16f4720df5554e6e8df6ffbb6b1f4b9c98e6d18d886 3900 libanyevent-rabbitmq-perl_1.16~dfsg-1.debian.tar.xz 1444d56059284914ab7010077f1b3ac494365af067e6e9bd6264af6ba5657c08 26238 libanyevent-rabbitmq-perl_1.16~dfsg-1_all.deb Files: 306e76f6d0e17dba1f2538a467435f31 26238 perl optional libanyevent-rabbitmq-perl_1.16~dfsg-1_all.deb 12a92caff9fe7b40755a38e4939d25e8 2504 perl optional libanyevent-rabbitmq-perl_1.16~dfsg-1.dsc e93499727b048025dad46b7555670d68 36481 perl optional libanyevent-rabbitmq-perl_1.16~dfsg.orig.tar.gz 73d99f9619ea1dc223270c84ecd4b038 3900 perl optional libanyevent-rabbitmq-perl_1.16~dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTfFqqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhoMUP/R52mafYz1oY2wywVgUDcOrV oLKOeGO7kNDc8RePo3xqtt7mfM+NNpvJMAWC3bhGH2Cwg+a79gnP1iH+ExV4mhLG yTjDefaYCjehlERM8btvRQ1NuqDkTQ3iWIfLaBesER//yrdTXY/HdgUvroamsK2L cHs1ibz/HEN3aVovf8EibYf45cAOS2muIGv81eNzxiMg4a4Ek0h1Yfiw/xfbKlgb 5+ZS7j/Gqx/n+9DoHsCRYD1DEbPP5+0VdIOGqicwWa9NaGtS0fdYqplm+qJ+iuWn Aot2btjhDr1qlIV8GDraObWIQ70nHhWawOZW4ufndaRK5pNbVu/IS9FOzLYGCE6W dfdqHn7TQ2MJHLsmA7JW6Mcw9dgsE3xXcVsLKTBbd/UVh4UeepM210LaRZIMbaVt fM0R9cnN/89l5+uT0QjSynhRdySldiqMqk0skcNcmkc9Ctt4qVrn3/W3fBCAE3Q9 ayY3ZTUuHOz3x6lC1nPzQfKK/fL+X0FH0URW7kXSOs3MMxmLpVrqLccsRHAiiUXl 76sGkVcHMMulqufzp3GJuA134MRdPKErwtbdyLv4rMm4P+F3r7LuXZze2cF+rAmh 2uSKqQpbJCTOQ0KryKfHAUL7wJavrDW2WPReFMRhZ8ISinTOZdbAbPDmCgp7NLPy bFM0aA6M12mJaA4pxryz =p2Uh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 09:36:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 09:36:03 +0000 Subject: libcurses-perl_1.31-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 21 May 2014 12:00:22 +0300 Source: libcurses-perl Binary: libcurses-perl Architecture: source amd64 Version: 1.31-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcurses-perl - Curses interface for Perl Changes: libcurses-perl (1.31-1) unstable; urgency=medium . [ gregor herrmann ] * debian/rules: remove unused variable, drop parameter which debhelper passes by default. . [ Damyan Ivanov ] * Imported Upstream version 1.31 * refresh t_upstream_spelling.diff to apply cleanly * forward t_upstream_spelling.diff upstream * add a patch fixing encoding issues in Curses.pm POD * add two new files to debian/copyright * declare conformance with Policy 3.9.5 (no changes needed) Checksums-Sha1: 28464cb9401a7d33f6df71bc229617f257c9fd3f 2176 libcurses-perl_1.31-1.dsc 9a70e8cd3d16c48fa8292608b8a5ca9e69976ded 134236 libcurses-perl_1.31.orig.tar.gz 1d3f5c0b1a1e37067cca692fe184a6d1a1a03f77 7120 libcurses-perl_1.31-1.debian.tar.xz b68ac7ee91d6b5439ecda167ef026cca96e83311 91934 libcurses-perl_1.31-1_amd64.deb Checksums-Sha256: 4b283eb1939f8b95339d5de70ff523dd5e5c2d6e72a6cd47bcb41f870266f791 2176 libcurses-perl_1.31-1.dsc 7bb4623ac97125c85e25f9fbf980103da7ca51c029f704f0aa129b7a2e50a27a 134236 libcurses-perl_1.31.orig.tar.gz 49a7e55233420b5d32bf467f3d6bb472d6f6a6b05c0cabf540a5af474b6cf469 7120 libcurses-perl_1.31-1.debian.tar.xz 7a47efd0280f7729c81917bdb7e298b6326e93b4d887f8817bd706b0bae332c6 91934 libcurses-perl_1.31-1_amd64.deb Files: c583bad507017c524fd9e9f3a3e2668c 91934 perl optional libcurses-perl_1.31-1_amd64.deb f9bc3b95c52754b3c8f5182db90336a0 2176 perl optional libcurses-perl_1.31-1.dsc 119aff0faaa9347ed32dad127c4a6707 134236 perl optional libcurses-perl_1.31.orig.tar.gz d8da681ec8ad04214bfd4c3186457663 7120 perl optional libcurses-perl_1.31-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfGt/AAoJENu+nU2Z0qAEr0oP/0koBcSAaKK0+O73n3Z7TWv+ rhA4vdz+xaP2+oCWshISjlrA0CAH/2CzROWm6CywoXLvlkSTNxxYZ3pOXzb6+JZB OgtP9eU0mKYAsZfUH+ihOoEv9n/hSOor0Lm8tr2nDqJqCG3L2aVzjWOV4TZJvJy6 xzMcByeEVVUGMobvLT7U9aef+BaB49A0d4MgI9pl72eIJwRsh6SyCZ6FcWkj2D8c apquxW0CLN18SDKT/5D4uXmcMHm3fZhxrvxnW96OFfqDtOWYuyxJtRpkZOxRhvMZ Ajuir9mAyYqvHSqK/tePpRgDs1VZOMKV1IMuaduu8bNy7fU9wpLvpy7gVdy/gUul nwwppAX/aBZlgGtvSYaeiPnPmbt9Pjnzz06SQjdiyhl+PqEwyuLZDRA+OETu8h8p Djsc+VX5F5njlATkYx2hx7Ityb9sppYp1BKwiR+QyXNaKz0aYBVgCDAHNoaNnoFM BB+zfGaZaFU3TpAyikDVzfsaaQEKG//m9wqmg6y4DrzmbYPLAXw3AK9vsqzFzsfi SI+LPFd1DdgMWzAWR8Y1qiKf2v/GFphEN7cwwTbzBS1AwTovsXY8GRCs9nLaJh5K PiLuQNyS7OrDKxYvXf5X45dAograPm9IS6Gdg1KoIwAP8gseLh+++79BgfnZaB7H 6kaRdw77/hmVz8kOwHbi =wlai -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From cjwatson at debian.org Wed May 21 12:06:14 2014 From: cjwatson at debian.org (Colin Watson) Date: Wed, 21 May 2014 13:06:14 +0100 Subject: Bug#748849: libcatalyst-plugin-email-perl: FTBFS due to removal of libemail-send-perl Message-ID: <20140521120614.GP7031@riva.ucam.org> Package: libcatalyst-plugin-email-perl Version: 0.08-1 Severity: serious libcatalyst-plugin-email-perl fails to build in unstable with this error when installing build-dependencies: The following packages have unmet dependencies: sbuild-build-depends-libcatalyst-plugin-email-perl-dummy : Depends: libemail-send-perl but it is not installable E: Unable to correct problems, you have held broken packages. libemail-send-perl was removed from unstable recently: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639878 http://packages.qa.debian.org/libe/libemail-send-perl/news/20140520T063958Z.html Thanks, -- Colin Watson [cjwatson at debian.org] From ftpmaster at ftp-master.debian.org Wed May 21 12:48:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 12:48:20 +0000 Subject: Processing of ciderwebmail_1.04-3_amd64.changes Message-ID: ciderwebmail_1.04-3_amd64.changes uploaded successfully to localhost along with the files: ciderwebmail_1.04-3_all.deb ciderwebmail_1.04-3.dsc ciderwebmail_1.04-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 12:48:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 12:48:36 +0000 Subject: ciderwebmail_1.04-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 14:24:37 +0200 Source: ciderwebmail Binary: ciderwebmail Architecture: source all Version: 1.04-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: ciderwebmail - IMAP webmail service Changes: ciderwebmail (1.04-3) unstable; urgency=medium . * Update copyright info: + Fix revert adding short licensing texts: Wrong to silence lintian warning by inventing licensing statements! + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Update alternate sources, and add alternate upstream contact. + Fix add License section for LGPL-2.1+. + Extend and improve coverage of images. + Fix indent a license. + Extend coverage of packaging, and bump its licensing to GPL-3+. * Bump debhelper compatibility level to 8: debhelper 8 is available even in oldstable. * Update package relations: + Add fallback (build-)dependencies on older libcatalyst-modules-perl, to ease backporting. + Relax to recommend (not depend on) libdbd-sqlite3-perl. + Fix stop (build-)depending on libparent-perl: Provided by perl(-modules). + Build-depend on devscripts: Needed for CDBS copyright check. * Fix typo in PSGI file. * Provide nearly-out-of-the-box config for Apache 2 + uWSGI: + Create/remove default db dir in package scripts. + Install uWSGI and Apache snippets below /etc (not as example files). + Improve uWSGI config to run as separate user. + Improve uWSGI config to set HOME and CONFIG paths in PSGI script (not configfile), and list only commented out in uWSGI ini-file. + Tune uWSGI options for better production use. + Rewrite README.Debian to reflect improved setup. * Modernize get-orig-source hints for new github.com ABI. * Have git-import-orig suppress upstream .gitignore file. * Add README.source documenting use of git-buildpackage and CDBS. * Add alternate github URL to watch file. Checksums-Sha1: 4dc848f3057cf5f6fb0985cf931a28efc10195f8 3845 ciderwebmail_1.04-3.dsc 996196d86a6dc53c56300c4e6facedbd9a9d5d70 9896 ciderwebmail_1.04-3.debian.tar.xz d7e889839ee8be1a949db60f9c3b1b4c421fc2ca 188628 ciderwebmail_1.04-3_all.deb Checksums-Sha256: cdf4da4a1103b9b7d8c70dfe350908424a4475044d8f2b83defc5548503cb653 3845 ciderwebmail_1.04-3.dsc 8af796d4aaa9406de08b46b4c8b5b67e19baf2e17213086b22cd34b942950759 9896 ciderwebmail_1.04-3.debian.tar.xz f4e68f9d66c0396556d82f585cdaca374da51aee6b6d2f1660b258f1064c452d 188628 ciderwebmail_1.04-3_all.deb Files: 811ef57c85d622053e110cc069748360 188628 web optional ciderwebmail_1.04-3_all.deb 4c4223e293ae6b44f45c792e42518ad6 3845 web optional ciderwebmail_1.04-3.dsc 1f24efeaa09d9a4ac84c1dbf93a8fdb7 9896 web optional ciderwebmail_1.04-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTfJ/BXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhyNwQAJPW/xUtB9Cw263uIVe3pcL8 wR8/0wyG/0IVUeKrcORuSL7keqQ3bPdmEaZcCVU14vQq1S5AGLHVy+XJr41yVVT9 Yc2lREaa5Hh1rnAIV7rVsSNr63v9J1rcApoiGWB7Ev00SjEYWupy6jXsnFJS+H6S Qajh5d8ht4kfyJ1uf/te+lwaWMcYtJ3F3IDcBhYE7Gj+qXVfEwbnXTWZGt0cKtoq SaU37k5pJOfJ/APciziwUe5mhvltb5FTMCq0aZD+Ri4oZaVIlNdqyy8cs1CEnoJQ qPf+YP/jM/BDKC5fjbI128EgfBaFdhVBz64hqUVA/tKEpGADPC0hpiVzITpdhHRM 7WsQLuPxfGvKriI7QJGCLyOMqCtLdmKL2visWu/W4CfKt5bhT8B+byRJUB/h0QKB ZcR0045eBX9htjxqTQAxwaGX8O6dsWW92WWw9n0jjUyB2Ax7hLmAgXMVGZkRy2C3 LPUtGkPpfQ48EK4fqUzXYkFLTUhlPSkU+Ul1Bg3fPjZI6/XiOcWWvTI6E6jnFcSI WiAK3fiBjN+J7JpfRfeT9jjYxn5g99o0n1wS1a8Mysx5d71jUaMVMRxeei6S9AP/ sd6ppjo8s7FJmfzxnIAxyyAxIS7qURobQ0NMWZwtrMBqmci2363ny2zSTcjo3RgK v+JFXW04zfy52T7VRUle =MraG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 14:44:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 14:44:06 +0000 Subject: Processing of libhtml-defang-perl_1.04-2_amd64.changes Message-ID: libhtml-defang-perl_1.04-2_amd64.changes uploaded successfully to localhost along with the files: libhtml-defang-perl_1.04-2_all.deb libhtml-defang-perl_1.04-2.dsc libhtml-defang-perl_1.04-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 15:36:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 15:36:36 +0000 Subject: libhtml-defang-perl_1.04-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 16:37:50 +0200 Source: libhtml-defang-perl Binary: libhtml-defang-perl Architecture: source all Version: 1.04-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libhtml-defang-perl - cleans HTML and CSS of scripting, executable contents and XSS att Changes: libhtml-defang-perl (1.04-2) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to use canonical hostname (anonscm.debian.org). . [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL. * Update copyright info: + Extend coverage of packaging, and bump its licensing to GPL-3+. Checksums-Sha1: ab2a65b41bb532a20aad585cb9238b09b0d659c4 2188 libhtml-defang-perl_1.04-2.dsc 6fc7a08433dc65c2875069b7f933c2ecad27ca26 3244 libhtml-defang-perl_1.04-2.debian.tar.xz 0d2be03e5c653573bf20ab71048520a87800dca4 34274 libhtml-defang-perl_1.04-2_all.deb Checksums-Sha256: ae3381ccb50d0e8224b4f64d95941eee58bd906c9d310669ebe98a99313634f8 2188 libhtml-defang-perl_1.04-2.dsc 8c0c453ed5316f79e9bcecb60319b6ce52f71da4369c8bfa5f3b95890525580b 3244 libhtml-defang-perl_1.04-2.debian.tar.xz e57414f94ba3dc99c0f797839c6110f53958d090e4450556bb5b003485014f09 34274 libhtml-defang-perl_1.04-2_all.deb Files: 8b86791797a827c5a26a1ae1e0fbceec 34274 perl optional libhtml-defang-perl_1.04-2_all.deb 99205bf9d09e4a5ce40aa46f25056e83 2188 perl optional libhtml-defang-perl_1.04-2.dsc 12eab5f95ef6c543f3f585f9c019aa2e 3244 perl optional libhtml-defang-perl_1.04-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTfLs3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhXT8P/0sfpWr0K+MAXUvD9HLRwStG o8xfaiq9EqF3h+UJT+g3j45O/izoVNMp/LcA6nkXAcdwqJDCTPtqERZCzlUGMAfR IZ0b6GfXU/b1uae3ZcNPsAxUVG5Ma/rTkBJygCL/axBI0tP4mk9kLzdTHOA3fe6L +8jFWpA2PRjbagSAERq5G8GpDH4oy5tF2Y4UBsZuDXPAP+RQMBuK4yLCjHWarI6e aS1J2hPGhitdqrf9D1yOxKudK0YS8xaBb4/d1EfggLNKwDYtJ/kJ4sAiiL+ftCm0 /CuAwXLAEz9ulfpNnLnmOdrqe0wNDGZ0auhtwxTYrLfn/AT3kT7H2l5dk9gwuGeF XTN6kFR4o6H4Xg2dOg2UdVagaX9lOTyqLXyHuBz7/PFgo9AzM7xLM46AVHKXX2Ek NF9gUjuUhi6Vo14dDpfSDOmT2YqC/WyBUELLmKa4gyCk/zSIrfpaubCpCnLULn3A hHdwBBtQQ1a8Z7wdaBE/Reqkk8C2cXSSlEHKgxERI1BnFiaIwlDhfJUXAhW5f7xx IAJqqlN2NCElk6m2f+DXAmW8xm1uvqBKAQqS0MKqCOSYOrKZT/ZYfC4qXPHHzG9g hHqv79Jx6cI4OYhtHJmXhGtutyL3PLOjaHcV2+Ex/fnesSLSwr41yoxeXbB/6tD3 Fa04t9BPXA2cVR9bwTi2 =E9v+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed May 21 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:17 +0000 Subject: libtext-levenshtein-perl 0.09-1 MIGRATED to testing Message-ID: FYI: The status of the libtext-levenshtein-perl source package in Debian's testing distribution has changed. Previous version: 0.06~01-2 Current version: 0.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:16 +0000 Subject: libcatalyst-plugin-unicode-perl 0.93-3 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-unicode-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.93-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:16 +0000 Subject: libcatalyst-view-tt-perl 0.41-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-view-tt-perl source package in Debian's testing distribution has changed. Previous version: 0.41-1 Current version: 0.41-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:16 +0000 Subject: libcatalyst-action-renderview-perl 0.16-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-action-renderview-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.16-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:17 +0000 Subject: libpoe-filter-xml-perl 1.140700-1 MIGRATED to testing Message-ID: FYI: The status of the libpoe-filter-xml-perl source package in Debian's testing distribution has changed. Previous version: 1.102960-1 Current version: 1.140700-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:16 +0000 Subject: libasync-interrupt-perl 1.20-1 MIGRATED to testing Message-ID: FYI: The status of the libasync-interrupt-perl source package in Debian's testing distribution has changed. Previous version: 1.10-1 Current version: 1.20-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:16 +0000 Subject: libaudio-wav-perl 0.14-1 MIGRATED to testing Message-ID: FYI: The status of the libaudio-wav-perl source package in Debian's testing distribution has changed. Previous version: 0.13-1 Current version: 0.14-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:17 +0000 Subject: libnet-dhcpv6-duid-parser-perl 1.01-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-dhcpv6-duid-parser-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.01-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 21 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 21 May 2014 16:39:17 +0000 Subject: libsql-abstract-more-perl 1.21-1 MIGRATED to testing Message-ID: FYI: The status of the libsql-abstract-more-perl source package in Debian's testing distribution has changed. Previous version: 1.17-2 Current version: 1.21-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Wed May 21 19:21:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 21 May 2014 19:21:05 +0000 Subject: Processed: bug 748849 is forwarded to https://rt.cpan.org/Public/Bug/Display.html?id=86843 References: <1400699945-3852-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # sort of ... the ticket also mentions that Email::Send is deprecated and should be replaced with Email::Sender > forwarded 748849 https://rt.cpan.org/Public/Bug/Display.html?id=86843 Bug #748849 [libcatalyst-plugin-email-perl] libcatalyst-plugin-email-perl: FTBFS due to removal of libemail-send-perl Set Bug forwarded-to-address to 'https://rt.cpan.org/Public/Bug/Display.html?id=86843'. > thanks Stopping processing here. Please contact me if you need assistance. -- 748849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748849 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Wed May 21 19:32:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 19:32:06 +0000 Subject: Processing of libchart-gnuplot-perl_0.21-1_amd64.changes Message-ID: libchart-gnuplot-perl_0.21-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libchart-gnuplot-perl_0.21-1_all.deb libchart-gnuplot-perl_0.21-1.dsc libchart-gnuplot-perl_0.21.orig.tar.gz libchart-gnuplot-perl_0.21-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 19:34:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 19:34:50 +0000 Subject: Processing of libchart-gnuplot-perl_0.21-1_amd64.changes Message-ID: libchart-gnuplot-perl_0.21-1_amd64.changes uploaded successfully to localhost along with the files: libchart-gnuplot-perl_0.21-1_all.deb libchart-gnuplot-perl_0.21-1.dsc libchart-gnuplot-perl_0.21.orig.tar.gz libchart-gnuplot-perl_0.21-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 19:49:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 19:49:31 +0000 Subject: libchart-gnuplot-perl_0.21-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 21:22:53 +0200 Source: libchart-gnuplot-perl Binary: libchart-gnuplot-perl Architecture: source all Version: 0.21-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Salvatore Bonaccorso Description: libchart-gnuplot-perl - module for generating two- and three-dimensional plots Changes: libchart-gnuplot-perl (0.21-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Salvatore Bonaccorso ] * Imported Upstream version 0.21 * Wrap and sort fields in debian/control file * Declare compliance with Debian Policy 3.9.5 * Update copyright years for debian/* packaging files Checksums-Sha1: 1ebd06a8e9deb1639884650911eb5b7716f168d9 2222 libchart-gnuplot-perl_0.21-1.dsc 3434fc6bb6fc3abf50c19b96ab8b7cf1c77bec62 50356 libchart-gnuplot-perl_0.21.orig.tar.gz 9f101f27d90c069bfaa2107f48df8bd5952d380a 2832 libchart-gnuplot-perl_0.21-1.debian.tar.xz d29f31002da1f3d7f9735f73b541fe00d077999c 53696 libchart-gnuplot-perl_0.21-1_all.deb Checksums-Sha256: a198d0129f3baa9507de925b9c35bf55dc96e75581e5cf100e0eddf025e6ae22 2222 libchart-gnuplot-perl_0.21-1.dsc 3377356838323962561b6dbb1cf2b3314d6461a5cf247f825720a7e93dd16815 50356 libchart-gnuplot-perl_0.21.orig.tar.gz bab611d16eb92c4403e0f35efb88987223faecb7d8af6c6c284d9bcda53854fc 2832 libchart-gnuplot-perl_0.21-1.debian.tar.xz 31538b02287070d04c30e276a8f5db6c8781b42677b59989939ba45aa2f32478 53696 libchart-gnuplot-perl_0.21-1_all.deb Files: 110f71f94b916ddf37787ca37dc7dcfc 53696 perl optional libchart-gnuplot-perl_0.21-1_all.deb 8c48fca46c2a2c8ef5463aab24d02a1e 2222 perl optional libchart-gnuplot-perl_0.21-1.dsc 67c181b65bdc601434025c4236135005 50356 perl optional libchart-gnuplot-perl_0.21.orig.tar.gz 7ebf3237aaf634edbc7ff3c65418929a 2832 perl optional libchart-gnuplot-perl_0.21-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTfP5WAAoJEAVMuPMTQ89EiHQP/2Y7P0C/gT8ucbkQe/6MFA0e O9iuzj/KvX70TaQ8qk8GTdH4KvbQQI3OE11I8HVK4B2FsQ85b3nOPx5Sf7yZm7bD JUXbYcQZo7P+JgqhB3OBngaf9Zny/Ir3zi4y2X6iaHebiCAi3EI+hYkRZN9CPi4n QcpylurZNsEBrj7NCHDsTj9gDkH1ZVL7S7utAyMg54gnGloxNabqBMsEl3oeDufl Dw23FokNr6OTgBRfK9XMVohkvv8MbASEGtwLTLHt7vKmsn3HATrbqEzJZNlVYIKT GiFAjEVFYUePAc/rw5GfnPU/Kz/LICa9+//kk+N/OlmzLgHV1dAFE4rz1zlupha4 ClxMlDBnV7u2spKSoHwopvWdE58Q8jJfsebzHqBMMPnUFEuGc99A4WXO1lF5Qkhc NPyCqyvAPYKLHIj0LV4QSb4o6yVYAQ5/wYlxQtJxlwv5QfRviutn0UmbosR72p5i FYGOG7xWSBYyW66eBiLJkUMw78EGD9sP6fczbxqo0TuO5B5EV4Ut9dfdz08fkSm5 0ZVPyeTDZRQ9dfHTXZqgjign167knCkHw2IBQ+kLmJJAbOmoXmlaGhEBwSiLJW5E hn4hXVHgF7ZGA/DrUgt/YcyM5sXv/JWh7pyQaqZbH5jZHAfd7W0FuMoq71RRCnxZ AnakbqlpWelk00RdmcpE =KXYZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 21 20:04:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 20:04:53 +0000 Subject: Processing of libdbd-pg-perl_3.2.1-1_amd64.changes Message-ID: libdbd-pg-perl_3.2.1-1_amd64.changes uploaded successfully to localhost along with the files: libdbd-pg-perl_3.2.1-1_amd64.deb libdbd-pg-perl_3.2.1-1.dsc libdbd-pg-perl_3.2.1.orig.tar.gz libdbd-pg-perl_3.2.1-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 21 21:35:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 21 May 2014 21:35:04 +0000 Subject: libdbd-pg-perl_3.2.1-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 21 May 2014 21:53:18 +0200 Source: libdbd-pg-perl Binary: libdbd-pg-perl Architecture: source amd64 Version: 3.2.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbd-pg-perl - Perl DBI driver for the PostgreSQL database server Changes: libdbd-pg-perl (3.2.1-1) unstable; urgency=medium . * New upstream release. * Simplify debian/rules a bit. initdb is found again by the test suite. Checksums-Sha1: f7911e0972ef228a170ed72b2a00b47154bac48a 2444 libdbd-pg-perl_3.2.1-1.dsc ddcef35e7431742258a415069c9f1c2d303c0446 249178 libdbd-pg-perl_3.2.1.orig.tar.gz 3d5853b81b1a8c1e96e2219299baea2a1aa6bdf6 9684 libdbd-pg-perl_3.2.1-1.debian.tar.xz 32e6d964c394a603e0e55fea584ee359921a8dde 199874 libdbd-pg-perl_3.2.1-1_amd64.deb Checksums-Sha256: 71ac4853161bff98dfe5a8b903fc7323f58932386b30590c956c0a1698bf9f3d 2444 libdbd-pg-perl_3.2.1-1.dsc f4540395064936e2cff86cfb60935f313d21eae11e967aeae0fc99426350b33f 249178 libdbd-pg-perl_3.2.1.orig.tar.gz 0b4847338e755f0eed1f4bf5e018988f1f587371679dc598b68455adf8605dfe 9684 libdbd-pg-perl_3.2.1-1.debian.tar.xz 889ceda507a8604d53566e6450e049213c82f7dee7bcf12b4d3b0e9244cbaaf1 199874 libdbd-pg-perl_3.2.1-1_amd64.deb Files: 5ba56c8ec817e781b92d0ab51a864798 199874 perl optional libdbd-pg-perl_3.2.1-1_amd64.deb 5e4ab8a69ea5f94b1a546218ff47e0f4 2444 perl optional libdbd-pg-perl_3.2.1-1.dsc 6f2196ddd75d613e37a57e1ed7f0bcfc 249178 perl optional libdbd-pg-perl_3.2.1.orig.tar.gz e7b10d77002e45e730bad46f55412468 9684 perl optional libdbd-pg-perl_3.2.1-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTfQTRThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm+3D/9rMibNwVfHeYz6L7Cc77I546i1OL/MEYiVt9b4617pChdF 617sh092FWuhngZ4hzSXTVhxr8P54tfHLXhn3p1tT7M7b6l6Qnw7P/plCG9XDLw8 R+zx6k5kKBIbodwm8RvuOe6ma/HW0gjUeiKK2h7N/78TsKdGejj+Ey71u+Htta1/ nzU5DQC1ej9AMR0OanUbMdA7pZ5Zu7i7MgHxbPsJNubg1mhuXbVZFjKrrlaK/o9g 7IH+vGHD/aso2KSSVnud2v+bPWPFJN1iZr8UAjZi8L7zmLj3dlwqRJnc1Epn7+Dq diTvyVvJLJN01blaGB3+OEpPvn6VA71gN88h1duN8ee01DT7TA92xMqhonH3PPfV +eW+7IxDrQwJZmx3lQ5hl2Rx/kxEZwJgvYN7ZMo3ih6ERt0wMCNXcgRr8eiArn9A tVsuAZBin7HRvxNaepLZSlG1StLDNKvVGjrq9mZKMJqTXSNGjcwne1O66F7MofnI uXt0q8NunMsEdlYg3shW1V6GetE4WveVxets+PSTHbEUU/6YeIFUACE1hp//duxH 0tKR7ryDq0TMXs731YNEBFoOeSV0z7iUYpacLhyjm0sHD6bKcKrjeOzYLa90hJev 7iMPylz5azHig5/rNAkB/rPurGIpeogbIkbxshM0+PZWYX7pQ8jwUkj0o5w81g== =QW7Q -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 07:56:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 07:56:53 +0000 Subject: Processing of libglib-perl_1.305-1_amd64.changes Message-ID: libglib-perl_1.305-1_amd64.changes uploaded successfully to localhost along with the files: libglib-perl_1.305-1_amd64.deb libglib-perl_1.305-1.dsc libglib-perl_1.305.orig.tar.gz libglib-perl_1.305-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 08:06:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 08:06:54 +0000 Subject: Processing of libgnome2-perl_1.045-1_amd64.changes Message-ID: libgnome2-perl_1.045-1_amd64.changes uploaded successfully to localhost along with the files: libgnome2-perl_1.045-1_amd64.deb libgnome2-perl_1.045-1.dsc libgnome2-perl_1.045.orig.tar.gz libgnome2-perl_1.045-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 09:28:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 09:28:32 +0000 Subject: libglib-perl_1.305-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 10:53:07 +0300 Source: libglib-perl Binary: libglib-perl Architecture: source amd64 Version: 3:1.305-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libglib-perl - interface to the GLib and GObject libraries Changes: libglib-perl (3:1.305-1) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * Imported Upstream version 1.305 Checksums-Sha1: 9a04d463268c94d007ca21486fd894b6af04ba38 2189 libglib-perl_1.305-1.dsc a929f9f4eaf2d6686ac1713902840cb005ba14cb 286063 libglib-perl_1.305.orig.tar.gz 01bc454880f12290467896e08858763b0876aa07 9344 libglib-perl_1.305-1.debian.tar.xz 825221ff33ef8a4d2102c72d8ac691642b266471 349272 libglib-perl_1.305-1_amd64.deb Checksums-Sha256: 34eabeba47a8fc298b1af62bbcbb79e90a7e8c6cec888376c7f684ed4a1073f0 2189 libglib-perl_1.305-1.dsc 2955483a00db4a18953ee7b557e8638415e2aa7e96e75851ba10fbdc68a9108e 286063 libglib-perl_1.305.orig.tar.gz 1860f7077ae90cab24e2cf0b6399b6f919309a7b07d951fcf24540ef99bb7c23 9344 libglib-perl_1.305-1.debian.tar.xz cbe30aa7d31181196be3cb71bbdf7cbe9a8390cd53db86691aea34a74b3f0021 349272 libglib-perl_1.305-1_amd64.deb Files: 87686d54fd318e925b22132dd7eda43e 349272 perl optional libglib-perl_1.305-1_amd64.deb 330d6c0bb7bf6f56bf4ab2af3b99245e 2189 perl optional libglib-perl_1.305-1.dsc 75a5d3a93fa8ec8e804a344a2a65507f 286063 perl optional libglib-perl_1.305.orig.tar.gz b84c88d3d857b0b93a2fb6e6c92c3c26 9344 perl optional libglib-perl_1.305-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfa0rAAoJENu+nU2Z0qAEbBIP/RfunoREcukVmkO5UADtp23L IbgKVOAjpPGPdJV1UQhKKipdvk8JyhX2pu+uSpGzk3Z52EmsEsEyEDZxnzwG5lFk kuhHfbI1OXknOs1l0xZghs12NNvIJNA++VLlrhjia7lyZoj0ODxN0eY16fhOYzyS sqoO6pe+9vZW8aaN6L4XhhETheoPglP9YbEPr6UGYVxMMjrXb+XAs7QrtUK9Oj4n 4z4Q5XNcNg/ufXXGp7jnpg4Dd4P/aAGjpgWj8SATLcHo7IkLXPqXZdTJlUbldWa3 ulSfwih2uV5kq2dm/njSHNoTQxozivmD/TLNd84L99DPvMO0YdYRVNhFAST5UHsN W8Dy0yqstAyG/ctCXXWtBUvEGt0vPj2+0ZtodI8RKSKqksu5HsRUAas/ukzJEX// mwIgW/NPNRyiJEfCmvLkKj4q0mCNBbBDDy08Jn6xP5bQSlTNooC7h9pCOPo73U2s 0g865yE8lpKOeN4BdxQ4eaZ4vQJa1HSXIsaEfIsykUenLAHIUCy0d0bdESBrLnnn C7ISUV05KKq8JPjfuXNxCLsIRRaA3bNS8V4ACPzMeQVH4YIRIwBlDpmUbX7P9YNu n+5Hu2OSgm1dVnNBj29lfyoX3BupQeZmV77FuniuZB0t93QTvPLrBqnsY7Dr/UdK vp540NrR38WDwBKLbM7u =CZLN -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 09:28:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 09:28:39 +0000 Subject: libgnome2-perl_1.045-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 10:58:18 +0300 Source: libgnome2-perl Binary: libgnome2-perl Architecture: source amd64 Version: 1.045-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libgnome2-perl - Perl interface to the GNOME libraries Changes: libgnome2-perl (1.045-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 1.045 * drop pod-spelling.patch, applied upstream Checksums-Sha1: 3340a882af60124af8a2b32b6521e1fe5dfbb298 2132 libgnome2-perl_1.045-1.dsc ef6f418d10937767cc20d23d2fe6c8a994df0822 79262 libgnome2-perl_1.045.orig.tar.gz f5dc0094846994694f16cb1bdea313b5789f38cc 3452 libgnome2-perl_1.045-1.debian.tar.xz ee2826dc67d28f25e2d44e431a8ec6ac98c214c4 248972 libgnome2-perl_1.045-1_amd64.deb Checksums-Sha256: 172ea3c6f1034f926c35519fecac9a7a03990cd390fe2c3d7b539fb994d3b8ef 2132 libgnome2-perl_1.045-1.dsc 1426044de3ab4900e0a7cb0cc27aa2213c6ad29ed0676b018dce2eee832692f7 79262 libgnome2-perl_1.045.orig.tar.gz 55d984eb8ffcc3b3eb99868b9a58625fe60a90ff5e030440a169700da6dc9c7a 3452 libgnome2-perl_1.045-1.debian.tar.xz fcc3ccf6879635650e2f4dec67271d1d9eca29f1536f8ad870c705f09d1fbf93 248972 libgnome2-perl_1.045-1_amd64.deb Files: 1e25fe65ee07b3fabff01edc7d67e076 248972 perl optional libgnome2-perl_1.045-1_amd64.deb 5d275eee1eaea451cf4b4b1450297f9a 2132 perl optional libgnome2-perl_1.045-1.dsc 95c06139f9d950df17c9cb0340c74168 79262 perl optional libgnome2-perl_1.045.orig.tar.gz c15776af3d89a5fc9657af1c3e7a796e 3452 perl optional libgnome2-perl_1.045-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfa7yAAoJENu+nU2Z0qAEDX8QAKk7iN/WKsVgpGKHoXJf7PVx UtT0oBbh26WVldCrGaTfXpEE2lekkaucy/gASNQ09cOLBbgjcUf7wNXmzi8kbLRL pAkq8DrQqyV5S5Qy3TME7Bnl5Wv2bEBcXthAhxkSfqBKCDlLys2ofBWcPXf9gAid nMR63wuRIDD8bD3RK0rsAZNy+mwc8wbgvsIa7wJjaTtXAEiiodl6802AT9XJB6It nlEv63PkpuOfOP0AquG2zMy7+O4lssPWcmT7gKM0xv+ZUiwVbywGAP+MoiA0ePaj hKA/mRo3KH4HyZHEgr/IoCbV+hnRrDsHUDrk9r82lVe1TmOr1FYYv9sFrAHNDSZ1 ETmScU9fF8qwVmYbZU8Q8Fu/pqXwd0Kkp6QLoE/bOHqhZCKGtJFZ0FUJgUkHb3nM uu8Q4x8sFDeaGCeYzmQzUel938dCgU3W7Mea89QAE78CJVIAVlHHc0sbPmCkP0l1 7x3BYRUws7Wv1TF1CEjKXBSn6cR+M7ChDuLMfFF3n68DCQg3zKW3+DWe4fjkCKLy QLt08n24c4uZBGfuyS/Eg/vDsbYsqj+wf263NbA1DK+pHkifgCXVC0dvraJZrC/m fM7CVXzeZ4rw48dvNhWWS/xna04wJxFw+MzavhQjt6GDsan5hTDAR0pjLQL2oCkT s6qiTG+X9VTToGh3b6Ds =M1ri -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-subrequest-perl 0.20-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-subrequest-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.20-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Thu May 22 16:58:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 16:58:40 +0000 Subject: Processing of libcpan-perl-releases-perl_1.70-1_amd64.changes Message-ID: libcpan-perl-releases-perl_1.70-1_amd64.changes uploaded successfully to localhost along with the files: libcpan-perl-releases-perl_1.70-1_all.deb libcpan-perl-releases-perl_1.70-1.dsc libcpan-perl-releases-perl_1.70.orig.tar.gz libcpan-perl-releases-perl_1.70-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 17:03:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 17:03:37 +0000 Subject: libcpan-perl-releases-perl_1.70-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 19:55:07 +0300 Source: libcpan-perl-releases-perl Binary: libcpan-perl-releases-perl Architecture: source all Version: 1.70-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcpan-perl-releases-perl - module for mapping Perl releases on CPAN to the location of the t Changes: libcpan-perl-releases-perl (1.70-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 1.70 Checksums-Sha1: 430298b7b02c99372534cc54e1c4b5c1cd36419a 2183 libcpan-perl-releases-perl_1.70-1.dsc 17187e056fb71c3443984bb2b7604c3e25f7ffb9 21569 libcpan-perl-releases-perl_1.70.orig.tar.gz e414c13648fcbfd901588d8bf6f4613292eac182 2516 libcpan-perl-releases-perl_1.70-1.debian.tar.xz 1cffd619ea747ab073ec12884f26f556578203df 16394 libcpan-perl-releases-perl_1.70-1_all.deb Checksums-Sha256: fb2d6086eb15a27684dbfffdd3a2b7fbc1a459bfbcb7c87a1c7fbd9283b5b552 2183 libcpan-perl-releases-perl_1.70-1.dsc d986226ae1a9bc40f645b234b984d3fbf17272adca8feb743b6faa27cba3053a 21569 libcpan-perl-releases-perl_1.70.orig.tar.gz 89c0882041d2e7c779404a71687c07577f32351ad046b5a89e488ed62901d3a3 2516 libcpan-perl-releases-perl_1.70-1.debian.tar.xz 4db2f157c6ec9e61c335cc1fa1f3fde0d229bb2e8a70b4c4d1407ccb17ff6ea7 16394 libcpan-perl-releases-perl_1.70-1_all.deb Files: 3f89b9d67e1b3af5baee9c8896836a14 16394 perl optional libcpan-perl-releases-perl_1.70-1_all.deb 3ebfb4c7b38e3144350592246339103e 2183 perl optional libcpan-perl-releases-perl_1.70-1.dsc e887b9b4c2c281cccab54a57627a5279 21569 perl optional libcpan-perl-releases-perl_1.70.orig.tar.gz 766d5151797000c175bc08109c1b0282 2516 perl optional libcpan-perl-releases-perl_1.70-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfiwgAAoJENu+nU2Z0qAEd28P/13C4RVKdHRFFeoEBl724Lb5 4+um9YPgMXOsjn+x9DvnXBaiurMd2FsH/2rVDDnUSakkdzsEtzwPZYFrfrJEBFNg lI7T7i2obA3YF9X4HoaYTTS3DGIVIwGvMJ3iT0B+s41rn0C7Sfd63ZgvEpH80ubV KFGwmJIAIzLtrqWrB74BCuuhNQUmQTIDfQnwh8uIxF9xA69SKPu/AiBihdhT08rx iHoikkqGzQhfHevnqYXQtUkeET9LwzE/bYFw/vmYjPykzEyVPqyq1v4kImJoAvp0 gWXffczZa1eNK9arRgqdFHfy9iivsB+JhQZwbTfGED0QbPXOswFcHohnj0Dq1VbN rvUbRG3T4B7ACuZNTZsZZdLStPB9vARjGwyZMeIpixXgF8jAnB/RdyXc2ao6l6/w 4cmfu12HS9NJJz1Cl336vCqMmRB3R6GAbD9CqUerbvFiZVW6f+DaKKWm6CxtkdjR pDNsJHiKH6OHZlbFtSvyWCPUOFrBHR6MzkUwXmej7bp1u17UfdonPXGtr/QIu1Mm 5UCjCRW8k1DpRd41rJ6AR3Fqr4rXReoz8vkSYYCYNzHywDl4y6W4UeJTW06SHzYX yw6EGyTIOmQk5IokjIMA8rjeUeqk/rrizcGerpRhgT9IBPqHrfoq0Ocb5v7hYwX4 rEmvWJQ0bKozsh+pMJPd =5d5W -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libxml-rss-libxml-perl 0.3105+dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-rss-libxml-perl source package in Debian's testing distribution has changed. Previous version: 0.3103+dfsg-1 Current version: 0.3105+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libterm-shell-perl 0.06-1 MIGRATED to testing Message-ID: FYI: The status of the libterm-shell-perl source package in Debian's testing distribution has changed. Previous version: 0.05-1 Current version: 0.06-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libtest-moose-more-perl 0.024-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-moose-more-perl source package in Debian's testing distribution has changed. Previous version: 0.023-1 Current version: 0.024-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libxml-libxml-perl 2.0116+dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-libxml-perl source package in Debian's testing distribution has changed. Previous version: 2.0108+dfsg-1 Current version: 2.0116+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libtext-vcard-perl 3.05-1 MIGRATED to testing Message-ID: FYI: The status of the libtext-vcard-perl source package in Debian's testing distribution has changed. Previous version: 3.04-1 Current version: 3.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libnet-twitter-perl 4.01004-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-twitter-perl source package in Debian's testing distribution has changed. Previous version: 4.01003-1 Current version: 4.01004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libmoose-perl 2.1206-1 MIGRATED to testing Message-ID: FYI: The status of the libmoose-perl source package in Debian's testing distribution has changed. Previous version: 2.1205-1 Current version: 2.1206-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: liburi-escape-xs-perl 0.12-1 MIGRATED to testing Message-ID: FYI: The status of the liburi-escape-xs-perl source package in Debian's testing distribution has changed. Previous version: 0.11-1 Current version: 0.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libdatetime-format-http-perl 0.42-1 MIGRATED to testing Message-ID: FYI: The status of the libdatetime-format-http-perl source package in Debian's testing distribution has changed. Previous version: 0.40-1 Current version: 0.42-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libdigest-sha-perl 5.91-1 MIGRATED to testing Message-ID: FYI: The status of the libdigest-sha-perl source package in Debian's testing distribution has changed. Previous version: 5.90-1 Current version: 5.91-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:14 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:14 +0000 Subject: libsereal-decoder-perl 2.12-3 MIGRATED to testing Message-ID: FYI: The status of the libsereal-decoder-perl source package in Debian's testing distribution has changed. Previous version: 2.11-1 Current version: 2.12-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libdbd-pg-perl 3.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the libdbd-pg-perl source package in Debian's testing distribution has changed. Previous version: 3.1.1-1 Current version: 3.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libnet-github-perl 0.60-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-github-perl source package in Debian's testing distribution has changed. Previous version: 0.59-1 Current version: 0.60-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-stacktrace-perl 0.12-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-stacktrace-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.12-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libconfig-general-perl 2.56-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-general-perl source package in Debian's testing distribution has changed. Previous version: 2.52-1 Current version: 2.56-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libdbix-class-deploymenthandler-perl 0.002211-1 MIGRATED to testing Message-ID: FYI: The status of the libdbix-class-deploymenthandler-perl source package in Debian's testing distribution has changed. Previous version: 0.002208-1 Current version: 0.002211-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libdata-clone-perl 0.004-1 MIGRATED to testing Message-ID: FYI: The status of the libdata-clone-perl source package in Debian's testing distribution has changed. Previous version: 0.003-1 Current version: 0.004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-session-store-delegate-perl 0.06-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-store-delegate-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.06-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-session-store-file-perl 0.18-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-store-file-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.18-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libclone-perl 0.37-1 MIGRATED to testing Message-ID: FYI: The status of the libclone-perl source package in Debian's testing distribution has changed. Previous version: 0.36-1 Current version: 0.37-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcrypt-smime-perl 0.13-1 MIGRATED to testing Message-ID: FYI: The status of the libcrypt-smime-perl source package in Debian's testing distribution has changed. Previous version: 0.10-2 Current version: 0.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-configloader-perl 0.34-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-configloader-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.34-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-view-mason-perl 0.18-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-view-mason-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.18-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalystx-component-traits-perl 0.19-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalystx-component-traits-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.19-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-cache-perl 0.12-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-cache-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.12-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-view-json-perl 0.33-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-view-json-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.33-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-session-store-fastmmap-perl 0.16-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-store-fastmmap-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.16-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-component-instancepercontext-perl 0.001001-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-component-instancepercontext-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.001001-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-session-perl 0.39-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.39-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-session-store-dbi-perl 0.16-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-store-dbi-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.16-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-i18n-perl 0.10-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-i18n-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-model-dbic-schema-perl 0.63-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-model-dbic-schema-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.63-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-static-simple-perl 0.31-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-static-simple-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.31-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-authentication-perl 0.10023-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-authentication-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10023-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-controller-html-formfu-perl 1.00-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-controller-html-formfu-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.00-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-authorization-roles-perl 0.09-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-authorization-roles-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.09-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-cache-store-fastmmap-perl 0.02-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-cache-store-fastmmap-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.02-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-authentication-store-dbix-class-perl 0.1506-3 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-authentication-store-dbix-class-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1506-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-plugin-session-store-cache-perl 0.01-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-store-cache-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.01-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-authentication-credential-authen-simple-perl 0.09-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-authentication-credential-authen-simple-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.09-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-model-dbi-perl 0.32-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-model-dbi-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.32-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-log-log4perl-perl 1.06-3 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-log-log4perl-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.06-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 22 16:39:13 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 22 May 2014 16:39:13 +0000 Subject: libcatalyst-controller-actionrole-perl 0.16-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-controller-actionrole-perl source package in Debian's testing distribution has changed. Previous version: 0.15-1 Current version: 0.16-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Thu May 22 18:13:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:13:49 +0000 Subject: Processing of libextutils-depends-perl_0.308-1_amd64.changes Message-ID: libextutils-depends-perl_0.308-1_amd64.changes uploaded successfully to localhost along with the files: libextutils-depends-perl_0.308-1_all.deb libextutils-depends-perl_0.308-1.dsc libextutils-depends-perl_0.308.orig.tar.gz libextutils-depends-perl_0.308-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 18:18:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:18:39 +0000 Subject: libextutils-depends-perl_0.308-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 21:08:22 +0300 Source: libextutils-depends-perl Binary: libextutils-depends-perl Architecture: source all Version: 0.308-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libextutils-depends-perl - Perl module for building extensions that depend on other extensio Changes: libextutils-depends-perl (0.308-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 0.308 Checksums-Sha1: ed9b2e207b28ac8c0447835d5b099292eeaaecff 2152 libextutils-depends-perl_0.308-1.dsc a1a5192d3ac50adc3fdaee68312760a023961dc7 13917 libextutils-depends-perl_0.308.orig.tar.gz b0dd1e0a682e573b88ce1b2015482fc8fbd47b35 2760 libextutils-depends-perl_0.308-1.debian.tar.xz e3808a46354787e63145422dac34e7f4c1450a39 16938 libextutils-depends-perl_0.308-1_all.deb Checksums-Sha256: ba4689f1cd9747e07d1e1c67abe581103d42a1ce1be7c6e0ef2301dcd0d80061 2152 libextutils-depends-perl_0.308-1.dsc 81f92f15d769dc77697fdceb7d3aad961768b0c00fac87099a5b9f2d1d82e3e6 13917 libextutils-depends-perl_0.308.orig.tar.gz 42f4fd71850b3e54f9f7c0284c5012b97331aeeb012e8508bf82abd79d9a2219 2760 libextutils-depends-perl_0.308-1.debian.tar.xz 0100fee05eaa692f03254d17d53aaf92da2fd248abc8a6a8b02aa8291f40a133 16938 libextutils-depends-perl_0.308-1_all.deb Files: 391f3450b7b7455657aed361464d36f7 16938 perl optional libextutils-depends-perl_0.308-1_all.deb 1a9159e104a4e3027c97696fa62fbc7c 2152 perl optional libextutils-depends-perl_0.308-1.dsc cea7ebb99d05fe47c24a1de043b478f2 13917 perl optional libextutils-depends-perl_0.308.orig.tar.gz 2afc0775bbef836b1231d55dcf166f81 2760 perl optional libextutils-depends-perl_0.308-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfj1EAAoJENu+nU2Z0qAElkkP+wTfq8/8ZP5lQybt0SUJy8DA PFCgITMbFJHuuXSpuH+iBRJPqqh9ltGZkwMaxAdGLXKdb0oQKbXIfhBrQVs/TX5n Nw33wVORO63O+Eq41NjxcxNLzTOSI+7XDchqWD9mBDe7ic+7S0/zJbEiZs6/qZvB 8mTQ1Bc1lP5N7LB8iK7v9i4DFL4hKTFa2c9tHVFfhDGpaeUp7dYsU1ZKNn02RZEC F8uRiCoR0K1tyv1AGG1m+qoH7hBdNmpCziLqUjgbJeeCuer+ogXfV4jqa4JkfzMX 9IZAKtduVY5u9K2MYRgt2jaYkzXPWW4ZDHK6M9N2Gdw/YO0yJqHVsDobWXUNQDrz PUMkmjnOqO8EmdqcrwhoS824DBfUAMy2CqbvCTqerPWOLvZ58lYFjHboN0uXZgd9 9oxYCLykT6d41+uKGVlLAi7fb5X7NNhuubmUwwx+GMtb7JsXGrvuEWVs8G1J0IGG dciRTcEpZ9UhcNBHCKnSjBiqbXWsBl1Cn6MeQrQuj8hEBK2qhcFdLJmrwFLyTwjA VwM5wBJg8a8m9CVHn1Z+jJAbkQ21TJ57lxsLidqWKZy7EQG4F7uAr62mU0YMKW6x IWzibvdCll9HVHRq7JXQGHVUN7D9fQZt3cCiCsHXywh669hnhT0A17Bn+dpk50rJ kT/IQ3GI0sFdLx7v5nIM =qMO6 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 18:23:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:23:52 +0000 Subject: Processing of libfile-find-object-rule-perl_0.0305-1_amd64.changes Message-ID: libfile-find-object-rule-perl_0.0305-1_amd64.changes uploaded successfully to localhost along with the files: libfile-find-object-rule-perl_0.0305-1_all.deb libfile-find-object-rule-perl_0.0305-1.dsc libfile-find-object-rule-perl_0.0305.orig.tar.gz libfile-find-object-rule-perl_0.0305-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 18:28:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:28:52 +0000 Subject: Processing of libconfig-gitlike-perl_1.14-1_amd64.changes Message-ID: libconfig-gitlike-perl_1.14-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-gitlike-perl_1.14-1_all.deb libconfig-gitlike-perl_1.14-1.dsc libconfig-gitlike-perl_1.14.orig.tar.gz libconfig-gitlike-perl_1.14-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 18:34:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:34:26 +0000 Subject: libconfig-gitlike-perl_1.14-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 21:23:57 +0300 Source: libconfig-gitlike-perl Binary: libconfig-gitlike-perl Architecture: source all Version: 1.14-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libconfig-gitlike-perl - Perl module for Git-compatible config file parsing Changes: libconfig-gitlike-perl (1.14-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 1.14 Checksums-Sha1: b1fcafdbcb9d1b3ae412c556f1a2924ce9849124 2307 libconfig-gitlike-perl_1.14-1.dsc d03166fdda8d9d247b6dc950e3ab138e0667b2b6 49690 libconfig-gitlike-perl_1.14.orig.tar.gz 1222e39556c773c01c5bebc7d834ec1c6be44c26 2776 libconfig-gitlike-perl_1.14-1.debian.tar.xz 231bf506f8d960505169bb9706aead90665009ab 37386 libconfig-gitlike-perl_1.14-1_all.deb Checksums-Sha256: f01bad052ef934cb6085fe972577f92132f45a8d97226d7aaa64375b9b127729 2307 libconfig-gitlike-perl_1.14-1.dsc 0f7ab2c70cd6c56cf3d483b1b2768c06acf44b019ce952625638a9fddb974767 49690 libconfig-gitlike-perl_1.14.orig.tar.gz 02da74771600a4f077f3d8a31c65148697a898234da3c5adc0ba6fea9a999825 2776 libconfig-gitlike-perl_1.14-1.debian.tar.xz 1dac2b88a53a743ad26236c6d6c3c89031c91edf421e8d43f27d596c0796b2ce 37386 libconfig-gitlike-perl_1.14-1_all.deb Files: a02773b14d07f8304178c8fc492e1553 37386 perl optional libconfig-gitlike-perl_1.14-1_all.deb 4d181041419b50234b6396eb1324f6eb 2307 perl optional libconfig-gitlike-perl_1.14-1.dsc 19b9e8a75a0ec5e57fe7d281a87f2173 49690 perl optional libconfig-gitlike-perl_1.14.orig.tar.gz 6728b24eee6d45324283dcead66f7e86 2776 perl optional libconfig-gitlike-perl_1.14-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfkD6AAoJENu+nU2Z0qAENXcP/A4+RnwYYCsWY6/ul7fTbrTz l/xl8e20XHmVB4caKhDPfmSblJKMa7kvq/RrMcBjxCzj198qxUQbqlyH501siP3M dD+VR7PbmJQGHAWL33ZdC395sbcbDtw3LheHBuuRGayR7wNrlmqM+ghirTeUAEF6 Nm9mOVc21mmkTiwbZXCtcbvjRVFJE8j4yKiC7sDLnjl0wJwzCMQ8jPKjYzVS2zQX NiJf607g1NanKVgKnvLRW+Pym41l5uG5A/a/jVg8qfMExpZeZuPBkSUtn95df/mt sRVE8ZVLl8uzFaj2WT7MGmAQdF5R1p2D3tT4VBekuYhMP8HUxeqR3OGcyFQeG/TW xG3GEWP7NktbWfXgWoPlgefkm0+vTwjL+LXkaOKzt78lCiT4bCRWHzLGNVw4jXc7 y3KuNe7I1cb5iGp28luy1XJI49Eg7/RfK50DC2H1qdyK2tdLQa4Br2D9isHbIrHy MCENRNxwrowiPVtzDociPftyflwD0njdG7XyzABgysJ1vv6BXhyioIkEbsLg8q5u WFDiFBlpNg+9dDQclQ6S27sDRNyatB35P05POjp6x9RtgOVXaRQOXTaFuLI9lbuW LJycQFPOah7oRazjqyQurMeimlOTEHgdjqofkiFddx4/ty+imqfN0Su6/RB9H36n UcYZjsQhJ95khXQ5VOsY =qGL2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 18:34:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:34:32 +0000 Subject: libfile-find-object-rule-perl_0.0305-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 21:14:56 +0300 Source: libfile-find-object-rule-perl Binary: libfile-find-object-rule-perl Architecture: source all Version: 0.0305-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libfile-find-object-rule-perl - alternative interface to File::Find::Object Changes: libfile-find-object-rule-perl (0.0305-1) unstable; urgency=low . * Team upload . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Florian Schlichting ] * Imported Upstream version 0.0302, 0.0303, 0.0304. * Bumped Standards-Version to 3.9.4 (no change). * Email change: Florian Schlichting -> fsfs at debian.org. * Added libmodule-build-perl (>= 0.360000) | perl (>= 5.11.3) to B-D. * Deleted lintian override for intentional misspelling, which is no longer reported. . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * Imported Upstream version 0.0305 Checksums-Sha1: 504481bf07711db64edc2f87fa9008da70203fcd 2369 libfile-find-object-rule-perl_0.0305-1.dsc 848fba36a2bcb4cd3368b6684bf2facc58cf872a 34805 libfile-find-object-rule-perl_0.0305.orig.tar.gz 53df0ced3faad8715197664183d93d6db3ca7a1d 2144 libfile-find-object-rule-perl_0.0305-1.debian.tar.xz 8c1aed4cb665a9dc6639899e8ca3dd0caf8f0ca8 31906 libfile-find-object-rule-perl_0.0305-1_all.deb Checksums-Sha256: fe2791388232a24e18005fb5cd7298e1b19d07d82298a225da9f0e57e836516f 2369 libfile-find-object-rule-perl_0.0305-1.dsc 663332a753602866007d4dfe201d5dff58dc27671fe2f1e0a49ee094f8b04443 34805 libfile-find-object-rule-perl_0.0305.orig.tar.gz 1264595ff1af3fc2e8ada656005bd1c0cbd7abc0fbc6727317d554329b8a53e8 2144 libfile-find-object-rule-perl_0.0305-1.debian.tar.xz d7f6dd55fc8fad6f4787b551740d6882881badcd583f127c806da2d3f5b77e7d 31906 libfile-find-object-rule-perl_0.0305-1_all.deb Files: 4e65af9792e034268b2887e20c779d85 31906 perl optional libfile-find-object-rule-perl_0.0305-1_all.deb 81ab2186a77afdc74e574e06b388a4ad 2369 perl optional libfile-find-object-rule-perl_0.0305-1.dsc d4037d468b1ac9660be5584d59c8f4eb 34805 perl optional libfile-find-object-rule-perl_0.0305.orig.tar.gz d0f0493a5e37e8036894b86abfe1ca0d 2144 perl optional libfile-find-object-rule-perl_0.0305-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfkAFAAoJENu+nU2Z0qAENWIP/07nXmpwLPZLBNX88/KbUbz5 5l/IjtWtDsKWV1ut6qvU87lO/1tZ5UWqZ+owkMVAG+SiXdlawLPaVD9AyQucuOeW U9lygxsANc+EBKHPjDR6BuZOQozaEw/wTtiLsk9gBAQHoj8cgAvnk0nvsKqlFUMP u2ZS+msGQWPSt/u+a/vnQEWc1ENPNF93vGQsGEP0/kgX2vxR7macQbK25gffG5oE OlIpg9ivBGY/v0BfKxLo0NfHb5NpypiRQu3+NxxrVFPR4sajo35uZSOLGOwbCVKL 4Yr6QDFeMKs0o7mfovdgI5UvW8WS98+4A8/FaUMSuemWTKjgnJudm2QJajnbmwxQ HccQLfnp48ghLmOksB+gbP8DgPNv74kPaydNqccg1diHLHQwzlnroUbwF8RT/U89 eLS77amwUJwlzm9afBNKBC7XnlzCUavK+OybV8TQy8UIqj2peSnUsTbEcYtcFR/c I2tjhAMEcqA1rvncxG5kcdpkkv9Wup78ByHLRb88lRYQjLy6vcBalwVxCTT+lI9c Gfu57fAjD8q7glQhp5i9LdCTYq4AFqswRoTbBre5QMghTEU+VgmEArIEhdtfKKiR 89DXlNuPNh6Rh+xOHw+O62rYr0OY2kpHN/js6fRlKL60jTBS04a/4GTw4AmNCqwJ a93uYZkRqIrRobGaqj4p =kVzL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 18:38:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:38:57 +0000 Subject: Processing of libconfig-autoconf-perl_0.300-1_amd64.changes Message-ID: libconfig-autoconf-perl_0.300-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-autoconf-perl_0.300-1_all.deb libconfig-autoconf-perl_0.300-1.dsc libconfig-autoconf-perl_0.300.orig.tar.gz libconfig-autoconf-perl_0.300-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 18:48:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:48:58 +0000 Subject: Processing of libfile-write-rotate-perl_0.15-1_amd64.changes Message-ID: libfile-write-rotate-perl_0.15-1_amd64.changes uploaded successfully to localhost along with the files: libfile-write-rotate-perl_0.15-1_all.deb libfile-write-rotate-perl_0.15-1.dsc libfile-write-rotate-perl_0.15.orig.tar.gz libfile-write-rotate-perl_0.15-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 18:48:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 18:48:55 +0000 Subject: libconfig-autoconf-perl_0.300-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 21:32:54 +0300 Source: libconfig-autoconf-perl Binary: libconfig-autoconf-perl Architecture: source all Version: 0.300-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libconfig-autoconf-perl - Perl module to implement some of AutoConf's macros in pure Perl Changes: libconfig-autoconf-perl (0.300-1) unstable; urgency=medium . * Team upload . [ Salvatore Bonaccorso ] * Imported Upstream version 0.28 * Add (build-)dependency on libfile-slurp-tiny-perl. Add Build-Depends-Indep and Depends on libfile-slurp-tiny-perl for File::Slurp::Tiny. . [ Damyan Ivanov ] * Imported Upstream version 0.300 Checksums-Sha1: e18b9e581d9b771be460a4ee3c1ade42205b3e46 2210 libconfig-autoconf-perl_0.300-1.dsc d89b076a347f62237cd9cfc4d5fb1ebe27650b4f 25656 libconfig-autoconf-perl_0.300.orig.tar.gz d259f52a7d35f9ebb659a1ecc89da348566695c3 2292 libconfig-autoconf-perl_0.300-1.debian.tar.xz 3372a41a7f7f314d1bc60474934f786931b9f2df 31150 libconfig-autoconf-perl_0.300-1_all.deb Checksums-Sha256: 56fa797d2d3821f9ca9e3aa00c2bf6d103664380eafcade0c1e26fa726c3889a 2210 libconfig-autoconf-perl_0.300-1.dsc d5ba0e4991c5595163c6b325e1993ab1ef2ce089fd3e7562df66e4db44cb1a9c 25656 libconfig-autoconf-perl_0.300.orig.tar.gz e0d49f645d560976dca28c07ea013b45c81ef17535f5f911a2a13f2eaa8c0ada 2292 libconfig-autoconf-perl_0.300-1.debian.tar.xz dbcc37b786a18ad9564c7e154fa68b52caa24ade601a14ab8c651e8272600f0c 31150 libconfig-autoconf-perl_0.300-1_all.deb Files: ccdd3f616c86317e0235f59f1120a744 31150 perl optional libconfig-autoconf-perl_0.300-1_all.deb 94de19f32a1b805d5f0465e795d0a5da 2210 perl optional libconfig-autoconf-perl_0.300-1.dsc f7564182ecddffc519a2666e9c2a313f 25656 perl optional libconfig-autoconf-perl_0.300.orig.tar.gz ebcc79a0808889006a85e5fdaa7f25f7 2292 perl optional libconfig-autoconf-perl_0.300-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfkMcAAoJENu+nU2Z0qAEYmoP/1aIS+SH/9yscvRkyKWZ5qUY xeRnryHSiVOW/C02MTTPWwEmDALrRYSlh3Ksl9yUeWVy7fLhCIUDD6n92vQnQpr5 XfpOCzZFiuFKQeEoDWbuu8eJ37aLXi5/5rgjg/IawqbJ9EfAnkXtt6OOURYGeAw8 7WMBs5+qrQn4MgbJWHQWCeurBsoPWEbzyOscdBlC9kC7Xr0CTf8DiJSBpbauBsKd HQw+glyolOfwlajoTXEwpd6CCZ9aEwfmws7py/F1pVjDG81L/VyZjx8KuI1P9sA3 kTEJtPvnxxOU6ScJti8noKJ6J5aD52yc6VKrzwMtKxgH8paG0EG2TIzMxM/cc/th a2nlZZl98wUTlxov2zhIjA+Suh3Qh4Z/kTY7pq8tQ2gBZtTIHcIIhmW9/QjqHkar hOHxqPd22p1nldHPITxiTelzc9JBCJPTYtftr4UTPktSg0HidzoKbJbgVKxQXBGC 1jxzjdydqrZRDSurT02IAPyUeE03lGkrnPOXy+2QMgzLI8Spag2/PpMT7eLcARUU 82ppi/3J7bf2/frD43wyrBCg8GjcdKEWHDB4mo45q5a/OsvpWzSVYuX47J6UBGb7 AuNu/Wai3jglySWkVc8l8IEA7L6XGUpiwen/joJlU6mgSolE3y94pUeofwpPfb2K n+nMpMq6VNp+orbsw5DY =dzyB -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 19:05:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 19:05:11 +0000 Subject: libfile-write-rotate-perl_0.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 21:44:58 +0300 Source: libfile-write-rotate-perl Binary: libfile-write-rotate-perl Architecture: source all Version: 0.15-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libfile-write-rotate-perl - module to deal with files that archive/rotate themselves Changes: libfile-write-rotate-perl (0.15-1) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * Imported Upstream version 0.15 * file-slurp ? file-slurp-tiny in B-D-I * add version to libsharyanto-file-util-perl (build-)dependency * bump year of upstream copyright Checksums-Sha1: bde02b81fcd29510e4640ab32b3a6ccb2fd6ead1 2396 libfile-write-rotate-perl_0.15-1.dsc 31fc2808a16cf635e88f6d4781e78e8c9a0f23cb 21595 libfile-write-rotate-perl_0.15.orig.tar.gz 00fb7f621fc3d3d358c23089a84d4b8c28a7d8d7 1912 libfile-write-rotate-perl_0.15-1.debian.tar.xz b7019a5ff092f22d12a07c2aa64192af0bed4709 15486 libfile-write-rotate-perl_0.15-1_all.deb Checksums-Sha256: 0b9a0e430e3fb45936b7f2979bdab4719624432967b888ad2c482cd29a9d9129 2396 libfile-write-rotate-perl_0.15-1.dsc 7a372fcc4cd16d783c02894cb25bcfdd058f690919165b22c97c27878782039b 21595 libfile-write-rotate-perl_0.15.orig.tar.gz b789254883c35b29a2d919ce0d678976e39cf852dca450b848617c11d74ac6a3 1912 libfile-write-rotate-perl_0.15-1.debian.tar.xz 0ad0eda9533ecfac442eee7c938a0cb4534e6941d9b459353f999e3736d2f2d7 15486 libfile-write-rotate-perl_0.15-1_all.deb Files: 238ce4e26b52c124262fc17fb280c8d9 15486 perl optional libfile-write-rotate-perl_0.15-1_all.deb fe75631b806be3617792dc580299ec14 2396 perl optional libfile-write-rotate-perl_0.15-1.dsc bcca50c3d41719b08c2b0dc0cf7787d5 21595 perl optional libfile-write-rotate-perl_0.15.orig.tar.gz 57d06a3a480671cc3f9c09faf8566920 1912 perl optional libfile-write-rotate-perl_0.15-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfkX1AAoJENu+nU2Z0qAEG7AQAI3cDOk8pgWoNA5ApKvRjv3D GbPjlwo+Ubxu+IyZ+xM1cSU63hibqbvv2eSFGvzanmUw0I2BSLQbsguqaqef1elW dgSXsQBaOMmKpM6fjzl8R6K0XhScxY3BZjTPTCH1qlg33PNGtrT3i/bQ1/FBUd77 D2htqFPekzMVNNyd786ZpVFrX6RIZ2NCbfr5JNqp+DqrwknkgDTxyuWW6vntRIhx zf863DAcN7fjy01WiPpfUkYwSX6BiQBlcA26PH1wgYnWlKVmS2M5CWjH0cdXiSSF XeKwJ+gvC+BfRVF/7bWVuRJRYYh8adgk+FXgOQRyRye9YrfQPnYChst/bZoT+gj0 zZpPM2v6ZBKu5N1u4EIsoHPE7dTOxkgm5LZaB6hR0MGvFnRD9OyECnc/3frFrDCo HAygvnVwKtczVoURyfexcToBX6QnnB1NqXEGEql1jw591bwGa+wGGl6Uct/fWvnQ pAg8ULCRpWtsbVQ3LNiOcrna1W48wIzXSccGlAwnGf7nmG4eFNdZhgJEg8Vi9u4m cIwXYaDbDjJrKNEM0gPd9GW9MpoY5iPqvPyUypQ7fvKG4qwUu7PpFm8ceic4X2/p 86xo//Np6iMFOLXb+UAcCC65akNQsOx12sUIea5GI/iXtvzfJh+Jhx3Ljh5KYqzP FirK6gu0ZgetRPEMVKOL =MY3W -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 19:19:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 19:19:06 +0000 Subject: Processing of libglib-object-introspection-perl_0.023-1_amd64.changes Message-ID: libglib-object-introspection-perl_0.023-1_amd64.changes uploaded successfully to localhost along with the files: libglib-object-introspection-perl_0.023-1_amd64.deb libglib-object-introspection-perl_0.023-1.dsc libglib-object-introspection-perl_0.023.orig.tar.gz libglib-object-introspection-perl_0.023-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 19:34:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 19:34:12 +0000 Subject: libglib-object-introspection-perl_0.023-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 22:13:03 +0300 Source: libglib-object-introspection-perl Binary: libglib-object-introspection-perl Architecture: source amd64 Version: 0.023-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libglib-object-introspection-perl - Perl bindings for gobject-introspection libraries Changes: libglib-object-introspection-perl (0.023-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 0.023 + drop Fix-return-value-handling-on-big-endian-architecture.patch, applied upstream Checksums-Sha1: 767214d5a4fdee5693a49b9dc2bf0af773361879 2429 libglib-object-introspection-perl_0.023-1.dsc edea10943d8511832ec9eb5d4805dfcd244e6c48 60066 libglib-object-introspection-perl_0.023.orig.tar.gz 669165fe00d5359ff9fd383d1f4097910872130a 2788 libglib-object-introspection-perl_0.023-1.debian.tar.xz e3fbb98259c41d2b512f1c4de834bd9159ccbccb 45288 libglib-object-introspection-perl_0.023-1_amd64.deb Checksums-Sha256: 98c717e655fd485f82c049a3ca13956db442e226ff123211e7e433ab79d83b49 2429 libglib-object-introspection-perl_0.023-1.dsc 0962656798a0611d037f0efac9f87bf0d3a3e963169c349cef11fdd285e1b588 60066 libglib-object-introspection-perl_0.023.orig.tar.gz 0221e0282bc7c94b21316d6e3996a5ac6904c568a98e8f7191b932b0806de93b 2788 libglib-object-introspection-perl_0.023-1.debian.tar.xz 5a6261092c2e5f1c836eade8484951cb259dd0ded6b1396be8c811ad0e114f21 45288 libglib-object-introspection-perl_0.023-1_amd64.deb Files: 6d06ed72798cbc5d7db5f5c2e0dbc8b0 45288 perl optional libglib-object-introspection-perl_0.023-1_amd64.deb 11b4908d23f0ec5bb13aeabb932a0e8e 2429 perl optional libglib-object-introspection-perl_0.023-1.dsc 2c3526e6c3768212b2fab95d20bea62b 60066 perl optional libglib-object-introspection-perl_0.023.orig.tar.gz 42fb1af9006cc4323295a39c07c229b5 2788 perl optional libglib-object-introspection-perl_0.023-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfkywAAoJENu+nU2Z0qAE9eEP/iVksCpZypD3qT1+oXZc6Ju4 A3qn5FncvlIqprycoa6KaMsCjcBK2JB87I8IURJtGPyVLWu69p+jVpmdeoiVmNaQ /3rwnWxYXFzM7RIVXeQLuhfVkN7rhaSUsh/Ap8DQ9EZZPr1ceOgWE2ONrkcM6/4t rU8Ksv0FGh4zqBuuzA4WoGDxhCeecEwKhKbBgqQDe3AVmJ5LjNcnIXuG1UdmjtTN PNawcRVFbQWm+2mbimMV5L8QNACox9Saq2b52mpciw6JhiCz5vzfVu9rSmEvtXI+ 5cnHsrBG840HgP7T9vnWOXjX0abmIaMeohMEZGWAv6hWpXnAVyJ+Fx4GpaL9B7Tc 3BPrEdLTmLk/Zaoq/KVXbIYibx9kz+cCxTwg7IWM84PBVaBLW3FDot9jXHUB3eiW /qLXiU8zalr/Hb42Tv7b74EjqnDrj3yLWAP4D8jlUaLTKdh67MGUk8W0T9/dt0w3 Vbwg5R5rSLB50ZeKEZGeEXFX4CDTfBgjkBEC9yA/FbFT94bDtfI59MLD6lz/z78a 2Z+ZB3ArefNKepLcq/UMdo2OvgIwQyVOPWflahJNEVMaz8gCCbYWlLj3S22rFkog 1rqJ8a1OZi/ca36Z28ffJESRt/zcTWzb/xHHt8c3TFY+df1Rf+HckmMB2XkPO5l2 1I+kxViOjyHu7FyAQVL5 =Me1E -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 20:04:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 20:04:12 +0000 Subject: Processing of libimage-exiftool-perl_9.61-1_amd64.changes Message-ID: libimage-exiftool-perl_9.61-1_amd64.changes uploaded successfully to localhost along with the files: libimage-exiftool-perl_9.61-1_all.deb libimage-exiftool-perl_9.61-1.dsc libimage-exiftool-perl_9.61.orig.tar.gz libimage-exiftool-perl_9.61-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 20:19:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 20:19:15 +0000 Subject: Processing of liblog-dispatch-dir-perl_0.12-1_amd64.changes Message-ID: liblog-dispatch-dir-perl_0.12-1_amd64.changes uploaded successfully to localhost along with the files: liblog-dispatch-dir-perl_0.12-1_all.deb liblog-dispatch-dir-perl_0.12-1.dsc liblog-dispatch-dir-perl_0.12.orig.tar.gz liblog-dispatch-dir-perl_0.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 22 20:34:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 20:34:19 +0000 Subject: Processing of liblog-log4perl-perl_1.44-1_amd64.changes Message-ID: liblog-log4perl-perl_1.44-1_amd64.changes uploaded successfully to localhost along with the files: liblog-log4perl-perl_1.44-1_all.deb liblog-log4perl-perl_1.44-1.dsc liblog-log4perl-perl_1.44.orig.tar.gz liblog-log4perl-perl_1.44-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From mt at debian.org Thu May 22 21:01:57 2014 From: mt at debian.org (Michael Tautschnig) Date: Thu, 22 May 2014 22:01:57 +0100 Subject: Bug#748991: FTBFS: test suite fails (non-determinism?) Message-ID: <20140522210157.GX1035@l04.Home> Package: libcgi-application-plugin-authentication-perl Version: 0.20-1 Usertags: goto-cc During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error. [...] Building CGI-Application-Plugin-Authentication dh_auto_test t/01_basic.t ........................ ok t/02_config.t ....................... ok t/03_authenticate.t ................. ok authen config warning: parameter POST_LOGIN_URL ignored since we already have POST_LOGIN_RUNMODE at t/03_destination.t line 43. t/03_destination.t .................. ok # Failed test 'default - _detaint_selfurl' # at t/03_login_box.t line 121. # got: 'http://localhost?authen_username=user1;rm=two' # expected: 'http://localhost?rm=two;authen_username=user1' # Failed test 'default - verify login box' # at /usr/share/perl5/Test/Regression.pm line 90. # [...] It seems the order of variables is not deterministic. The full build log is attached. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: libcgi-application-plugin-authentication-perl-build-log.txt.gz Type: application/x-gunzip Size: 14258 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu May 22 21:20:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 21:20:44 +0000 Subject: libimage-exiftool-perl_9.61-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 22:59:51 +0300 Source: libimage-exiftool-perl Binary: libimage-exiftool-perl Architecture: source all Version: 9.61-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libimage-exiftool-perl - library and program to read and write meta information in multime Changes: libimage-exiftool-perl (9.61-1) unstable; urgency=medium . * Team upload . * Imported Upstream version 9.61 Checksums-Sha1: 00945cc11eb00c0e3ca396deef8dfea991c0cbcd 2147 libimage-exiftool-perl_9.61-1.dsc 89e4072d6a78860998b5574bde6efda8dc3c5d7b 3824106 libimage-exiftool-perl_9.61.orig.tar.gz 50fdef875a52821ab79e343ecad1ce644681bb95 4752 libimage-exiftool-perl_9.61-1.debian.tar.xz 18f9388f017f9becbe21f9b04ae6d17873cc6ad1 2287572 libimage-exiftool-perl_9.61-1_all.deb Checksums-Sha256: 8b832c24380a8bb908fef3ea9047cc5e1b792734a51433204dd42896d83f8945 2147 libimage-exiftool-perl_9.61-1.dsc e30196938f291f95fa94bff87e7c3a395373b953d6359e078a172442e1a278e5 3824106 libimage-exiftool-perl_9.61.orig.tar.gz b25f7242808ca5ea94d09fd559de538ff8534e6ce0436daf373cc8df612d0543 4752 libimage-exiftool-perl_9.61-1.debian.tar.xz 7c89ac7ac28ac3ffd4ef1f4896a67ed9ec968b813b73be737dff34f65dd0af57 2287572 libimage-exiftool-perl_9.61-1_all.deb Files: 45b467884176a5939f002ba2c15be03c 2287572 perl optional libimage-exiftool-perl_9.61-1_all.deb 6cb081dc29ee1707fa57b2d8dbd731d2 2147 perl optional libimage-exiftool-perl_9.61-1.dsc 27f3bb20556ae19d3f59eff5b5caca74 3824106 perl optional libimage-exiftool-perl_9.61.orig.tar.gz cd013ed4791114e511430c9346b1bb7c 4752 perl optional libimage-exiftool-perl_9.61-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTflgIAAoJENu+nU2Z0qAE6T4P/2Ku9Nk5M5tsL2n+e9GdSJtp hyRZNyIKn7cpoTr5QMc4s7Wye1Q/Jb/lZiXXfStEQmF0r+HUipG5okAYDQvvhCkv K8WvSvfABuvMHYEtYiI9JdEb32V8AwP4XRwnxyWi2yoUnD+61jPHa3bOUF+r0Ngf czfS826763un5hxt++J2xaGjVuq1jYpXzZt1yy1rq1Vn5E3fVltefc73xhi1uTkN 9VRqj+viAP5jm6bmZ+yvsihz7D4VH6CCnRYqNlOPItIJbXZZpTzAaFdHoV7GMazt ujYi1d/4N75ZvnsJtRwg4Ky5m0y7Hlmb05YgEQ0AR4XUaTixEcxoiyZ6RkAajKvy W3v4SdFc9ruHdlR93m4pZqXpMkL3iPvSFdaQCM59AtG5RFlcAC90BtvAAAy7BFYD fDC3AD7r8lo/T5JoKCYPGcMorlsRbRUcj3r5X6oJ+G7t/sJhdLEr5Nv+8qqJrMLA SqRI7fQg2ggzGCLY0Z5du4uhi7gHMaVXGs8B+L/CoTr2c75Zl6dqIKSL/enyB6iJ YIpEP46t/jovHU4EZ3a1h40yPcEiyLXhUO6dH+wSeJ68iMmt9e75gJ5+N9odHiKT IPRZA4LeExtSnUy+Vz2br3G6E3fIZXwJ+t6y2KDfRlPnL04qhBUxaQj69f/A74Fv eyzmvCgpi3eNPWBnF5jK =Bjus -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 21:20:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 21:20:51 +0000 Subject: liblog-dispatch-dir-perl_0.12-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 23:14:10 +0300 Source: liblog-dispatch-dir-perl Binary: liblog-dispatch-dir-perl Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: liblog-dispatch-dir-perl - module to log messages to separate files in a directory Changes: liblog-dispatch-dir-perl (0.12-1) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * Imported Upstream version 0.12 * bump year of upstream copyright * libfile-slurp-perl ? libfile-slurp-tiny-perl in (build-)dependencies * Declare conformance with Policy 3.9.5 (no changes needed) Checksums-Sha1: d0151f96911af32016acc4c4510bda358362584b 2236 liblog-dispatch-dir-perl_0.12-1.dsc 23b2f8718ac3c1495fc077332bb006e8992ae3aa 17624 liblog-dispatch-dir-perl_0.12.orig.tar.gz 7cf59b58feb99d9f28f8756b76ecd5d8e6a63f06 1748 liblog-dispatch-dir-perl_0.12-1.debian.tar.xz 8dba079bd34e045f29d51484f2674f5df74bb58d 11888 liblog-dispatch-dir-perl_0.12-1_all.deb Checksums-Sha256: 1cde0b16a48649376fb5fe8edfc9165211286f635c4694c47d0d299028e63568 2236 liblog-dispatch-dir-perl_0.12-1.dsc 4bf9c6cb0b209e4bcbeaaf8ddd1cca675dc95518da6111a1cb7bbc51345934c6 17624 liblog-dispatch-dir-perl_0.12.orig.tar.gz dd419127cca2ede31e482b1f79cf9dbfa4865d0e2ca5e543b69a98b9cadff8b4 1748 liblog-dispatch-dir-perl_0.12-1.debian.tar.xz 3b3960f9ec14036d60fdc920744143c334fd642f3e3a905d4c428df5de4abf85 11888 liblog-dispatch-dir-perl_0.12-1_all.deb Files: 45cfbe130bc1fcb58706dc4ff9445e11 11888 perl optional liblog-dispatch-dir-perl_0.12-1_all.deb a73412a25c0ef216cbef207f70fb40e9 2236 perl optional liblog-dispatch-dir-perl_0.12-1.dsc 1ff47c53238134cbcf86424b58b5d69b 17624 perl optional liblog-dispatch-dir-perl_0.12.orig.tar.gz 871d99520bd4f5978285ae17adbfc9ee 1748 perl optional liblog-dispatch-dir-perl_0.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTflrMAAoJENu+nU2Z0qAE9QoP/3uxJmEXWeOArBpu8qYu3pCD QQ+UvrYbq+r02N5bjqubEfNPHONNl60qUUpWQtxxbfRU9PNbHGu9etF+gZs5+JeZ cKex+YSjSjkALAaZPviHt+qh1u0+PNBeAFv+jOTKU3CYMCd8gUAH7+Q427ZRj3Rg Pi2vBuU5RIj/DGNc3Y4xtWT/szvMKJq7kk7BcTZX75Z0qenVG0FQQF9eb0Ephcxs kpyJ9b87xxH0gdNUEUiakznJnVJMpx9jIDKcJklnaqao8Ae3nPOBIsKo+Xfxk/X/ J/TpszdDi04DWw/fdQ+EqSmtlOCN6plQMyRjOlNXKb3PWxbNqbM2yLUsbkAUXDUP zq0gUAaq6IvjhbtUVMoODsRuGxx0x8gGrZBHVDZmhB86X6daDbVCOXIEmq/fz/uc naOalTEe2vtDCk+RGh6s/EDvOZlDrgSdWr9BIMdISV4Izohjh5INUPXe4s6GhTP6 uUxXhiinfz7W9qN5e9gK/fnVzPXMWBmOj6NQBEIs0zQ2oVV4W8BPpuvD2xFGg+xs JeSEFX/SpvymW6srwjIfiMk47RfGUie1ESvdj+dSJTJl3bEXZoz0AlynPleZhMR8 V+ubKquL9KVHVthUuezi/n1MtTtynYQFYkF4w5ronqsy1+8/O7xn10Khlsu9YYr/ Mx0vzXSOlFczb8gtutq9 =5jVR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 22 21:20:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 22 May 2014 21:20:59 +0000 Subject: liblog-log4perl-perl_1.44-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 22 May 2014 23:22:32 +0300 Source: liblog-log4perl-perl Binary: liblog-log4perl-perl Architecture: source all Version: 1.44-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: liblog-log4perl-perl - Perl port of the widely popular log4j logging package Changes: liblog-log4perl-perl (1.44-1) unstable; urgency=medium . * Team upload . [ Dominique Dumont ] * Take over for the Debian Perl Group on maintainer's request (https://lists.debian.org/debian-perl/2014/04/msg00009.html) * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza). Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: Manoj Srivastava ); Manoj Srivastava moved to Uploaders. * debian/watch: use metacpan-based URL. . [ Damyan Ivanov ] * Imported Upstream version 1.44 Checksums-Sha1: c8b57c222ba8f4cd0bc18400bb2fc8e8aa004bb2 2137 liblog-log4perl-perl_1.44-1.dsc 09f2397d623c1c941375002b8a9c2deaa36e1db9 276328 liblog-log4perl-perl_1.44.orig.tar.gz d29f75ef8f40b1ece473f41554f9fe6650d5b9a2 16240 liblog-log4perl-perl_1.44-1.debian.tar.xz beb4f957034621fdc6b645752ba13b8032c8631c 434626 liblog-log4perl-perl_1.44-1_all.deb Checksums-Sha256: 328f3a22a2aaf9cf4b1c8612fe608e0655d0709765197ab004b57cad47d9b109 2137 liblog-log4perl-perl_1.44-1.dsc 031a12c72a36c120b962eb35fe0e9e5d649fdfa031b83122fcafd5213b791790 276328 liblog-log4perl-perl_1.44.orig.tar.gz 5e497ceb05f8d35239ecbd2a7194afa01d90fc27cac129269b49790a0568c167 16240 liblog-log4perl-perl_1.44-1.debian.tar.xz 30d5e4af1762cb3d580c9d366c7104dd257bd281b080911ab92278667d85f5c3 434626 liblog-log4perl-perl_1.44-1_all.deb Files: 712c86a2688a37babd4aec751017781e 434626 perl optional liblog-log4perl-perl_1.44-1_all.deb 180eb9063aa4afe36252a4fb41317526 2137 perl optional liblog-log4perl-perl_1.44-1.dsc 4065a8b123badf07a3d6f57b48a0aa5c 276328 perl optional liblog-log4perl-perl_1.44.orig.tar.gz d57a0852f8ebe61188ac9ada1a6fdc9f 16240 perl optional liblog-log4perl-perl_1.44-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTfl5DAAoJENu+nU2Z0qAEaegP/AnUXaI2BR9hr5eB8BxnDgVD /wMEDSKglhzjScb6znQYkew3IGgGTZY91YCqa86jW8PTqwIWNhzxLttHom8x2J/m uLQc5myFgIYmr7jXsdUkqGx/D3Y5JcnZkvc+a/o/gNy0Ysd3DuVhcNO+9aUnWqcq czXI7YBn0eNn0Oc236VIomkxeqQYb/sIrKcKU+xvQr4inSOxOhhukYl5et0zMxbz ASmOJeGv4dh78p22BrXI3FF601h8FSy5JKLaB48Tb2GD8qGit1ZNYXNKBXzeIHki W+qsiSqAFk7FLmTsu7ZkgpAm/WkisUlH1otbPbQ2nTRGePMsZc8mZLfbubDClJ5L epdZB9fmwSo7K2f5SkEEgKB1n4vDVWXklJNcJstggnJF4OG82SNJq67/+AqrOTKf N9BWTItYIi6hKgYOvbemIzPEFQNhYoFNci7v94ySl+6VkJsyvWQxBT0mYO4KBPPO +Zk5ylhKEBEgIlAhDQOk+CuZRzn+L3mHywEga0MQ+63GxHpsct6skpGHmYUW6LwK luOA53oZe2hnwTbq07afwfh10dWhzI+ujR2kGFfyGUZodid4f+em9QomsHFiimk4 33iNpuFJv6yD/Ru9Ku5rWIzO10MXDU903FyGNA8h6Y2Lt3MDQl2QdK+7zm0VAcV6 6jdLdl/jdDrS9rm5SYlH =tBaZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Thu May 22 21:21:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 22 May 2014 21:21:05 +0000 Subject: Processed: FTBFS is serious References: <20140522211645.GZ1035@l04.Home> Message-ID: Processing commands for control at bugs.debian.org: > severity 748991 serious Bug #748991 [libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Severity set to 'serious' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 748991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748991 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From mt at debian.org Thu May 22 21:51:13 2014 From: mt at debian.org (Michael Tautschnig) Date: Thu, 22 May 2014 22:51:13 +0100 Subject: Bug#748996: Provides: libgd-gd2-perl, which is not (only) a virtual package Message-ID: <20140522215113.GB1035@l04.Home> Package: libgd-perl Version: 2.50-1 Severity: serious Justification: Makes unrelated package FTBFS The following fails, which is the reason why libcgi-application-plugin-captcha-perl FTBFS: # apt-get -f -s install libdata-random-perl libgd-securityimage-perl Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libdata-random-perl : Depends: libgd-perl but it is not going to be installed E: Unable to correct problems, you have held broken packages. This is caused by the fact that libgd-securityimage-perl depends on libgd-gd2-perl, which libgd-perl claims to provide and replace (in the version that's currently in the archive) -- while it does exist as a separate package. I suppose libgd-gd2-perl is to be removed? Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From mt at debian.org Thu May 22 21:54:03 2014 From: mt at debian.org (Michael Tautschnig) Date: Thu, 22 May 2014 22:54:03 +0100 Subject: Bug#748997: FTBFS: tests fail Message-ID: <20140522215403.GC1035@l04.Home> Package: libcatalyst-modules-perl Version: 47 Severity: serious Usertags: goto-cc During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error. [...] PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01use.t .......... ok # Failed test 'Normal request content' # at t/02subreq.t line 20. # got: '13' # expected: '11433' # Failed test 'Normal request content' # at t/02subreq.t line 44. # got: '3' # expected: 'foo33' # Failed test 'Normal Double request content' # at t/02subreq.t line 50. # got: '3' # expected: '1531633' # Looks like you failed 3 tests of 21. t/02subreq.t ....... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/21 subtests t/03pod.t .......... skipped: Test::Pod 1.14 required t/04podcoverage.t .. skipped: Test::Pod::Coverage 1.04 required The full build log is attached (I'm clueless as to what is going on here). Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: libcatalyst-modules-perl-build-log.txt.gz Type: application/x-gunzip Size: 22387 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Fri May 23 00:09:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 00:09:43 +0000 Subject: Processing of libcatmandu-perl_0.9102-2_amd64.changes Message-ID: libcatmandu-perl_0.9102-2_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-perl_0.9102-2_all.deb libcatmandu-perl_0.9102-2.dsc libcatmandu-perl_0.9102-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 00:18:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 00:18:46 +0000 Subject: libcatmandu-perl_0.9102-2_amd64.changes is NEW Message-ID: binary:libcatmandu-perl is NEW. source:libcatmandu-perl is NEW. libcatmandu-perl_0.9102.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From owner at bugs.debian.org Fri May 23 08:09:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 23 May 2014 08:09:13 +0000 Subject: Bug#748997: marked as done (FTBFS: tests fail) References: <20140523080618.GO28286@ktnx.net> <20140522215403.GC1035@l04.Home> Message-ID: Your message dated Fri, 23 May 2014 11:06:18 +0300 with message-id <20140523080618.GO28286 at ktnx.net> and subject line Re: Bug#748997: FTBFS: tests fail has caused the Debian Bug report #748997, regarding FTBFS: tests fail to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 748997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748997 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Tautschnig Subject: FTBFS: tests fail Date: Thu, 22 May 2014 22:54:03 +0100 Size: 35135 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Re: Bug#748997: FTBFS: tests fail Date: Fri, 23 May 2014 11:06:18 +0300 Size: 3014 URL: From owner at bugs.debian.org Fri May 23 10:48:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 23 May 2014 10:48:11 +0000 Subject: Processed: jessie References: <201405231244.56596.holger@layer-acht.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 748789 + sid jessie Bug #748789 [fpc] view3dscene: FTBFS Can't find unit CastleStringUtils used by CastleUtils Added tag(s) sid and jessie. > tags 745891 + sid jessie Bug #745891 [src:liburcu] ltt-control: FTBFS on armel (selected processor does not support ARM mode `dmb') Added tag(s) sid and jessie. > tags 748991 + sid jessie Bug #748991 [libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Added tag(s) sid and jessie. > severity 748982 important Bug #748982 [system-config-printer] system-config-printer: While installing printer driver, I get a warning "provides postscript-driver not supported Severity set to 'important' from 'grave' > # one broken printer driver doesnt make it broken for everyone > thanks Stopping processing here. Please contact me if you need assistance. -- 745891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745891 748789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748789 748982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748982 748991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748991 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 23 11:16:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 11:16:42 +0000 Subject: Processing of libconfig-model-itself-perl_1.240-1_amd64.changes Message-ID: libconfig-model-itself-perl_1.240-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-itself-perl_1.240-1_all.deb libconfig-model-itself-perl_1.240-1.dsc libconfig-model-itself-perl_1.240.orig.tar.gz libconfig-model-itself-perl_1.240-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 11:19:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 11:19:30 +0000 Subject: libconfig-model-itself-perl_1.240-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 23 May 2014 13:03:34 +0200 Source: libconfig-model-itself-perl Binary: libconfig-model-itself-perl Architecture: source all Version: 1.240-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-itself-perl - graphical model editor for Config::Model Changes: libconfig-model-itself-perl (1.240-1) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Dominique Dumont ] * Imported Upstream version 1.240 Main change is the deprecation of the experience attribute. config-model-edit can be used to clean up experience parameter from existing model. Other changes: * min and max parameters accept number. * preserve header comments when reading/writing model files * bumped compat to 9 and std-version to 3.9.5 * control: * replaced dep on libpath-class-perl with libpath-tiny-perl - removed dep on libanyevent-perl and libnamespace-autoclean-perl * depends on libconfig-model-perl (>= 2.055) + added patch to remove #!/usr/bin/env line Checksums-Sha1: 08fbe3779998873df02ffd547eff2ef1c6625622 2485 libconfig-model-itself-perl_1.240-1.dsc 575dbc36dd2492a803fbb38e284fd3d3fff453b7 54646 libconfig-model-itself-perl_1.240.orig.tar.gz 943dd225122d7ec53d1f996e1dc33b845c68764d 5160 libconfig-model-itself-perl_1.240-1.debian.tar.xz 75a0ca5c70b6671a37b9336431f84a7e4b59176f 69614 libconfig-model-itself-perl_1.240-1_all.deb Checksums-Sha256: e9dc859f9e7e2dbb829ebc3f9e63bc816d8cffe67be8f1f8f67ccf210feb9917 2485 libconfig-model-itself-perl_1.240-1.dsc 2215832fcd6567231bd9bcd3d21d63e5d669ba5e3c7676d6107f876a629c63cb 54646 libconfig-model-itself-perl_1.240.orig.tar.gz 894051a53b003856474cdd95b4007a387a0722e2dc49f826edcf216e49c19093 5160 libconfig-model-itself-perl_1.240-1.debian.tar.xz 00b8d1bc7db5bfac06fc7d57b9abfdc438896437a0b9546f753162a9624d0f58 69614 libconfig-model-itself-perl_1.240-1_all.deb Files: 9c01dbfee04312b7e04675cee57da769 69614 perl optional libconfig-model-itself-perl_1.240-1_all.deb 758bb45d3b53a41c3d560d58ac1015cf 2485 perl optional libconfig-model-itself-perl_1.240-1.dsc dda843bc651db4530f4cb29fa1a30a55 54646 perl optional libconfig-model-itself-perl_1.240.orig.tar.gz 2d69e0b63acb0f7e24c1886e496a2611 5160 perl optional libconfig-model-itself-perl_1.240-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTfyuhAAoJEMMfT9lJqyts+VwP/iBsu3tQu29Jwac90NJMphFN +B2WbSNPqnzA4Oavdvb6iol/iWu40psrRXHgQ/rOkO7ib4dXFb6610doxbWb8rnd HvNtyghlOOJEfZ9HJx7QZ2sJk7tCUOiDxR1dCmZ4V88uAP7ib+9UIw49TaEygBL1 Tsl7986pvx8CIm7mzArf7biNstz4Uu3JZbpg+BYiBzxT15sFRGJKtn+gDPuVm3Pj 7AEQFsjffEYPvogo++nbMwrjoePuwD7veTFJAju6r89NoAfNaxMy6ifT0Akq6IpI OAWtalvS1P6iC0EI8s50MwgYXjs4hmxRpKQ/Zo3aF61lR44+y33h5opPf1SOuG6X 7yjkUjoYAcQnQoY5BHQvWeFvpCnV7HNslRFqHj9lQK+/UqpNAh5DUORmxvzRcwJ7 D5PD3CgC1Ao843j3iyn/lclYlpsRwnm8qVpQck8/beG7Dyn64tyMJnc3++rIynDF ENXtgcflQUZc28xkU+En5u23MzJwJg+qXS55N90k4m1++Y0KuRHre8UVHXYvY8bZ AihlSxHyYWi/VerSw9I9ygbBonF2YuGeiCveUdultkIgYMPHOXJ4uFbDpfY7gM9y +bjcgOCwINyaA91Qzl+McJ7ZnDSsev9cft72o0fQaDHBUMRp379tDVvzJ2QxLrEH xO3fRNnlbyeHb/FZhoAE =8nB7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 11:41:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 11:41:49 +0000 Subject: Processing of libconfig-model-openssh-perl_1.236-1_amd64.changes Message-ID: libconfig-model-openssh-perl_1.236-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-openssh-perl_1.236-1_all.deb libconfig-model-openssh-perl_1.236-1.dsc libconfig-model-openssh-perl_1.236.orig.tar.gz libconfig-model-openssh-perl_1.236-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 11:49:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 11:49:23 +0000 Subject: libconfig-model-openssh-perl_1.236-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 23 May 2014 13:28:37 +0200 Source: libconfig-model-openssh-perl Binary: libconfig-model-openssh-perl Architecture: source all Version: 1.236-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-openssh-perl - configuration file editor for OpenSsh Changes: libconfig-model-openssh-perl (1.236-1) unstable; urgency=medium . * Imported Upstream version 1.236 * removed experience parameters from OpenSsh model * warn and propose a fix when public key is used as IdendityFile - control: removed BD on libanyevent and libev-perl Checksums-Sha1: adba2f8fdd9387aac5c3435ad32da5c286690481 2406 libconfig-model-openssh-perl_1.236-1.dsc f1385356735fd877b92b5d791c3cde4d1488acd9 86070 libconfig-model-openssh-perl_1.236.orig.tar.gz af892a9398181077b1a95cfcddee4df32912c72d 5148 libconfig-model-openssh-perl_1.236-1.debian.tar.xz 91489c09b798d45fd3aa31c4ff1d5aba4a9ea3db 99558 libconfig-model-openssh-perl_1.236-1_all.deb Checksums-Sha256: fb91a1ab44a292f7d1e730c0d011ef199baa82a343633ed30c3fe1f407779653 2406 libconfig-model-openssh-perl_1.236-1.dsc cab6087f076d5a7086389062e95afad24fb021ba38978571cd461a03b132028d 86070 libconfig-model-openssh-perl_1.236.orig.tar.gz 27e3a7c9fb9282d943452ae99b8587b45224a4c0cb1a3c8d4dc910647716b406 5148 libconfig-model-openssh-perl_1.236-1.debian.tar.xz c11046e0752901dd9df8f548d49e3435045f32c58c1d820aec90c466d1e7be6f 99558 libconfig-model-openssh-perl_1.236-1_all.deb Files: f878db718ed752035c5433741be1ad00 99558 perl optional libconfig-model-openssh-perl_1.236-1_all.deb e3817229b4fed011fc661549458747cc 2406 perl optional libconfig-model-openssh-perl_1.236-1.dsc daf895e667b4ab579181b0484535da25 86070 perl optional libconfig-model-openssh-perl_1.236.orig.tar.gz bbca70a76c7092031f811059b7d6b1ea 5148 perl optional libconfig-model-openssh-perl_1.236-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTfzGKAAoJEMMfT9lJqytsBGAQAIa/ByPNf4nxPGyZ7sIKUv1K cwqBPbFi4U7LvZrzM6d9mire8tqGd2eqN46bQDmLFPugtx0Hp/D2wRjYiFgYXqdU S6kWSZ5/r9o1jtrK4ruVMmvOLDh+dBJajjrQatic+VjJk8OlZRbP8czxJWkK99fT TjBe2YQBfU5QMH4h+cnsvEDICFdP1oBK0e698RfhTUgGP5mOen9vIxbBeugDXEvD U0wHQt9fQkY569SSjPN+pDlYExWgHPSzM0X7X5r7xVADigvJtk4MLUmcbnghqFMJ /Co9KSkSfTxviMJiLYmYzNfYuxkVN6o5oMnM10REWxvKU+TycTEmrg7S9B3UwUYK BI+5fcL5zNSX87dhoOxOYTqM504Ti8HzUvPfFHBwQ21dNwWKKnSfFZzfgr+9pw7n NL3ZktBAbOrZ1CM9ZcwNpH0TwO6N9J4Xz3pqkuKyH/t8eUrNezrtdi+3QBhRbfIq gZq+V5AdrGIZD/XhFC5K3wToX+C4OBZmgy3w+LB368Cgz7mFzzDvkpUKQSoziPh7 QCyhRb6ZrWM8QEdhtJ81mi/Rb6PkMjoKIo4uN+7M56HIu0xy0w3izBmT3/EySw8N IllzSx7ruk3mnikbuCsMb4KSTdURzrlxXg1fwANycSBrgiojB1oAbI8/WZuWtYh3 GHNYdC8qU3IDyfDyKfc0 =ZRWf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:17:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:17:03 +0000 Subject: Processing of liburi-namespacemap-perl_0.10-1_amd64.changes Message-ID: liburi-namespacemap-perl_0.10-1_amd64.changes uploaded successfully to localhost along with the files: liburi-namespacemap-perl_0.10-1_all.deb liburi-namespacemap-perl_0.10-1.dsc liburi-namespacemap-perl_0.10.orig.tar.gz liburi-namespacemap-perl_0.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 12:19:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:19:05 +0000 Subject: liburi-namespacemap-perl_0.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:13:58 +0200 Source: liburi-namespacemap-perl Binary: liburi-namespacemap-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: liburi-namespacemap-perl - namespace URI management classes for Perl Changes: liburi-namespacemap-perl (0.10-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update debian/copyright. Bump copyright years, add/remove stanzas about third-party files. * Add new build and runtime dependencies, and recommendations. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 2b3c24c7c627af314d1ca5c27549aba77b42cc20 2375 liburi-namespacemap-perl_0.10-1.dsc 295c60e8b6a65d1c98a02ef825af9dffc7fe368e 52816 liburi-namespacemap-perl_0.10.orig.tar.gz f1062edc80d2ee4ab70470cffeb1cea6a0b7c364 1828 liburi-namespacemap-perl_0.10-1.debian.tar.xz dcf9d8f293fddb21f5d949272dc18faf71898f75 12730 liburi-namespacemap-perl_0.10-1_all.deb Checksums-Sha256: 546a63b97c74f4358b670e9d03fa1f836a5a9f1a2413738f3a3d2941fb6c7c99 2375 liburi-namespacemap-perl_0.10-1.dsc 53eefae6617f37284ef17a67fbdcd934060cf6ea7ab4102427cc364fc7026a15 52816 liburi-namespacemap-perl_0.10.orig.tar.gz a184c620fed131183ab8039b2d1c5fa272eeae32c3bc7bc101b2a8d99878f485 1828 liburi-namespacemap-perl_0.10-1.debian.tar.xz 68a908a618ab4568f60811df143104acd92f5c6b0ff347b9c74f775da4518b71 12730 liburi-namespacemap-perl_0.10-1_all.deb Files: d34310d04951ec10d4e1b74e89538a02 12730 perl optional liburi-namespacemap-perl_0.10-1_all.deb 589deb7bdb2fc50ee57e061416b7c677 2375 perl optional liburi-namespacemap-perl_0.10-1.dsc 29dad56613b51f1f6eb3c142a568fea5 52816 perl optional liburi-namespacemap-perl_0.10.orig.tar.gz c52220c76d2554086d47a00bd9eee37d 1828 perl optional liburi-namespacemap-perl_0.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTfzutThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsVoD/93rw/o/+gi0c1VsINQ5RPbHTIGDPu/0rJSnS2Yp3QOnC0o gBcH14jkCDR2duurqeMtM+jUzzdgXZTVB+LG2VYJxKc6BKVV7zEKliKCct+rXM8f ndbr60BplL3fbmeXlN3iosy+VFm3EZy4qmqTOLHGGlYl865ltdNcJPo4NVwzS9uk CGwx8XizXmLIU0R+5M+kwgudzTXIc71qaG0dVArQJ/8gOuDbqZ0aEsfWIFBIPWwc ysVHH5JOHHTDFlnrZEw1STgtYmiu+pCYD/intWmy15NjoFSA57XRSBaefS8LIGwX 7oxhv1DZBJFnLjKdripQgzZXs/Z9MhaepHG/o3AduuKEsUiY+D+hl1n/3bj+Ehm+ aDcAPBgTwohPf7KSX/uWnf4nuH5JMMoMFFBJ8rwACEVS+FayRvu6IUcqCOVd47ez uhpqatOqnwFWPgoXss6e2xPwWJNpRyU3gcTIfdlMWHmUt/TJq33v7Z3+4JPm8tye ruvsVnMBgC+OeElHXveYoNbTz3AAUxP6qgEseBn+Tu33jgURotm5W23bcO4eEWgN jdBFM5EBAyqBzN8DchkQ5TCFMKFA/d2cq/JuG7LgDKh2lBNFuxpeTRVdnLrAucpF dwjRfXJDzZ0c1xgkNwHni+a2tDgkVZk66OPzOtERcafTLyHNF9fHzE3F8tZheQ== =YPdx -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:22:10 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:22:10 +0000 Subject: Processing of libtest-refcount-perl_0.08-1_amd64.changes Message-ID: libtest-refcount-perl_0.08-1_amd64.changes uploaded successfully to localhost along with the files: libtest-refcount-perl_0.08-1_all.deb libtest-refcount-perl_0.08-1.dsc libtest-refcount-perl_0.08.orig.tar.gz libtest-refcount-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 12:27:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:27:11 +0000 Subject: Processing of libpod-elemental-perl_0.103001-1_amd64.changes Message-ID: libpod-elemental-perl_0.103001-1_amd64.changes uploaded successfully to localhost along with the files: libpod-elemental-perl_0.103001-1_all.deb libpod-elemental-perl_0.103001-1.dsc libpod-elemental-perl_0.103001.orig.tar.gz libpod-elemental-perl_0.103001-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 12:32:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:32:12 +0000 Subject: Processing of libpithub-perl_0.01025-1_amd64.changes Message-ID: libpithub-perl_0.01025-1_amd64.changes uploaded successfully to localhost along with the files: libpithub-perl_0.01025-1_all.deb libpithub-perl_0.01025-1.dsc libpithub-perl_0.01025.orig.tar.gz libpithub-perl_0.01025-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 12:34:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:34:39 +0000 Subject: libpithub-perl_0.01025-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:29:35 +0200 Source: libpithub-perl Binary: libpithub-perl Architecture: source all Version: 0.01025-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpithub-perl - Github v3 API Changes: libpithub-perl (0.01025-1) unstable; urgency=medium . * Team upload. * New upstream release. * Fix hashbang in example scripts. Checksums-Sha1: 72ec37d5582423b02bf7b9dc181f9b099b128dbe 2283 libpithub-perl_0.01025-1.dsc b1ac0fbe9b7f0832252a57bd6eafde5c9f82cabd 84144 libpithub-perl_0.01025.orig.tar.gz 3e0cd88ba1b643aaa7150b391413a1749bb8e770 2072 libpithub-perl_0.01025-1.debian.tar.xz ea4cc4b58fea23362510d3b12d2b1873e03d4381 150892 libpithub-perl_0.01025-1_all.deb Checksums-Sha256: 2ac075e3bd5afa4bfe45813f2b2f42bb9c5f60879bfdfd7cac60e754e2c6d193 2283 libpithub-perl_0.01025-1.dsc f2f1c00ffb17e04a3010d208c363ba5a4b859e589b49d74b3cd992d77297a1d7 84144 libpithub-perl_0.01025.orig.tar.gz 05df161ecbc8f97a35a1a811b6862094bd19d78062e4f73e91cbeb825d0fc577 2072 libpithub-perl_0.01025-1.debian.tar.xz 37241478303a963d07e906d649126e3aececc5ead29dec9f58d2bd576f23c891 150892 libpithub-perl_0.01025-1_all.deb Files: 30c081a9b56e946594e5130eea32ae4c 150892 perl optional libpithub-perl_0.01025-1_all.deb c3e84565f929e72d5b7301f8bcb3e66e 2283 perl optional libpithub-perl_0.01025-1.dsc bbd34d85abf3b54b95b305db128f8a97 84144 perl optional libpithub-perl_0.01025.orig.tar.gz 4eb3e132840827279a6d716c8fe5ee3f 2072 perl optional libpithub-perl_0.01025-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTfz9pThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBltOEACAP9WauBVSlntwPTeUbeNQbrZZ1OcoXDZtLT9BmV1Y5tvi /CNdx1PS2GUHwrPd31tGA0BRWKY9noJQqVJP//VJ9/zVSP96i7VItTMrpZREFJ/g F9jw8y5cwAsX8gMOgQdZcn/nVdWIaIM7M8VmVZ3AhiExomMK25gVnayHiLtJ4J8w MSGEZAr8Gr0lkMfH67l2iFAAd7j/PhFdmWIHcfycUXYKHX59Uv0O1sBs1TWx19Wq j6E0hNgxNn7J9yDYVOGKT+/CAV6RsAf8NK7ptlcoVzyUrM6Qwvc45kCHI2199wN1 ziPt4i60/6BB5qdklsNiwHKG6JouzDQkl9EwBNcFzXSBFf9HznYGIweyCzoL2VJf fKMrMGhWf4EqrMGdoo3PlKzQB5g1NAEUcciPfM5CnotqlhlsUGLHVhKNNwQ5SCYI Byqedmhcg+V1TMavGocoRGsrAsZKXhMg8dBZNP3mv6yhBz/SotrONZ2jFAQCkVV5 kbRRMqMkSgT3S3VT2WdoOdYIzBOQhXQDRsf0/bs2ZVpCLLorEncwv1u+EwNAzNpz xLalqVr/q5dR0keXDZO4laKkZw4qHmv+QR1ykszA9s5tUqDWf4UIBwDKIwuSbvOj HnlVFV+N5RAVxs6GMsdDoM1+LArtyT5b/azd6fbkAId5C8R1JPWXHYEQi7kVPw== =qiDn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:34:46 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:34:46 +0000 Subject: libpod-elemental-perl_0.103001-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:23:08 +0200 Source: libpod-elemental-perl Binary: libpod-elemental-perl Architecture: source all Version: 0.103001-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpod-elemental-perl - module for manipulating POD elements Changes: libpod-elemental-perl (0.103001-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Add (build) dependency on libclass-load-perl. Checksums-Sha1: 2c0627de194a658bd9107f23e4642a15cf76584d 2652 libpod-elemental-perl_0.103001-1.dsc aa93dc62ac2808fee2be0c3dcaba8d354e76a29f 35211 libpod-elemental-perl_0.103001.orig.tar.gz 6da1f91106132aa1c670a982272e1545a8600fe0 2560 libpod-elemental-perl_0.103001-1.debian.tar.xz 02bbbaafae48df2642b26968438f99427b5f092c 77576 libpod-elemental-perl_0.103001-1_all.deb Checksums-Sha256: 4c63b7358adbbf56d1f2379a2a62d0e6a9d7528700996308662d9343bee14618 2652 libpod-elemental-perl_0.103001-1.dsc e25c237a243df92b4cde31c4689246c4ce1392f484414dea66ac3dd80172d2f1 35211 libpod-elemental-perl_0.103001.orig.tar.gz a7defe962744a5fe72ca831c1160537649c21c788f79263bc864e1567a641693 2560 libpod-elemental-perl_0.103001-1.debian.tar.xz 478ce98ab906719a684f0edb80cc8f9d38ba63b13260f0b2f18abfb9e7dd3f1c 77576 libpod-elemental-perl_0.103001-1_all.deb Files: 518cd7d220cf679b8c1b05418a6833ef 77576 perl optional libpod-elemental-perl_0.103001-1_all.deb 61814100541dff592ed9e57321f5023b 2652 perl optional libpod-elemental-perl_0.103001-1.dsc eb40f82d3adaada401ed7f7f5b14722a 35211 perl optional libpod-elemental-perl_0.103001.orig.tar.gz 06343ad45c179cfaa5cc6af916d3eb27 2560 perl optional libpod-elemental-perl_0.103001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTfz3bThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvlxD/4kCekHy7sPJ/5VRbZX35QbnJ/4Th7JbOS0oFtBeWmpsVyt JQl+lbN++De7n14KlsKq3iZMnkaEKPcBVAJ8yjbmCW+Gd5fQFbHkvW4q0sr6yOv/ FJGEnbQyVqzUmkf/L9i7ewasE+lXbUeJyyb4tefK0KmyxiffybFOwk2njqhXME8o slF9VDUfzYMUFF/6dgWWp258z/a/sC5c/eEy5k0zPtrx2nK1Jxj4oMlxcDFEpVQz ihmnNLizUUJBA5/v+BqM1IWijrQm7OjFxKvV1z0EW+LfJrvoamKzrTbHNFFD3Dhm zzl078FUWU4b4P5mbn0C9cPfZZP6y6DtO+5uAmJB0p6jJMnFtYUwE4KhXiA1ziCQ ncqgZ9gBrZC6l9wYITCWZp8cWKInsay+m0q1XPwJsn0sjAQ8aoO+W193z5wnT42D yd5Pwte0JcKDcV9hYRogfaICoefuxwSf3FS8/xj+gZqud2r4EgPYy2Ee6Ie4cIci NwuuulRLtFNE2ZRoh3uRZu1UuyJ/kYj9VOB/Pob1lQwfKPRVztSjvntVgSML2MzR F2irsUNaxto5blYbLLJvZer2uNkp+kaW83tFk5cuzX186B5O+4XpP/5lRrQLyQbQ 6W8kMsrXfTf5V3SxvaGYNQFmTqMK6Hq99xalJFGEwp3sgrFXvGH0SRjOWyyLgw== =9WAd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:34:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:34:59 +0000 Subject: libtest-refcount-perl_0.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:18:55 +0200 Source: libtest-refcount-perl Binary: libtest-refcount-perl Architecture: source all Version: 0.08-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-refcount-perl - Perl module to assert reference counts Changes: libtest-refcount-perl (0.08-1) unstable; urgency=medium . * New upstream release. * Update years of upstream copyright. Checksums-Sha1: 33c66d320ae314922f71526ee2086ddaef759246 2319 libtest-refcount-perl_0.08-1.dsc 320ca502381dbc8443881a5b95a83617937b170a 17567 libtest-refcount-perl_0.08.orig.tar.gz 74516466633def8ccbf8bb44d8d26f4791799e49 2464 libtest-refcount-perl_0.08-1.debian.tar.xz a455c31d783c82b74603af85d9e50bf3f1ca103f 11352 libtest-refcount-perl_0.08-1_all.deb Checksums-Sha256: 58efafa7ccdb37d328289b70417c068acf68176e58a185b56378ebfe36739016 2319 libtest-refcount-perl_0.08-1.dsc 90adbb5c8676953575d95e867b7aae763120de146268b7f4c00543e2c748cad7 17567 libtest-refcount-perl_0.08.orig.tar.gz 2c07f5d15aa7b49f609a9108bfcc856ab99bce5ea1f4225fad1a97520e77f246 2464 libtest-refcount-perl_0.08-1.debian.tar.xz c7f5321e985e670efed473b33764a2f696b57dfe838ec96ae88e6d77853fce94 11352 libtest-refcount-perl_0.08-1_all.deb Files: b4172bf86fe6d6f2373a318ae0e7cd5c 11352 perl optional libtest-refcount-perl_0.08-1_all.deb 7abd05cc9c1a98c129da2042bd16c972 2319 perl optional libtest-refcount-perl_0.08-1.dsc bcf11e5f0103568674bcc15d2168932e 17567 perl optional libtest-refcount-perl_0.08.orig.tar.gz 815c92132a56916d7ecc1dbc436dbe0e 2464 perl optional libtest-refcount-perl_0.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTfzzRThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBghRD/9V3OfB8wS1deP9UUy2ILmYktOlC/3ed0DWtg1qKR1jx8SM x5aZie3+MhchLSiY7Vemn25DpbXradkMOCsrIwvuIlvuO8UdTTn2KX8QHUWy79Gq 0KIKgihLwjHj1Wikq3pFn0cRUlhtzQYRa6h6XSbpGDq0+NDzQc/ylMfkxZVz7bk1 dk7Uub+jlCf4erSs8EUo8U5JeRVQEzJ6ctD33aCO4KtWC4yVM8zm8+o+lJvToBGs pQtUS/WyIrZEqd4nDE4gNDDO01mgcUzAn59nDiClZnZ33rbh9R32RsGYaJq2vnWs MF4etgGFPMUtDZlu2itfuDIyuHNtfb3FBvqyTovyU27q1ICgrGflhDKgzzfSnHIW DUEEspW8MPDP8tpzt1WS5Aig7jvLapet+vkYNkEhbHQGuxGJ/Kmjy2QfLlyjB2Ii /9GYY8Rp39nknA0MLuzP5kAbU9Kjtm7INI3hT7m3UzGss0P6bKdoGNSifEZ8Tk8Y wgz+CJgHYjCpyq0E7YQvJ++EztvV24I0z9+zBc/uOXQ9sGEmOTKQew0aUpeDC0I/ BoLl/IMOhhUvfT8xYEFuj74GP8zZNB+CWuPRdiC4xoCgcAsRwTTIo1pJgjlCvTyc JsIAohyWQyIYj+IMYHaU59FFhBoAt1Tj3+MBrUbvtl4089lA+S2JS4iq4WszjA== =q7+W -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:47:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:47:18 +0000 Subject: Processing of libpar-packer-perl_1.018-1_amd64.changes Message-ID: libpar-packer-perl_1.018-1_amd64.changes uploaded successfully to localhost along with the files: libpar-packer-perl_1.018-1_amd64.deb libpar-packer-perl_1.018-1.dsc libpar-packer-perl_1.018.orig.tar.gz libpar-packer-perl_1.018-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 12:47:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:47:17 +0000 Subject: Processing of libnet-ssleay-perl_1.63-1_amd64.changes Message-ID: libnet-ssleay-perl_1.63-1_amd64.changes uploaded successfully to localhost along with the files: libnet-ssleay-perl_1.63-1_amd64.deb libnet-ssleay-perl_1.63-1.dsc libnet-ssleay-perl_1.63.orig.tar.gz libnet-ssleay-perl_1.63-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 12:49:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:49:05 +0000 Subject: libnet-ssleay-perl_1.63-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:45:19 +0200 Source: libnet-ssleay-perl Binary: libnet-ssleay-perl Architecture: source amd64 Version: 1.63-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL) Changes: libnet-ssleay-perl (1.63-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 95a10f318477cf2fd0e650ab05809e897aac3c20 2366 libnet-ssleay-perl_1.63-1.dsc 347e890feed26635db461c67f83f70d31a1e21a8 411524 libnet-ssleay-perl_1.63.orig.tar.gz 00ebd51a61bf0897b23deb4c48857040c942b01a 8216 libnet-ssleay-perl_1.63-1.debian.tar.xz afed84bc711ea814fb0ec74c245dc62acb5c15a8 272036 libnet-ssleay-perl_1.63-1_amd64.deb Checksums-Sha256: 951ed6ff0cacb172d6ff8da79f1812f2ddaa885238fd8f5842091a097df932ff 2366 libnet-ssleay-perl_1.63-1.dsc 8d127c37264bfd76bcd1e2a5dc745b9459c315380eda64c606cda2f4e2bc1b9d 411524 libnet-ssleay-perl_1.63.orig.tar.gz c964b21cfc8736a7cab501a8af715a3b12288ce568e1304023d4fd271dfe2711 8216 libnet-ssleay-perl_1.63-1.debian.tar.xz f052b923a6f1013136b985beb7e10915859283698f1b6147062b4d5ba500b2b4 272036 libnet-ssleay-perl_1.63-1_amd64.deb Files: d1c7beca1cc963b6e502b763708c621c 272036 perl optional libnet-ssleay-perl_1.63-1_amd64.deb 69cf3bb5bbe8d55107c6c10acb350e5d 2366 perl optional libnet-ssleay-perl_1.63-1.dsc 9b95548e1ed415f8aeed0e004fa68226 411524 perl optional libnet-ssleay-perl_1.63.orig.tar.gz 7d0c5b39f1c05ffe59fa9d781c2e860d 8216 perl optional libnet-ssleay-perl_1.63-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTf0MRThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvvKEACPfkkEPM0b0bndvl9iOY3tT5AAEbM5ix52tjOJWNGKKUT/ 4uIZY49IkCKDtJBM4fZVQ27KrQ4jREyto5BBbGJS/hmM7y6riuOLI9YD80wyJayf Nm4uizClmk0czfZUupfXf30l1HLDpIshQd8a43whcu1GshaSiggHBZ22K9QDLlqc z7wzEwvDVvyQrD9ElpCvPhci0t9B9rIbBYD8DLXXZ7IspTpaMpivWGTE4iSKo1BN lrh27CBTXeFgf0M3OOmZwunbHuWaoLo9YO4WrOYSxIZmFIvHN2ABNOK/J3MM+DKo x6kD6FpqdS0kWzMoWJp6I88riYemVOTEGhB3Bk2N1pz3koDx4+B0B6oYORotEQas 7xzXUBcQ/mq6fuLoiP/yy0Ar5iXajLHTabLEEoxtV7QLzJv3FUnXWYw6skal0DU+ V7+bjXdQHdcP64p3FfuDdbX79wWtkJGVE1yxZQryf8VOkf+ZIcR8zEF+qriPs61e QmUOBOAQSHxg1kIlTSqslqsgq2SirfKr93vz70B1wN8+63mtjlbrNjXWuOg4K3DE IE4w9pGQpuL01XCuCfP6cpMFSty8yv9CSB4HeRyjr+FIfzivrI8bE9Y+D2AHQ80W wGa4gRlVrQYz0ZQA7/sjKKTosAbse/pKTPg5SvhHETr/qQ0LNF2mD2XfmMJGSg== =jBEu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:49:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:49:13 +0000 Subject: libpar-packer-perl_1.018-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:39:16 +0200 Source: libpar-packer-perl Binary: libpar-packer-perl Architecture: source amd64 Version: 1.018-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libpar-packer-perl - utility for creating PAR archives and stand-alone executables Changes: libpar-packer-perl (1.018-1) unstable; urgency=medium . * New upstream release. * Update copyright years for script/tkpp. Checksums-Sha1: 75ab37ad7d258f02a5cca6f3ba33e60e45e24cd3 2431 libpar-packer-perl_1.018-1.dsc 0f7b889ebd2eabe924288906475601e6c57d2e9a 197842 libpar-packer-perl_1.018.orig.tar.gz 0f9503fd1b55e72830730d33da14fd168b91ed09 7992 libpar-packer-perl_1.018-1.debian.tar.xz 967bbf1bf518bdc5ddb57a4df660cdd6bac60315 1651164 libpar-packer-perl_1.018-1_amd64.deb Checksums-Sha256: 06424e378cb37c9d8ba4a9637f0553d2cedc132a32038976838380ea23a28bec 2431 libpar-packer-perl_1.018-1.dsc 811c09667a9fc0cbee43b87a85f0e18d06d54625389a70829269e6ffe4ee6da9 197842 libpar-packer-perl_1.018.orig.tar.gz 3047478b977df4bcb9b7876de3837e77cbd46460dde0b8ba14965f3b5c479549 7992 libpar-packer-perl_1.018-1.debian.tar.xz c40bb7a81f540240bd4aa1379a226473da3c013c40af6d6415ec53099ccd336b 1651164 libpar-packer-perl_1.018-1_amd64.deb Files: de1fa0597402b1b9951e35f8bf2a1c80 1651164 perl optional libpar-packer-perl_1.018-1_amd64.deb 26f7423595c56fa99ed29b3071f31d0a 2431 perl optional libpar-packer-perl_1.018-1.dsc 6066df7f7cb3791852aaeb374076fa25 197842 perl optional libpar-packer-perl_1.018.orig.tar.gz 6dfc62ef40c528776d7a05f56fe8946b 7992 perl optional libpar-packer-perl_1.018-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTf0HtThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuj1D/41Rbf1+E16J9RhGyjx3zYa5EnbpBb/JUB/+znhuEyqXstW fBQamSQ0U/NmYgf/j/jZWq+dMVoa6HZFZVlkwwkfGpeGeVOAPFbiuC8x+4i7QWwZ 1i18IpkCbKt3vK2MSVQnSQHEVLvxxCUTJ27Qp679P47k200nm/XjBgVv2aHsVQKH il25r4uVGp5lnwsCBOx+ysdbecEg1KwDEWmNM0NwbpHbQEkIx+AdIS/JmodO8lGT 6nG65S4maVoNKsqmHRLhIlZlZil8FgcJba4LjkKHsFNgHVOgQ0AuCy1N1+5yAI00 3JorHfdWNXbwB3tSUwYvprnKa3kSYZSeCqjqQk/83JKUBu2vZVCnI3w1tBiTs+st c3d4LNmk9l2kAOaj66jcZsm6Ow1It0LxCeKHNn8fmI9yjgQVYip2tZBofFN2ApUo v0OmrebssO1IdKato+4Sb/mmiBvRZi0cEDjazsZ3NAHt22Epq6sK4Z1wJ3Wl0sbB TtSmdhhtlaabafmXLc5BLXanYF7dol1lnEW+C4ZxyVfy0WWx3M+QMnzRI++pGVWc Fm8cVsfZuzWHMp29LsrtEDgZyOK5oyXXUo0qzeAxXcqv1OTccLw0Ep1B+jfZ4jqW i5nX+pfLXetSfLO4Ggr1SMPMxaAruTugf6HAQSjgdEcGYu4PdyOqj/yiHVnzCA== =4i+/ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 12:52:18 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 12:52:18 +0000 Subject: Processing of libnet-imap-simple-perl_1.2205-1_amd64.changes Message-ID: libnet-imap-simple-perl_1.2205-1_amd64.changes uploaded successfully to localhost along with the files: libnet-imap-simple-perl_1.2205-1_all.deb libnet-imap-simple-perl_1.2205-1.dsc libnet-imap-simple-perl_1.2205.orig.tar.gz libnet-imap-simple-perl_1.2205-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 13:02:21 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:02:21 +0000 Subject: Processing of libmoo-perl_1.004005-1_amd64.changes Message-ID: libmoo-perl_1.004005-1_amd64.changes uploaded successfully to localhost along with the files: libmoo-perl_1.004005-1_all.deb libmoo-perl_1.004005-1.dsc libmoo-perl_1.004005.orig.tar.gz libmoo-perl_1.004005-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 13:12:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:12:25 +0000 Subject: Processing of libmath-clipper-perl_1.23-1_amd64.changes Message-ID: libmath-clipper-perl_1.23-1_amd64.changes uploaded successfully to localhost along with the files: libmath-clipper-perl_1.23-1_amd64.deb libmath-clipper-perl_1.23-1.dsc libmath-clipper-perl_1.23.orig.tar.gz libmath-clipper-perl_1.23-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 13:19:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:19:43 +0000 Subject: libmoo-perl_1.004005-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 15:00:45 +0200 Source: libmoo-perl Binary: libmoo-perl Architecture: source all Version: 1.004005-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoo-perl - Minimalist Object Orientation library (with Moose compatiblity) Changes: libmoo-perl (1.004005-1) unstable; urgency=medium . * Team upload. . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Axel Beckert ] * Remove Maximilian Ga? from Uploaders (no more active according to himself) . [ gregor herrmann ] * New upstream release. * debian/rules: remove override_dh_auto_install. The file we removed is gone. * Update (build) dependencies. Checksums-Sha1: 4fd36f5b1d33379df3f1180e9b6f31110694954b 2474 libmoo-perl_1.004005-1.dsc 967b0bbea3767fad513be13d0214451825d4ecb3 85272 libmoo-perl_1.004005.orig.tar.gz 05942010b0fa4036836f4ab9dac5ebf01acfd365 3484 libmoo-perl_1.004005-1.debian.tar.xz 7aa12da740f64b46ba7aa2ca661245e9b72b40b0 61464 libmoo-perl_1.004005-1_all.deb Checksums-Sha256: 7248de60c12427e564788df5909d21e9cfdde4f0590d6a6326bf1f660e4a8aa2 2474 libmoo-perl_1.004005-1.dsc 4c88eaf84f9cc8d2aa392a8cdf0d4fc2e66d4cf6b9122adac2e9abb0fab8023a 85272 libmoo-perl_1.004005.orig.tar.gz ba4d098b78cb39e6c15b912ecfe0eeba5617defdaa7ce7b618ffe7a6ad8c477f 3484 libmoo-perl_1.004005-1.debian.tar.xz 16105cf679bdd551b074bc78ce2e72ce0ebf6ae222a9a122bfb0c840c5763cbe 61464 libmoo-perl_1.004005-1_all.deb Files: 0d6c2b76e612d2ebb2fd7a199166c3ca 61464 perl optional libmoo-perl_1.004005-1_all.deb d02adc02d4095e672df59107c9c28d10 2474 perl optional libmoo-perl_1.004005-1.dsc 02608148ddc570944acf668b8ac92a88 85272 perl optional libmoo-perl_1.004005.orig.tar.gz e9c63b0e0f423b2f41db7cd7f86a18cd 3484 perl optional libmoo-perl_1.004005-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTf0a/ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBiU7EACwvhdltw/I3mpQZjpLnqRvX0NMHLeb5rtiXHp+EdQu/0zb YMkYrFsjmf9bSU1C7YjWyzj3Y+gOwrPjUaZ3YtYAxy6YF/AwNatD/ufuH4ijh2JT CgK8WMrCd5uOXQ4kIMRTbdq15u8VG+e19Y7CGfIbq2CJZUlYLiz5qoU8VGMKBwtz NnspFdobSqC/fG0XvcwTiWemMl7q+ephdQH8WNynDlDLuo3gfHld3QxewrO+xkHv nUBUEvK5AjWlhKd7TKLiKoAowDQ9vnUSCZDaT4+51fQCqfU3j2hekESyaBow/rYa Nj96cdSkNxUI5UIwxaN4vsLQKykQHd22ysVjlmqhFJGRr7OimEw0StWktCVFYp1m rIi9TMVN9opgZWhFJqrWY1dq6FTU8UYje6KUdNym/Nu5q6VUm2hRY7o2axsvsq9t E4zWXWOqdtoLo/pBzNXfdbsfW0DCzvrKpUZhW2P5yGv62HisPdqovtaSDhCKxI0N V3QpXeCjNBThvCdv9BCU3YfaWwpIFwK+oxYnjskanciGDB1/AeJaproOr2rJ2FUs I2JC7liZaLoEKLdtmISSZEGuimsJf2BD7r+kA7kTNWVlsWnKoH5DlQqndTsb8Vmb Ly+H51ZvOzw9ozX3Xholq59KjzjbpW+KERZ9WXhc/v2gvk+4mZdflh/Lj5gqzw== =k86O -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 13:19:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:19:36 +0000 Subject: libmath-clipper-perl_1.23-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 15:09:17 +0200 Source: libmath-clipper-perl Binary: libmath-clipper-perl Architecture: source amd64 Version: 1.23-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmath-clipper-perl - Perl module for Polygon clipping in 2D Changes: libmath-clipper-perl (1.23-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of upstream copyright. * Bump versioned build dependency on libextutils-xspp-perl. * Drop unused lintian override (hardening-no-fortify-functions). * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 24a2b13beece970668f6b40f8237e0b4c0bda808 2387 libmath-clipper-perl_1.23-1.dsc c99fb6737633944c8f2fe147707c415bf2d907c2 109881 libmath-clipper-perl_1.23.orig.tar.gz 47783c41d24c5384668a18385befb614b876e7cd 2840 libmath-clipper-perl_1.23-1.debian.tar.xz 31bc073f6b41894cce500e58031e9f2a462f3ff5 72758 libmath-clipper-perl_1.23-1_amd64.deb Checksums-Sha256: 9ef52b98c53d63731493371f9230f2d66df038bab6bbb1ad1bdea4afd34e26fe 2387 libmath-clipper-perl_1.23-1.dsc 5b35227ab736274224a3d56d0683645986e9732ebdc06d1393d1abf3e2fe3c45 109881 libmath-clipper-perl_1.23.orig.tar.gz 2a5515641f345066d83c162289861153e955428ab4dae428ef4dabd34e4a3b16 2840 libmath-clipper-perl_1.23-1.debian.tar.xz 981f0928cf16f18c37318223d9915eebbd7ce374da3e833b128452e938925155 72758 libmath-clipper-perl_1.23-1_amd64.deb Files: 46e84f3102bdde9581b10f2497b3c7ae 72758 perl optional libmath-clipper-perl_1.23-1_amd64.deb ec82c92706d40a6844fe749d5e3b8269 2387 perl optional libmath-clipper-perl_1.23-1.dsc 664d18d9813eeaf4959f2dc81a762a74 109881 perl optional libmath-clipper-perl_1.23.orig.tar.gz 9caa82834edb447197a743add1106df0 2840 perl optional libmath-clipper-perl_1.23-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTf0iyThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoe8D/4x54Jiuh8eCverPATPPeMA//TjbNj7+k2oGoffZJDxhUjE be79TynvWpcv2oPCAyzh9rLPoIcQlsjgwOCsydqdn92qSxIu1Ua4gfOEm5qSV0EO yRynyG9JoB7lSh5kV4byn/Py6fJGK8bI/zCfs7fOlNeQ6RcnkIoHenzf7UxUNVCZ h9wANl8O85iMxs+d/6/KG3EVRELhKuADhW/6/Wz/msjXcFH/nooa77tAtct94i7H VeTtKrb4WlKkwYzABLz8d3i8Shy72MzD03o9we0xL2eSsRuuzHCT7nZBayZgUSMg uRrfbgCfA5gZ7rbE95l9bA9Q5zisth2KVbc2m+MVOm5pP+RioH9yr8aHDxS6gVnY YTF595pKW4HBd9nba1xMtk/QpGd8Vjape9UQ+giXtqLyj86u1pu92QiNltFmLVUk WrCdrBnzwTDyEfIHplApXEN66RNZEZpOqyGAJgwY8QL/vmQUotbNH9VBI7pxwnoR K4CS25lIPkPc98y2MyteRJAXTIV6M2V8Qi+dZUSXHjxWqTOK1Ah8TcJjr9cXGp/K nwi11dMiMXZuHzLdS9afEQwh2WXbJPqA94oH39hmr9rEfvR/e7CxaSX7NMBXxlJL d+4vJHZO1CwqszEcpClTiIFVPBSl3GAU0VavWPVgkvRxGhnHslFveS8uTMOJ+Q== =BQ+H -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 13:19:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:19:49 +0000 Subject: libnet-imap-simple-perl_1.2205-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 14:49:49 +0200 Source: libnet-imap-simple-perl Binary: libnet-imap-simple-perl Architecture: source all Version: 1.2205-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-imap-simple-perl - Perl module to manage an IMAP account Changes: libnet-imap-simple-perl (1.2205-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Update years of packaging copyright. Checksums-Sha1: bc2fdc3c44a7cab1d928b4382e3a10697ec08af6 2509 libnet-imap-simple-perl_1.2205-1.dsc f4aa60746bf32f5f71bbd68565890524a781476f 45230 libnet-imap-simple-perl_1.2205.orig.tar.gz c88b2757fb93fb3cf61cea87004b2ea4745c9212 4804 libnet-imap-simple-perl_1.2205-1.debian.tar.xz b70d605227a1b230113fc432dd186f303119c709 61302 libnet-imap-simple-perl_1.2205-1_all.deb Checksums-Sha256: 02a275f1be7f6e80f048f1007a077fba56ca1469c760fe5662170fa5066f3fe8 2509 libnet-imap-simple-perl_1.2205-1.dsc 43f30a5b1875f78b508481dfe46f83cfcc3d482aa3735d1c4e3d45df2cec5aae 45230 libnet-imap-simple-perl_1.2205.orig.tar.gz 51d8952ebdb08e490807af26c7fa72045bc92ebf2e7c4f71b96d31c2cffaeb20 4804 libnet-imap-simple-perl_1.2205-1.debian.tar.xz 5ece97ae3e84298eb8b2887a8ee9d7f7b03221a9ad289ad14f4ee084945ce3e7 61302 libnet-imap-simple-perl_1.2205-1_all.deb Files: 7ad870d907f0b541db4229acb16135b7 61302 perl optional libnet-imap-simple-perl_1.2205-1_all.deb 53770594cf54445994b3cae981b50907 2509 perl optional libnet-imap-simple-perl_1.2205-1.dsc 618e78030753891e2bf628029bc69288 45230 perl optional libnet-imap-simple-perl_1.2205.orig.tar.gz a09e66ea9fa8c72e6ac1282cd7300aac 4804 perl optional libnet-imap-simple-perl_1.2205-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTf0QHThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoCSEACet+ZNNQ7FBlft/M+opw2nKXW+Qj7VW0xrfa1FaBxTVnrj vkgeSN+xC+9mDKxUXmj9omJFSPQl5X8T8mjkD58Xd3n/nLR0VBDhIy0PNGSLziDa nK9gQVIKLSnSv1gQ0Gn9dSpiTQxyBBySFqxhmXOW3DRIj8t0h0sVBwmDH387ncfx NAst5/Q+KYXOih53H36YgYOXTFEy1BWIEzlmAdiTYcaJEToW1/HWNxNjoZkUKm8k WZRckS4i0kxFDcUvIHeKdu0UvXUgR3OQvRZd02d4lhAWQhhqqggDAMLGEfmup3Bo lLg1iBlIz5KPk72GCVXEvZg1v5Hlp/o8KL9ESh45+/k6fO7HodNN0dWR+FP/Um4n 8z0YIOYJaqS29JCMQQL7r39TdDXde1462m9HBfoWaWISz/Fqd8jx8xVe3dfmRUQZ 8CXTH5eMmKeucK66uuPtBePhD6UP5X0HhCkwBT9EfdxGGaf5I1b47hcPGlJv1JM4 QC993s0op8KcMbiy7S/NVn+kR6gXYJMMHv/h42m0/1Ksaz+Ql2Cf478gL8zIXdKf ZYN4Zxxb0F6ZUem/XlarbYUvTS7hTn8AsEvuG6XKAKxlsfwoeF/OjKcCl0cBGuEe 3UD5jcDW6AjTj+DSAPMZYYOe20T/TcLao1W//3C0DmvH7UUbTa7pUX8HvTqxUw== =UHcm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 13:22:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:22:27 +0000 Subject: Processing of libacme-poe-knee-perl_1.12-1_amd64.changes Message-ID: libacme-poe-knee-perl_1.12-1_amd64.changes uploaded successfully to localhost along with the files: libacme-poe-knee-perl_1.12-1_all.deb libacme-poe-knee-perl_1.12-1.dsc libacme-poe-knee-perl_1.12.orig.tar.gz libacme-poe-knee-perl_1.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 13:33:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 13:33:42 +0000 Subject: libacme-poe-knee-perl_1.12-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 23 May 2014 16:20:45 +0300 Source: libacme-poe-knee-perl Binary: libacme-poe-knee-perl Architecture: source all Version: 1.12-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libacme-poe-knee-perl - Time sliced pony race using the POE event loop Changes: libacme-poe-knee-perl (1.12-1) unstable; urgency=low . * Team upload . [ gregor herrmann ] * debian/rules: switch order of arguments to dh. . [ Ansgar Burchardt ] * Update my email address. * debian/control: Convert Vcs-* fields to Git. . [ Jonathan Yu ] * New upstream release . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * drop POD errors patch (solved upstream) * use source format 3.0 (quilt), drop quilt from rules and b-d-i * fix installation of examples * Declare conformance with Policy 3.9.5 * update year of upstream copyright * point to GPL-1 explicitly, not to 'GPL' * add patch correcting two spelling mistakes in documentation Checksums-Sha1: 8abde3228ab47d3066eeda1cdd888e3940766df1 2091 libacme-poe-knee-perl_1.12-1.dsc 640a80f17d1bb77813cd48323adcf3a9c3ef6b15 13039 libacme-poe-knee-perl_1.12.orig.tar.gz 7366eb56906e91723287913462c01da147e01b10 3364 libacme-poe-knee-perl_1.12-1.debian.tar.xz 476771224b8e10029820f38e1c4194e33c3bd5e5 9984 libacme-poe-knee-perl_1.12-1_all.deb Checksums-Sha256: 8ec1c198e7b37d28350d607c912a7639c5119ad225fb25b4798cd2d88227dc22 2091 libacme-poe-knee-perl_1.12-1.dsc fa743364821989c25641827d50a8766e32bfeac1c18722bf7668c251c7a97b94 13039 libacme-poe-knee-perl_1.12.orig.tar.gz 4572c3a3b842305a7cd4813752d08a3868c59fa7ed1da16b16883c0378c85b85 3364 libacme-poe-knee-perl_1.12-1.debian.tar.xz 0bd8da172f0409c37805a7c089c6b95d4e715eb7458abdce3ec5008af63d12e3 9984 libacme-poe-knee-perl_1.12-1_all.deb Files: ad16fae6c2e6ea0272661db95f8ad563 9984 perl optional libacme-poe-knee-perl_1.12-1_all.deb 31a1328cae77528e4299b1861ca73347 2091 perl optional libacme-poe-knee-perl_1.12-1.dsc fff5b640d27c55994884750d73c7e9c4 13039 perl optional libacme-poe-knee-perl_1.12.orig.tar.gz 8b219e25b4e2fa59466841462e00ce01 3364 perl optional libacme-poe-knee-perl_1.12-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTf0toAAoJENu+nU2Z0qAEFE0P/jdgwZmt0rtsuL0ns8mCzupa Nz4yiBVreSFdNUqdr1tf6+Vq6hLcxgGTaEk09bx51taBXN3Cx/BE8MAU1H+o5Hbo fwhtQjl+vpOrKogUZ4Rafhno/FUrkGIdJEEUwg0hFFwXJ/HBvs9fO6HeyZsLfBG4 w7Bnz+LldvYw/epEqYvd8NGkGat04MDo8l88Yo3oO7Ds3YbSInlPPnK6OX3TKGA1 uyq+mJYsW+8e61tBUScU8Asx3w+R+J3i8/aOoval59YlnuMUS9JHM3IRE8p2RmFx ZCp0HRq2tptcbVhtPdvUgYzPMSMp22t3o4Odm74UXw6N5zfU8mH9Kt629Oa6edKc 2nwyOqfsMNPa24Hy81hP8e7Mg6FsaFJOrkcHMe1Q6ceDfCzqm92X/6w1xg4W6Xeh 3M8VJOOeIu7Wm/YVowE9d2CH64g7ImFHOzJT9Q/jpvl9IukCU1pKnjOUaJSIENNN vDtNzOg3q1H9pSkUg+Lmb6/FAFoHXjLGATZo77p0sBz+NVbCv7Y0rbqyAb/272w4 4oKV6GfRLoTX+kmNyEwSDyR1lmxYS0rvYpHJDwuEHsAraLRmjfKVWaDxpbXOPJWP e3GWOQm4SviAnanF2BK+5E6C4WAoS5musGbD3+h3WLrMbHj1sYWINgBJQWOtrxMz d6gN7tMsd1e2pgbyDAcR =k2gu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr at jones.dk Fri May 23 15:29:39 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 23 May 2014 17:29:39 +0200 Subject: Bug#749065: ITP: libcatmandu-atom-perl -- modules for handling Atom feeds within the Catmandu framework Message-ID: <20140523152939.2206.91455.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libcatmandu-atom-perl Version : 0.02 Upstream Author : Nicolas Steenlant * URL : https://metacpan.org/release/Catmandu-Atom * License : Artistic or GPL-1+ Programming Lang: Perl Description : modules for handling Atom feeds within the Catmandu framework Catmandu provides a suite of Perl modules to ease the import, storage, retrieval, export and transformation of metadata records. . Catmandu::Atom contains modules for handling Atom feeds within the Catmandu framework. This package will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTf2lfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWQn8H/RkOs7DoozwDpfvOhEp4hRkx 9KtDfTBe2+hZVdhwJ8MdNRK0OPNvl7/csDp7DCp+8XedYjx09PHle5wM5AXldEHX FxhhwCxqSkC2vc4WZxhoHop8G0AIqmab8ltqR0ZvAcy6LHr+PgXN7Ud3IauYLS77 vjd+IGtLQuYlEgEQe+5DWCnV6MyLNS8AN+TDvkXWDxhoy3q6XLnmDrtYapaMSUis R3PAM/pvt2DRWxEBwZoUVlkBKmh/PVMIB80qlncN0AyauOVr7y42qLVpA9W8wXM6 eLh5ht9G/TdSN38PK+ZdptawittmAkAgW8w65qhTC5BvLa/nYVO3CKg5TpXtm3o= =6Ne3 -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Fri May 23 15:52:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 15:52:50 +0000 Subject: Processing of libcatmandu-atom-perl_0.02-1_amd64.changes Message-ID: libcatmandu-atom-perl_0.02-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-atom-perl_0.02-1_all.deb libcatmandu-atom-perl_0.02-1.dsc libcatmandu-atom-perl_0.02.orig.tar.gz libcatmandu-atom-perl_0.02-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From noreply at release.debian.org Fri May 23 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:18 +0000 Subject: libplack-middleware-test-stashwarnings-perl 0.08-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-test-stashwarnings-perl source package in Debian's testing distribution has changed. Previous version: 0.07-1 Current version: 0.08-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 23 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:18 +0000 Subject: libredis-perl 2:1.9740-1 MIGRATED to testing Message-ID: FYI: The status of the libredis-perl source package in Debian's testing distribution has changed. Previous version: 2:1.9710-1 Current version: 2:1.9740-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 23 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:18 +0000 Subject: libio-socket-ssl-perl 1.988-1 MIGRATED to testing Message-ID: FYI: The status of the libio-socket-ssl-perl source package in Debian's testing distribution has changed. Previous version: 1.983-1 Current version: 1.988-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 23 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:18 +0000 Subject: libpoe-component-ikc-perl 0.2401-1 MIGRATED to testing Message-ID: FYI: The status of the libpoe-component-ikc-perl source package in Debian's testing distribution has changed. Previous version: 0.2305-1 Current version: 0.2401-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 23 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:17 +0000 Subject: libcatalyst-plugin-authorization-acl-perl 0.16-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-authorization-acl-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.16-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 23 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:17 +0000 Subject: libfile-touch-perl 0.09-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-touch-perl source package in Debian's testing distribution has changed. Previous version: 0.08-1 Current version: 0.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 23 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 23 May 2014 16:39:18 +0000 Subject: libxml-namespacefactory-perl 1.01-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-namespacefactory-perl source package in Debian's testing distribution has changed. Previous version: 1.00-2 Current version: 1.01-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri May 23 16:50:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 16:50:56 +0000 Subject: libcatmandu-atom-perl_0.02-1_amd64.changes is NEW Message-ID: binary:libcatmandu-atom-perl is NEW. source:libcatmandu-atom-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 23 18:38:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 18:38:28 +0000 Subject: Processing of liblucy-perl_0.3.3-1_amd64.changes Message-ID: liblucy-perl_0.3.3-1_amd64.changes uploaded successfully to localhost along with the files: liblucy-perl_0.3.3-1_amd64.deb liblucy-perl_0.3.3-1.dsc liblucy-perl_0.3.3.orig.tar.gz liblucy-perl_0.3.3-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 18:49:29 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 18:49:29 +0000 Subject: liblucy-perl_0.3.3-1_amd64.changes is NEW Message-ID: binary:liblucy-perl is NEW. source:liblucy-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From dr at jones.dk Fri May 23 18:51:56 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 23 May 2014 20:51:56 +0200 Subject: Bug#749074: ITP: libcatmandu-store-lucy-perl -- searchable Catmandu store backed by Lucy Message-ID: <20140523185156.30311.55710.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libcatmandu-store-lucy-perl Version : 0.0101 Upstream Author : Nicolas Steenlant * URL : https://metacpan.org/release/Catmandu-Store-Lucy * License : Artistic or GPL-1+ Programming Lang: Perl Description : searchable Catmandu store backed by Lucy Catmandu provides a suite of Perl modules to ease the import, storage, retrieval, export and transformation of metadata records. . Catmandu::Store::Lucy contains modules for having Lucy serve as searchable store for the Catmandu framework. This package will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTf5jLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWi/sIAKAsC+9av+iveJMr83oYvDgi 3qq5azzrxwBmyP5KZKC3jYi4i4iXWJGb/krOtiee3s38nfsqZoCbsV/cmatR4pQL 9eB+GeP2wY9ODXOsk7FgWYZhW1ThWRwn2x6fz6J+URrIoVRQrQGLfcfXMeRPzAos pDasAzBJ9xbyWdOgjx5RphROPlLlvXsDt/+OLYmkTKCshk+h9RgIm77kINenAY7d j9N2A2FV2834KuUVPbDljyXJWjQ7VPyPS5y4/epPDoeGgc9ecsuc8laUHZYBSAFz 5cuos8GO7N4lvczYijHJcZ3ROMlvI9G7WZ9hQrYmzwAyGQa8RX0CRixlx+qZT6U= =Sqqr -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Fri May 23 19:01:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 19:01:02 +0000 Subject: libtest-compile-perl_1.0.1-1~bpo70+1_amd64.changes ACCEPTED into wheezy-backports, wheezy-backports Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 15:31:10 +0200 Source: libtest-compile-perl Binary: libtest-compile-perl Architecture: source all Version: 1.0.1-1~bpo70+1 Distribution: wheezy-backports Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtest-compile-perl - test module for checking that scripts and modules compile Changes: libtest-compile-perl (1.0.1-1~bpo70+1) wheezy-backports; urgency=medium . * Rebuild for wheezy-backports. . libtest-compile-perl (1.0.1-1) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. * New upstream release. * Refresh clean_build.patch. * Update years of upstream and packaging copyright. * Move Module::Build to Build-Depends. * Declare compliance with Debian Policy 3.9.5. . libtest-compile-perl (0.24-1) unstable; urgency=low . * New upstream release. . libtest-compile-perl (0.23-1) unstable; urgency=low . [ Nathan Handler ] * Email change: Nathan Handler -> nhandler at debian.org . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream release. * debian/copyright: update years of copyright. * Set Standards-Version to 3.9.4 (no changes). * Add /me to Uploaders. . libtest-compile-perl (0.21-1) unstable; urgency=low . [ Nathan Handler ] * New upstream release * debian/patches/clean_build.patch: Refresh to apply cleanly * debian/control: Add myself to list of Uploaders * debian/copyright: Add myself to debian/* copyright * debian/watch: Remove comments . [ Nicholas Bamber ] * Reviewed and retained patch updating description * New upstream release (0.21) * Added versioned build dependency on libmodule-build-perl Checksums-Sha1: 7bb6c791538991aa2df46b7a33afe5c010251752 2465 libtest-compile-perl_1.0.1-1~bpo70+1.dsc bca71c629b595d70ba65d73889d46eaa7d44ae3a 3812 libtest-compile-perl_1.0.1-1~bpo70+1.debian.tar.gz c48e46761428ebe6553fe9bd6b0d4a60e78165ff 18598 libtest-compile-perl_1.0.1-1~bpo70+1_all.deb Checksums-Sha256: d285a4c904d89b2f23e32250757a4928da0ddba031dd8486ea0634ed114b72cc 2465 libtest-compile-perl_1.0.1-1~bpo70+1.dsc 2ab63bf62bf8eba51aba7d629eb4793df7493edfe8e656f81b97114d05f6fa06 3812 libtest-compile-perl_1.0.1-1~bpo70+1.debian.tar.gz 31b8d5b31f226cd7ebc02fd5304daeae83be2c9b30e4b3fd885ba5048664e584 18598 libtest-compile-perl_1.0.1-1~bpo70+1_all.deb Files: 89c1d48d3b1ac97ec8e3ffd9a25111fa 2465 perl optional libtest-compile-perl_1.0.1-1~bpo70+1.dsc e37b69ed1f79f674e08aba8ff6b4fc28 3812 perl optional libtest-compile-perl_1.0.1-1~bpo70+1.debian.tar.gz 5b8adc3d81bcffd33ae7e17499aae7af 18598 perl optional libtest-compile-perl_1.0.1-1~bpo70+1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTeLosThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBld0EACpa60+BgDaQIK0xbchks/adJZ3ZOZBRs8yu9g+dMkKtB57 dcN1ocfoJZ/COrgtIMiyFdlWXcu8OOen2GQE3bN/nxZo3O5FgCoo97u0xXfEX4tt 9w6VQtGQ6fqYkom6Pn/hefwKviiSZpsnTCdLMeotIopP17UXbj7csxHXcdtZKYhE OcmTkGoFy3Y7/mfQ5bNyu46b6lSQRRy9S5DVS9xk61BAa0BEb4xLGJFM6nA3Rpog MBjgupkUZgvxW+ePQFCS1orQN7kbypuqUKZZWw6q8f42+KiSEFj78r3nSQRPJUV3 3lZgAgtnRfmDUyE6mGiU5/IQaZMtf+YKy7F6/BdxuOmXdCci1Gx7fITgHwTQ1+H5 CQkPd/PP/x4zdGBCw2V9I5GkB406v+j2SF3SHu8Hv5kqVr97Ew2duFC3W3+Qoj6H pDLXZAdlyWhDbDlUtL6i5HUSRSjDyRNgyRlPu2XZHeghTNn38YQa6wG90k513FgW 0U+Wi21U1EKZXWcnXlZmcyp4c7x5vugC7Fr8GNtgvcaoSG3lCTgtHnVnvBT25gPf tGhbPPYC9kEs8rDjqWETksN8cTWhcXv7q+g4c+7U8ixe0Xdxs9mI/yj/mPU002EU 3dbyaQzv6iFPh1y7H8QlSqAzEYcCDecrHXI7LBdWjEA9O7P3VnSLpHv+58AeWA== =0pAQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 19:01:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 19:01:01 +0000 Subject: libset-tiny-perl_0.01-1~bpo70+1_i386.changes ACCEPTED into wheezy-backports, wheezy-backports Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 15 May 2014 13:03:02 +0200 Source: libset-tiny-perl Binary: libset-tiny-perl Architecture: source all Version: 0.01-1~bpo70+1 Distribution: wheezy-backports Urgency: low Maintainer: Debian Perl Group Changed-By: Jan Wagner Description: libset-tiny-perl - Simple sets of strings Changes: libset-tiny-perl (0.01-1~bpo70+1) wheezy-backports; urgency=low . * Rebuild for wheezy-backports. Checksums-Sha1: e758be6e143fe862d72e8b11f70ceb1e50476b7f 2101 libset-tiny-perl_0.01-1~bpo70+1.dsc 43f0e34a9ba86b0518d191ea45f9d1fab4b01dbb 5799 libset-tiny-perl_0.01.orig.tar.gz 7192999d70126583d3abad6517b410145049c4f4 1554 libset-tiny-perl_0.01-1~bpo70+1.debian.tar.gz 118defd4d3b136483edce75d882e79b866d74f10 9612 libset-tiny-perl_0.01-1~bpo70+1_all.deb Checksums-Sha256: 41190845235a7553c3c68956c960226381b247295a4b955e53aab587b4707bd5 2101 libset-tiny-perl_0.01-1~bpo70+1.dsc 41f9fea3b7c94a95284c6cb46d828bd5c30719054e2eca4c95fdb4ad58a03687 5799 libset-tiny-perl_0.01.orig.tar.gz 975fa08d0ffdaff537fef493aae06dac3c0572a6488372434c38cb2e956162b0 1554 libset-tiny-perl_0.01-1~bpo70+1.debian.tar.gz 8269f08ced4a48a8ff47d3e673011bc8cf4a56e255388aeba4bd2a78eaddf6a1 9612 libset-tiny-perl_0.01-1~bpo70+1_all.deb Files: 4bc1092704bb825874daff7627774ab6 2101 perl optional libset-tiny-perl_0.01-1~bpo70+1.dsc 1edda94a178ac2911f6f2a2e1101b633 5799 perl optional libset-tiny-perl_0.01.orig.tar.gz 9d752f746ee3c2da947b6b25dcd63f5f 1554 perl optional libset-tiny-perl_0.01-1~bpo70+1.debian.tar.gz 878996251ccdb45874756516af532f10 9612 perl optional libset-tiny-perl_0.01-1~bpo70+1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIVAwUBU3SfFwxwVXtaBlE+AQiKnw/8D9EItrQgihzergaZL6pBjaNYvy2jLP9l Rk/sUio+sQZdxrwK2d+31zcWxqK06T2QWt6d6c//f46hDHxviDZPSijjegUWCzSh OuZW6bpvWR8p6gMGZUMTyANLazABvlIOEoBGVnZ3sz+kXGNP9kPRWCKZ6rDpVwt5 5S4Mz+SuSw5vEFtCMCqnnlGqG4gcH7efPfUfSfdRbyz3A0642CZWkOja1fl06zsH uELqlE9bM05nwadyebLt7QNI7XGbhfwm+pNoLJl5uiSYHINJMsDhkOo3YuDTq4gj kOM9fx/1XzBXElYDesmBmTQN2MF8ZZfa/aHxQYBKjAHCGnqoMvL7og7KPf3s2Q54 jeQoy0YP2oY8NFBAEc/1hgauAq9SZQaUmTyhugfvzq82v1f/vcG2BbQcf0NDuZq1 ENNXk/gCN3HM27DUNYqfHHD8zqRF3MDU6h88BfVww0cgtmui0ihAegcEnXJwMwl9 3G012aRoVuHcyhvBzfNMb5a0epcFZ2IUeYni//ZyyztB77uiTo4Yszd1GiVL8gUh AGgDEaOpAPbqHA+iP+k0q5VxMH8eSo1tY1mwjOGUaCUlXyZx0qCYx9H8/SAxXkWH bswN8d6aRqYx2WMRv7wSCQa98k+ZKDZVqVPq9Gj8C47NzjZHBJMSdSeafAJpDXnh zOjFrdLjF5s= =5OYG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 23 20:28:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 20:28:56 +0000 Subject: Processing of libdata-messagepack-perl_0.48-1_amd64.changes Message-ID: libdata-messagepack-perl_0.48-1_amd64.changes uploaded successfully to localhost along with the files: libdata-messagepack-perl_0.48-1_amd64.deb libdata-messagepack-perl_0.48-1.dsc libdata-messagepack-perl_0.48.orig.tar.gz libdata-messagepack-perl_0.48-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 20:38:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 20:38:59 +0000 Subject: Processing of libcatmandu-store-lucy-perl_0.0101-1_amd64.changes Message-ID: libcatmandu-store-lucy-perl_0.0101-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-store-lucy-perl_0.0101-1_all.deb libcatmandu-store-lucy-perl_0.0101-1.dsc libcatmandu-store-lucy-perl_0.0101.orig.tar.gz libcatmandu-store-lucy-perl_0.0101-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 23 21:24:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 21:24:36 +0000 Subject: libcatmandu-store-lucy-perl_0.0101-1_amd64.changes is NEW Message-ID: binary:libcatmandu-store-lucy-perl is NEW. source:libcatmandu-store-lucy-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 23 21:24:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 23 May 2014 21:24:43 +0000 Subject: libdata-messagepack-perl_0.48-1_amd64.changes is NEW Message-ID: binary:libdata-messagepack-perl is NEW. source:libdata-messagepack-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From rra at debian.org Fri May 23 21:15:00 2014 From: rra at debian.org (Russ Allbery) Date: Fri, 23 May 2014 14:15:00 -0700 Subject: Bug#749081: does not know that use 5.012 implies use strict Message-ID: <20140523211500.17729.87329.reportbug@windlord.stanford.edu> Package: libtest-strict-perl Version: 0.23-1 Severity: normal Test::Strict returns false positives for code that uses: use 5.012; or a later version. Per the Perl documentation: "use VERSION" also enables all features available in the requested version as defined by the "feature" pragma, disabling any features not in the requested version's feature bundle. See feature. Similarly, if the specified Perl version is greater than or equal to 5.12.0, strictures are enabled lexically as with "use strict". so saying "use 5.012" is sufficient to enable strictures, but Test::Strict wants an explicit "use strict" (or one of a variety of other helper modules). -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.13-1-686-pae (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libtest-strict-perl depends on: ii libdevel-cover-perl 1.14-1 ii perl 5.18.2-4 libtest-strict-perl recommends no packages. libtest-strict-perl suggests no packages. -- no debconf information From dr at jones.dk Fri May 23 21:43:20 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 23 May 2014 23:43:20 +0200 Subject: Bug#749085: ITP: libfurl-perl -- lightning-fast URL fetcher Message-ID: <20140523214320.26876.43312.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libfurl-perl Version : 3.02 Upstream Author : Tokuhiro Matsuno * URL : https://github.com/tokuhirom/Furl * License : Artistic or GPL-1+ Programming Lang: Perl Description : lightning-fast URL fetcher Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it! libfurl-perl is needed by libcatmandu-importer-getjson-perl It wil be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTf8D0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWTFgH/jVVJmNzmDQUQZiNyqnD+SGi wgQF7bZihql2PXnHYF3wrRQE8ED2yyCPpUI0oW334OKUOyi51++gfO+JHsj8aiuO E0OctxtvQt9vSMn4UhXlIA3V/C9RdKo6bkKzrEiwhMiGIT9GooYpV8MN16Arnu30 A+hMd3XAZjcV/O/R4rk4PqhWzEmPcx9zmvxmescsS9x90eO0/3I3g5dkYvKHp6ZU kxFzXOiFl/ceWAell7sza362qNTsYcsNfUjMY6Eom12Q1BhI6ykNZpZdCCEF27S+ gtkImLOn8wAQOMfOqyVoHYZqsJGX3TXMsOdCJB0bg+rM+69n3MneTHdUIy41tu0= =0Vc+ -----END PGP SIGNATURE----- From owner at bugs.debian.org Sat May 24 08:18:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 24 May 2014 08:18:14 +0000 Subject: Processed: bug 749081 is forwarded to https://rt.cpan.org/Ticket/Display?id=95916 References: <1400919355-2384-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 749081 https://rt.cpan.org/Ticket/Display?id=95916 Bug #749081 [libtest-strict-perl] does not know that use 5.012 implies use strict Set Bug forwarded-to-address to 'https://rt.cpan.org/Ticket/Display?id=95916'. > thanks Stopping processing here. Please contact me if you need assistance. -- 749081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749081 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From jwilk at debian.org Sat May 24 08:16:26 2014 From: jwilk at debian.org (Jakub Wilk) Date: Sat, 24 May 2014 10:16:26 +0200 Subject: Bug#749107: libperl-critic-perl: can't disable Variables::ProhibitReusedNames in elsif (...) Message-ID: <20140524081626.GA3762@jwilk.net> Package: libperl-critic-perl Version: 1.121-1 Please see the attached test file. $ perlcritic --verbose '%p at %l\n' -2 boolean-grep-elsif.pl BuiltinFunctions::ProhibitBooleanGrep at 10 Miscellanea::ProhibitUselessNoCritic at 10 So it reports that there's ProhibitBooleanGrep at line 10, and that there's no ProhibitBooleanGrep to disable on line 10... If I replace "elsif" with plain "if", the problems goes away: $ sed -e 's/elsif/; if/' boolean-grep-elsif.pl > boolean-grep-if.pl $ perlcritic --verbose '%p at %l\n' -2 boolean-grep-if.pl boolean-grep-if.pl source OK -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libperl-critic-perl depends on: ii libb-keywords-perl 1.13-1 ii libconfig-tiny-perl 2.20-1 ii libemail-address-perl 1.903-1 ii libexception-class-perl 1.38-1 ii libfile-homedir-perl 1.00-1 ii libfile-which-perl 1.09-1 ii libio-string-perl 1.08-3 ii liblist-moreutils-perl 0.33-2 ii libmodule-pluggable-perl 5.1-1 ii libpod-spell-perl 1.15-1 ii libppi-perl 1.215-1 ii libppix-regexp-perl 0.036-1 ii libppix-utilities-perl 1.001000-1 ii libreadonly-perl 1.04-1 ii libreadonly-xs-perl 1.05-1 ii libstring-format-perl 1.17-1 ii libtask-weaken-perl 1.04-1 ii perl 5.18.2-4 ii perltidy 20140328-1 -- Jakub Wilk -------------- next part -------------- A non-text attachment was scrubbed... Name: boolean-grep-elsif.pl Type: text/x-perl Size: 165 bytes Desc: not available URL: From owner at bugs.debian.org Sat May 24 08:45:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 24 May 2014 08:45:05 +0000 Subject: Processed: retitle 749107 to libperl-critic-perl: can't disable BuiltinFunctions::ProhibitBooleanGrep in elsif (...) References: <53805bab.17a08fb.702044ea@ktnx.net> Message-ID: Processing commands for control at bugs.debian.org: > retitle 749107 libperl-critic-perl: can't disable BuiltinFunctions::ProhibitBooleanGrep in elsif (...) Bug #749107 [libperl-critic-perl] libperl-critic-perl: can't disable Variables::ProhibitReusedNames in elsif (...) Changed Bug title to 'libperl-critic-perl: can't disable BuiltinFunctions::ProhibitBooleanGrep in elsif (...)' from 'libperl-critic-perl: can't disable Variables::ProhibitReusedNames in elsif (...)' > thanks Stopping processing here. Please contact me if you need assistance. -- 749107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749107 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat May 24 09:06:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 24 May 2014 09:06:05 +0000 Subject: Processed: bug 749107 is forwarded to https://github.com/Perl-Critic/Perl-Critic/issues/572 References: <1400922228-2212-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 749107 https://github.com/Perl-Critic/Perl-Critic/issues/572 Bug #749107 [libperl-critic-perl] libperl-critic-perl: can't disable BuiltinFunctions::ProhibitBooleanGrep in elsif (...) Set Bug forwarded-to-address to 'https://github.com/Perl-Critic/Perl-Critic/issues/572'. > thanks Stopping processing here. Please contact me if you need assistance. -- 749107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749107 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From dr at jones.dk Sat May 24 09:08:26 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 24 May 2014 11:08:26 +0200 Subject: Bug#749113: ITP: libplack-middleware-deflater-perl -- compress response body with gzip or deflate Message-ID: <20140524090826.27394.56508.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libplack-middleware-deflater-perl Version : 0.12 Upstream Author : Tatsuhiko Miyagawa * URL : https://github.com/miyagawa/Plack-Middleware-Deflater * License : Artistic or GPL-1+ Programming Lang: Perl Description : compress response body with gzip or deflate Plack::Middleware::Deflater is a middleware to encode your response body in gzip or deflate, based on Accept-Encoding HTTP request header. It would save the bandwidth a little bit but should increase the Plack server load, so ideally you should handle this on the frontend reverse proxy servers. The module is needed (optionally) for testsuite of libfurl-perl. It will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTgGGGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWJA4H/0nB/cCFZY6X4qvUhRDggHIs Lsvg839321mV7dFtzZ499/pb4oNv/64V5NWwAacKE3L0mvx4dgckqLZw3uT7AExQ xetma5nzdanuzAwOqy/jD/W5t58S3HzBdDjjOFFFNrL93mrwk0qu0M014GYWKnbi zDqH1bFNS2yCFDRs37JU3x9xTM2dJB961jwsJWFQnFMetkQ1r/Vw7//K65wpS2WS HH5jJDFxUNHYo55wrYB6wjzRh+mn+5CcweplrAUGqYIunFJRceOgf7776Ilig+Ei FMLCCsompvYYkKKdaApKsyTU/Cx9wQdLfbLLkamzN4/wUWSAYxOfiWtHgV+6d9Q= =Y6+/ -----END PGP SIGNATURE----- From dr at jones.dk Sat May 24 10:20:58 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 24 May 2014 12:20:58 +0200 Subject: Bug#749121: ITP: libplack-test-anyevent-perl -- run Plack::Test on AnyEvent-based PSGI applications Message-ID: <20140524102058.26062.43171.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libplack-test-anyevent-perl Version : 0.05 Upstream Author : Rob Hoelz * URL : https://github.com/hoelzro/plack-test-anyevent * License : Artistic or GPL-1+ Programming Lang: Perl Description : run Plack::Test on AnyEvent-based PSGI applications Plack::Test::AnyEvent allows you to easily test your AnyEvent-based PSGI applications. Normally, Plack::Test::MockHTTP or Plack::Test::Server work fine for this, but this implementation comes in handy when you'd like to test your streaming results as they come in, or if your application uses long-polling. For non-streaming requests, you can use this module exactly like Plack::Test::MockHTTP; otherwise, you can set up a content handler and call $res->recv. The event loop will then run until the PSGI application closes its writer handle or until your test client calls send on the response. This package improves testsuite of libplack-middleware-deflater-perl. It will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTgHKGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWwPgH/0RqfR7ZjhNWCiuRjpVYysCp XjhcVnXgmZVaiw5WBatTs+XXieigLag6UXBYymP/NKi1/kWo5Sn6U9eAdXPJRmzQ 3Bjb6xay0GG+aXwJfQz4pJniOWUx+jmh+Z/k7upX23kft1n6F0X0t1dzik6TCL4B r2aZM9Bnj/BA3REbqeo3uv13p9w384kP+2Sgjy0n6kujTYzT3IQKpWxSYE5ZhMD1 YLEct45y6xt1OeGI8FSy3Qr5WkHQF+9gv7XeeuZTrV9b5l5wSz8l33rnnMjGjrpR RNJErxB+ArOQQ+caeEtxyb21F6rYW/rHA+Z+yD5Ayy1BTUMF6a9mbIlxAMqbT78= =tFlY -----END PGP SIGNATURE----- From dr at jones.dk Sat May 24 10:54:02 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 24 May 2014 12:54:02 +0200 Subject: Bug#749125: ITP: libtest-fake-httpd-perl -- a fake HTTP server Message-ID: <20140524105402.28823.46232.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libtest-fake-httpd-perl Version : 0.06 Upstream Author : NAKAGAWA Masaki * URL : https://metacpan.org/pod/Test::Fake::HTTPD * License : Artistic or GPL-1+ Programming Lang: Perl Description : a fake HTTP server Test::Fake::HTTPD is a fake HTTP server module for testing. This package improves testsuite of libfurl-perl. It will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTgHpKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWq9EH/RkrHtIbhZMJNNTta5tXVP6O o8DzU+nVKtYDsfPsLrBeAny4147iR5qygxgd7tAHfgkfFH3iyC0S+NpYppYlKboG Cap+H76tVTPlhYhqIhj5FJUroDjDnct+Ve3kaLAVHGEardrKQPOXAWvdBq8SQ/sp Gjn7QHOXt2pg+3FVd+o7/NzCWAr7x9Qg+f5dF3E4aRRIV+Ml0I/gBnxadN84RvUV QKf/CzpKBFjLvS1kmL/kkiUtg60qExru70kSfuTpUMG+H4RDBC+EI+b3t+Vi2Q5q hE54safDWA9Wf0CEjs2E+HK/MMQyJq7c34xT2NmE0/ztH0T47hkAZ7jPsXGkoug= =8yp5 -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sat May 24 12:32:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 12:32:11 +0000 Subject: Processing of libweb-simple-perl_0.023-1_amd64.changes Message-ID: libweb-simple-perl_0.023-1_amd64.changes uploaded successfully to localhost along with the files: libweb-simple-perl_0.023-1_all.deb libweb-simple-perl_0.023-1.dsc libweb-simple-perl_0.023.orig.tar.gz libweb-simple-perl_0.023-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 12:33:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 12:33:47 +0000 Subject: libweb-simple-perl_0.023-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 24 May 2014 14:26:42 +0200 Source: libweb-simple-perl Binary: libweb-simple-perl Architecture: source all Version: 0.023-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libweb-simple-perl - simple web framework Changes: libweb-simple-perl (0.023-1) unstable; urgency=low . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * New upstream releases 0.021, 0.023. * Update debian/copyright. Add new copyright holders, bump years of packaging copyright. * Replace pod_fragment.patch with an override in debian/rules. * Add patch to fix POD (missing whatis entry). * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: a48fd77b5efa40c4258af7ee7688bb9c918822e7 2345 libweb-simple-perl_0.023-1.dsc 7664bbb65d435f20b7181bac96aa6dca612b06f2 52577 libweb-simple-perl_0.023.orig.tar.gz 3f6b48788b54e1086461b281ed8dbacccf610ce6 3324 libweb-simple-perl_0.023-1.debian.tar.xz f5a40990ba45f27e82863b8a987b9d50187d8b94 61644 libweb-simple-perl_0.023-1_all.deb Checksums-Sha256: b2f422f92a192d180ef54250c478f40495ebea11560400572ce5cf54a74334ca 2345 libweb-simple-perl_0.023-1.dsc 497c0de67fb896a59d249a38bd16d4745f09bdfb92a8c5a7b47cfdf8e2aa0442 52577 libweb-simple-perl_0.023.orig.tar.gz f98e4b503dcb6aefeb56dd04d48f466ba664b9415818b327dd87dd11bba51ddb 3324 libweb-simple-perl_0.023-1.debian.tar.xz 1f525dea374114d088d20c18ca10e8a02c29dae1de32ee2a76796ec4379f1efb 61644 libweb-simple-perl_0.023-1_all.deb Files: 813aea75e0135faf3e94944068b98d8c 61644 perl optional libweb-simple-perl_0.023-1_all.deb 616c75aaab38d1681696635bd97419e6 2345 perl optional libweb-simple-perl_0.023-1.dsc 0e0b6d301bca143eae4660d272115fe0 52577 perl optional libweb-simple-perl_0.023.orig.tar.gz 9d733d0d8777cb9883e911286258c025 3324 perl optional libweb-simple-perl_0.023-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgJAxThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvzIEACsLPaSaMo/vpcY0/2D2GvtttzHiQfV5DFdFj1A9rRN98ZW m0skjX2PyN5BIHYyL4pSOCZWW6/y+DVQ+kvDza+yn65rYJQB92zpEAwd/MtMbHmX oLLDDsCaUx4Eu0zjaR57pFwFJaUyxWcsYdeMmtciNpaBsoQ+mFDf2l3zyPWrdaw9 vYX75LjkZ5zHEh3g/tAwiGDY5tR3dqa33vePAgbeSXdfNsfdycPSqhoBUrJn0RBf lXZPo/dnzv3wWAYZx2SeyM8R374ZpMixsvMdrNZajXp7btjLr+hJLPnO3bWG4ATM F81vpq+oiJKoX97VEZfOlQBsJdA9+6Rwb3fb0FqB0DM4uOrK9E/hgs7IVJv0Uqa1 Kq26WoCOazXIcahz6o+BGAg+bjjidOjg/SVeoP3aHsv+cYH5+PROQqbcdWN6bX3b u6Ep1zrOVl3FzKbuFYL03mt5zcj5K6PurHdgIkRsAzQvERi1mDCHmY5MEISdi36A aJ5JlYHFJ7drTdBSVDSnKR7IK0uVkYb3dLszEeAydVOEXF7JeXw5HvUNZ0fVuZwJ YoFF70W1Ke5lOK2A6NgIpJVeJ74CvJXpXnE0BtMbI6FVsOwOjbRmQqv8zgKeTIDg sOoq84Xjk9Bjw42W7Ltam0vEyHvT7qiCvVMT5fkr60qKA9uNVM51u/SISgfYyA== =fGLY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 24 12:42:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 12:42:14 +0000 Subject: Processing of libfile-share-perl_0.10-1_amd64.changes Message-ID: libfile-share-perl_0.10-1_amd64.changes uploaded successfully to localhost along with the files: libfile-share-perl_0.10-1_all.deb libfile-share-perl_0.10-1.dsc libfile-share-perl_0.10.orig.tar.gz libfile-share-perl_0.10-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 12:49:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 12:49:07 +0000 Subject: libfile-share-perl_0.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 24 May 2014 14:39:44 +0200 Source: libfile-share-perl Binary: libfile-share-perl Architecture: source all Version: 0.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-share-perl - replacement for File::ShareDir to deal with a development environ Changes: libfile-share-perl (0.10-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * debian/rules: drop override. The manpage is created correctly now. * Update debian/copyright. Bump copyright years, drop info about removed files. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: f21b955b281957dabbb5a166ef7a822a9868527c 2190 libfile-share-perl_0.10-1.dsc 05fecb33dc8639b02320ed787f79bf99e8d68390 9700 libfile-share-perl_0.10.orig.tar.gz 232d7639f7714b695dd3cdbe6286e5abe56af090 1824 libfile-share-perl_0.10-1.debian.tar.xz e19bcfcddb5039ad57380129cf49d76c528168d2 6930 libfile-share-perl_0.10-1_all.deb Checksums-Sha256: 96e34b7cac5ee4611815fd94c1dcc3e652ec4402a13a0c775e73a8f582d403d3 2190 libfile-share-perl_0.10-1.dsc 6547bf2615f6152972b78a029d1776724c7cd54f99f9379d3c77dc4d9173afc7 9700 libfile-share-perl_0.10.orig.tar.gz 67b50f9f6201b64260d9e59bb0af709e697cdf9a6e42cab08fc6be66b01a61f5 1824 libfile-share-perl_0.10-1.debian.tar.xz 17d4f002790a0f1d374cb70da9cfc4467af59ad1b91bee59f5292b2fd5d3a89f 6930 libfile-share-perl_0.10-1_all.deb Files: 2d627af2f6cf28bc394e87cab8dac276 6930 perl optional libfile-share-perl_0.10-1_all.deb f55d7772bec8aeb8e599afc4dc203576 2190 perl optional libfile-share-perl_0.10-1.dsc 34ac6ac53b5451d1bdde03d765c41915 9700 perl optional libfile-share-perl_0.10.orig.tar.gz 29bbc01b594f074fce713581f5948d8b 1824 perl optional libfile-share-perl_0.10-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgJNDThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvZmEACX3e5g9pWdHFUnd9OVwNj5NC9HA6ZzuM1yuyLgU5cqfnR0 tc66z5+VcKKB+7mftgpQKpYVHH8m8F6YlDbO+4au3f3t919a8fHvQhrcw/ybd7yI Ayx6tECDgxRy7+zlxMX2wO1peexKojXzr8BKTrDAjnOMXGPj1xBcyvtEvZLoXV4P kawZVLD8mNFay3wSsfeUckWFxn0JJKJJydyIVruT4Il1pouc4rbbRjnx+gd2WT0u gnY4mpK5x6WzcF75symWE1JTgQxCON8dW3cQ5IHaUkbEKtCPwVOx+Qy5ggQVsUQH iV36/IXly4zgJ5s36csgS7mJY8qpO3Brjfv9Pgt/RVx8hQQe6qhA4N3lPm8sIC5l /eOdygrOf4w9t3A/uFpF27pdPJ/0WzEsE491BBUQdqcBBSLZ2wshNN0EqLuOgbNe rnEqMoua9iQaxuqrBi0H/YNWYdSC4U38fRRYu7da6tjm48+qTdzS/lHhklFqFLJR Xx9VYzDWPx96e+KRxkl+h783XfRNMfaetBaA8xdiQ1MtKZwbXjb8osrSQgRyyWuj BCARr1NrxDA+vta12LPXF4iAfnN9uBLna/shLkCAnk3byXdNZVi7u9OsMvE2Cczi JbHuLXSvS1hmyq4bl/nNz98z+SnIBf4X3H/vTEDfIIju5wBZ1KDJ3V5Lv5WSGA== =Ezfz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 24 12:52:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 12:52:15 +0000 Subject: Processing of libfile-spec-perl_3.4700-1_amd64.changes Message-ID: libfile-spec-perl_3.4700-1_amd64.changes uploaded successfully to localhost along with the files: libfile-spec-perl_3.4700-1_amd64.deb libfile-spec-perl_3.4700-1.dsc libfile-spec-perl_3.4700.orig.tar.gz libfile-spec-perl_3.4700-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 13:03:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 13:03:51 +0000 Subject: libfile-spec-perl_3.4700-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 24 May 2014 14:46:35 +0200 Source: libfile-spec-perl Binary: libfile-spec-perl Architecture: source amd64 Version: 3.4700-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-spec-perl - collection of tools for working with paths across platforms Changes: libfile-spec-perl (3.4700-1) unstable; urgency=medium . * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 8e1965e0dcc70051409f7fa5b2bf63bbb78b20c7 2358 libfile-spec-perl_3.4700-1.dsc e29c649d51405a63ea5c3255637411bbf82c96c2 143041 libfile-spec-perl_3.4700.orig.tar.gz 3f0f82a025d91b4f41a6e079a3c3170909ebc4a6 4844 libfile-spec-perl_3.4700-1.debian.tar.xz f3244401ab6750091c8f1b7f33ad2284ee29148c 91966 libfile-spec-perl_3.4700-1_amd64.deb Checksums-Sha256: 67e8e410368846c96e1db46fc105fdb523016ecc8cdaed587ff70045467aff0e 2358 libfile-spec-perl_3.4700-1.dsc caa8d4b45372b8cb0ef0f6f696efa3a60b0fd394b115cad39a7fbb8f6bd38026 143041 libfile-spec-perl_3.4700.orig.tar.gz dd25876b4e3667cbb463de321b6d8f4bec52daa75e1b8551157de151bf910788 4844 libfile-spec-perl_3.4700-1.debian.tar.xz faf53bb0ccca3a6337f20bb3f9a8def83ae0e0308807a01fb319f55dcbe1ba79 91966 libfile-spec-perl_3.4700-1_amd64.deb Files: dc31a022c544a0ebf0fa430ae4543d39 91966 perl optional libfile-spec-perl_3.4700-1_amd64.deb dd7b77995c1b1178516f9a8e3d81e861 2358 perl optional libfile-spec-perl_3.4700-1.dsc 5b97a7f64ab964aa470919ca11133809 143041 perl optional libfile-spec-perl_3.4700.orig.tar.gz bb34ac8dd5575b3e581c94733c8bd738 4844 perl optional libfile-spec-perl_3.4700-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJqBAEBCgBVBQJTgJTRThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgXoD/iXw4BfdprALyXR2ann1KgDWfTMYT7+i16zgD2d1K1CaqYY CCV90sEsXTaDhVoiBRUVXExNyzLNRde/2caB/k/ZgiXVJhrYVLKQVxDHGmnoExW0 tZUDSwnx8MpXsMe+icdxkJl5QYk6/Psx6ZXKzqrBvi2IlWUohErh0tuofomCt0Fe kw9l+qCMPIINBpgRVOUthMzKB37CPaDF4ukYNtR014Oq1vDO/jzFe+V9J1YJ7JDu 5b5gI5kJ/dsTHu0AWbYxRWl4/iP02dIUPdrCnfDZMMslRhkAFLTYq6lfyYqI8Oet slqhpNKBuoo6oFgmRQFnlYuccjo7RgOJYYqEkZHBQ4z4I/w6tLMT1S4fcQG62ziW 5Yw0bBu7hfClN1qO2aibRKW/jm9PC96BrC7kDe0uln6f+mPTOpfiT4d8UrSmZ/NB R4XCZDMhI3aRFnQTe4A2plE5Gj9FTzp2T5ZDLkmfQ8U6bYSFCrVyHluUnz4S1ApQ 33As/tvng/6rZXhWveg3y7j+b3WKGPwHkYSXw9U1/ZDFFQIe8PI0uYYO56nuwRE/ lTUfXVeiRdaAeUzQqPQQ2g/Dcv6/KAO0uw5ZVDyMXkzS/WtkU2T53sIRTP28Puln mu+mWWCvvjSQQS3h5ezPIycqIlU87E3QZ1O30doo8a4/1xGD1zFREWQHm3Mk =Lb75 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From mt at debian.org Sat May 24 14:19:47 2014 From: mt at debian.org (Michael Tautschnig) Date: Sat, 24 May 2014 15:19:47 +0100 Subject: Bug#749145: Conflicting types for function blowfish_make_bfkey Message-ID: <20140524141947.GH1035@l04.Home> Package: libcrypt-blowfish-perl Version: 2.14-1 Severity: wishlist Usertags: goto-cc Tags: upstream During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error. Please note that we use our research compiler tool-chain (using tools from the cbmc package), which permits extended reporting on type inconsistencies at link time. [...] cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z,relro -shared -L/usr/local/lib -fstack-protector Blowfish.o _blowfish.o -o blib/arch/auto/Crypt/Blowfish/Blowfish.so \ \ error: conflicting function declarations "blowfish_make_bfkey" old definition in module Blowfish file blowfish.h line 5 signed int (char *, signed int, char *) new definition in module _blowfish file _blowfish.c line 400 signed int (unsigned char *key_string, signed int keylength, BFkey_type *bfkey) Makefile:473: recipe for target 'blib/arch/auto/Crypt/Blowfish/Blowfish.so' failed make[1]: *** [blib/arch/auto/Crypt/Blowfish/Blowfish.so] Error 64 make[1]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-libcrypt-blowfish-perl/libcrypt-blowfish-perl-2.14' dh_auto_build: make -j1 returned exit code 2 The pair of declaration and definition should be improved in two ways to enable appropriate compiler diagnostics and to avoid future issues: - The key_string parameter should become consistent regarding signedness. - Using void* instead of char* for the bfkey parameter would make explicit that the type is hidden. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From manula at onlinehome.de Sat May 24 14:47:28 2014 From: manula at onlinehome.de (Fabin Ltd) Date: Sat, 24 May 2014 14:47:28 GMT Subject: Bug#359943: Stellenangebot zur Durchsicht Message-ID: <00c7f569.44b497ea341ea308@LenaPC> Sehr geehrte/r Arbeitsuchender, folgendes Arbeitsangebot ist f?r alle geeignet, da diese Arbeit ohne besondere Anforderungen auch von zu Hause zu bewerkstelligen ist. Der Arbeitnehmer hat keine Ausgaben und muss keine besonderen Kenntnisse mitbringen. Die ben?tigte technische Ausr?stung wird von uns frei zur Verf?gung gestellt. Zu Ihrem Arbeitsinhalt geh?rt das B?cher Einscannen, die Vorbereitung der Dokumentenbearbeitung, die Datendigitalisierung, das Digitalisieren von Buchwerken und die Koordinierung. Wir bieten eine attraktive Bezahlung in H?he von 16? die Stunde Brutto. Unser Unternehmen verf?gt ?ber internationale Filialen in ganz Europa und wir arbeiten im Bereich der Mediendigitalisierung. Zur Zeit suchen wir nach neuen Mitarbeitern. Dies m?ssen Sie mitbringen: Eine T?tigkeit von zu Hause entspricht Ihrer Vorstellung, eine T?tigkeit von zu Hause entspricht Ihrer Vorstellung, Sie besitzen Flexibilit?t, Sie besitzen eine teamorientierte Arbeitsweise, sie verf?gen ?ber ein Paar Stunden Zeit am Tag und Grundkenntnisse von MS-Office sind von Vorteil. Haben wir Ihr Interesse geweckt? Dann freuen wir uns ?ber Ihre Bewerbung! Senden Sie Ihre vollst?ndigen Bewerbungen an: LindsayButtellv at gmx.com Wir freuen uns auf Ihre Bewerbung. Beste Gr??e Fabin Ltd From rajesh.deo at gmail.com Sat May 24 15:32:16 2014 From: rajesh.deo at gmail.com (Rajesh Deo) Date: Sat, 24 May 2014 21:02:16 +0530 Subject: Bug#748740: More information... Message-ID: I am getting connection failures to SSL servers with self-signed certificates but behavior is a bit different I tried out the following test from earlier reports: ------------------ $ env -i PERL_LWP_SSL_VERIFY_HOSTNAME=0 PERL_LWP_SSL_CA_PATH=/ \ GET https://www.debian.org/ Can't connect to www.debian.org:443 Network is unreachable at /usr/share/perl5/LWP/Protocol/http.pm line 41. ------------------- With the above, I get same result as above. But if I set PERL_LWP_SSL_CA_PATH=/etc/ssl/certs the page is retrieved successfully. I am running libio-socket-ssl-perl 1.988-1 The same does not work for *different port numbers* e.g. 23456 That is instead of https://www.debian.org/, I use https://127.0.0.1:23456/it failes with just "Can't connect to ..." error, the second error "Network is unreachable ..." is not shown. It only works for the default port 443. Can someone shed more light on this? -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Sat May 24 15:57:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 15:57:55 +0000 Subject: Processing of libplack-test-anyevent-perl_0.05-1_amd64.changes Message-ID: libplack-test-anyevent-perl_0.05-1_amd64.changes uploaded successfully to localhost along with the files: libplack-test-anyevent-perl_0.05-1_all.deb libplack-test-anyevent-perl_0.05-1.dsc libplack-test-anyevent-perl_0.05.orig.tar.gz libplack-test-anyevent-perl_0.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 16:04:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 16:04:09 +0000 Subject: libplack-test-anyevent-perl_0.05-1_amd64.changes is NEW Message-ID: binary:libplack-test-anyevent-perl is NEW. source:libplack-test-anyevent-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 24 16:18:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 16:18:04 +0000 Subject: Processing of libplack-middleware-deflater-perl_0.12-1_amd64.changes Message-ID: libplack-middleware-deflater-perl_0.12-1_amd64.changes uploaded successfully to localhost along with the files: libplack-middleware-deflater-perl_0.12-1_all.deb libplack-middleware-deflater-perl_0.12-1.dsc libplack-middleware-deflater-perl_0.12.orig.tar.gz libplack-middleware-deflater-perl_0.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 16:33:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 16:33:39 +0000 Subject: libplack-middleware-deflater-perl_0.12-1_amd64.changes REJECTED Message-ID: Version check failed: Your upload included the source package libplack-middleware-deflater-perl, version 0.12-1, however testing already has version 0.12-1. Uploads to unstable must have a higher version than present in testing. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: dh-make-perl 0.81-1 MIGRATED to testing Message-ID: FYI: The status of the dh-make-perl source package in Debian's testing distribution has changed. Previous version: 0.80-1 Current version: 0.81-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: libdevel-findref-perl 1.430-1 MIGRATED to testing Message-ID: FYI: The status of the libdevel-findref-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.430-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libpackage-variant-perl 1.002000-1 MIGRATED to testing Message-ID: FYI: The status of the libpackage-variant-perl source package in Debian's testing distribution has changed. Previous version: 1.001004-1 Current version: 1.002000-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: liblatex-driver-perl 0.200.4-1 MIGRATED to testing Message-ID: FYI: The status of the liblatex-driver-perl source package in Debian's testing distribution has changed. Previous version: 0.12-1 Current version: 0.200.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: libmath-prime-util-perl 0.41-1 MIGRATED to testing Message-ID: FYI: The status of the libmath-prime-util-perl source package in Debian's testing distribution has changed. Previous version: 0.39-1 Current version: 0.41-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: libclass-xsaccessor-perl 1.19-2 MIGRATED to testing Message-ID: FYI: The status of the libclass-xsaccessor-perl source package in Debian's testing distribution has changed. Previous version: 1.19-1 Current version: 1.19-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libsub-infix-perl 0.003-1 MIGRATED to testing Message-ID: FYI: The status of the libsub-infix-perl source package in Debian's testing distribution has changed. Previous version: 0.002-1 Current version: 0.003-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: librdf-trin3-perl 0.206-1 MIGRATED to testing Message-ID: FYI: The status of the librdf-trin3-perl source package in Debian's testing distribution has changed. Previous version: 0.204-1 Current version: 0.206-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libsort-naturally-perl 1.03-1 MIGRATED to testing Message-ID: FYI: The status of the libsort-naturally-perl source package in Debian's testing distribution has changed. Previous version: 1.02-1 Current version: 1.03-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libperlx-maybe-xs-perl 1.001-1 MIGRATED to testing Message-ID: FYI: The status of the libperlx-maybe-xs-perl source package in Debian's testing distribution has changed. Previous version: 0.005-1 Current version: 1.001-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: libdevel-cover-perl 1.14-2 MIGRATED to testing Message-ID: FYI: The status of the libdevel-cover-perl source package in Debian's testing distribution has changed. Previous version: 1.14-1 Current version: 1.14-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: librdf-generator-void-perl 0.13-1 MIGRATED to testing Message-ID: FYI: The status of the librdf-generator-void-perl source package in Debian's testing distribution has changed. Previous version: 0.12-1 Current version: 0.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libperlx-maybe-perl 1.000-1 MIGRATED to testing Message-ID: FYI: The status of the libperlx-maybe-perl source package in Debian's testing distribution has changed. Previous version: 0.004-1 Current version: 1.000-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libmath-vector-real-perl 0.11-1 MIGRATED to testing Message-ID: FYI: The status of the libmath-vector-real-perl source package in Debian's testing distribution has changed. Previous version: 0.10-1 Current version: 0.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: libcatalyst-model-cdbi-crud-perl 0.04-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-model-cdbi-crud-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.04-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:15 +0000 Subject: libcommon-sense-perl 3.72-5 MIGRATED to testing Message-ID: FYI: The status of the libcommon-sense-perl source package in Debian's testing distribution has changed. Previous version: 3.72-3 Current version: 3.72-5 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: librdf-ns-perl 20131205-1 MIGRATED to testing Message-ID: FYI: The status of the librdf-ns-perl source package in Debian's testing distribution has changed. Previous version: 20130930-1 Current version: 20131205-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 24 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 24 May 2014 16:39:16 +0000 Subject: libmousex-foreign-perl 1.000-1 MIGRATED to testing Message-ID: FYI: The status of the libmousex-foreign-perl source package in Debian's testing distribution has changed. Previous version: 0.007-1 Current version: 1.000-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sat May 24 17:28:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 17:28:23 +0000 Subject: Processing of libtest-fake-httpd-perl_0.06-1_amd64.changes Message-ID: libtest-fake-httpd-perl_0.06-1_amd64.changes uploaded successfully to localhost along with the files: libtest-fake-httpd-perl_0.06-1_all.deb libtest-fake-httpd-perl_0.06-1.dsc libtest-fake-httpd-perl_0.06.orig.tar.gz libtest-fake-httpd-perl_0.06-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 17:34:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 17:34:13 +0000 Subject: libtest-fake-httpd-perl_0.06-1_amd64.changes is NEW Message-ID: binary:libtest-fake-httpd-perl is NEW. source:libtest-fake-httpd-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ntyni at debian.org Sat May 24 20:19:02 2014 From: ntyni at debian.org (Niko Tyni) Date: Sat, 24 May 2014 23:19:02 +0300 Subject: Bug#749174: libsignatures-perl: new upstream release fixes problems with Perl 5.20 Message-ID: <20140524201902.GA16690@estella.local.invalid> Package: libsignatures-perl Version: 0.07-1 Severity: normal User: debian-perl at lists.debian.org Usertags: perl-5.20-transition Please upgrade to 0.08 from CPAN. Revision history for signatures 0.08 2014-05-24 05:07:22Z - Patch for perl > 5.19.2 by Peter Martini (RT#95181) -- Niko Tyni ntyni at debian.org From pkg-perl-maintainers at lists.alioth.debian.org Sat May 24 20:30:47 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Sat, 24 May 2014 20:30:47 +0000 Subject: Bug#749174: Pending fixes for bugs in the libsignatures-perl package Message-ID: tag 749174 + pending thanks Some bugs in the libsignatures-perl package are closed in revision dd171ceec48283a0a8046ef97b4298a64f917b7a in branch 'master' by Axel Beckert The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsignatures-perl.git;a=commitdiff;h=dd171ce Commit message: Update changelog for new upstream release The new upstream release fixes issues with Perl 5.20. Closes: #749174 From owner at bugs.debian.org Sat May 24 20:33:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 24 May 2014 20:33:12 +0000 Subject: Processed: Pending fixes for bugs in the libsignatures-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749174 + pending Bug #749174 [libsignatures-perl] libsignatures-perl: new upstream release fixes problems with Perl 5.20 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749174 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat May 24 20:49:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 20:49:54 +0000 Subject: Processing of libsignatures-perl_0.08-1_amd64.changes Message-ID: libsignatures-perl_0.08-1_amd64.changes uploaded successfully to localhost along with the files: libsignatures-perl_0.08-1_amd64.deb libsignatures-perl_0.08-1.dsc libsignatures-perl_0.08.orig.tar.gz libsignatures-perl_0.08-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 21:20:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 21:20:01 +0000 Subject: libsignatures-perl_0.08-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sat, 24 May 2014 22:35:56 +0200 Source: libsignatures-perl Binary: libsignatures-perl Architecture: source amd64 Version: 0.08-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libsignatures-perl - Perl pragma for subroutine signatures Closes: 749174 Changes: libsignatures-perl (0.08-1) unstable; urgency=medium . * Team upload . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Axel Beckert ] * Import new upstream release + Fixes issues with Perl 5.20 (Closes: #749174) * Bump Standards-Version to 3.9.5 (no changes) * Bump versioned debhelper dependency to >= 9.20120312~ to get all hardening flags. Checksums-Sha1: 82d0435e6e0f8adbaee56413561f49977a7e7c61 1642 libsignatures-perl_0.08-1.dsc d06308cee69c9a2d1a4afdefabc2644f0fee01a5 74230 libsignatures-perl_0.08.orig.tar.gz 9f793157989c1fb169e935f6003bedad9d06d757 2560 libsignatures-perl_0.08-1.debian.tar.xz e845453c26c2323f616a32c06b08fb7c12af61cf 14564 libsignatures-perl_0.08-1_amd64.deb Checksums-Sha256: a5657d45be707ba8b2f8590d6431a548f21811fcc1729b7768cecd022d349341 1642 libsignatures-perl_0.08-1.dsc ee7cd55f1bee0c19249f3b28ed2a5e570ba1ec0a463f18e5d3363abeae04ba8e 74230 libsignatures-perl_0.08.orig.tar.gz e750c3e42acee91dbf53dcd0cbc27cd95f689d138163cb7210f384e09702f94e 2560 libsignatures-perl_0.08-1.debian.tar.xz 376886960ae47308633550e9408b339f2ca25e138ecaf5fb46a0318cf75472df 14564 libsignatures-perl_0.08-1_amd64.deb Files: 63315b4d94fa21c8587c9a74d54b769b 14564 perl optional libsignatures-perl_0.08-1_amd64.deb a9ff916af33ac7246a8aadbf064b3538 1642 perl optional libsignatures-perl_0.08-1.dsc 4e4fa93b7699533b04741f0d39eb2d2d 74230 perl optional libsignatures-perl_0.08.orig.tar.gz afa54ce8273a6efc18b7d548e2fbd775 2560 perl optional libsignatures-perl_0.08-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlOBBKIACgkQwJ4diZWTDt7xUQCdFxsQkp0e273FAze8BYc558pa PyQAoIHJxEngto4tbvpm5oNxa/mLU+vM =0Ram -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat May 24 21:21:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 24 May 2014 21:21:13 +0000 Subject: Bug#749174: marked as done (libsignatures-perl: new upstream release fixes problems with Perl 5.20) References: <20140524201902.GA16690@estella.local.invalid> Message-ID: Your message dated Sat, 24 May 2014 21:20:01 +0000 with message-id and subject line Bug#749174: fixed in libsignatures-perl 0.08-1 has caused the Debian Bug report #749174, regarding libsignatures-perl: new upstream release fixes problems with Perl 5.20 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 749174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749174 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Niko Tyni Subject: libsignatures-perl: new upstream release fixes problems with Perl 5.20 Date: Sat, 24 May 2014 23:19:02 +0300 Size: 2176 URL: -------------- next part -------------- An embedded message was scrubbed... From: Axel Beckert Subject: Bug#749174: fixed in libsignatures-perl 0.08-1 Date: Sat, 24 May 2014 21:20:01 +0000 Size: 5306 URL: From ftpmaster at ftp-master.debian.org Sat May 24 23:40:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 23:40:37 +0000 Subject: Processing of librdf-trine-perl_1.008-1_amd64.changes Message-ID: librdf-trine-perl_1.008-1_amd64.changes uploaded successfully to localhost along with the files: librdf-trine-perl_1.008-1_all.deb librdf-trine-perl_1.008-1.dsc librdf-trine-perl_1.008.orig.tar.gz librdf-trine-perl_1.008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 24 23:48:47 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 24 May 2014 23:48:47 +0000 Subject: librdf-trine-perl_1.008-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 25 May 2014 01:25:09 +0200 Source: librdf-trine-perl Binary: librdf-trine-perl Architecture: source all Version: 1.008-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-trine-perl - RDF Framework for Perl Changes: librdf-trine-perl (1.008-1) unstable; urgency=medium . [ upstream ] * New release. BUG FIXES + Fixed bug in Turtle lexer that was failing to anchor matches of PNAME_LN. + Fixed looping bug and handling of N-Triples escape sequences. + Made checking for known DBI backend DSN strings case insensitive. + Fix bug in RDF::Query::Plan::Join::PushDownNestedLoop that didn't allow 'aggregate' to appear in the RHS serialized text. + Fix SPARQL 1.1 GGP parsing bug. + Fixed bug in constructing the HTTP request object for SPARQL updates. NEW FEATURES + Added RDF::Trine::Parser::RDFPatch. + Added RDF::Trine::Parser::LineProtocol as a RDFPatch parser subclass allowing querying (with bin/cliapi tool). ENHANCEMENTS + Sync RDF::Trine::NamespaceMap up with URI::NamespaceMap's interface. + Updated RDF::Trine::Parser::Turtle->new to accept a default namespace 'map' key. + Updated RDF::Trine::Model->add_statement to verify that statement nodes are ground (not variables). + Updated RDF::Trine::Parser::Turtle->parse_node to allow accessing the tokenizer object used in parsing. + Added RDF::Trine::Parser::Turtle->_term method. + Fixed RDF::Query::Algebra->subpatterns_of_type to support descent into sub-queries. + Fixed as_hash method in RDF::Query::Expression::Alias, RDF::Query::Algebra::Aggregate and RDF::Query::Algebra::Sort. + Return a success iterator for POST requests based only on response code (and regardless of the response content). + Allow POST responses to redirect in RDF::Trine::Store::SPARQL. + Use normalized language tags in RDF::Trine::Node::Literal->new. + Added RDF::Query::ExecutionContext->bind_variable method. OTHER + Added W3C Turtle Test Suite harness bin/turtle-2013-harness.pl. + Added xt/perl-critic.t. + Updated parser method documentation to indicate where data is expected to be bytes. + Added some more docs to the SQlite config. + Throw error if bindings iterator is given rather than graph in RDF::Trine::Model->add_iterator. + Disable pushing full updates down into the store object (only meant to be full queries at this point). + Add POD hyperlinks to RDF::Trine documentation. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Extend coverage of packaging, and bump its licensing to GPL-3+. + Add git URL as alternate source. * Update watch file to use metacpan.org URL, and ignore prereleases. * Fix build-depend explicitly on perl (accidentally missed by previous CDBS releases). Checksums-Sha1: f167a270284ac626c08031757995bc044cc010d9 2876 librdf-trine-perl_1.008-1.dsc 59c6b17da636a604cfdbc6d52b4437c1fdde75b0 553974 librdf-trine-perl_1.008.orig.tar.gz f58b6eb37fe7675a49352ca0e6f2f1299f8efc98 14880 librdf-trine-perl_1.008-1.debian.tar.xz f0e6d5b4af2f2a64bc1650a4472cd5783b1a3f74 310918 librdf-trine-perl_1.008-1_all.deb Checksums-Sha256: 4c245de8cf421243dbd076e65a057cfef1b1568a3c5461aab541b99a54e22776 2876 librdf-trine-perl_1.008-1.dsc 021f790f7e3a5715db10df74ee8987c4934bef8462472fdfe9a41cc367f60a24 553974 librdf-trine-perl_1.008.orig.tar.gz f377af7eb25aabac5a754c5f3837ef0f32231220db4a025e6f4cac13d8220b55 14880 librdf-trine-perl_1.008-1.debian.tar.xz 523f729b7323ed83a03235ec7f6a32de3e2cbc9d946c994e32b8b17d40b25c9f 310918 librdf-trine-perl_1.008-1_all.deb Files: 5834c0491befd2330f3b39bcb72f2a32 310918 perl optional librdf-trine-perl_1.008-1_all.deb 3ca7e2c802f1d2d13caac712beeebf1d 2876 perl optional librdf-trine-perl_1.008-1.dsc 9b2fbf36e4b4f9f5d5654ecf31e06dc6 553974 perl optional librdf-trine-perl_1.008.orig.tar.gz 58927c17813749c7f3936d2a18edc4c7 14880 perl optional librdf-trine-perl_1.008-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTgS3kXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhRZEQAKDDTjf2DB+gYEU/WJMlDTz1 q/Lfr4msi4Ymt3Own9DMAWeAuHFZV6HZKGgThAXTf5B7dep2VFRgenFm1n+5jxxL jUap+qHuhVZ6dKFnzXpZqAY1ohj2lHB0ajXm2szvxGWP3n0+cRcTzZZMnIfyH25m Doi8N/DlrVjeYWWLSI6AoImgJhjqXZvsZ4+UeUx/2cnN29DvtAtOHZglhM7fRSAY 0j1xdnKo2TxYI8273yeWUJsA95Tj39FGnQ+W0XIEpjgGgU9FRWNcWo+Yvr2ywKMS USVltcHWZuwbVUH2NjfDK4qB+cYpEhK5dVE6fa6+GGqZURnKRveQqr34GVbzRkN7 dwHCIrG0fcr4JjA4zAZicgDpvTL/ej05Z/nKLdFej8+6p6OhwveEKTasj0abzIA+ dbF+PoAFm62hewjoEKR5WkGFGuCKeq43sLOlULlkuW6nmQ9I9gfBAYB123JE5pMI smsZ5BK/+gr9ko4JIfYiaLLf5wOstgQQHzONiIsdevgcAJ3UINOCj0BZ6PazfOGV FhU/U7PdiYCOtrDW53qpGHeXLQ7sZxp0xJZY5zLua3BQjkcfO38kVvTrxC8LBRIF G+5C9M5o9jj9yp9ahFE2UsEG0r8xg1X4bfTx0O1kz1JONnwczY+4zGg/fx0PAOaX 53wR9208cGPcc3bHyHP7 =Rvi0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 00:35:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 00:35:58 +0000 Subject: Processing of libhtml-clean-perl_0.8-12_amd64.changes Message-ID: libhtml-clean-perl_0.8-12_amd64.changes uploaded successfully to localhost along with the files: libhtml-clean-perl_0.8-12_all.deb libhtml-clean-perl_0.8-12.dsc libhtml-clean-perl_0.8-12.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 00:48:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 00:48:54 +0000 Subject: libhtml-clean-perl_0.8-12_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 25 May 2014 02:00:07 +0200 Source: libhtml-clean-perl Binary: libhtml-clean-perl Architecture: source all Version: 0.8-12 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libhtml-clean-perl - Cleans up HTML code for web browsers, not humans Changes: libhtml-clean-perl (0.8-12) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Email change: gregor herrmann -> gregoa at debian.org * Added fix_manpage.patch patch * Refreshed patch pod-before-head.patch * Back to three lines standard d/rules . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" * Remove t/testpages/t*.html in the clean target (via debian/clean) * Bump Standards-Version to 3.9.5 (no changes) * Fix lintian warning debian-watch-contains-dh_make-template . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. Checksums-Sha1: 0477b9d98172284949f413b0454741c55a5b3786 1493 libhtml-clean-perl_0.8-12.dsc f53f629f2d23c76f3e1631855c6f66f18f7f5e81 5096 libhtml-clean-perl_0.8-12.debian.tar.xz 9c5f3731012db91124ff1e4cc133eb8d34c1d1ac 21436 libhtml-clean-perl_0.8-12_all.deb Checksums-Sha256: 23200e6431ec0d8686ad49a70d9cc8fdeb3bd4ee1cac258d3929dc52e6f3ab4d 1493 libhtml-clean-perl_0.8-12.dsc ebf02bce49f9932ad98531b6b5a5a7015f98ea9743b2579b8e98d8f4edb5909f 5096 libhtml-clean-perl_0.8-12.debian.tar.xz 1ab5456aaecfadd556d7c0cd02772d316e7152f121228da8346a5f0b1afa854d 21436 libhtml-clean-perl_0.8-12_all.deb Files: 9be14e9b10c821d427a1a5e9f46419f6 21436 perl optional libhtml-clean-perl_0.8-12_all.deb ea987c50794c15df8f05959605674de5 1493 perl optional libhtml-clean-perl_0.8-12.dsc bb78667b432448e2233b398f011d19fa 5096 perl optional libhtml-clean-perl_0.8-12.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlOBOmkACgkQwJ4diZWTDt6EsgCeNMD8jn0RDb5Ws2WkDtrYsfm7 +hAAmwUGqp5duV3DjfQ1SBNYXGERmpXz =jaB7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 01:11:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 01:11:02 +0000 Subject: Processing of libemail-valid-loose-perl_0.05-4_amd64.changes Message-ID: libemail-valid-loose-perl_0.05-4_amd64.changes uploaded successfully to localhost along with the files: libemail-valid-loose-perl_0.05-4_all.deb libemail-valid-loose-perl_0.05-4.dsc libemail-valid-loose-perl_0.05-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 01:19:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 01:19:04 +0000 Subject: libemail-valid-loose-perl_0.05-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 25 May 2014 02:43:11 +0200 Source: libemail-valid-loose-perl Binary: libemail-valid-loose-perl Architecture: source all Version: 0.05-4 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libemail-valid-loose-perl - Email::Valid which allows dot immediately before at mark Changes: libemail-valid-loose-perl (0.05-4) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Axel Beckert ] * Switch to source format "3.0 (quilt)" * Bump debhelper compatibility to 8 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Use dh_auto_{configure,build,test,install,clean} + Move dh_installdocs parameter to debian/docs + Remove obsolete dh_installchangelogs and dh_clean parameters + Replace "dh_clean -k" by "dh_prep" + Fix lintian warning debian-rules-missing-recommended-target + Drop obsolete targets, variable usage and /usr/lib/perl5 handling + Finally switch to a minimal dh-style debian/rules file * Fix lintian warning copyright-refers-to-symlink-license * Bump Standards-Version to 3.9.5 (no further changes) Checksums-Sha1: 4eb9cd613af90ff7302b40add9688a921073f77e 1523 libemail-valid-loose-perl_0.05-4.dsc 740765b61f60e2ce6815cc0b35fcd9f64efc1e7d 2300 libemail-valid-loose-perl_0.05-4.debian.tar.xz 803db0ae2a2b7eb66027d5e642c16ad7c4e8dcf0 6754 libemail-valid-loose-perl_0.05-4_all.deb Checksums-Sha256: ba33a66a5811cbfe4e7c32935fe747df9d7d19e800f0c2b73555f235ca92d598 1523 libemail-valid-loose-perl_0.05-4.dsc f751bdeb882e246e8f9e137b1269ea279acafa95e74baa51730b1d17dbb1a1a0 2300 libemail-valid-loose-perl_0.05-4.debian.tar.xz ed583aa7fef1bebfcf3441f690236e4767344b49e3502982e78d32ff3d1cf0a1 6754 libemail-valid-loose-perl_0.05-4_all.deb Files: bc00fff39d40c5b7b809e3596b92331f 6754 perl optional libemail-valid-loose-perl_0.05-4_all.deb d36efa66149aaf927e12ba901aebc749 1523 perl optional libemail-valid-loose-perl_0.05-4.dsc b0e999b582c20a0e38ac9d92c3ddce1d 2300 perl optional libemail-valid-loose-perl_0.05-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlOBQe4ACgkQwJ4diZWTDt5icwCfUD6wIu1tkBWWOLKaaxlhuBou zLAAn10NMTKKaOewPzkswTIeeNmA3hKp =8T3m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 01:46:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 01:46:09 +0000 Subject: Processing of libauthen-simple-passwd-perl_0.6-3_amd64.changes Message-ID: libauthen-simple-passwd-perl_0.6-3_amd64.changes uploaded successfully to localhost along with the files: libauthen-simple-passwd-perl_0.6-3_all.deb libauthen-simple-passwd-perl_0.6-3.dsc libauthen-simple-passwd-perl_0.6-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 01:49:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 01:49:34 +0000 Subject: libauthen-simple-passwd-perl_0.6-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 25 May 2014 03:12:18 +0200 Source: libauthen-simple-passwd-perl Binary: libauthen-simple-passwd-perl Architecture: source all Version: 0.6-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Axel Beckert Description: libauthen-simple-passwd-perl - Simple Passwd authentication Changes: libauthen-simple-passwd-perl (0.6-3) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. . [ Nathan Handler ] * debian/watch: Update to ignore development releases. . [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Axel Beckert ] * Fix trailing comma in debian/control. Found by DUCK. * Switch to source format "3.0 (quilt)" * Bump debhelper compatibility to 8 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Use dh_auto_{configure,build,test,install,clean} + Remove obsolete dh_installchangelogs and dh_clean parameters + Fix lintian warning debian-rules-missing-recommended-target + Drop obsolete variable usage and /usr/lib/perl5 handling + Finally switch to a minimal dh-style debian/rules file * Fix lintian warning copyright-refers-to-symlink-license * Bump Standards-Version to 3.9.5 (no further changes) * Make long description more verbose. Fixes lintian warning extended-description-is-probably-too-short. * Add patch to fix lintian warning spelling-error-in-manpage. Checksums-Sha1: 3859d0937e2346b382160feb02cab5410656a25b 1585 libauthen-simple-passwd-perl_0.6-3.dsc 63390157e6fb1eca516d20dc64a80251cce87005 2904 libauthen-simple-passwd-perl_0.6-3.debian.tar.xz 30b2723389d505578bb823be3ab16ed47f913a31 7920 libauthen-simple-passwd-perl_0.6-3_all.deb Checksums-Sha256: 9d14d2867ba6a34d0b374f07a0c4d9158d249cdfc438d884ad24d8362fbab753 1585 libauthen-simple-passwd-perl_0.6-3.dsc 3b6d1c999e92c636d6ed279efc32c4635d02a714e9387cf4b7b9ab449c5f6168 2904 libauthen-simple-passwd-perl_0.6-3.debian.tar.xz 3e2bf99bcad4220369e2fec76badc04189dd1c3a9bf0f5f6a1d07d11e4f5fae6 7920 libauthen-simple-passwd-perl_0.6-3_all.deb Files: 6c63c49a855aad08f33a684f01ffed3d 7920 perl optional libauthen-simple-passwd-perl_0.6-3_all.deb c26be9448df61ac3396a088291877254 1585 perl optional libauthen-simple-passwd-perl_0.6-3.dsc 0cec51d7e94eebb0c926de24b9bd086f 2904 perl optional libauthen-simple-passwd-perl_0.6-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlOBSgoACgkQwJ4diZWTDt7y4ACdGFE+A6f7B9mbHORIlb7Oao8l 5X0An31FJ38pAZ5Vmt520nsgHlEe6FME =9QUn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Sun May 25 04:39:03 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 25 May 2014 04:39:03 +0000 Subject: libaudio-ecasound-perl is marked for autoremoval from testing Message-ID: libaudio-ecasound-perl 1.01-3 is marked for autoremoval from testing on 2014-06-24 It (build-)depends on packages with these RC bugs: 747680: ecasound: FTBFS: error: redefinition of 'struct Lilv::UI' From noreply at release.debian.org Sun May 25 04:39:04 2014 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Sun, 25 May 2014 04:39:04 +0000 Subject: nama is marked for autoremoval from testing Message-ID: nama 1.078-2 is marked for autoremoval from testing on 2014-06-24 It (build-)depends on packages with these RC bugs: 747680: ecasound: FTBFS: error: redefinition of 'struct Lilv::UI' From jwilk at debian.org Sun May 25 07:07:21 2014 From: jwilk at debian.org (Jakub Wilk) Date: Sun, 25 May 2014 09:07:21 +0200 Subject: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Message-ID: <20140525070721.GA9721@jwilk.net> Package: libio-socket-ssl-perl Version: 1.988-1 Severity: minor $ perl test-connect.pl www.debian.org IO::Socket::IP configuration failed did not receive the required stapled OCSP response did not receive the required stapled OCSP response at test-connect.pl line 8. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libio-socket-ssl-perl depends on: ii libnet-ssleay-perl 1.63-1 ii netbase 5.2 ii perl 5.18.2-4 Versions of packages libio-socket-ssl-perl recommends: ii libio-socket-inet6-perl 2.72-1 ii libio-socket-ip-perl 0.29-1 ii libnet-idn-encode-perl 2.100-1 ii libsocket6-perl 0.25-1 ii liburi-perl 1.60-1 ii perl 5.18.2-4 ii perl-base [libsocket-perl] 5.18.2-4 Versions of packages libio-socket-ssl-perl suggests: ii ca-certificates 20140325 -- Jakub Wilk From jwilk at debian.org Sun May 25 07:27:58 2014 From: jwilk at debian.org (Jakub Wilk) Date: Sun, 25 May 2014 09:27:58 +0200 Subject: Bug#748740: Does not work anymore with https servers that use selfsigned certificates In-Reply-To: <20140520104016.GA7127@ikki.ethgen.ch> References: <20140520104016.GA7127@ikki.ethgen.ch> Message-ID: <20140525072758.GA993@jwilk.net> [Just a random LWP/IO::Socket::SSL user here, not a maintainer of any of the affected packages.] * Klaus Ethgen , 2014-05-20, 11:40: >The newest version of libwww-perl does not connect to https servers >with selfsigned certificates anymore; even not with environment >PERL_LWP_SSL_VERIFY_HOSTNAME set to 0. It might be fallout after fixing #746579. See also upstream discussion: https://github.com/libwww-perl/lwp-protocol-https/pull/14 (Yet, it's a complete mess.) In another mail you wrote: >Let me also add that setting the ssl_options never worked for me and >only setting the related environment variable(s) works. So at the >moment even "$ua->ssl_opts(SSL_verifycn_scheme => 'none');" does not >let it work. SSL_verifycn_scheme affects only checking if CN/subjectAltName match hostname, not validity of the certificate itself. And if you're using LWP then it doesn't affect anything, because LWP resets it for you. :| This should completely disable certificate verification: $ua->ssl_opts( SSL_verify_mode => 0, verify_hostname => 0, ); >To be clear, I want to _have_ the hostname verified but _not have_ the >certificate itself checked. Hmm, that's an odd choice. Surely if you don't verify the peer certificate, then anybody capable of MiTM can just forge a certificate with any CN/subjectAltName they want. -- Jakub Wilk From Klaus at Ethgen.de Sun May 25 09:00:40 2014 From: Klaus at Ethgen.de (Klaus Ethgen) Date: Sun, 25 May 2014 10:00:40 +0100 Subject: Bug#748740: Does not work anymore with https servers that use selfsigned certificates In-Reply-To: <20140525072758.GA993@jwilk.net> References: <20140520104016.GA7127@ikki.ethgen.ch> <20140525072758.GA993@jwilk.net> Message-ID: <20140525090038.GA15225@ikki.ethgen.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Am So den 25. Mai 2014 um 8:27 schrieb Jakub Wilk: > >To be clear, I want to _have_ the hostname verified but _not have_ the > >certificate itself checked. > > Hmm, that's an odd choice. Surely if you don't verify the peer certificate, > then anybody capable of MiTM can just forge a certificate with any > CN/subjectAltName they want. That's true, but to verify the peer certificate does not help in this situation as we have many CAs in our chain, even ones from USA or turktrust. Only certificates checked by hand and cached (such how ssh does it) will help in this situation. I do not trust any commercial ssl certification instance. Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQGcBAEBCgAGBQJTgbE2AAoJEKZ8CrGAGfas8P4L/3HpMIuk/VoLZCV449hIgMH1 dCPD2ghgIIi794MTMjwjGIf546kriYmgVDtcalWcAx8B+UtkgPRD61v7JJrwPSp/ PYGoRBMBbhz7MHYXlZ6eFfjZlXIsrLforuLojlcaX00sWm+vIpmYZTFdHjf0f4tj 8x+vLByUQk+4W6szym6bRYRZ9OGUwheVuUtcZuds8Hpc4qpLjg3TZAkqHIt1azf5 mH73qOZ3azbYqptsdX0ObDc0YARWPiUvgTX6VekZ7Cyz4tjaWzdi8DAb8uNR/yvv AyRqNXqmy9ehHwJyUJ0wFXNfLfDiC0TYUksAgh9BwXzlNJgtJm6+UMM+ojGaAxRP zTAtvPYL/ZjfQLPDUq3i+CwZ9uvDxU28Q9Ctux//LEvXaCGG+Sjmkq58v5Wfsp/X Va92gPfy6qVv3xp36KQkS7KkVcs5S/70bo+O88+uFhd3JMYvBhETdhkzHdYr2VcE eu2dys5OGQeW/Hj/H8WNezyex7sIQw9hj3RmBwzBwQ== =jGH9 -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sun May 25 12:54:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 12:54:12 +0000 Subject: Processing of libcgi-compile-perl_0.17-1_amd64.changes Message-ID: libcgi-compile-perl_0.17-1_amd64.changes uploaded successfully to localhost along with the files: libcgi-compile-perl_0.17-1_all.deb libcgi-compile-perl_0.17-1.dsc libcgi-compile-perl_0.17.orig.tar.gz libcgi-compile-perl_0.17-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 12:59:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 12:59:15 +0000 Subject: Processing of libexporter-lite-perl_0.05-1_amd64.changes Message-ID: libexporter-lite-perl_0.05-1_amd64.changes uploaded successfully to localhost along with the files: libexporter-lite-perl_0.05-1_all.deb libexporter-lite-perl_0.05-1.dsc libexporter-lite-perl_0.05.orig.tar.gz libexporter-lite-perl_0.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 13:04:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:04:16 +0000 Subject: Processing of libfindbin-libs-perl_1.90-1_amd64.changes Message-ID: libfindbin-libs-perl_1.90-1_amd64.changes uploaded successfully to localhost along with the files: libfindbin-libs-perl_1.90-1_all.deb libfindbin-libs-perl_1.90-1.dsc libfindbin-libs-perl_1.90.orig.tar.gz libfindbin-libs-perl_1.90-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 13:04:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:04:27 +0000 Subject: libexporter-lite-perl_0.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 25 May 2014 14:55:25 +0200 Source: libexporter-lite-perl Binary: libexporter-lite-perl Architecture: source all Version: 0.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libexporter-lite-perl - lightweight subset of Exporter Changes: libexporter-lite-perl (0.05-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 4fe4ed2b3594da0d25bf7a322ee24e838909ee1a 2232 libexporter-lite-perl_0.05-1.dsc ed6cce4a923bf361cb338adee762fc278d180318 6249 libexporter-lite-perl_0.05.orig.tar.gz e8970b62a7f6ef5c8a2156d9bdcc002ebd8226cd 2960 libexporter-lite-perl_0.05-1.debian.tar.xz b1c64836e88ab0fcc4447f4dccb81514f50da80a 11000 libexporter-lite-perl_0.05-1_all.deb Checksums-Sha256: 3e8a227d3060832792d4b846e479c5472ffd3880c2bfe96e0f4005a8f2bf09e1 2232 libexporter-lite-perl_0.05-1.dsc 80784248fbcbcf333528c5da64eab51109772427f647d2bbb47a8f319700a60d 6249 libexporter-lite-perl_0.05.orig.tar.gz 2832475742e13b1e0e9bf79bf93c1166f3c9738631dfcd3325c74407be1a824f 2960 libexporter-lite-perl_0.05-1.debian.tar.xz bcdb893e345d85dbe582f0140016f91b16928034d46b27a60ca861b973372bb0 11000 libexporter-lite-perl_0.05-1_all.deb Files: fa88cc49ab5eaf29f615d260b9f4d2d8 11000 perl optional libexporter-lite-perl_0.05-1_all.deb a0dc196367caabe5d8b13470ae37c7e6 2232 perl optional libexporter-lite-perl_0.05-1.dsc c00ff1850eafa4637549b507530d3f5f 6249 perl optional libexporter-lite-perl_0.05.orig.tar.gz b689249154354c8c97d9fa7e4f969cd1 2960 perl optional libexporter-lite-perl_0.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgehmThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlJKD/911rDWKr5P1QzPCOxesh7U/hjXNJrWlNm7Y2tRD+pFMzWS 27W917vrR8nc3nllOiAaUsq39z2qLw7Rdl7S7bra9I7RZFdlafO4u8RVbqaSEx/n 5OW/GHOnlfaI1B1xqYz/wnsR1W5RWiDoDqSbXu1gLlL6vPf8f6U2kDHVJCjkWAAz irhXBzDLPeAJ5IYELeqKvo25Vu0SksEUtkE4de+QSStfVehmfdx0N7j8xqb/p5tJ yVyLuDcZxjM8fpt7LkNndzxfyKMAvY2D4OJgtkMQLOsjy1MhChpyHMWf6CjmZB6I MHL0lFq5wXeyptXprzcezhO+G/j3EjiYlY5iHGoyiXde5xMRQhya47eNzjU49mDC idH6neH9JmtU2VT3f04Cwe7aHumEjiFYfrFc0CGFEqfoh8vHcHFGmFedffaQ3e+g SnHTbaY6j0Uoqe0FQjxQO902H2sPlv6fNPwvS873d2jx2CoVxzMP1/EhrSzryky/ 3ioq2vdgHJd34EmdQH9X6OXpvZ9Z+jBn7uAQVURuO0c032xQQBnwfy0cL+zom7Ti ZoCK0kEVjsOTHREPlcGfzqomNOJhZ4dEcJ2OFFz757I7RAzjDPr55cbETj9AUjM/ 4DKcSPRnq8H2YXkHj6Sx1mWMNGi+laLgrBjOuGvBGpn9QPWj7vzTePfMt1Z8Mw== =yDLr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 13:04:20 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:04:20 +0000 Subject: libcgi-compile-perl_0.17-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 25 May 2014 14:50:14 +0200 Source: libcgi-compile-perl Binary: libcgi-compile-perl Architecture: source all Version: 0.17-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcgi-compile-perl - module for compiling .cgi scripts to a code reference Changes: libcgi-compile-perl (0.17-1) unstable; urgency=medium . * New upstream release. * Strip trailing slash from metacpan URLs. * Drop debian/README.source, the upstream .gitignore is gone. * debian/copyright: remove stanza about removed inc/Module/*. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. * Build-Depend on Module::Build::Tiny. Adjust required debhelper version accordingly. Checksums-Sha1: 080b0b016caaba7269cf88b0555c9e40c9082e8f 2312 libcgi-compile-perl_0.17-1.dsc 7afe603a66366c128514c94aa70a5ef4a19da728 19053 libcgi-compile-perl_0.17.orig.tar.gz aaccbeecd71aa94fb3ca5f96063ef33d2d51f329 1964 libcgi-compile-perl_0.17-1.debian.tar.xz a509acab5913d6b3b3719959be4b4797b15b90f6 12812 libcgi-compile-perl_0.17-1_all.deb Checksums-Sha256: c4a65e1aee97a8cfe81aa87343c17a72a7899b5efbd3a6efffd7abd50978fe87 2312 libcgi-compile-perl_0.17-1.dsc 550847773cfbf4549fd5e71f1ec577ce92960beee1429781913f90af216f840e 19053 libcgi-compile-perl_0.17.orig.tar.gz 4a23fbb6e3573d584170ef98e138587defa9bc40e7556959db150453fbdc59e2 1964 libcgi-compile-perl_0.17-1.debian.tar.xz a8906de36c1fdcd2ab28dd61e2b8596a78b1fe6a33b53033d0feff631be7c5ad 12812 libcgi-compile-perl_0.17-1_all.deb Files: 972b59c5fbd5f464532ae5a74eb6b45c 12812 perl optional libcgi-compile-perl_0.17-1_all.deb ba1842198a2021ab1fb1ad2b077d4efc 2312 perl optional libcgi-compile-perl_0.17-1.dsc 232fe23ea70de508fb77a024632befa6 19053 perl optional libcgi-compile-perl_0.17.orig.tar.gz d9457988864a20cef9765a12e18f24e2 1964 perl optional libcgi-compile-perl_0.17-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgecpThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBopPEAC0gdbtOC4iR1j2/AS+b2sX7KfQl5w22LaTT/zh3hQttkrl 15THxYxghWH4W2YQpA4jhZ1C2YmzlUuZPQYGm6Xt8jicCA/IzHTAUktMXTQPEhT4 OExX3mEzqSJWA7WGD91cXCVDnUur8IM/QFQBFEA1b37BXUoRkwVjkUfoV8uk/Zca 4luVBEZlhAZBZnHtaSa+B4Kmz6oCBj4JRv9VNbT5iq8AUFQWcmCeSoozsUF2OyKk hE4WjadS+WUoPLQDCqIl3aeFRMQ4GekH1P5sbHNJcvGoBFNphhCD4up5KB7LV77X 1fxwgA5FsCgvUEWUB+YC/dG0hRyO/uPwl0fMvWyYbmQpGhktnK8WJr48l8bYlQBf ieAXHR51DpMGoJ5J8i94OfCJXopbH06W/WPsLN9EjesbtMhecc2EVsTflPsKhBjj cu+3IOfPtFIoKpV484CzEdG5lMAmi0Msxw8dhfQ+o6WCxvtUzXtVIg0doBGsBwNh mxyS+KPuQLmRkUYJfrNpnw8Gafhn8xXLZd/OPMEd76Dd5D4iysI0DjT6tADtF6Dg Cg9jU0klUBNvekBLYxoUjtGRS74kQpoXNjCMT+4UE+D3P42qNf0unNKy4EslqwhN 217/I0CWbgwh6TpU9unBbEGpH/I7SJGSO8Iwi+1LFoRIgRzmNpPfT8qgJrVZKA== =mPaV -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 13:09:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:09:17 +0000 Subject: Processing of libimage-exiftool-perl_9.62-1_amd64.changes Message-ID: libimage-exiftool-perl_9.62-1_amd64.changes uploaded successfully to localhost along with the files: libimage-exiftool-perl_9.62-1_all.deb libimage-exiftool-perl_9.62-1.dsc libimage-exiftool-perl_9.62.orig.tar.gz libimage-exiftool-perl_9.62-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 13:20:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:20:05 +0000 Subject: libfindbin-libs-perl_1.90-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 25 May 2014 15:00:59 +0200 Source: libfindbin-libs-perl Binary: libfindbin-libs-perl Architecture: source all Version: 1.90-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfindbin-libs-perl - Perl module to use a relative path for lib directories Changes: libfindbin-libs-perl (1.90-1) unstable; urgency=medium . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Refresh spelling-error.patch (offset). * Bump versioned build dependency on Module::Build. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: 4c17846b2640d466cc7bcdffefcfb934e28d98b0 2271 libfindbin-libs-perl_1.90-1.dsc 6c2ee2fe5a3307ac6aafd66b36570d6b47051af6 21123 libfindbin-libs-perl_1.90.orig.tar.gz 88bf3048a43c6fd79055881abd363a09a51cfc82 2376 libfindbin-libs-perl_1.90-1.debian.tar.xz 14dad77dcc064090f5b2527e08d8b246aa22e339 24728 libfindbin-libs-perl_1.90-1_all.deb Checksums-Sha256: 90c8b060a940cffb9e5173b36a3fa05980676bfe1f2059ee46bed3cc280b15c3 2271 libfindbin-libs-perl_1.90-1.dsc 54c3419ea60a6d7c465f0e5ecbef425a16c51d1bfc35e906aa7b9b9ba78a5f51 21123 libfindbin-libs-perl_1.90.orig.tar.gz 4abfc23196d91a0c92a6258234faba04b354b895e293226c52f51c4ba9aa640f 2376 libfindbin-libs-perl_1.90-1.debian.tar.xz d6d5f1d1fcf8aa2229f4cd995149546804b9c8c7404b54af0e045bc71bba46ce 24728 libfindbin-libs-perl_1.90-1_all.deb Files: 475cc56066eb5b302c47955e7b88bee7 24728 perl optional libfindbin-libs-perl_1.90-1_all.deb 9a62766fab963c912a3540990de64a2b 2271 perl optional libfindbin-libs-perl_1.90-1.dsc 5620da37ba472804b2ca8bde80b2e048 21123 perl optional libfindbin-libs-perl_1.90.orig.tar.gz d73c63f30d47769d4c57e87f4d087529 2376 perl optional libfindbin-libs-perl_1.90-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgen3ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuBOEACkCo3t/EIjRR425OXNhvGxFhDohKuTh0VI4L/YvJNaW9bh /5qUhRcYoU219+cpKhX2NJz4zcg5dFyJ4umUDgEsvgNxCW9lq8nLAxmyclOZJ294 tIw7eYS5wguA2XOlWYdtT+/ZUpDS1MDOawfiLtyUc84w9ib7KSml5SzEsHbwuSxo D4eboITBMzqqlXhjXPnhJvmTb2sNE74mfdUZtETd9jMVjd9iBifQiYJeBFXFivNx tlxfgKDnovKgC/du9ThkBvScnYdZZHKNdpMSNzYSqaAXkNULDeIAIWmSARQD3HR/ BPiMx6AA/VLQigpGszxyzVuGCM0G3xyAtxG+FFr2+sgKN7jL4+Hy2r/t+lSefWjf 23LErJcGM0sP+IAAbmvdeApdhfzWQSAv82GHB5ewTwV+0U3Dk4W+w0EJiwpV4VKK Q+j2beMNgTIotZQFYeqvhN4dwUlV6m+NqYis2iQoKAlWqoCB3aW4Fbl9Tn5NdnEa Hh2yYlXK2Z6DEGbwUobaMIZ4hsocC3FZuH4Zkr5LfSnKw6vA8MSZ6aSrcGc/ulP6 Grzd+QTgbBVC+N5ikwwkZ8zVCKZdyAifvx1mJ0wPpZSZCGMC5iK+hU502rha4ntb jRlT2R6/LhEM4zBo7YbsRh2lHI1VaCgurj2glagwLADxAbZ5Z0ByOzCKy+/Exw== =BApu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 13:20:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:20:14 +0000 Subject: libimage-exiftool-perl_9.62-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 25 May 2014 15:06:09 +0200 Source: libimage-exiftool-perl Binary: libimage-exiftool-perl Architecture: source all Version: 9.62-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libimage-exiftool-perl - library and program to read and write meta information in multime Changes: libimage-exiftool-perl (9.62-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 99e09a5de810a886f86477ef82644e8bc3c9c11e 2256 libimage-exiftool-perl_9.62-1.dsc 15b58551d73792fd4f5d64bbca69488630abdf0e 3828234 libimage-exiftool-perl_9.62.orig.tar.gz 51f2e0fcb7a0f6b80dd5911715dbe79acb177793 4720 libimage-exiftool-perl_9.62-1.debian.tar.xz cd27016537e8cc91e02b71b60391029e41b290bc 2286888 libimage-exiftool-perl_9.62-1_all.deb Checksums-Sha256: b5da5f73d1fbacc37a992c5e1e9939685851959b7d224de860b910254ef35b98 2256 libimage-exiftool-perl_9.62-1.dsc 0e545ba9ab73254e5c0b1487b8f494faa47532d3f2a92cea97ac289a2baa77cc 3828234 libimage-exiftool-perl_9.62.orig.tar.gz 8bbdd4fb26c6d51189d2eda6c423fb64b257ed55d16013d55c685c799f150c67 4720 libimage-exiftool-perl_9.62-1.debian.tar.xz 4389ad093d48ab44acebf29fc800fb6a7e949574b76e0ffbc44c8f6279a2f2be 2286888 libimage-exiftool-perl_9.62-1_all.deb Files: dad0627606818584cdfd14b712cd58a0 2286888 perl optional libimage-exiftool-perl_9.62-1_all.deb fc2a856ed2504ae3dd9992a70fc6e438 2256 perl optional libimage-exiftool-perl_9.62-1.dsc 6d2ba1b0f328ba62b0989d750db259f8 3828234 perl optional libimage-exiftool-perl_9.62.orig.tar.gz f8bd9fca21c82a66f19afb0bbcbea11f 4720 perl optional libimage-exiftool-perl_9.62-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgesLThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtv4D/9VhNVWFoVboTanQ3ed+tmlk8mUUc08qQv/EGm5bbsBrLty gka2/CjA+iDKPLBhSXx7mOw+w+IQY+SRrBEeKDn3zUC/YY8CK4kMlvqga4HRdwCj N5AxPjLkX9lkZnj9SkemLSnN41JpdK/aJA8ydDwuQTL8Ie0rYkB87SU6ix8leWh4 oCHFo/Uiq8fMiikxIbdbCcAijdwdim0NPPCGUyTAKLKqnkMYarIGAOoyYu0FZZsk WIKi2LYzU8d8Bs/rUVkpjs6Rhqf/UFFhmu6wwsg3kjAX2q94BHRJNdoFx1so6hw4 pfVmMosJX7zWk4OKCOJaHSPJ4ffm7eniXRC/zMhlmpR42afAqCLOKNnd1TEDu2dR aMUCcuE57ZP2PQKnBHu4arSxcYddwlC9TR6zGEhfUNjoLBl15nsuxmbbKS0gMiCa 1s63t+BAFsnyZumCmyYiSeixGJa7mJtfCBF5UWv3rDhYZiSxgsAvmr7Z+s6DqNhz PXN5MhAZS8UU7QVdLpQNbe5K7eWE/n+6jmUzJ8Pz8sbG4V/GVP7bRyo+ljQkS9gk PnmqIEcUHKJ6K56nrnlQsnpvX4lsugvhz2uDaVnUtPxjRRFCSSMWZmgxPQZ171Z2 0V3ik1ppg1pgtBkDC+d9MxZGRk1e3KwhZlLNjfSrLkmLXcp02/sDTAY50GnpRA== =Hv6b -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun May 25 13:39:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:39:24 +0000 Subject: Processing of libunicode-collate-perl_1.05-1_amd64.changes Message-ID: libunicode-collate-perl_1.05-1_amd64.changes uploaded successfully to localhost along with the files: libunicode-collate-perl_1.05-1_amd64.deb libunicode-collate-perl_1.05-1.dsc libunicode-collate-perl_1.05.orig.tar.gz libunicode-collate-perl_1.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun May 25 13:49:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 25 May 2014 13:49:19 +0000 Subject: libunicode-collate-perl_1.05-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 25 May 2014 15:34:05 +0200 Source: libunicode-collate-perl Binary: libunicode-collate-perl Architecture: source amd64 Version: 1.05-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libunicode-collate-perl - Unicode collation algorithm built with fast XSUB Changes: libunicode-collate-perl (1.05-1) unstable; urgency=medium . * Drop xz compression for {binary,source} package, set by default by dpkg since 1.17.{0,6}. * Strip trailing slash from metacpan URLs. . * New upstream release. * Update years of upstream and packaging copyright. Checksums-Sha1: f6419d8d835d4157087130c4222061ba9a62ee36 2326 libunicode-collate-perl_1.05-1.dsc 6146004d11be2b623a100c637038cc2e544c1368 833562 libunicode-collate-perl_1.05.orig.tar.gz 8ccdff833df7507b6f9090c00708837ff8aa93a9 4220 libunicode-collate-perl_1.05-1.debian.tar.xz 9ccc158c2784c82afb1befaaa06e4f6b12ff6c73 523816 libunicode-collate-perl_1.05-1_amd64.deb Checksums-Sha256: 2dfeb78c27d5f9e342ab693ce41220c01c5b9c6bcec0667908455b60d1273dfa 2326 libunicode-collate-perl_1.05-1.dsc cc1e6127a2e2cd75bfb1fce9b319995fbd6ab827864ce8db0e6e21bf7f105f0e 833562 libunicode-collate-perl_1.05.orig.tar.gz 38b1129c8bf367af918f1b5b6816c2b58967095d2cce82a71476c9324bd4258f 4220 libunicode-collate-perl_1.05-1.debian.tar.xz bd99b871351fcbd95970911e41eb2de8be922f658fbf91a3f7ec49620662de3a 523816 libunicode-collate-perl_1.05-1_amd64.deb Files: 91e16eec3501b1ea7fcfc9900b247c8e 523816 perl optional libunicode-collate-perl_1.05-1_amd64.deb a170d7f3cd4874cca31e00b0ffe2acf3 2326 perl optional libunicode-collate-perl_1.05-1.dsc 47ce85c200e05d0188a8cd1c9efea507 833562 perl optional libunicode-collate-perl_1.05.orig.tar.gz 48254d9fca246aba2ca94af0b5e0f56a 4220 perl optional libunicode-collate-perl_1.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTgfGGThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBnTLD/9tkIT0eFd+S1s1lFU3gcnU68fVke1T+ig3BgRYJk+D1aLR cMhSQxkBv1nIfaqXCgzvVO6i6n7SjkV41qVcVGWQH0Pz15WlDKFA5GlfGo+opOp6 gfWbbbbbOdNsCzv/mFMFwOopdZeRssAUVHBW3y1671IVX9wsBOm6o6quyTJVhmaj fmmZWKPZSbVi28qkDHsxZ/Vkai55tf3SCAsR5FfGscuXDH+o1VT3TdeYvr3NKkmo 3/H13VwZyYLQHdZBGcAXpBlQcSc64xjBj+Zg18N5nM26WAsQV9zRFvEuHXsKzcDB svDIZTSQ0lQSwgxOdrZ26O+QatG9eCxjB3HPGUFuCf6rybv9y6uSgFuU4S4W92AY 35QCdzpe6MuwWSjSofx2eOB3HK0s7tACAsQalFQI4782EJHHu2yiJrEYWDKoAJgF lVOwjc+U/E7PGrUua2qeOKNjQvHAuVBqymAPXOcBIG2IT7gsDvgc/Egu5kY8Rb5Q Zo+d7sccjiQlYW9DPyYkdnbsH9cszG1AtxZMGiLbSlgSpVoDtpNL4kkYDlbvqeMk EoPc9B7isMnqMT85fUBV4fhb6Y7tqxUk3SlEbV+K/uLgBUvgHM15EKHLCIyhQny1 0WZhfS2AJhJsMVoUHaJqv40OF72ZDvfXQypUy9vSDEwY2uCAgJHOVddHwWR86g== =DhZD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From gregoa at debian.org Sun May 25 13:57:42 2014 From: gregoa at debian.org (gregor herrmann) Date: Sun, 25 May 2014 15:57:42 +0200 Subject: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message In-Reply-To: <20140525070721.GA9721@jwilk.net> References: <20140525070721.GA9721@jwilk.net> Message-ID: <20140525135742.GD8474@jadzia.comodo.priv.at> On Sun, 25 May 2014 09:07:21 +0200, Jakub Wilk wrote: > Package: libio-socket-ssl-perl > Version: 1.988-1 > Severity: minor > > $ perl test-connect.pl www.debian.org > IO::Socket::IP configuration failed did not receive the required stapled OCSP response did not receive the required stapled OCSP response at test-connect.pl line 8. Thanks for the bug report. Is this test-connect.pl available somewhere? Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Featuring The Dubliners, The Fureys And Davey Arthur Etc.: Dublin Saunter, Paddy Reilly -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From jwilk at debian.org Sun May 25 14:34:34 2014 From: jwilk at debian.org (Jakub Wilk) Date: Sun, 25 May 2014 16:34:34 +0200 Subject: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message In-Reply-To: <20140525135742.GD8474@jadzia.comodo.priv.at> References: <20140525070721.GA9721@jwilk.net> <20140525135742.GD8474@jadzia.comodo.priv.at> Message-ID: <20140525143410.GA2841@jwilk.net> * gregor herrmann , 2014-05-25, 15:57: >>$ perl test-connect.pl www.debian.org >>IO::Socket::IP configuration failed did not receive the required stapled OCSP response did not receive the required stapled OCSP response at test-connect.pl line 8. > >Thanks for the bug report. >Is this test-connect.pl available somewhere? D'oh. Now attached. -- Jakub Wilk -------------- next part -------------- A non-text attachment was scrubbed... Name: test-connect.pl Type: text/x-perl Size: 276 bytes Desc: not available URL: From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libconfig-model-perl 2.056-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-perl source package in Debian's testing distribution has changed. Previous version: 2.055-1 Current version: 2.056-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libcatalyst-plugin-session-store-dbic-perl 0.14-3 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-store-dbic-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.14-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libdata-guid-perl 0.048-1 MIGRATED to testing Message-ID: FYI: The status of the libdata-guid-perl source package in Debian's testing distribution has changed. Previous version: 0.047-1 Current version: 0.048-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libparallel-prefork-perl 0.15-1 MIGRATED to testing Message-ID: FYI: The status of the libparallel-prefork-perl source package in Debian's testing distribution has changed. Previous version: 0.14-1 Current version: 0.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libhttp-throwable-perl 0.018-2 MIGRATED to testing Message-ID: FYI: The status of the libhttp-throwable-perl source package in Debian's testing distribution has changed. Previous version: 0.018-1 Current version: 0.018-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libcatalyst-controller-formbuilder-perl 0.06-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-controller-formbuilder-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.06-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libxrd-parser-perl 0.201-3 MIGRATED to testing Message-ID: FYI: The status of the libxrd-parser-perl source package in Debian's testing distribution has changed. Previous version: 0.201-2 Current version: 0.201-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libcatalyst-plugin-session-state-cookie-perl 0.17-3 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-session-state-cookie-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.17-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libxml-namespace-perl 0.02-3 MIGRATED to testing Message-ID: FYI: The status of the libxml-namespace-perl source package in Debian's testing distribution has changed. Previous version: 0.02-2 Current version: 0.02-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libmagpie-perl 1.141380-1 MIGRATED to testing Message-ID: FYI: The status of the libmagpie-perl source package in Debian's testing distribution has changed. Previous version: 1.140280-1 Current version: 1.141380-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libsignal-mask-perl 0.007-1 MIGRATED to testing Message-ID: FYI: The status of the libsignal-mask-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.007-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libthread-sigmask-perl 0.004-1 MIGRATED to testing Message-ID: FYI: The status of the libthread-sigmask-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.004-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libhttp-browserdetect-perl 1.71-1 MIGRATED to testing Message-ID: FYI: The status of the libhttp-browserdetect-perl source package in Debian's testing distribution has changed. Previous version: 1.70-1 Current version: 1.71-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: liblingua-sentence-perl 1.05-1 MIGRATED to testing Message-ID: FYI: The status of the liblingua-sentence-perl source package in Debian's testing distribution has changed. Previous version: 1.04-1 Current version: 1.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libcatalystx-simplelogin-perl 0.18-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalystx-simplelogin-perl source package in Debian's testing distribution has changed. Previous version: 0.18-1 Current version: 0.18-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libstring-parity-perl 1.32-1 MIGRATED to testing Message-ID: FYI: The status of the libstring-parity-perl source package in Debian's testing distribution has changed. Previous version: 1.31-2 Current version: 1.32-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libxml-saxon-xslt2-perl 0.007-3 MIGRATED to testing Message-ID: FYI: The status of the libxml-saxon-xslt2-perl source package in Debian's testing distribution has changed. Previous version: 0.007-2 Current version: 0.007-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libtest-net-ldap-perl 0.02-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-net-ldap-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.02-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun May 25 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 25 May 2014 16:39:12 +0000 Subject: libpod-simple-wiki-perl 0.16-1 MIGRATED to testing Message-ID: FYI: The status of the libpod-simple-wiki-perl source package in Debian's testing distribution has changed. Previous version: 0.15-1 Current version: 0.16-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From rajesh.deo at gmail.com Sun May 25 18:14:18 2014 From: rajesh.deo at gmail.com (Rajesh Deo) Date: Sun, 25 May 2014 23:44:18 +0530 Subject: Bug#748740: Update Message-ID: Thanks to further information shared by Jakub Wilk, specifically the issue discussion being tracked here: https://github.com/libwww-perl/lwp-protocol-https/pull/14 I was able to resolve connection issues with servers containing self-signed SSL (localized dev servers) using following method: Based on information in above link and a small patch to lwp-protocol-https as shown in link below: https://github.com/libwww-perl/lwp-protocol-https/pull/14#issuecomment-42950342 This fixes the real issue of $ssl_opt{ssl_verify_mode} getting clobbered and causing the failed connections to self-signed servers. While the fix is meant for versions < 1.950, it also work in 1.988-1. I can now ignore setting both environment variables: PERL_LWP_SSL_VERIFY_HOSTNAME and PERL_LWP_SSL_CA_PATH I instead opted to modify the library code my client-side tool depends on where LWP is being called and introduced a single option to specify accepting connections to self-signed servers. As noted by Jakub this is done with: $ua->ssl_opts( SSL_verify_mode => 0, verify_hostname => 0, ); So for me the fix was two-fold, avoid clobbering of ssl_verify_mode in lwp-protocol-https and set above options if connecting to self-signed SSL servers. With the clobbering part fixed other things such as GET/POST from LWP also work. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Mon May 26 08:10:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 08:10:28 +0000 Subject: Processing of libfile-fcntllock-perl_0.16-1_amd64.changes Message-ID: libfile-fcntllock-perl_0.16-1_amd64.changes uploaded successfully to localhost along with the files: libfile-fcntllock-perl_0.16-1_amd64.deb libfile-fcntllock-perl_0.16-1.dsc libfile-fcntllock-perl_0.16.orig.tar.gz libfile-fcntllock-perl_0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 26 09:35:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 09:35:01 +0000 Subject: libfile-fcntllock-perl_0.16-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 26 May 2014 11:04:16 +0300 Source: libfile-fcntllock-perl Binary: libfile-fcntllock-perl Architecture: source amd64 Version: 0.16-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libfile-fcntllock-perl - Perl module for file locking with fcntl(2) Changes: libfile-fcntllock-perl (0.16-1) unstable; urgency=low . * Team upload . [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * Imported Upstream version 0.16 * bump uears of upstream copyright * declare conformance with Policy 3.9.5 (no changes needed) Checksums-Sha1: 2edff1d266ddb15e0b17cf0e1e073b1e89c1b7a1 2096 libfile-fcntllock-perl_0.16-1.dsc 5b3f14f6963f4e379de13c5cbd175b3dbb2161d7 15882 libfile-fcntllock-perl_0.16.orig.tar.gz 3072f6d09a26b918586b27cdee78a90801baf7c0 1936 libfile-fcntllock-perl_0.16-1.debian.tar.xz 7f1038e80898e0e3b5fae10a23bbc4b3740c19ce 31482 libfile-fcntllock-perl_0.16-1_amd64.deb Checksums-Sha256: fa1f79a1561666d7cb5367161c6cca2dad65b8c17ff117b9a87a905730d742a4 2096 libfile-fcntllock-perl_0.16-1.dsc 7f98f0bd99e588a219c21f4988bb61bc8b55e200ba75e17c2d61adadbe409c4c 15882 libfile-fcntllock-perl_0.16.orig.tar.gz 7a99410fca02ecc53e92b1f6eea99f1b4b8c0ba27a4ece1801a54c777ccc0d43 1936 libfile-fcntllock-perl_0.16-1.debian.tar.xz 48b2730d8a7fabf6f3a8691cab7c5c3df022ddac1e996a6a5a137603e2e381ec 31482 libfile-fcntllock-perl_0.16-1_amd64.deb Files: c282be223bc2f74104fdd47398ecb0d4 31482 perl optional libfile-fcntllock-perl_0.16-1_amd64.deb 12b253d0721298c6bb55acef4c696c53 2096 perl optional libfile-fcntllock-perl_0.16-1.dsc 712da6206fb5960677f7a3a4108c1c41 15882 perl optional libfile-fcntllock-perl_0.16.orig.tar.gz 5b85aa56102357af2444e1068b255118 1936 perl optional libfile-fcntllock-perl_0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTgvXLAAoJENu+nU2Z0qAEimQQAIfN4Y3yT84JAFLPLKRinuqr rgJjl+UPLcCG3dSx0zGGYs/GzugOpwr9tJFQQHmPd0yvwXNc3n8AAUsFkn/6fnSl lfN66wEY4DgflhCOifb5A/pE2iMzJ1fmLVkYHU93Lc+4qxiZStLGXvO4NC5CByuF hHNYgFQ9lwOqA1ZalOiaIhLEsdB7rAtPhmGPN1pMCfRvPth2J+1mWW1MOH1fd4Hg +4YWRQhriffaHeR3ASNBq1RaW7btCDaoGt9QoniEYI+At33zt0plCNmqf0ttd7cL D1wP/VVlamq3PXQwCSZHAnTz2vDYQtNy0QXAgt2U4lTILKZwRVhYNFOp6g9Q1Fjj KlUKdziz9I6wtyDcvP8VtNa/6EPpn0jol4BiVihudI0kDLd4Y+PG05S/bxtzW5vh gqk+KRmUwkTI3u+ppuyY0E2eY7a3FoN4w5XrfezPszAV+g1xkcOAbKnHKiJ6u127 WiCadcWA2pCXS07DpKj+iB8fngK+g/DthQulR/oC1USi6V41nca3QYk7ygWuOPTg p+rIwh+8H3piYED9H2tyiwoTBj2a+rfwv/ARioQO3NArlZD2KtzZONaXG/8jWG8t CCXsiDZTMeqjKoUoP5c1oH/c6XpCLPVQzD9931EWDBOGSoSNAsH6qsZizkLWKNr3 LNXFBS422bJ4H7aZy3M4 =F2YG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 26 11:32:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 11:32:59 +0000 Subject: Bug#747095: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: libfile-rename-perl | 0.20-1 | source, all ------------------- Reason ------------------- ROM; renamed to 'rename' ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 747095 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/747095 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Mon May 26 15:03:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 15:03:31 +0000 Subject: Processing of libmouse-perl_2.3.0-1_amd64.changes Message-ID: libmouse-perl_2.3.0-1_amd64.changes uploaded successfully to localhost along with the files: libmouse-perl_2.3.0-1_amd64.deb libmouse-perl_2.3.0-1.dsc libmouse-perl_2.3.0.orig.tar.gz libmouse-perl_2.3.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 26 15:08:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 15:08:31 +0000 Subject: Processing of libsignatures-perl_0.09-1_amd64.changes Message-ID: libsignatures-perl_0.09-1_amd64.changes uploaded successfully to localhost along with the files: libsignatures-perl_0.09-1_amd64.deb libsignatures-perl_0.09-1.dsc libsignatures-perl_0.09.orig.tar.gz libsignatures-perl_0.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 26 15:13:32 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 15:13:32 +0000 Subject: Processing of starlet_0.24-1_amd64.changes Message-ID: starlet_0.24-1_amd64.changes uploaded successfully to localhost along with the files: starlet_0.24-1_all.deb starlet_0.24-1.dsc starlet_0.24.orig.tar.gz starlet_0.24-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 26 15:37:27 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 15:37:27 +0000 Subject: libmouse-perl_2.3.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 26 May 2014 16:56:53 +0200 Source: libmouse-perl Binary: libmouse-perl Architecture: source amd64 Version: 2.3.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmouse-perl - lightweight object framework for Perl Changes: libmouse-perl (2.3.0-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: b76195db868789929a881ca1154d31a7fa2b8a46 2926 libmouse-perl_2.3.0-1.dsc 0bc0b990e907fea12b11227137e9f5df5a5ed808 220469 libmouse-perl_2.3.0.orig.tar.gz b18a68f97a06fe3ff90caca09d05ee4c07c7aedd 6036 libmouse-perl_2.3.0-1.debian.tar.xz db461fe390cf0686d0a232628945dc935e998831 169624 libmouse-perl_2.3.0-1_amd64.deb Checksums-Sha256: 4bb14c8538bb0df27c6319c3b64b3256571c152b5bcdfa669e85c4ea6c57e7b6 2926 libmouse-perl_2.3.0-1.dsc 9863557fae983a38338cd2de0623ee29ea9fc1380214325242a9b05a83289479 220469 libmouse-perl_2.3.0.orig.tar.gz 145bf1f70577464d357dbdce69802578a850748561637a8ec175d965fe6355d5 6036 libmouse-perl_2.3.0-1.debian.tar.xz 296e0cd5c5a7d4ca28a80625a69eab28c06ff61cb1e1823790a4fea96c433810 169624 libmouse-perl_2.3.0-1_amd64.deb Files: 6a44a0aaf67a983eefd183e2fe02261f 169624 perl optional libmouse-perl_2.3.0-1_amd64.deb 93e472aecdc1f43177ae38e91ca2f2c6 2926 perl optional libmouse-perl_2.3.0-1.dsc aae2b55f280f773a92fa16c6bdcc358d 220469 perl optional libmouse-perl_2.3.0.orig.tar.gz a11aee7a12cbe89f23995d4c6fad3762 6036 perl optional libmouse-perl_2.3.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTg1Z8ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBobjD/42UUx8pDnS6pf3SgQOevjh//GayQpZgEXirV8/3/bXUfkB Q46JgZv9MBC6QxAn1pZIhcOM4Kbj02zow5Eilqrt5g2s0DemI6/IEqT6h2fygRWV QRz5Yn63WyWwUMOILY4EbeEDbq91YRu+GTaeH8wqWwnOuaXiCe8JnhzjgjQ1J+wS yg41i998M3IwRo7c18BkjjjWhnjiikKkKqU0jTfd20Ul6kuVJnKcUlmIl0/TSXEA dKvIryJAhaDqWH04Ii4P+PcYQe3jOAwkGpdXMI6df25NQpBlk05SK27NL7sr3KZQ X5KCQIXLC80jfVMm6S7q1/lcxfxM6bxRRD1+4cUWC/GtDCWd2grUTs8h8+Nz/sF+ ZCDXDPkSwkdGK4poxxpiYOiTtNlkNAP7xm4s2gxX2H3Ql3iECwGU4nbKG16PlXhQ Xgo+ETU8OTRXwtCFkpBHGbyPVio5DzKyX6wAYARnSqGPvYlMmiEDoX0qLoa8kXrP lyDBsmmtZGakdbF01cY1uvYUUzC95tadjrL/nf4AvEbJftSG95O7HABlYaTJYtpn eDCkr7ltignXmTSnqs5zjilRo7p3sKCtCGig/lMcEKNaNqaqgPSEXQx6HyS6XLVf sH6Jdoia2zJk2Y4OAf58MKTNnlTgjDwc/Gf9Z+WWLlLz5m5pGCLHjC5p/GZMBg== =2QMJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 26 15:38:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 15:38:58 +0000 Subject: libsignatures-perl_0.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 26 May 2014 17:05:08 +0200 Source: libsignatures-perl Binary: libsignatures-perl Architecture: source amd64 Version: 0.09-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libsignatures-perl - Perl pragma for subroutine signatures Changes: libsignatures-perl (0.09-1) unstable; urgency=medium . * Team upload. * New upstream release. * Make (build) dependency on libb-hooks-parser-perl versioned. * debian/copyright: update Upstream-Contact. * Update years of packaging copyright. Checksums-Sha1: 67122ccb597ad4ceddb4bc6b9d55711f73bfb9ee 2401 libsignatures-perl_0.09-1.dsc 5f7d4a5e154697676266703cfe75276793fe7d9b 74281 libsignatures-perl_0.09.orig.tar.gz 7977ec1cb59ff2ff6a94a32bab7b5083a21e9e51 2656 libsignatures-perl_0.09-1.debian.tar.xz 3550035cb4bd6ad5435b5a4f6827de3ed46dba4c 14740 libsignatures-perl_0.09-1_amd64.deb Checksums-Sha256: 1da38e21c3ceb0c8373cfd9d0a33c0960cc2b789c93700dc1da604016ad81bfa 2401 libsignatures-perl_0.09-1.dsc 6a226098e154283a81b62950749dfbb6a70b5dba91b17cc9782dc102a1960994 74281 libsignatures-perl_0.09.orig.tar.gz 300565600a33874fa5b4d194b7e197e079b7bd69580032d655354bb8981a28e7 2656 libsignatures-perl_0.09-1.debian.tar.xz 21a8fe7d3e348a50be14b389d37ac0273459c3516260d4bd16df547933437523 14740 libsignatures-perl_0.09-1_amd64.deb Files: a4a12d50448073aa23f2cd07b4852324 14740 perl optional libsignatures-perl_0.09-1_amd64.deb 48d071154408e4097f2335658dcf7947 2401 perl optional libsignatures-perl_0.09-1.dsc e6644fe6cc1caf7ec507a86c13976856 74281 perl optional libsignatures-perl_0.09.orig.tar.gz c882aaa4a07c2d257282a27bb8eb6af8 2656 perl optional libsignatures-perl_0.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTg1hKThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBojDD/4qnh+3iUXWqWYzJgv1F1FNdFl0+8px6MiNE8R81dwnJwSa vezO0oyfdXHZSLy02YNlOOxXljNdQ83X+LkPFjk3HI3jbmyckpO+CKHoYdFpAQP5 3DusYsEBlEMhGGp4TZmFTTdMxwUugKIL4gtts4eWTb4cIvl4x3pB/tpp+LvOexRD TFYfbm97sRaeAoBkmpZMB+vHM5NHENhovu/432X4jQsJmw7yj1y+cp2DC9G0CdJ0 d0/KYDOX2iiPZ0RP5aCMndE2YgJlPNCYhXLNpqp/3EfgTGLqsv3OFIikKZDESWBo WEjG2wtE4EaQrLl+leEm8skOJtpPYuCzUD+QCq9EStNioVCf/mZVej4YpixOcVnb gBu/I9Xd3vMnpJK9vcjtelENGzxGzErdcSLjNIsK84qpL/lgjDwAXLdZ5MW/1MTp 7Usr9f7Z2mM6MK4bLArDGnA+wc735iluOdvWOVEk3R4x7B2jgw/XjyRzAMwYgKOi QbGovFunXc7uvW/w+Rwux8Kagq82eHTivNR550B+mCnC6U1hjvBlk/Cd1cy4bkFm j0bKjRAzCPwyyUMKNovKWoVEDZedLq0H+E3ERyg2OyD9xcCVCLDaKDMj2TYNXzx4 9LNRu8NW/fsogoLodeAElFLDhxzoGVSvVeUJ9GUJ9+zYXmP3wRHDWgp1kZ7Lbw== =P3tm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 26 15:40:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 15:40:05 +0000 Subject: starlet_0.24-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 26 May 2014 17:08:20 +0200 Source: starlet Binary: starlet Architecture: source all Version: 0.24-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: starlet - simple, high-performance PSGI/Plack HTTP server Changes: starlet (0.24-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: c7059f3cdf07b097562504fc37e1a40c917313ea 2129 starlet_0.24-1.dsc b695cfc2365396c95fae2efec4a5484d62096738 30394 starlet_0.24.orig.tar.gz de9a09ad39c437d030b08fa65ba6be3622e10a23 2124 starlet_0.24-1.debian.tar.xz 2fd2ba7b1fa23c87dc846a4ebd0d45a0883943b4 13770 starlet_0.24-1_all.deb Checksums-Sha256: 0e0a40e38a3b71c3ed9ed387376caec0a023d8b39a27408741acb14e9df58e49 2129 starlet_0.24-1.dsc 71a0e1b48402bc69bafbb13b6b9aeb979eb61893c54840a7e9d49a0e87dc23f2 30394 starlet_0.24.orig.tar.gz ee17d550b058e03116471bdb834092642778ce4a2702c695b3a208d2c000bd9d 2124 starlet_0.24-1.debian.tar.xz 326376af9f9f742c6ca468c2809d5550017131d43514772d4b3281d175ba8740 13770 starlet_0.24-1_all.deb Files: 4e2a2c6e72ff51ac507009247f8d2cdd 13770 perl optional starlet_0.24-1_all.deb 2c47e3732883d0eaf6d696881cf90e5d 2129 perl optional starlet_0.24-1.dsc 17d5ed3017cd0fdbad423dcafc716290 30394 perl optional starlet_0.24.orig.tar.gz 839eaa583596a946c37a0f4f9d83927b 2124 perl optional starlet_0.24-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTg1kTThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBlrjD/9u2MzoKqdGInSFDjd03gE0wUzLhD03zOKJbVaZXwS2/caK iV/R3JGjS6dWaJHijauaQuhZdctzeFd77xphwC/qjudrdydh5UJfDvYhcxkpBUU0 4IdDqeQs3atUkjkmLcA14KGdk8AT6mcauYEuHuMAAmcjmttsEYAxV3Q5jhSaBAaz oGnayfOPpBPR5Sgyos7qTUXe6CtVstpKq8bv4cZP8r8rs1qPqsEZYK3jXWiltsSo 3Z0XoUSCo8pd1ngT9uVtNek0mx5qCXVtg5sKyiYuG0ShfuHsGXXvxPjagB/oovaZ tFSUnjPLVYTtqPDigwlhgz/1fsYQ/dB57m5Pj6JK4WRoZu7F2jWu/tnrtWRid0NX TEiyIQ8b+7TDGy+i5JdLfFRoJs4OzKFGsa9qqGCoRf6Bn7y8LYVvuYDOkxCk0zWp e+Bfku3P2+vvS95cgU7zZJSVd/vulUzbAiYsFNBiq1blMiMK7eh361eClTW1V/Ze RlTFYP3eL6VhxdVaE0RqkVISkiKfiParSnq02fFVowVbwBjKuXO4/OacqNakfsCa 2T/fGSpM3z4zkLOh9EYnZIRCalY35T0SW1WBIaJHyT4UAj0dokvF0G8NyakuvkYM dokj3lSF79Wy+bPBrlGWHzyAz7zrPqii8gdlFK+ssf7s5oyz0ah73P6wohQVsg== =KjBj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From mt at debian.org Mon May 26 15:51:26 2014 From: mt at debian.org (Michael Tautschnig) Date: Mon, 26 May 2014 16:51:26 +0100 Subject: Bug#749357: libmakefile-parser-perl: FTBFS - tests fail Message-ID: <20140526155126.GU1035@l04.Home> Package: libmakefile-parser-perl Version: 0.215-2 Severity: seriou Usertags: goto-cc During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder and pbuilder) the build failed with the following error. [...] dh_auto_test make[1]: Entering directory '/srv/jenkins-slave/workspace/sid-goto-cc-libmakefile-parser-perl/libmakefile-parser-perl-0.215' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/99-pod-coverage.t t/99-pod.t t/ast-basic.t t/ast-rule.t t/ast-stem.t t/ast-var.t t/Makefile-Parser.t t/makesimple.t t/99-pod-coverage.t .. skipped: We know we don't have enough POD :( t/99-pod.t ........... ok t/ast-basic.t ........ ok t/ast-rule.t ......... ok t/ast-stem.t ......... ok t/ast-var.t .......... ok t/Makefile-Parser.t .. ok GNU Make 4.0 # Failed test 'TEST 1: basics - process returned the 0 status' # at t/makesimple.t line 58. # got: '1' # expected: '0' # Failed test 'TEST 1: basics - script/makesimple generated the right output' # at t/makesimple.t line 59. # got: '' # expected: 'all: # @echo hello world # ' Further failing tests follow. The full build log is attached. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: libmakefile-parser-perl-build-log.txt.gz Type: application/x-gunzip Size: 6723 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libtext-csv-xs-perl 1.08-1 MIGRATED to testing Message-ID: FYI: The status of the libtext-csv-xs-perl source package in Debian's testing distribution has changed. Previous version: 1.04-1 Current version: 1.08-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libclass-accessor-class-perl 0.503-1 MIGRATED to testing Message-ID: FYI: The status of the libclass-accessor-class-perl source package in Debian's testing distribution has changed. Previous version: 0.502-1 Current version: 0.503-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libpackage-constants-perl 0.04-1 MIGRATED to testing Message-ID: FYI: The status of the libpackage-constants-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.04-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libcatalyst-modules-perl 48 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-modules-perl source package in Debian's testing distribution has changed. Previous version: 47 Current version: 48 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libconfig-model-tkui-perl 1.344-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-tkui-perl source package in Debian's testing distribution has changed. Previous version: 1.343-1 Current version: 1.344-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libcpan-meta-check-perl 0.008-1 MIGRATED to testing Message-ID: FYI: The status of the libcpan-meta-check-perl source package in Debian's testing distribution has changed. Previous version: 0.007-1 Current version: 0.008-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libsysadm-install-perl 0.44-1 MIGRATED to testing Message-ID: FYI: The status of the libsysadm-install-perl source package in Debian's testing distribution has changed. Previous version: 0.43-1 Current version: 0.44-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libcatalyst-view-email-perl 0.34-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-view-email-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.34-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libconfig-inifiles-perl 2.83-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-inifiles-perl source package in Debian's testing distribution has changed. Previous version: 2.82-1 Current version: 2.83-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libdancer-plugin-dbic-perl 0.2100-1 MIGRATED to testing Message-ID: FYI: The status of the libdancer-plugin-dbic-perl source package in Debian's testing distribution has changed. Previous version: 0.1802-1 Current version: 0.2100-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libanyevent-xmpp-perl 0.55-1 MIGRATED to testing Message-ID: FYI: The status of the libanyevent-xmpp-perl source package in Debian's testing distribution has changed. Previous version: 0.54-2 Current version: 0.55-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libcode-tidyall-perl 0.20-1 MIGRATED to testing Message-ID: FYI: The status of the libcode-tidyall-perl source package in Debian's testing distribution has changed. Previous version: 0.18-1 Current version: 0.20-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libbread-board-perl 0.31-1 MIGRATED to testing Message-ID: FYI: The status of the libbread-board-perl source package in Debian's testing distribution has changed. Previous version: 0.29-1 Current version: 0.31-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon May 26 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 26 May 2014 16:39:17 +0000 Subject: libtest-api-perl 0.005-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-api-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.005-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon May 26 17:24:14 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 17:24:14 +0000 Subject: Processing of libenum-perl_1.09-1_amd64.changes Message-ID: libenum-perl_1.09-1_amd64.changes uploaded successfully to localhost along with the files: libenum-perl_1.09-1_all.deb libenum-perl_1.09-1.dsc libenum-perl_1.09.orig.tar.gz libenum-perl_1.09-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon May 26 17:34:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 17:34:03 +0000 Subject: libenum-perl_1.09-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 26 May 2014 19:23:18 +0200 Source: libenum-perl Binary: libenum-perl Architecture: source all Version: 1.09-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libenum-perl - perl module for sets of ordered constants like enums in C Changes: libenum-perl (1.09-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. Checksums-Sha1: bf54dde5c3526d1242008a0609357c4621182e7f 2084 libenum-perl_1.09-1.dsc ce570cfc0ef60f0719539a6ca1f9d9cc99e7730e 7719 libenum-perl_1.09.orig.tar.gz c40bcfd0717af681f59525319486ec6aca3beb7c 1644 libenum-perl_1.09-1.debian.tar.xz d475705f13a1157f04d278129792b2f768bfd889 12252 libenum-perl_1.09-1_all.deb Checksums-Sha256: d77b620b90cb4d4a748db7f9e36121b27638cb0ba3d6758a0c114c513f725cf4 2084 libenum-perl_1.09-1.dsc 62bb4cc999b6e258f07487c5fc0f66f85e27bbc179058d81b88e7d04419ce0c4 7719 libenum-perl_1.09.orig.tar.gz 755c1ebfceeeb5778de1da8f2ad46f9206eab3b8a94b1264c90837f2bc41c2f7 1644 libenum-perl_1.09-1.debian.tar.xz 01d508eae7206116500b6cf051d2383edc38a9565104f364cc4bd8ac6df43b09 12252 libenum-perl_1.09-1_all.deb Files: be58c49e0ca0539bff889c61dfe14200 12252 perl optional libenum-perl_1.09-1_all.deb 465b68fbe263a978ceaf348a7651607a 2084 perl optional libenum-perl_1.09-1.dsc e703e5a35b7ccca0fa0de34b52fa08ba 7719 perl optional libenum-perl_1.09.orig.tar.gz 1dd37b336d614c2b27f8a314bf78e739 1644 perl optional libenum-perl_1.09-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTg3igThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBv5eD/sFuqzPZBB6nDFIm6N57KKVR8xPWhrzyXmA/vUS69lCPqCM XLt+ReTdXB5hlQ6dvoewZgppj2aKCaMAwH4rGr5qyGD6d1V521Xvzdg4baUGWZkY Zy54CcdpmmbiqE+/EE3owybbTHKUKT5yY6CMeqCEJElODScANFmTNhf03a86xmiJ TUW3VIFTd7Uvfzov+90VKZTjyTGgmF5X4gvXSGJXw/6B6R4LPnuc5fut4rX3QwZX mg3w+C/4vpLMrivg67ygWqddA2bOZFq8JglvvN+htihO1+LFfvXXuLFypWjR7Uk9 QCrPfAj6v+KrtxzNSMurLoFX7FkGhALhvSZVbaTFPLceWwpysBX9Rf1r5fJSxq03 HKH/fuMLZN4eX2+6qIC+jLv52Xiij3YpgJ/bOXsPyNDHstezREtZEZlBlFE2M1Kh ykpxSvGgCf4OxG5nj6gueZyVyO8LZZqo3k3xaK0v8429VXa+Muo0hcoY1qkIk+Dh 6AihI3AQIWqvTaWsWKUplaxAYHFaaxrfDuudRJbOMlXC1akesQG0qxphQI+N6u7/ KBt4zcSq4VVgGlNMcUvBgsfyE7DxY7rU+bZO0yAxRy6eSoQrwsXsI4Q6L7AeEIKu gMUrwi7djES4ojT0nl9dzCwxE17gtx+BaD+Z05G7HHn1b7wi16PjUbM+3tT48w== =YkVI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon May 26 18:35:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 18:35:02 +0000 Subject: Processing of libfile-fcntllock-perl_0.18-1_amd64.changes Message-ID: libfile-fcntllock-perl_0.18-1_amd64.changes uploaded successfully to localhost along with the files: libfile-fcntllock-perl_0.18-1_amd64.deb libfile-fcntllock-perl_0.18-1.dsc libfile-fcntllock-perl_0.18.orig.tar.gz libfile-fcntllock-perl_0.18-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Mon May 26 18:39:22 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 18:39:22 +0000 Subject: Processed: severity of 749357 is serious References: <1401129340-808-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > severity 749357 serious Bug #749357 [libmakefile-parser-perl] libmakefile-parser-perl: FTBFS - tests fail Severity set to 'serious' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 749357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749357 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon May 26 18:39:26 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 18:39:26 +0000 Subject: Processed: tagging 749357 References: <1401129449-908-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 749357 + confirmed Bug #749357 [libmakefile-parser-perl] libmakefile-parser-perl: FTBFS - tests fail Added tag(s) confirmed. > thanks Stopping processing here. Please contact me if you need assistance. -- 749357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749357 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Mon May 26 18:49:15 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 26 May 2014 18:49:15 +0000 Subject: libfile-fcntllock-perl_0.18-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 26 May 2014 20:32:26 +0200 Source: libfile-fcntllock-perl Binary: libfile-fcntllock-perl Architecture: source amd64 Version: 0.18-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-fcntllock-perl - Perl module for file locking with fcntl(2) Changes: libfile-fcntllock-perl (0.18-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: d7114f49844b99eda46978f3bb8b3556b79ef941 2206 libfile-fcntllock-perl_0.18-1.dsc f9efea41a9271b04f62f53a1668666957dd47761 16673 libfile-fcntllock-perl_0.18.orig.tar.gz dce8c5968b8024d8c365148345a8f7434c906ed4 1928 libfile-fcntllock-perl_0.18-1.debian.tar.xz 081079250caed4c343e90a8bcf86a3dc327c6cfd 32676 libfile-fcntllock-perl_0.18-1_amd64.deb Checksums-Sha256: 187ec28196c89f9b5b123d6fe54fdd7a284925b86e591eb6b3c0a9054b7d5dcd 2206 libfile-fcntllock-perl_0.18-1.dsc 635d724613fdf7315385a98eca3c09c1c834dd694b7e34ce1c384de298d477e0 16673 libfile-fcntllock-perl_0.18.orig.tar.gz df67b6d3331c4066503d494fc215db92c5e6b0e46a7e4f8b0df17a36c1d1bf22 1928 libfile-fcntllock-perl_0.18-1.debian.tar.xz 178b04543b37a874e2c77dd08ea0c44ec601ec1081be9f3462039cee9cef647d 32676 libfile-fcntllock-perl_0.18-1_amd64.deb Files: e7502054ee329e40293ef72c9d8e2d25 32676 perl optional libfile-fcntllock-perl_0.18-1_amd64.deb 2d205bbf25b6ec006b152b79f18e9c64 2206 perl optional libfile-fcntllock-perl_0.18-1.dsc 06152bdcbf1a2f28cecf7f8b105329d5 16673 perl optional libfile-fcntllock-perl_0.18.orig.tar.gz db0b98efeb6f9fbee57b5919b2cf770f 1928 perl optional libfile-fcntllock-perl_0.18-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTg4jkThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsjZEAC5sOLXOtw2T4GbzNVZOORwZpWWMKwttUZ/n0cz6K8p3qcS l7B1EyMkp2plM/Bf7YLBbR0zkAKjUbnsFjyf7sxGvYc+CW3Pr0rp7egTpr+osNQn YacUhqgErWCe06LrGDoHM9VRr4GwWvdKSwfLdnp9Oq9rXRlxn9f9eenZHNLlaix3 v6/vQfi8ogRWcEx0laAjDkyuRmPl1xfrmRGzv57G3g17wu1LWCuW5cRvD42L7GS3 ZSuVHqLxw4LinLcQYTixtEyTimFA8Ve9XGnR8l6cjKK2kz8ujz62elVfu2WdyRE9 tlnVlaJKsU8u5gRT/A17/cKtqo/GmhHAvoGjJGSmdyWWkND8orOatxDVdg+dZIrK H+nm+ZUMXvtSco6dtRE3cjnRwK0JrzHUTjjWKlS9GWCujvHk5puvh058i71YhNDe FLlCdvlwJwsFad24YG3VDIknba8/W85FmYnMILHV0hGcU/+/x+aQGREggLycbDAd uXYZ3SUEW20B5yN2rSgXy1jLu6qrELmKUl7qp3/J5/fMFVSj1OiqIRvWCtIHFrgr 2qxK4K4yZQwGG7ysmvRDaw1rejW2Qi9DfAjZCip4Tdy02Pq8zgLZLERl1ELCvZZO Q/7xsE1EzF7f6b3m/3XjxoqZTTQ7hxIbMktCgg441g5a3pVi7XVrmLyqQjkm4w== =Hl2z -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon May 26 18:51:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 18:51:09 +0000 Subject: Processed: bug 749357 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=95979 References: <1401129965-3744-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 749357 http://rt.cpan.org/Public/Bug/Display.html?id=95979 Bug #749357 [libmakefile-parser-perl] libmakefile-parser-perl: FTBFS - tests fail Set Bug forwarded-to-address to 'http://rt.cpan.org/Public/Bug/Display.html?id=95979'. > thanks Stopping processing here. Please contact me if you need assistance. -- 749357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749357 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon May 26 18:54:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 18:54:11 +0000 Subject: Processed: Re: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message References: <20140526185053.GI5939@jadzia.comodo.priv.at> <20140525070721.GA9721@jwilk.net> Message-ID: Processing control commands: > tag -1 + confirmed Bug #749212 [libio-socket-ssl-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Added tag(s) confirmed. -- 749212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749212 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon May 26 18:54:19 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 18:54:19 +0000 Subject: Processed: bug 749212 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=95981 References: <1401130366-3460-bts-gregoa@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 749212 http://rt.cpan.org/Public/Bug/Display.html?id=95981 Bug #749212 [libio-socket-ssl-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Set Bug forwarded-to-address to 'http://rt.cpan.org/Public/Bug/Display.html?id=95981'. > thanks Stopping processing here. Please contact me if you need assistance. -- 749212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749212 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From gregoa at debian.org Mon May 26 18:50:53 2014 From: gregoa at debian.org (gregor herrmann) Date: Mon, 26 May 2014 20:50:53 +0200 Subject: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message In-Reply-To: <20140525143410.GA2841@jwilk.net> References: <20140525070721.GA9721@jwilk.net> <20140525135742.GD8474@jadzia.comodo.priv.at> <20140525143410.GA2841@jwilk.net> Message-ID: <20140526185053.GI5939@jadzia.comodo.priv.at> Control: tag -1 + confirmed On Sun, 25 May 2014 16:34:34 +0200, Jakub Wilk wrote: > * gregor herrmann , 2014-05-25, 15:57: > >>$ perl test-connect.pl www.debian.org > >>IO::Socket::IP configuration failed did not receive the required stapled OCSP response did not receive the required stapled OCSP response at test-connect.pl line 8. > > > >Thanks for the bug report. > >Is this test-connect.pl available somewhere? > > D'oh. Now attached. Thanks. I'm afraid, the bug title is not entirely correct; "duplicate" seems to be an understatement :) % perl test-connect.pl www.debian.org IO::Socket::IP configuration failed did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response at test-connect.pl line 8. Will forward upstream. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Sophie Hunger: Drainpipes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From gregoa at debian.org Mon May 26 19:02:00 2014 From: gregoa at debian.org (gregor herrmann) Date: Mon, 26 May 2014 21:02:00 +0200 Subject: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message In-Reply-To: <20140526185053.GI5939@jadzia.comodo.priv.at> References: <20140525070721.GA9721@jwilk.net> <20140525135742.GD8474@jadzia.comodo.priv.at> <20140525143410.GA2841@jwilk.net> <20140526185053.GI5939@jadzia.comodo.priv.at> Message-ID: <20140526190200.GA19636@jadzia.comodo.priv.at> On Mon, 26 May 2014 20:50:53 +0200, gregor herrmann wrote: > I'm afraid, the bug title is not entirely correct; "duplicate" seems > to be an understatement :) > > % perl test-connect.pl www.debian.org Might correlate with the number of IP addresses of the host: % host www.debian.org www.debian.org has address 5.153.231.4 www.debian.org has address 130.89.148.14 www.debian.org has IPv6 address 2001:41c8:1000:21::21:4 www.debian.org has IPv6 address 2001:610:1908:b000::148:14 Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Joan Baez: Love is just a four letter word -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From jwilk at debian.org Mon May 26 19:05:55 2014 From: jwilk at debian.org (Jakub Wilk) Date: Mon, 26 May 2014 21:05:55 +0200 Subject: Bug#749212: libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message In-Reply-To: <20140526190200.GA19636@jadzia.comodo.priv.at> References: <20140525070721.GA9721@jwilk.net> <20140525135742.GD8474@jadzia.comodo.priv.at> <20140525143410.GA2841@jwilk.net> <20140526185053.GI5939@jadzia.comodo.priv.at> <20140526190200.GA19636@jadzia.comodo.priv.at> Message-ID: <20140526190555.GA2567@jwilk.net> * gregor herrmann , 2014-05-26, 21:02: >>I'm afraid, the bug title is not entirely correct; "duplicate" seems >>to be an understatement :) >> >>% perl test-connect.pl www.debian.org > >Might correlate with the number of IP addresses of the host: > >% host www.debian.org >www.debian.org has address 5.153.231.4 >www.debian.org has address 130.89.148.14 >www.debian.org has IPv6 address 2001:41c8:1000:21::21:4 >www.debian.org has IPv6 address 2001:610:1908:b000::148:14 Yeah, I don't have IPv6 enabled here. Let's try with a host that have lots of IPs: $ perl test-connect-ocsp.pl google.com IO::Socket::IP configuration failed did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response did not receive the required stapled OCSP response at test-connect-ocsp.pl line 8. -- Jakub Wilk From owner at bugs.debian.org Mon May 26 21:24:16 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 21:24:16 +0000 Subject: Processed: (Fwd) [rt.cpan.org #95981] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message References: <20140526212030.GL5939@jadzia.comodo.priv.at> <20140525070721.GA9721@jwilk.net> Message-ID: Processing control commands: > reassign -1 libio-socket-ip-perl Bug #749212 [libio-socket-ip-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Ignoring request to reassign bug #749212 to the same package > tag -1 + upstream Bug #749212 [libio-socket-ip-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Ignoring request to alter tags of bug #749212 to the same tags previously set > forwarded -1 https://rt.cpan.org/Ticket/Display.html?id=95983 Bug #749212 [libio-socket-ip-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Ignoring request to change the forwarded-to-address of bug#749212 to the same value -- 749212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749212 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon May 26 21:24:13 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 26 May 2014 21:24:13 +0000 Subject: Processed: (Fwd) [rt.cpan.org #95981] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message References: <20140526212030.GL5939@jadzia.comodo.priv.at> <20140525070721.GA9721@jwilk.net> Message-ID: Processing control commands: > reassign -1 libio-socket-ip-perl Bug #749212 [libio-socket-ssl-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Bug reassigned from package 'libio-socket-ssl-perl' to 'libio-socket-ip-perl'. No longer marked as found in versions libio-socket-ssl-perl/1.988-1. Ignoring request to alter fixed versions of bug #749212 to the same values previously set > tag -1 + upstream Bug #749212 [libio-socket-ip-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Added tag(s) upstream. > forwarded -1 https://rt.cpan.org/Ticket/Display.html?id=95983 Bug #749212 [libio-socket-ip-perl] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Changed Bug forwarded-to-address to 'https://rt.cpan.org/Ticket/Display.html?id=95983' from 'http://rt.cpan.org/Public/Bug/Display.html?id=95981' -- 749212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749212 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From gregoa at debian.org Mon May 26 21:20:30 2014 From: gregoa at debian.org (gregor herrmann) Date: Mon, 26 May 2014 23:20:30 +0200 Subject: Bug#749212: (Fwd) [rt.cpan.org #95981] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Message-ID: <20140526212030.GL5939@jadzia.comodo.priv.at> Control: reassign -1 libio-socket-ip-perl Control: tag -1 + upstream Control: forwarded -1 https://rt.cpan.org/Ticket/Display.html?id=95983 Super-fast reply from upstream below. Cheers, gregor ----- Forwarded message from Steffen Ullrich via RT ----- From: Steffen Ullrich via RT To: gregoa at debian.org Subject: [rt.cpan.org #95981] libio-socket-ssl-perl: duplicate "did not receive the required stapled OCSP response" in error message Date: Mon, 26 May 2014 15:53:38 -0400 CC: behroozi at www.pls.uni.edu Reply-To: bug-IO-Socket-SSL at rt.cpan.org Am Mo 26. Mai 2014, 14:52:45, GREGOA schrieb: > This bug has been forwarded from http://bugs.debian.org/749212 > > ... > (test-connect.pl can be found at above mentioned URL; and also an > output of > a run where the error output is repeated more than twice.) This is due to the underlying IO::Socket::IP, which retries connection for each possible IP until it succeeds, which will collect the errors for all the retries. I think this is a bug in IO::Socket::IP, which should only retry until it got a successful connection at IP level and should not care if it was also successful on the SSL layer. I've failed a bug #95983 for IO::Socket::IP and will reject this one. To work around you can first create the socket connection with IO::Socket::IP->new and after a successful IP connection you can upgrade with start_SSL to SSL. ----- End forwarded message ----- -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Tom Waits: The Heart Of Saturday Night -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 928 bytes Desc: Digital Signature URL: From bts-link-upstream at lists.alioth.debian.org Mon May 26 22:01:17 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 26 May 2014 22:01:17 -0000 Subject: [bts-link] source package libcatalyst-plugin-email-perl Message-ID: <20140526220054.16920.11076.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libcatalyst-plugin-email-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #748849 (http://bugs.debian.org/748849) # Bug title: libcatalyst-plugin-email-perl: FTBFS due to removal of libemail-send-perl # * http://rt.cpan.org/Public/Bug/Display.html?id=86843 # * remote status changed: (?) -> open usertags 748849 + status-open thanks From ftpmaster at ftp-master.debian.org Tue May 27 07:59:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 07:59:12 +0000 Subject: Processing of libfile-fcntllock-perl_0.19-1_amd64.changes Message-ID: libfile-fcntllock-perl_0.19-1_amd64.changes uploaded successfully to localhost along with the files: libfile-fcntllock-perl_0.19-1_amd64.deb libfile-fcntllock-perl_0.19-1.dsc libfile-fcntllock-perl_0.19.orig.tar.gz libfile-fcntllock-perl_0.19-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 27 09:47:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 09:47:22 +0000 Subject: libfile-fcntllock-perl_0.19-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 27 May 2014 10:55:12 +0300 Source: libfile-fcntllock-perl Binary: libfile-fcntllock-perl Architecture: source amd64 Version: 0.19-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libfile-fcntllock-perl - Perl module for file locking with fcntl(2) Changes: libfile-fcntllock-perl (0.19-1) unstable; urgency=medium . * Team upload * Imported Upstream version 0.19 Fixes test failures since 0.16 on 32-bit architectures Checksums-Sha1: 8b429b7d03683f7aa7625bf642ec7c96103cf919 2097 libfile-fcntllock-perl_0.19-1.dsc fccef693e8049fabe82de29d119d1083496cbbe7 16720 libfile-fcntllock-perl_0.19.orig.tar.gz d7a4bd91960bf361de068d0b5e0718f9d0134976 2024 libfile-fcntllock-perl_0.19-1.debian.tar.xz dab68e991bb329777cd783b7333698774d26fba7 32756 libfile-fcntllock-perl_0.19-1_amd64.deb Checksums-Sha256: 82814130b9a1e119af7d4412443a458ace229e3be05dc91bf40a0688ce8d5f28 2097 libfile-fcntllock-perl_0.19-1.dsc c30690da8a1e94c05abfc9e713b331c2ac0ac2d65dc271a64e3da3ab8be4069c 16720 libfile-fcntllock-perl_0.19.orig.tar.gz 726c955d81c872d4d114cca4d39b5fbccb833a8c745f181784bbfd32abe505e6 2024 libfile-fcntllock-perl_0.19-1.debian.tar.xz e8fe942ffaaca14bd483584bb660707e6fea1002991d99fef751acea964946d4 32756 libfile-fcntllock-perl_0.19-1_amd64.deb Files: 1a52d268e8a7083e2da0fd43c93b1558 32756 perl optional libfile-fcntllock-perl_0.19-1_amd64.deb b6c38bd7ec33dfee243993eb7020047c 2097 perl optional libfile-fcntllock-perl_0.19-1.dsc 68f665020dd7649c1dcefc660389983e 16720 perl optional libfile-fcntllock-perl_0.19.orig.tar.gz 63fbb9ede51e22ac846173bc91dfe5a2 2024 perl optional libfile-fcntllock-perl_0.19-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThEU8AAoJENu+nU2Z0qAE5ukP/094heJLGp/vl0ePh7ZAx9mK qMg5oMNZlPJkx6D6COW3weClLd1su02AzIfInuQRN7FIBkZFc+0CcVH6et5mDP8B 2Nhs853JRBAbHtJhQf40GJElPot1VJ52NmHYEhFcOmqdXw1rR9HfriFVPbK2gJBj xIf8S3ZvXqDR3aJwn8ab/mE4JPh4Ezpy+SvbJjedsIAAeJXHct3//ziGiyJKOkrh +HJWS0FgwRuA5eDqUgdODnwdmaYL0+GBelEMs/XiOP7ok93QhUzIbPN1O/9iQ/lX PWdahKe0ta4h1u6vFG073cBHbFVh/TGw3r/3T+lMKWIGJhmPPF09pJzOQqMUv6TS YDZzquhKZvxMiMO2bWaC5vcvqFwuplZSwT4hkPJgGVoG+gSDf6o95hlZcf7JDZBY D7jyDb/1ScTFsxTByzHpbNGbQ2sRRbm+21eOCvv3BRxTvuK5l1xTHnadMXIP+pl8 pozxV1OGtl6KKGdeup/+Jbjv4G5Ok17WCLMSwudDH7geYJc+AFaxJRjnZFGXPY7G DxbQj6RJls6LFPEvIIF+NFoVQzE5CUj1Xio4XZLXnngBSQB8VXt86nUkQuuUrV9p rgkC1ZGAXwnfFT7rk23/TDwsyRcOkeeIHQm3oiFdL0BVZHbX+V7wg22UZcxj9VLr w0QcFWiqEKIQW8/wTAdF =wG7g -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue May 27 12:51:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 12:51:15 +0000 Subject: Processed: Not RC-severity References: <53848744.1030504@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > severity 736820 important Bug #736820 {Done: Daniel Lintott } [libnet-frame-perl] libnet-frame-perl: package seems to depend on things that are not packaged Severity set to 'important' from 'grave' > stop Stopping processing here. Please contact me if you need assistance. -- 736820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736820 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 27 12:54:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 12:54:14 +0000 Subject: Processed: your mail References: <53848A6A.2030001@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 748991 https://rt.cpan.org/Public/Bug/Display.html?id=85969 Bug #748991 [libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Set Bug forwarded-to-address to 'https://rt.cpan.org/Public/Bug/Display.html?id=85969'. > stop Stopping processing here. Please contact me if you need assistance. -- 748991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748991 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 27 12:57:07 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 12:57:07 +0000 Subject: Processed (with 1 errors): your mail References: <53848B13.7040600@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > merge 711428 748991 Bug #711428 [src:libcgi-application-plugin-authentication-perl] libcgi-application-plugin-authentication-perl: FTBFS with perl 5.18: test failures Unable to merge bugs because: forwarded of #748991 is 'https://rt.cpan.org/Public/Bug/Display.html?id=85969' not 'http://rt.cpan.org/Public/Bug/Display.html?id=85969' severity of #748991 is 'serious' not 'important' package of #748991 is 'libcgi-application-plugin-authentication-perl' not 'src:libcgi-application-plugin-authentication-perl' Failed to merge 711428: Did not alter merged bugs Debbugs::Control::set_merged('transcript', 'GLOB(0x2bc9980)', 'requester', 'Daniel Lintott ', 'request_addr', 'control at bugs.debian.org', 'request_msgid', '<53848B13.7040600 at serverb.co.uk>', 'request_subject', ...) called at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538 eval {...} called at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537 Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 'HASH(0x2c2f390)', 'limit', 'HASH(0x2c25990)', 'common_control_options', 'ARRAY(0x2c259d8)', 'errors', ...) called at /usr/lib/debbugs/service line 474 > stop Stopping processing here. Please contact me if you need assistance. -- 711428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711428 748991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748991 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 27 13:03:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 13:03:12 +0000 Subject: Processed (with 1 errors): your mail References: <53848CCE.2000702@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > # First sort out #748991 > severity 748991 important Bug #748991 [libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Severity set to 'important' from 'serious' > forwarded 748991 http://rt.cpan.org/Public/Bug/Display.html?id=85969 Bug #748991 [libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Changed Bug forwarded-to-address to 'http://rt.cpan.org/Public/Bug/Display.html?id=85969' from 'https://rt.cpan.org/Public/Bug/Display.html?id=85969' > package src:libcgi-application-plugin-authentication-perl Limiting to bugs with field 'package' containing at least one of 'src:libcgi-application-plugin-authentication-perl' Limit currently set to 'package':'src:libcgi-application-plugin-authentication-perl' > # Now merge the bugs > merge 711428 748991 Bug #711428 [src:libcgi-application-plugin-authentication-perl] libcgi-application-plugin-authentication-perl: FTBFS with perl 5.18: test failures package: "libcgi-application-plugin-authentication-perl"' does not match at least one of "src:libcgi-application-plugin-authentication-perl" Failed to merge 711428: limit failed for bugs: 711428, 748991. > stop Stopping processing here. Please contact me if you need assistance. -- 748991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748991 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 27 13:09:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 13:09:10 +0000 Subject: Processed: your mail References: <53848DD0.6040002@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > reassign 748991 src:libcgi-application-plugin-authentication-perl 0.20-1 Bug #748991 [libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Bug reassigned from package 'libcgi-application-plugin-authentication-perl' to 'src:libcgi-application-plugin-authentication-perl'. No longer marked as found in versions libcgi-application-plugin-authentication-perl/0.20-1. Ignoring request to alter fixed versions of bug #748991 to the same values previously set Bug #748991 [src:libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Marked as found in versions libcgi-application-plugin-authentication-perl/0.20-1. > merge 711428 748991 Bug #711428 [src:libcgi-application-plugin-authentication-perl] libcgi-application-plugin-authentication-perl: FTBFS with perl 5.18: test failures Bug #748991 [src:libcgi-application-plugin-authentication-perl] FTBFS: test suite fails (non-determinism?) Merged 711428 748991 > stop Stopping processing here. Please contact me if you need assistance. -- 711428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711428 748991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748991 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 27 13:54:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 13:54:05 +0000 Subject: Processed: your mail References: <5384985C.1090407@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > tags 582751 + unreproducible Bug #582751 [liblwp-online-perl] liblwp-online-perl: undeterministic FTBFS, belongs in volatile? Added tag(s) unreproducible. > stop Stopping processing here. Please contact me if you need assistance. -- 582751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582751 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Tue May 27 14:15:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 14:15:05 +0000 Subject: Bug#626051: marked as done (libforks-perl: FTBFS on armel (test failure)) References: <53849B6D.4080102@serverb.co.uk> <20110508095452.GA28655@radis.liafa.jussieu.fr> Message-ID: Your message dated Tue, 27 May 2014 15:04:29 +0100 with message-id <53849B6D.4080102 at serverb.co.uk> and subject line FTBFS on armel appears to be resolved has caused the Debian Bug report #626051, regarding libforks-perl: FTBFS on armel (test failure) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 626051: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626051 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Julien Cristau Subject: libforks-perl: FTBFS on armel (test failure) Date: Sun, 8 May 2011 11:54:52 +0200 Size: 2387 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Lintott Subject: FTBFS on armel appears to be resolved Date: Tue, 27 May 2014 15:04:29 +0100 Size: 1912 URL: From ftpmaster at ftp-master.debian.org Tue May 27 15:13:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 15:13:04 +0000 Subject: Processing of libfile-fcntllock-perl_0.20-1_amd64.changes Message-ID: libfile-fcntllock-perl_0.20-1_amd64.changes uploaded successfully to localhost along with the files: libfile-fcntllock-perl_0.20-1_amd64.deb libfile-fcntllock-perl_0.20-1.dsc libfile-fcntllock-perl_0.20.orig.tar.gz libfile-fcntllock-perl_0.20-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 27 15:51:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 15:51:31 +0000 Subject: libfile-fcntllock-perl_0.20-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 27 May 2014 17:03:54 +0200 Source: libfile-fcntllock-perl Binary: libfile-fcntllock-perl Architecture: source amd64 Version: 0.20-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libfile-fcntllock-perl - Perl module for file locking with fcntl(2) Changes: libfile-fcntllock-perl (0.20-1) unstable; urgency=medium . * Team upload. * New upstream release. Fix for test failure on hurd-i386. Checksums-Sha1: c2db6f14a368821d4c3403d26237e7bde0e1c0fa 2206 libfile-fcntllock-perl_0.20-1.dsc dda3f083fa11594aad000ee46a14b4e7187e0fc6 16801 libfile-fcntllock-perl_0.20.orig.tar.gz ee9f80d766473fbcebcdd776482843de9849eb10 2008 libfile-fcntllock-perl_0.20-1.debian.tar.xz b49c33431c1f5ede3628234720fc5d95a1735121 36522 libfile-fcntllock-perl_0.20-1_amd64.deb Checksums-Sha256: f988f97b0f61ecec5150df77a77e6a0844114766b4aa160f26d948cd7c7eee28 2206 libfile-fcntllock-perl_0.20-1.dsc 3870e6fe47d1cea4de063af10676593dcd8b91aecf95fc94b64edd657f9a9e10 16801 libfile-fcntllock-perl_0.20.orig.tar.gz f7d3d45044d6c470c67bd680669e7cd15a869ba092bbaa6b4bb124b04861c5f3 2008 libfile-fcntllock-perl_0.20-1.debian.tar.xz d9ec533beddc756aae4a27f5d7ad881e282f4901af3e41967f378f719264160f 36522 libfile-fcntllock-perl_0.20-1_amd64.deb Files: b2e0669a174238a19ef7aa599c0951bd 36522 perl optional libfile-fcntllock-perl_0.20-1_amd64.deb 07af35e234148ba3f27461b9947bf6c0 2206 perl optional libfile-fcntllock-perl_0.20-1.dsc e5b1d7d8a95693bf95edd735aefd625b 16801 perl optional libfile-fcntllock-perl_0.20.orig.tar.gz 2999b60e1610efd04ec61a38a52990c7 2008 perl optional libfile-fcntllock-perl_0.20-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThKpiThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuEdD/9HHSNo2N4xi0ydB1phpySn8xes6sgZsHWQdU3pLN1phnVB lzVBQ4NFXSEJq3gY34KAIt3Cctwjs9zrKMS4do9KfkQwmE0WEodvvh1oqOdL0YLn fEnOlFLcEOQb/favlNS0ZKnaw+eyhTBtPK8KZtvvTCcWPX6cJddeaT6X25BAR3co wA8sH4GRfgubpYAKYohFxcpzXGXJg7KVO6AGonzguA5ESP6//aopns9cCYvV1gE7 94XhWKvmlSdEijrKr4pmcV12Us3C0ffW5MwsVbygRDJmwk55m+064gcsF3SnQ+gf +bUJn41zc6s6fP3rGEbzRjTfF2QG3MjGa6pvak2vQWs/GgN7XeUqGI/5GtIjg1WC bWqPb7ij1T8vbyQuZawkVSR3dSLKkgfegV7uYbTemBKhgEsJUff7jINIkYamyD0g klR1XGZiUma6SbQ9JLf9aTVkFv6kglSJxXhqM2yUfoy1hiP+/sGdo/KvKK25VbE7 BPRe0VNeSceI6zLyKFIIoLiSsOk9+dR4RVUWJh/SPRAHPuCh5DJTpcW02D0GVVJG HbZ1qhTBOqZoKTvTGmtbtzC3Vl2tk/aisJB2MTveztnLQrOtUxKeoPW7O+mwBdwq FT8UHVIkn3nq1kd74s+ekcRYP3ptvhblRwWzoiPosIaycGjGIkENz+9MVIaooA== =Q9XX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Tue May 27 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:18 +0000 Subject: libmojomojo-perl 1.10+dfsg1-2 MIGRATED to testing Message-ID: FYI: The status of the libmojomojo-perl source package in Debian's testing distribution has changed. Previous version: 1.10+dfsg1-1 Current version: 1.10+dfsg1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcatalyst-plugin-authentication-credential-openid-perl 0.03+rp-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-authentication-credential-openid-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.03+rp-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:18 +0000 Subject: libyaml-perl 0.90-1 MIGRATED to testing Message-ID: FYI: The status of the libyaml-perl source package in Debian's testing distribution has changed. Previous version: 0.84-1 Current version: 0.90-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcatalyst-model-adaptor-perl 0.10-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-model-adaptor-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcurses-perl 1.31-1 MIGRATED to testing Message-ID: FYI: The status of the libcurses-perl source package in Debian's testing distribution has changed. Previous version: 1.28-2 Current version: 1.31-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:18 +0000 Subject: libdist-zilla-perl 5.019-1 MIGRATED to testing Message-ID: FYI: The status of the libdist-zilla-perl source package in Debian's testing distribution has changed. Previous version: 5.016-1 Current version: 5.019-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libdbd-pg-perl 3.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the libdbd-pg-perl source package in Debian's testing distribution has changed. Previous version: 3.2.0-1 Current version: 3.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcatalyst-modules-extra-perl 9 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-modules-extra-perl source package in Debian's testing distribution has changed. Previous version: 8 Current version: 9 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcatalyst-engine-psgi-perl 0.13+dfsg-2 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-engine-psgi-perl source package in Debian's testing distribution has changed. Previous version: 0.13+dfsg-1 Current version: 0.13+dfsg-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:18 +0000 Subject: libxml-writer-simple-perl 0.09-1 MIGRATED to testing Message-ID: FYI: The status of the libxml-writer-simple-perl source package in Debian's testing distribution has changed. Previous version: 0.08-1 Current version: 0.09-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: ciderwebmail 1.04-3 MIGRATED to testing Message-ID: FYI: The status of the ciderwebmail source package in Debian's testing distribution has changed. Previous version: 1.04-1 Current version: 1.04-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcatalyst-plugin-captcha-perl 0.04-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-captcha-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.04-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libanyevent-rabbitmq-perl 1.16~dfsg-1 MIGRATED to testing Message-ID: FYI: The status of the libanyevent-rabbitmq-perl source package in Debian's testing distribution has changed. Previous version: 1.15~dfsg-2 Current version: 1.16~dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libchart-gnuplot-perl 0.21-1 MIGRATED to testing Message-ID: FYI: The status of the libchart-gnuplot-perl source package in Debian's testing distribution has changed. Previous version: 0.20-2 Current version: 0.21-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:17 +0000 Subject: libcatalyst-plugin-setenv-perl 0.03-1 MIGRATED to testing Message-ID: FYI: The status of the libcatalyst-plugin-setenv-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.03-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue May 27 16:39:18 2014 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 27 May 2014 16:39:18 +0000 Subject: libnumber-range-perl 0.11-1 MIGRATED to testing Message-ID: FYI: The status of the libnumber-range-perl source package in Debian's testing distribution has changed. Previous version: 0.10-1 Current version: 0.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From holger at layer-acht.org Tue May 27 18:22:41 2014 From: holger at layer-acht.org (Holger Levsen) Date: Tue, 27 May 2014 20:22:41 +0200 Subject: Bug#749526: libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Message-ID: <201405272022.42398.holger@layer-acht.org> Package: libcatalyst-modules-extra-perl Version: 9 Severity: serious User: debian-qa at lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails to upgrade from jessie. It installed fine in jessie, then the upgrade to sid fails because it tries to overwrite other packages files without declaring a replaces relation. See policy 7.6 at http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces From the attached log (scroll to the bottom...): Selecting previously unselected package libcatalyst-model-adaptor-perl. (Reading database ... 17269 files and directories currently installed.) Preparing to unpack .../libcatalyst-model-adaptor-perl_0.10-1_all.deb ... Unpacking libcatalyst-model-adaptor-perl (0.10-1) ... dpkg: error processing archive /var/cache/apt/archives/libcatalyst-model- adaptor-perl_0.10-1_all.deb (--unpack): trying to overwrite '/usr/share/perl5/Catalyst/Model/Factory.pm', which is also in package libcatalyst-modules-extra-perl 8 Preparing to unpack .../libcatalyst-view-tt-perl_0.41-2_all.deb ... Unpacking libcatalyst-view-tt-perl (0.41-2) over (0.41-1) ... Selecting previously unselected package libcatalyst-model-cdbi-crud-perl. Preparing to unpack .../libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb ... Unpacking libcatalyst-model-cdbi-crud-perl (0.04-1) ... dpkg: error processing archive /var/cache/apt/archives/libcatalyst-model- cdbi-crud-perl_0.04-1_all.deb (--unpack): trying to overwrite '/usr/share/perl5/Catalyst/Model/CDBI/CRUD.pm', which is also in package libcatalyst-modules-extra-perl 8 Selecting previously unselected package libcatalyst-plugin-authentication- credential-openid-perl. Preparing to unpack .../libcatalyst-plugin-authentication-credential-openid- perl_0.03+rp-1_all.deb ... Unpacking libcatalyst-plugin-authentication-credential-openid-perl (0.03+rp-1) ... dpkg: error processing archive /var/cache/apt/archives/libcatalyst-plugin- authentication-credential-openid-perl_0.03+rp-1_all.deb (--unpack): trying to overwrite '/usr/share/perl5/Catalyst/Plugin/Authentication/Credential/OpenID.pm', which is also in package libcatalyst-modules-extra-perl 8 [...] Errors were encountered while processing: /var/cache/apt/archives/libcatalyst-model-adaptor-perl_0.10-1_all.deb /var/cache/apt/archives/libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb /var/cache/apt/archives/libcatalyst-plugin-authentication-credential- openid-perl_0.03+rp-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) cheers, Holger -------------- next part -------------- A non-text attachment was scrubbed... Name: libcatalyst-modules-extra-perl_9.log Type: text/x-log Size: 178579 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Tue May 27 18:39:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 18:39:05 +0000 Subject: Processing of libmodule-corelist-perl_3.11-1_amd64.changes Message-ID: libmodule-corelist-perl_3.11-1_amd64.changes uploaded successfully to localhost along with the files: libmodule-corelist-perl_3.11-1_all.deb libmodule-corelist-perl_3.11-1.dsc libmodule-corelist-perl_3.11.orig.tar.gz libmodule-corelist-perl_3.11-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 27 18:51:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 18:51:05 +0000 Subject: libmodule-corelist-perl_3.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 27 May 2014 20:29:27 +0200 Source: libmodule-corelist-perl Binary: libmodule-corelist-perl Architecture: source all Version: 3.11-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmodule-corelist-perl - module to determine modules shipped with perl Changes: libmodule-corelist-perl (3.11-1) unstable; urgency=medium . * New upstream release. Updated for Perl 5.20. * Update years of packaging copyright. Checksums-Sha1: d9b4cbfff3c535f782836b9c9428ec94dfd08a5b 2532 libmodule-corelist-perl_3.11-1.dsc 8919cf69d1b2a1b3f68020714deefa20c13607df 73547 libmodule-corelist-perl_3.11.orig.tar.gz 9c30fcbaa0a6cad911a2e1acee3f047ea94b6806 5352 libmodule-corelist-perl_3.11-1.debian.tar.xz be991b86c17f03a31073da07135bd544fc425225 64450 libmodule-corelist-perl_3.11-1_all.deb Checksums-Sha256: 39274b99b556c43e0d2e16b3878363c44e4cbd08bcb265939c54c5ec56025703 2532 libmodule-corelist-perl_3.11-1.dsc 389f73ebc964dd02ee63a68a3f92d727a85248ab71e12c75f6389401a8651de4 73547 libmodule-corelist-perl_3.11.orig.tar.gz e7b877db3d1c1bb45a4cbeb50bbe34f2306d9dce8718b0aee5965deafa52919a 5352 libmodule-corelist-perl_3.11-1.debian.tar.xz 9bc1c7175d1a1da705676f8befa49e89244d08c8bab37be88eda3f9ed7c95a3b 64450 libmodule-corelist-perl_3.11-1_all.deb Files: 8800775a706f71f1f721b78ee6df0b72 64450 perl optional libmodule-corelist-perl_3.11-1_all.deb 707de0c0f8e9a9ac1e9b4008a6f7b553 2532 perl optional libmodule-corelist-perl_3.11-1.dsc 1f4146df1bbc878746a53150f4bc5dc7 73547 perl optional libmodule-corelist-perl_3.11.orig.tar.gz 35fe0d3e0ff4b97ea88833f40850cbd9 5352 perl optional libmodule-corelist-perl_3.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThNmzThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBrrUEACR27uOtT8ZjN772kFxx0dqgMX/sm0PI0udqg3u/HS+8mc1 p07HmJMEA32GrfAR1Lu+Hl9tqDiDqd+prmmICOjeCMLckKq/TiGCKR6fLe9hQawU ucyO7GF9iY8e+17Z6WYcsaIZJ6mQIajLhmu22qxKrKkW42YUhJE4t+PlxgzjeET6 vfhJ0+Ghdpds2ylOIgGhm4TC/dH+eBrqo/DdR2geKz5bv6mvV9bDLJoQYbL4p3dk lWUCOmT7AW/ZHU6N5oa2doomi5EqmdgHEAJvFl0IgR6zdW5pSGuntrh+etF9seOp lHLUmijYUpKgtBAbbJybbsJGpwhchST15HC3CmVmM750UiCtHDhAVtvXcqVANtqb NIKM1r0M6oQCpZOMSHd4wn4paeV0N4H7FhLbIKSEvgxpuShAROR8zyiz9LKrBeuO AeRxUHwoY7lIGCmDwHxHgRUkh9fxgwxwi0NQV9jjDkk+BuZHkvkiqi0ek89GS7OQ wc5604D46Vowts0pcLJfPCc7EoLf5ZkSriDsfb5xvSEcusgvvLzOXxDH8RaLiI4Q jzYrBbwYYcs4/BGnnv/mQX0iFQF4IbI5j1DRo9ejvVvAPbxv1yRiMbXthUOQgoFD WkYhMwU35LSbsaJ684o7+Z+Y9hv2QNGX/5S1c40cdTFDlx3uQ4CTgZYpIeIrUA== =znMA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dmn at debian.org Tue May 27 19:48:03 2014 From: dmn at debian.org (Damyan Ivanov) Date: Tue, 27 May 2014 22:48:03 +0300 Subject: Bug#749526: libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... In-Reply-To: <201405272022.42398.holger@layer-acht.org> References: <201405272022.42398.holger@layer-acht.org> Message-ID: <20140527194803.GV28286@ktnx.net> Control: reassign -1 libcatalyst-model-adaptor-perl 0.10-1 Control: retitle -1 typo in breaks/replaces Control: clone -1 -2 -3 Control: reassign -2 libcatalyst-model-cdbi-crud-perl 0.04-1 Control: reassign -3 libcatalyst-plugin-authentication-credential-openid-perl 0.03+rp-1 -=| Holger Levsen, 27.05.2014 20:22:41 +0200 |=- > Package: libcatalyst-modules-extra-perl > Version: 9 > Severity: serious > > during a test with piuparts I noticed your package fails to upgrade from > jessie. It installed fine in jessie, then the upgrade to sid fails > because it tries to overwrite other packages files without declaring a > replaces relation. > > See policy 7.6 at > http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces > > From the attached log (scroll to the bottom...): > > Selecting previously unselected package libcatalyst-model-adaptor-perl. > (Reading database ... 17269 files and directories currently installed.) > Preparing to unpack .../libcatalyst-model-adaptor-perl_0.10-1_all.deb ... > Unpacking libcatalyst-model-adaptor-perl (0.10-1) ... > dpkg: error processing archive /var/cache/apt/archives/libcatalyst-model- > adaptor-perl_0.10-1_all.deb (--unpack): > trying to overwrite '/usr/share/perl5/Catalyst/Model/Factory.pm', which is > also in package libcatalyst-modules-extra-perl 8 > Preparing to unpack .../libcatalyst-view-tt-perl_0.41-2_all.deb ... > Unpacking libcatalyst-view-tt-perl (0.41-2) over (0.41-1) ... > Selecting previously unselected package libcatalyst-model-cdbi-crud-perl. > Preparing to unpack .../libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb ... > Unpacking libcatalyst-model-cdbi-crud-perl (0.04-1) ... > dpkg: error processing archive /var/cache/apt/archives/libcatalyst-model- > cdbi-crud-perl_0.04-1_all.deb (--unpack): > trying to overwrite > '/usr/share/perl5/Catalyst/Model/CDBI/CRUD.pm', which is also in > package libcatalyst-modules-extra-perl 8 > Selecting previously unselected package libcatalyst-plugin-authentication- > credential-openid-perl. > Preparing to unpack .../libcatalyst-plugin-authentication-credential-openid- > perl_0.03+rp-1_all.deb ... > Unpacking libcatalyst-plugin-authentication-credential-openid-perl > (0.03+rp-1) ... > dpkg: error processing archive /var/cache/apt/archives/libcatalyst-plugin- > authentication-credential-openid-perl_0.03+rp-1_all.deb (--unpack): > trying to overwrite > '/usr/share/perl5/Catalyst/Plugin/Authentication/Credential/OpenID.pm', which > is also in package libcatalyst-modules-extra-perl 8 > [...] > Errors were encountered while processing: > /var/cache/apt/archives/libcatalyst-model-adaptor-perl_0.10-1_all.deb > /var/cache/apt/archives/libcatalyst-model-cdbi-crud-perl_0.04-1_all.deb > /var/cache/apt/archives/libcatalyst-plugin-authentication-credential- The problem is in the now split packages, which miss '-extra' in their breaks/replaces relations. Cloning/reassigning accordingly. Will fix shortly. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From owner at bugs.debian.org Tue May 27 19:51:26 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 19:51:26 +0000 Subject: Processed: Re: Bug#749526: libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... References: <20140527194803.GV28286@ktnx.net> <201405272022.42398.holger@layer-acht.org> Message-ID: Processing control commands: > reassign -1 libcatalyst-model-adaptor-perl 0.10-1 Bug #749526 [libcatalyst-modules-extra-perl] libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Bug reassigned from package 'libcatalyst-modules-extra-perl' to 'libcatalyst-model-adaptor-perl'. No longer marked as found in versions libcatalyst-modules-extra-perl/9. Ignoring request to alter fixed versions of bug #749526 to the same values previously set Bug #749526 [libcatalyst-model-adaptor-perl] libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Marked as found in versions libcatalyst-model-adaptor-perl/0.10-1. > retitle -1 typo in breaks/replaces Bug #749526 [libcatalyst-model-adaptor-perl] libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Changed Bug title to 'typo in breaks/replaces' from 'libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ...' > clone -1 -2 -3 Bug #749526 [libcatalyst-model-adaptor-perl] typo in breaks/replaces Bug 749526 cloned as bugs 749536-749537 > reassign -2 libcatalyst-model-cdbi-crud-perl 0.04-1 Bug #749536 [libcatalyst-model-adaptor-perl] typo in breaks/replaces Bug reassigned from package 'libcatalyst-model-adaptor-perl' to 'libcatalyst-model-cdbi-crud-perl'. No longer marked as found in versions libcatalyst-model-adaptor-perl/0.10-1. Ignoring request to alter fixed versions of bug #749536 to the same values previously set Bug #749536 [libcatalyst-model-cdbi-crud-perl] typo in breaks/replaces Marked as found in versions libcatalyst-model-cdbi-crud-perl/0.04-1. > reassign -3 libcatalyst-plugin-authentication-credential-openid-perl 0.03+rp-1 Bug #749537 [libcatalyst-model-adaptor-perl] typo in breaks/replaces Bug reassigned from package 'libcatalyst-model-adaptor-perl' to 'libcatalyst-plugin-authentication-credential-openid-perl'. No longer marked as found in versions libcatalyst-model-adaptor-perl/0.10-1. Ignoring request to alter fixed versions of bug #749537 to the same values previously set Bug #749537 [libcatalyst-plugin-authentication-credential-openid-perl] typo in breaks/replaces Marked as found in versions libcatalyst-plugin-authentication-credential-openid-perl/0.03+rp-1. -- 749526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749526 749536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749536 749537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749537 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Tue May 27 20:00:40 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Tue, 27 May 2014 20:00:40 +0000 Subject: Bug#749526: Pending fixes for bugs in the libcatalyst-model-adaptor-perl package Message-ID: tag 749526 + pending thanks Some bugs in the libcatalyst-model-adaptor-perl package are closed in revision 1850e6fa9159337b3672e1a0437c8968168921c7 in branch 'master' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-model-adaptor-perl.git;a=commitdiff;h=1850e6f Commit message: fix package name in breaks/replaces relation (missed -extra) Closes: #749526 From owner at bugs.debian.org Tue May 27 20:03:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 20:03:23 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-model-adaptor-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749526 + pending Bug #749526 [libcatalyst-model-adaptor-perl] typo in breaks/replaces Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749526 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue May 27 20:05:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 20:05:02 +0000 Subject: Processing of libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_amd64.changes Message-ID: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_all.deb libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.dsc libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 27 20:05:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 20:05:02 +0000 Subject: Processing of libcatalyst-model-adaptor-perl_0.10-2_amd64.changes Message-ID: libcatalyst-model-adaptor-perl_0.10-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-adaptor-perl_0.10-2_all.deb libcatalyst-model-adaptor-perl_0.10-2.dsc libcatalyst-model-adaptor-perl_0.10-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Tue May 27 20:04:02 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Tue, 27 May 2014 20:04:02 +0000 Subject: Bug#749537: Pending fixes for bugs in the libcatalyst-plugin-authentication-credential-openid-perl package Message-ID: tag 749537 + pending thanks Some bugs in the libcatalyst-plugin-authentication-credential-openid-perl package are closed in revision 5668d00dcf48ff3efabbefa5f0b5b478d3ddd859 in branch 'master' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-authentication-credential-openid-perl.git;a=commitdiff;h=5668d00 Commit message: fix typo in package name in breaks/replaces relation (missed -extra) Closes: #749537 From owner at bugs.debian.org Tue May 27 20:06:25 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 20:06:25 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-plugin-authentication-credential-openid-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749537 + pending Bug #749537 [libcatalyst-plugin-authentication-credential-openid-perl] typo in breaks/replaces Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749537 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue May 27 20:10:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 20:10:03 +0000 Subject: Processing of libcatalyst-model-cdbi-crud-perl_0.04-3_amd64.changes Message-ID: libcatalyst-model-cdbi-crud-perl_0.04-3_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-model-cdbi-crud-perl_0.04-3_all.deb libcatalyst-model-cdbi-crud-perl_0.04-3.dsc libcatalyst-model-cdbi-crud-perl_0.04-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Tue May 27 20:08:36 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Tue, 27 May 2014 20:08:36 +0000 Subject: Bug#749536: Pending fixes for bugs in the libcatalyst-model-cdbi-crud-perl package Message-ID: tag 749536 + pending thanks Some bugs in the libcatalyst-model-cdbi-crud-perl package are closed in revision 93537c6e24c1c2d0c89a3a36aad071b92c327a5e in branch 'master' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-model-cdbi-crud-perl.git;a=commitdiff;h=93537c6 Commit message: fix typo in package name in breaks/replaces relation (missed -extra) Closes: #749536 From owner at bugs.debian.org Tue May 27 20:12:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 20:12:15 +0000 Subject: Processed: Pending fixes for bugs in the libcatalyst-model-cdbi-crud-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749536 + pending Bug #749536 [libcatalyst-model-cdbi-crud-perl] typo in breaks/replaces Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749536 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue May 27 20:15:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 20:15:06 +0000 Subject: Processing of libcatalyst-plugin-captcha-perl_0.04-2_amd64.changes Message-ID: libcatalyst-plugin-captcha-perl_0.04-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-captcha-perl_0.04-2_all.deb libcatalyst-plugin-captcha-perl_0.04-2.dsc libcatalyst-plugin-captcha-perl_0.04-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 27 20:15:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 20:15:04 +0000 Subject: Processing of libcatalyst-plugin-setenv-perl_0.03-2_amd64.changes Message-ID: libcatalyst-plugin-setenv-perl_0.03-2_amd64.changes uploaded successfully to localhost along with the files: libcatalyst-plugin-setenv-perl_0.03-2_all.deb libcatalyst-plugin-setenv-perl_0.03-2.dsc libcatalyst-plugin-setenv-perl_0.03-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue May 27 21:38:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 21:38:17 +0000 Subject: libcatalyst-model-adaptor-perl_0.10-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 27 May 2014 22:56:51 +0300 Source: libcatalyst-model-adaptor-perl Binary: libcatalyst-model-adaptor-perl Architecture: source all Version: 0.10-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-adaptor-perl - glue for Catalyst model modules Closes: 749526 Changes: libcatalyst-model-adaptor-perl (0.10-2) unstable; urgency=medium . * fix package name in breaks/replaces relation (missed -extra) (Closes: #749526) Checksums-Sha1: f667260c42b34d51d183737cbc8ad65fa89e1d3d 2248 libcatalyst-model-adaptor-perl_0.10-2.dsc 6c85e797b39d8ed415a5811133f3ea18ac3a8539 2124 libcatalyst-model-adaptor-perl_0.10-2.debian.tar.xz 1c73bfa8fcb1f18fefd5420474008abde5731aba 24034 libcatalyst-model-adaptor-perl_0.10-2_all.deb Checksums-Sha256: 1f2c0f45c525aa08e507077fc11b65e831b6f17fa4b1b77a5f39c69277842d78 2248 libcatalyst-model-adaptor-perl_0.10-2.dsc 19abd045a6ab5791eb8caf205bc84c9aee03858cba7dc7c1be8e228fe94fe024 2124 libcatalyst-model-adaptor-perl_0.10-2.debian.tar.xz 949b3c1521cec56635117d1c8184b448bd3dba06253187b3faecf4bca02a68ab 24034 libcatalyst-model-adaptor-perl_0.10-2_all.deb Files: de72ace755ee72abd89c6710785fb313 24034 perl optional libcatalyst-model-adaptor-perl_0.10-2_all.deb 6dbde5744dff99123eb91645eeedfb16 2248 perl optional libcatalyst-model-adaptor-perl_0.10-2.dsc 290ba80e5999a9cd5122d46067c70f30 2124 perl optional libcatalyst-model-adaptor-perl_0.10-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThO7WAAoJENu+nU2Z0qAEC+UP/3xktVgRoUbyY9o3tsUeoKWH BDBb0j3fCFy6vZGUnB7M0oY/et4iuIEn5R8tMfW2pK4oG4Xi2v58MjLwiYDZd9RQ rJcika1Hcurh7ZnxRv03G45eDHykhZi6Kan4ucIN+wUHpmSmg/g+RPilYQEWXyAy U2TepsP4PRNp1cN0B76Xx8X8zB8vnNR/cvGg7gYg9A52PBvFz4udE2XO0SFvK1W1 nwxowlR2uElq9o0FONxLEpQqnu1sYfs0EjuZKOtxWpndXAlMR/ujsTdNW/XWgl+B XTA7vAH5jY0ex1IJh9+jINbMKW9dfpc5oNysMu0o0d2G1/a3N6FJblimxLcqYR9I tT62rpWDA+JJfg4lGc1OKE1vLMrZOgNeJTmApLUUZH6aXK6m7yQ3tvokVWFcc6+2 ntlMW9K1QgvijflPRwuasrDGMingpbBZ0tYp+z+0Ssas2KT02F7f+C2iSeCrY25G jVDxprcx+dHjgEFowgaAWzBYbwCJq1Q1y9J9/0QGHp17F8J0Q7Q9S4heSZVwBFKq 3WbajofxUgfv4bErUdNRbjw7koddzOnuTcFma25KtmOOKqWeJD7p1nqetvPeoy5y P5uZJZLZ3PGEDL29IlwCNAbvFcxaHPKDRlfD2amtv4i98N1guliTcYhu5qGIdMPT Ov4f9Kj7ccmvKljpIIQE =EmXK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 27 21:38:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 21:38:24 +0000 Subject: libcatalyst-model-cdbi-crud-perl_0.04-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 27 May 2014 23:06:30 +0300 Source: libcatalyst-model-cdbi-crud-perl Binary: libcatalyst-model-cdbi-crud-perl Architecture: source all Version: 0.04-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-model-cdbi-crud-perl - deprecated Catalyst module Closes: 749536 Changes: libcatalyst-model-cdbi-crud-perl (0.04-3) unstable; urgency=medium . * fix typo in package name in breaks/replaces relation (missed -extra) (Closes: #749536) Checksums-Sha1: f25dae31af2fb46c78c757cb23c3cbab35c95158 2461 libcatalyst-model-cdbi-crud-perl_0.04-3.dsc 5d39e8792e6c5de6a1ad6b07015990e99931a2da 2196 libcatalyst-model-cdbi-crud-perl_0.04-3.debian.tar.xz 39d70e217dfef7f9ffdd36f83ff98d6f0622512e 6678 libcatalyst-model-cdbi-crud-perl_0.04-3_all.deb Checksums-Sha256: 05b2904b832c0ff9f3fb5fda7cb385a46c490f81283a1b7a477d33d547d549da 2461 libcatalyst-model-cdbi-crud-perl_0.04-3.dsc 9e679d796aca28af38f2928d748b16a22e47c9d940266f3fcfb3d66672325647 2196 libcatalyst-model-cdbi-crud-perl_0.04-3.debian.tar.xz 926949c3a1c636291ff9fde25a398153eff708ee4c2708b3e6ab2e681f104c5f 6678 libcatalyst-model-cdbi-crud-perl_0.04-3_all.deb Files: d964b36b790d9b0e6ed718a189ac9943 6678 perl optional libcatalyst-model-cdbi-crud-perl_0.04-3_all.deb 81e3923285e7851ece72a322efb8002a 2461 perl optional libcatalyst-model-cdbi-crud-perl_0.04-3.dsc 4c834e0e3b1f38df98011320ab1fd086 2196 perl optional libcatalyst-model-cdbi-crud-perl_0.04-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThPC6AAoJENu+nU2Z0qAEhWwP/RWy2BpcFEQWyxX5zWdUG23y 2Bx7LUUPbq1qa8XWzLWDY72N3Ra0W1dAtO1jjBoACtaFyrY9CXbUCaqd38KJ3XZ4 3HNzb5Iaz/+O+jCLSkLcQ9rh9PtQPQbFbtMVHVTIcvWxYQVSNqhKiZtUT83h3Xua E7hSPnzh/8fJ0R2d1Ep7UHKiITJ/PmffnxYNebHOop9IYU3PRQG+qPEGCqPxAcut 4xLko881/7ZbXNILx/i73L58yjeK9C3WD2Wgj0TZcrb+3HVHXTKMgATYfZs2SUF3 45HWN1k2pBx8rxNahM84rDHE6gPxBFmZD1T7nwm5AORooGwrwLiAnellzExxI3zK SknWkPnKLtmCy7o7dQu5xSTuFH/E9GrLKAfN1F/dYtnxK0+Cbcho0PTk38S2HaT6 0L0VEMCfT1q2rnNJyq45RYqObjyp/6dfNxpy4cdCE5BJLmxLkvSdWO6gqkv0COlO zBKcaPkuXTGB/x4TJkk8EqnebJiCQXtkrPObAGmxhKsQGzxItd/ftdzo4WB2afmh AWsUZTf9cS+ClUjFPwlaZ3kwAWu4KWdwL6J6LL+bKrj6hjFz2/blvCgs+AOL9Ovq 4lV6swBTl00qZMDqkU6ZOxGTZ1XuOmB62+mkiVLurWU5aRZYaQKyGXD6xEKXX+wM rFSA1mKl97elsV53tlUC =uzlA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 27 21:38:30 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 21:38:30 +0000 Subject: libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 27 May 2014 23:02:22 +0300 Source: libcatalyst-plugin-authentication-credential-openid-perl Binary: libcatalyst-plugin-authentication-credential-openid-perl Architecture: source all Version: 0.03+rp-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-authentication-credential-openid-perl - OpenID credential for Catalyst::Auth framework Closes: 749537 Changes: libcatalyst-plugin-authentication-credential-openid-perl (0.03+rp-2) unstable; urgency=medium . * fix typo in package name in breaks/replaces relation (missed -extra) (Closes: #749537) Checksums-Sha1: faf61395de127f73def68c8f4512eb7d0e1f90a7 2646 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.dsc 86dea4e6f5e029b5b8e573e87baaaffc05c3ef4d 1940 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.debian.tar.xz 07a8735f203eaa9551ebb714e1ceee54a3fafed5 8222 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_all.deb Checksums-Sha256: de994de54492823c1653da3c77de0bbe0e66e72d5f681d8383edcbb4264a184a 2646 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.dsc 0495d423b7d701f244d72dd42ff980214c08cedd1c2cafbf208b834d74230073 1940 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.debian.tar.xz 57fd27bee1a2d729f65096253cbb16d29080555bab4877705b5640b8f501bdcc 8222 libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_all.deb Files: 32f9363fabc2b7773caa3f4e7f94a3ce 8222 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2_all.deb e24d6a8f69aebe7c550a80e98e957412 2646 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.dsc 693b7c9aa01024462190cacb4692aa8f 1940 perl optional libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThO+nAAoJENu+nU2Z0qAERU0P/A1P+UEUElh+ysyDjxTBtdWC mcQjEpXTtIb6oFgHVdqRZxtIzn2jrFED9rRuJNzMrTD+HrjtAhB2rbRzOpZNTLR+ O8EckZ2KaUs5v+T9DetfLYft9kj4a4vAdlwC7J7s2S+YGWtUO2OixIQv8hH4cGta dCWA1ob6EK/TVK3i8VDnxSUPKfheHN6DDj0oSplaBevW+UYXwS8KiCs/FmKaRT64 OmsXgCJ7fQeuFzBjbHvZDppl8ZNtIXEcunLC6sXvbmUlFixR1gJFVcaCf+O/ybHK l7ZE1+9EjuiR3AtKcE5V8ecRSXkGHxvVbG0xIkIw2Q47CPoztyRkTX/jdRMWGSRs GF1gPVa28IRe1tkqZh93+n4RmdP1VAPocTFrUP7KWXAyUy5hiKl9sWNfC4FzxuFa KrhVR9fWzJ1Kmaot3xal7optHWrTVzIPqv0aCDl1nwiFpx4oSZpVF4jY/TCJkkJp eYSMdjWnJDteDWeYpkgKsK8NksRQlD93xErbV/2SP0DKPBY5uu++9GdBHV9xfW+r IhwUU2pbr9nYkU1AtL6AFkLXyf9BdT+znJbM8cczlXM0Js8ZJPnQ+azzEPAg8ela 6iMM7k8u61yfDtPQLqx60cEZ7+UtdTvclBHK1RPAx8bQMV76iLeDR3dnG3EnS+0v z7bDBcz4gAKVFLZOYtdF =4seM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 27 21:38:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 21:38:36 +0000 Subject: libcatalyst-plugin-captcha-perl_0.04-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 27 May 2014 23:09:25 +0300 Source: libcatalyst-plugin-captcha-perl Binary: libcatalyst-plugin-captcha-perl Architecture: source all Version: 0.04-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-captcha-perl - create and validate Captcha for Catalyst Changes: libcatalyst-plugin-captcha-perl (0.04-2) unstable; urgency=medium . * fix typo in package name in breaks/replaces relation (missed -extra) Checksums-Sha1: b07b5bfc36a5816b9ccaab233275f6f136aff1aa 2303 libcatalyst-plugin-captcha-perl_0.04-2.dsc 92ffbb06a3ccf54d5ca72c29b6316fc89b6589ad 1648 libcatalyst-plugin-captcha-perl_0.04-2.debian.tar.xz 4c13e167364095c9a25b160a8ce16a533b068ada 6774 libcatalyst-plugin-captcha-perl_0.04-2_all.deb Checksums-Sha256: 1d7871d7616b3b4987ab2ec2505892605b44bfd0303b3aa893fe560e63eb6c62 2303 libcatalyst-plugin-captcha-perl_0.04-2.dsc 08fb917cedd6661f580dbf5994e8b9448e9012c7e23930fd9319ffa6d50f5190 1648 libcatalyst-plugin-captcha-perl_0.04-2.debian.tar.xz fcc02f1607e7eb2907012f25ce5a5200fbf212b5d4da85c220c43b43cb33b2b5 6774 libcatalyst-plugin-captcha-perl_0.04-2_all.deb Files: 5319ab9ffefe286aab64dd63553bed45 6774 perl optional libcatalyst-plugin-captcha-perl_0.04-2_all.deb 25296c9c6f3a616b2f398be25d3da811 2303 perl optional libcatalyst-plugin-captcha-perl_0.04-2.dsc 117decfa55a04c8f91940c607d37cb30 1648 perl optional libcatalyst-plugin-captcha-perl_0.04-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThPHAAAoJENu+nU2Z0qAEZBoP/0xx9Zik0Ury6fmGqYFYWGFc fGqQrQYQMlgxVJQiI1o8bBVEOJsiWxCUBAtCXrut5eJpZ7hXwUK7bTHUan+r4+tA FMMW8RhnVBLfd+CjbYQ/cIV/l49k0yNEDoa0CGXzAT6Ae5rd0UM6okUASXRZ/0tT ZV0Kg4uFbg+R3i3chAObVFnpbRBeQ9F7JekBvaxSdS1w/0ACZqrWsX68ZXtawGl0 t4gwyooVF0If0890OLbt9nlgXq6FYHtkUiE7/pdL5b/1brTSrSKyrs65RLEnckyu LxwUCpbSsP/SmslJuFBkhc4EQ65g2vphG1Y2k3h0iqx3JIKn5hphM6AkcCb1HNgu 7LfZT4gGwFJVvVSV7sESyFWIXdG/fxbXjtXv0aUTqNM6Q1XmAdf2rP7SA4mA4DYN aTrwux6kLU0L12N9iPI2xBxZljk6N60RCRqhymmuwsvX7A4I2/hKRcb7t//DJYJE kUgq0+bjMiuFvMxkFUi7nHlA96SX2VqzNz2Mw97QYBymHtK4g0z+HSitVTY5oNZn Xdc5+9Uj0nAkg5T4p4gvdvy6g+S0Ol2Qaa9i81n86jQcBt+8+iD4xGj9htaWphuq IuNMT7btyVgST4EuyodnzBMSoZ0HRKqN160W/DsCkrUgx9Ln2bS8gkz8qnSYouPq Ov/gURDKwPU1+Nyxn4uh =Mone -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue May 27 21:38:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 27 May 2014 21:38:42 +0000 Subject: libcatalyst-plugin-setenv-perl_0.03-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 27 May 2014 23:10:38 +0300 Source: libcatalyst-plugin-setenv-perl Binary: libcatalyst-plugin-setenv-perl Architecture: source all Version: 0.03-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libcatalyst-plugin-setenv-perl - set up the environment from Catalyst's config file Changes: libcatalyst-plugin-setenv-perl (0.03-2) unstable; urgency=medium . * fix typo in package name in breaks/replaces relation (missed -extra) Checksums-Sha1: aed007faab20f27c5e495ba81423a5513ec2851a 2213 libcatalyst-plugin-setenv-perl_0.03-2.dsc 60b9dfe3448bab419a21952a3d4620c2ebefe8f7 1564 libcatalyst-plugin-setenv-perl_0.03-2.debian.tar.xz 3d0c0ecf1c134dd5eb79a05ef9b3d5b433c778cb 7156 libcatalyst-plugin-setenv-perl_0.03-2_all.deb Checksums-Sha256: 81855e3f66dde6b2eae756fab5ce707d5b4310aff0b3c08b26d998d84f2989ec 2213 libcatalyst-plugin-setenv-perl_0.03-2.dsc 7ca35817a72bb3c23d2a210d9b7d745a9f1d6dbb7186746d3721a82f1f75baf0 1564 libcatalyst-plugin-setenv-perl_0.03-2.debian.tar.xz 4a4b92e255394dc5a7451804220739bd5a83f9981a5d653fc3bb9bdffed4546c 7156 libcatalyst-plugin-setenv-perl_0.03-2_all.deb Files: a3ed2dcb348e762184e4c5dd4e255259 7156 perl optional libcatalyst-plugin-setenv-perl_0.03-2_all.deb c143f868df70513c44593a5676acfc15 2213 perl optional libcatalyst-plugin-setenv-perl_0.03-2.dsc 6c25afddbdf9ea2994c010cbab493281 1564 perl optional libcatalyst-plugin-setenv-perl_0.03-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThPHIAAoJENu+nU2Z0qAEefAP+wc7DzIMN5O/MynATdaEIS6K 6wd98eEBwb37hIfxSi/vhai33G8J5mWLgrPr5e8PYpUgc4/ZbaXiRnTh8F+LoY8z Jy6g+kiV7BvIvmFxoFGQayaCCi9Hm3dURbeIyDjh5JSdNE9n1OjCOEAZLCKXlqUE QmoumN0vDyele1T2yX3hJtOx78BRPWD0qlmKbQb5c4raVwUG+hfNAFsowoMlP5EX oL/0FleBv5CxJ2u9A53N1rJBn5cgB6znEYtgtqqrOK0D/+jHQKZ/dWcfRFjburnn xfxF3y1Yoa777bJfRLZxd95fkLFiz1QT9/6Yze2dOx3oXqwo9YFxU/7C20eNK7VQ DnuSoDAcVo5MmdqS3nxuaAbYDsv5t+XH3vcaCMRW8u9uJKUKOLvfiH+ubrINlgKz 9qke6eRKjP5UyKPur9defXUVaeW488swhnuzBKfcksTdUeE6SYcvxUGbTEsAA0ur ViPb3/TojAH6VselFiolIBeQua1AMUqPaq20tkvu1mdeYzh48YE7uA21M427KL8i u+LO+rSzxG/QPdX9JUPZzZx2vkZzFqW+GatPdPm9+chLj7VJ2KYjqCtwhlHWdAce FAIw6i+arDxRPnih2ukDc7oUZjpbw0HpWqTfX3AUy5V3p6okHg3BfgvfzZE0Tiqv w7NLI8+OW2uuVw5ayCYD =vnBr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue May 27 21:39:39 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 21:39:39 +0000 Subject: Bug#749537: marked as done (typo in breaks/replaces) References: <201405272022.42398.holger@layer-acht.org> Message-ID: Your message dated Tue, 27 May 2014 21:38:30 +0000 with message-id and subject line Bug#749537: fixed in libcatalyst-plugin-authentication-credential-openid-perl 0.03+rp-2 has caused the Debian Bug report #749537, regarding typo in breaks/replaces to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 749537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749537 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Holger Levsen Subject: libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Date: Tue, 27 May 2014 20:22:41 +0200 Size: 183664 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#749537: fixed in libcatalyst-plugin-authentication-credential-openid-perl 0.03+rp-2 Date: Tue, 27 May 2014 21:38:30 +0000 Size: 5984 URL: From owner at bugs.debian.org Tue May 27 21:39:30 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 21:39:30 +0000 Subject: Bug#749526: marked as done (typo in breaks/replaces) References: <201405272022.42398.holger@layer-acht.org> Message-ID: Your message dated Tue, 27 May 2014 21:38:17 +0000 with message-id and subject line Bug#749526: fixed in libcatalyst-model-adaptor-perl 0.10-2 has caused the Debian Bug report #749526, regarding typo in breaks/replaces to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 749526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749526 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Holger Levsen Subject: libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Date: Tue, 27 May 2014 20:22:41 +0200 Size: 183664 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#749526: fixed in libcatalyst-model-adaptor-perl 0.10-2 Date: Tue, 27 May 2014 21:38:17 +0000 Size: 5456 URL: From owner at bugs.debian.org Tue May 27 21:39:35 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 May 2014 21:39:35 +0000 Subject: Bug#749536: marked as done (typo in breaks/replaces) References: <201405272022.42398.holger@layer-acht.org> Message-ID: Your message dated Tue, 27 May 2014 21:38:24 +0000 with message-id and subject line Bug#749536: fixed in libcatalyst-model-cdbi-crud-perl 0.04-3 has caused the Debian Bug report #749536, regarding typo in breaks/replaces to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 749536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749536 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Holger Levsen Subject: libcatalyst-modules-extra-perl: fails to upgrade from jessie - trying to overwrite ... Date: Tue, 27 May 2014 20:22:41 +0200 Size: 183664 URL: -------------- next part -------------- An embedded message was scrubbed... From: Damyan Ivanov Subject: Bug#749536: fixed in libcatalyst-model-cdbi-crud-perl 0.04-3 Date: Tue, 27 May 2014 21:38:24 +0000 Size: 5492 URL: From ftpmaster at ftp-master.debian.org Wed May 28 07:19:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 07:19:02 +0000 Subject: Processing of libunicode-collate-perl_1.07-1_amd64.changes Message-ID: libunicode-collate-perl_1.07-1_amd64.changes uploaded successfully to localhost along with the files: libunicode-collate-perl_1.07-1_amd64.deb libunicode-collate-perl_1.07-1.dsc libunicode-collate-perl_1.07.orig.tar.gz libunicode-collate-perl_1.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 28 07:33:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 07:33:50 +0000 Subject: libunicode-collate-perl_1.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 28 May 2014 09:14:07 +0200 Source: libunicode-collate-perl Binary: libunicode-collate-perl Architecture: source amd64 Version: 1.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Angel Abad Description: libunicode-collate-perl - Unicode collation algorithm built with fast XSUB Changes: libunicode-collate-perl (1.07-1) unstable; urgency=medium . * Imported Upstream version 1.07 Checksums-Sha1: e1ed2f97e3c7ac529d1a6dfcb355a1e19613ef0f 1577 libunicode-collate-perl_1.07-1.dsc 362a4bc4646bf76c6358ce26b1592c584cf32d68 835284 libunicode-collate-perl_1.07.orig.tar.gz beba97efe3b6c62e439c0db6b39422663bf3971c 4276 libunicode-collate-perl_1.07-1.debian.tar.xz 92380f866c9af4c5e961b072279434f5e889ee9c 523836 libunicode-collate-perl_1.07-1_amd64.deb Checksums-Sha256: 2b25c626ee5aad1f257750ca875dac3d661c27539e0b6e6934062a602ca33d02 1577 libunicode-collate-perl_1.07-1.dsc 97cfb97122979e5e24f1913d10b4b686a650851e492447624b228259ef68bd6d 835284 libunicode-collate-perl_1.07.orig.tar.gz bd4d9ce289619ba1504ee7135240a1788b4f73fdd95360dd0623b7189474656b 4276 libunicode-collate-perl_1.07-1.debian.tar.xz fbbdbcd9eac019d0b273ddde3d5c59f2f238baf0e0dd8c758c44f1703fd94306 523836 libunicode-collate-perl_1.07-1_amd64.deb Files: c3e161e5b8019be968226478dc2ebff3 523836 perl optional libunicode-collate-perl_1.07-1_amd64.deb 3817b8e866b50cf0f3784079230fb31c 1577 perl optional libunicode-collate-perl_1.07-1.dsc 80b9d8452be51a638268fffd129d2480 835284 perl optional libunicode-collate-perl_1.07.orig.tar.gz 2e393bb712f42c7ee09a09b65d0ad6b8 4276 perl optional libunicode-collate-perl_1.07-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlOFjPYACgkQCY2uR+47wnmRkgCgnkLkaAj++dQILNMoCsoqoMOq tyAAoJEUpBjYVtmSqy6ewQjm4sLFM/Yw =gZY7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed May 28 10:09:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 28 May 2014 10:09:23 +0000 Subject: Processed: Re: Bug#749526 closed by Damyan Ivanov (Bug#749526: fixed in libcatalyst-model-adaptor-perl 0.10-2) References: <201405281207.19740.holger@layer-acht.org> Message-ID: Processing commands for control at bugs.debian.org: > affects 749526 libcatalyst-modules-extra-perl Bug #749526 {Done: Damyan Ivanov } [libcatalyst-model-adaptor-perl] typo in breaks/replaces Added indication that 749526 affects libcatalyst-modules-extra-perl > affects 749536 libcatalyst-modules-extra-perl Bug #749536 {Done: Damyan Ivanov } [libcatalyst-model-cdbi-crud-perl] typo in breaks/replaces Added indication that 749536 affects libcatalyst-modules-extra-perl > affects 749537 libcatalyst-modules-extra-perl Bug #749537 {Done: Damyan Ivanov } [libcatalyst-plugin-authentication-credential-openid-perl] typo in breaks/replaces Added indication that 749537 affects libcatalyst-modules-extra-perl > thanks Stopping processing here. Please contact me if you need assistance. -- 749526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749526 749536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749536 749537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749537 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Wed May 28 13:56:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 13:56:49 +0000 Subject: Processing of libxml-catalog-perl_1.03-1_amd64.changes Message-ID: libxml-catalog-perl_1.03-1_amd64.changes uploaded successfully to localhost along with the files: libxml-catalog-perl_1.03-1_all.deb libxml-catalog-perl_1.03-1.dsc libxml-catalog-perl_1.03.orig.tar.gz libxml-catalog-perl_1.03-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 28 14:01:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 14:01:52 +0000 Subject: Processing of libxml-treebuilder-perl_5.3-1_amd64.changes Message-ID: libxml-treebuilder-perl_5.3-1_amd64.changes uploaded successfully to localhost along with the files: libxml-treebuilder-perl_5.3-1_all.deb libxml-treebuilder-perl_5.3-1.dsc libxml-treebuilder-perl_5.3.orig.tar.gz libxml-treebuilder-perl_5.3-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed May 28 16:00:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 16:00:24 +0000 Subject: libxml-catalog-perl_1.03-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 28 May 2014 16:53:35 +0300 Source: libxml-catalog-perl Binary: libxml-catalog-perl Architecture: source all Version: 1.03-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libxml-catalog-perl - Perl module for resolving public and remapping system identifiers Changes: libxml-catalog-perl (1.03-1) unstable; urgency=medium . * Team upload * Imported Upstream version 1.03 * Declare conformance with Policy 3.9.5 (no changes needed) Checksums-Sha1: 74be6931a09e0503d55f580fadaeb42f415d8904 2110 libxml-catalog-perl_1.03-1.dsc a89181f2ad11bb8ab07cbdb4b13d74137e4b9116 12266 libxml-catalog-perl_1.03.orig.tar.gz 8e9f5f6a0bd39f48e58a8c54e00c699ef7bd18ba 1648 libxml-catalog-perl_1.03-1.debian.tar.xz e2b9e8069adb91c8b738aae80061acec29a708c6 9506 libxml-catalog-perl_1.03-1_all.deb Checksums-Sha256: 91cbfd19de13a6da33e0af3e0408d42b2b59a8cd0527b46158e6f32dcf8b45ac 2110 libxml-catalog-perl_1.03-1.dsc 55cd8f68ffc0899cc5d265b4f4573c88c435a2620fd85993d25f5f81bfa169d7 12266 libxml-catalog-perl_1.03.orig.tar.gz fabf399b90ee42856b637e8bdf63b8a8b4acc649df85a01cc2085e3e1f377efd 1648 libxml-catalog-perl_1.03-1.debian.tar.xz dbcd59322528a047df2de8f70829a235a488bcbc8f3ee4a76d99a71d6578ea82 9506 libxml-catalog-perl_1.03-1_all.deb Files: 87c1a81b5d414ab0cbbaea0308f926ba 9506 perl optional libxml-catalog-perl_1.03-1_all.deb 74981e6541612f8567f72a48b811088c 2110 perl optional libxml-catalog-perl_1.03-1.dsc c2c14f3e87aa75ebb7130ea4ebd41984 12266 perl optional libxml-catalog-perl_1.03.orig.tar.gz 029c4aff86b23dbadd992058ab2f4c58 1648 perl optional libxml-catalog-perl_1.03-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTheqmAAoJENu+nU2Z0qAEIYcQAJvk/hE4nEeogeR1UTFwZEgV sDvifstxhTNtk4OGFVxWU2R9NBoXjFjED5b29FgGeF9PniqYg0EEOpSbncnwpU3G tP4Fb3FvLoZDqEt4yXXMX5LbWlKaYWlbGPJoZa7p/BgQBZq4UckCO9Pxl9XABEYA niilY1y+fuZaaGGTKKk7XhwcRnMOYiAu6GQWDHJglcuxJPsALRz10iKqcF0cdrEf LObf7ZYobamLCs2BplmK3BfbswcECBODlP5QxlDUN9oI4SFGdOVHqFQ//mL/VJ+C 33cVKWJLagbeFgrV4kzpy4TXGdrqfv0y/xcTA9hfxX5wHwvegSAVuKKgeyh+qPUZ O3kLqfzhUA//osqfg4E9p2N5ehSZbCI9S0JDgy71iDlj4ushSuUBdlWncMBDBTnq 4G4ik9TxV8caSWiApfZaLR+bzmknvuHHlsIsD2R8Xgirs4GPHzlXC5CiSAcJrcxT vcBPWWL6O9Fo97XeTu+2X5H2ePDIrLrn3OojEuK2zhh5jUJl0+KrDSJ6SmQC1tg/ 5WZiz/F+JVfNYMKo04k3p8GaxNxo4mGryS1ZHbUS40xexza1EPz8m2ihe7W/pN7d /hi8kaJozj9nFRLgG45e9K5z22mKv911tp3A3x0ezr79UOpkL95DmhuD1ndgQx1G Ri+fXgRBvsMreQARncbZ =6s1o -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 16:00:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 16:00:31 +0000 Subject: libxml-treebuilder-perl_5.3-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 28 May 2014 16:59:36 +0300 Source: libxml-treebuilder-perl Binary: libxml-treebuilder-perl Architecture: source all Version: 5.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Damyan Ivanov Description: libxml-treebuilder-perl - XML parser providing XML::Elements DOM similar to HTML::Element Changes: libxml-treebuilder-perl (5.3-1) unstable; urgency=medium . * Team upload . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Damyan Ivanov ] * Imported Upstream version 5.3 * require libxml-catalog-perl 1.03 in (build-)dependencies Checksums-Sha1: b72f9afbd00658991394c22baebad96cbd4210dd 2248 libxml-treebuilder-perl_5.3-1.dsc 82834cb318f1ebc0d3cce9e84be08db32b6620a9 13212 libxml-treebuilder-perl_5.3.orig.tar.gz ff64d14f5d8c1e8243e6c64fcd114efaa4fc1d5c 2548 libxml-treebuilder-perl_5.3-1.debian.tar.xz 029efccf1ee013b32d087bbf201a0abb98c3ffb5 16276 libxml-treebuilder-perl_5.3-1_all.deb Checksums-Sha256: 011d00caa5ccf45be5b6d07a4e64321696e74871f4e3b72b58fd43d8a678dddc 2248 libxml-treebuilder-perl_5.3-1.dsc 14c905e61a6a7ec75ce1c6fd604915aa9ae53bc08b9da8a5ce3770120ac67976 13212 libxml-treebuilder-perl_5.3.orig.tar.gz 1e6a403df616b269d77da4d574f62199f526f24aec85db09450a0fd92314e1d7 2548 libxml-treebuilder-perl_5.3-1.debian.tar.xz 26e221d36f5aa9d4fc2591c0d8a0c0d1d46430e842d766177d0eb5e48e975bee 16276 libxml-treebuilder-perl_5.3-1_all.deb Files: 91de376ffaca1f6403213184df9c52a7 16276 perl optional libxml-treebuilder-perl_5.3-1_all.deb 65daa1106164e8a8724c520927282a0e 2248 perl optional libxml-treebuilder-perl_5.3-1.dsc fd8ee2f71d21ba8a5a145fc28e950c6a 13212 perl optional libxml-treebuilder-perl_5.3.orig.tar.gz a622718dc278ee74a604bfba5d65e095 2548 perl optional libxml-treebuilder-perl_5.3-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJThevyAAoJENu+nU2Z0qAESukP/iLXCuXL3XqiiAWy7UnmApMq GMfA+M5TmCm5fjQ2zWxqfqnouvv04JeigQUyEi1x1+P/gvCv2yrvwDaHtRSXxLTb 6d3CL3+aiu2CtA0+sKRWL7zpM+qqvlU8NtZeb9iIVz3V2MUUMZsZdVaK24q3zgzi mz8FlJ8FT1fK868fCGZqsYz+ScUBdvq/ebkIRzT4Js+ZSiB4M/kMzkuy+ZqMlvl4 uafhMUvY1MHyrna11CIC29w6sYDArLHr7K+eogG6m8qzsoEc89Ds+ddC+fNKdoTk iNgLAnzib6vxH6g5EfN+8X7faIEEMn41VYY5B03vEwNcPd0YcyIG71nYYx3EprzS B0Nkbdzw1VS0IvIZuke2wKGjjHxUjieZ0Y1kTP6+v3OhsA8OJGSEPoaLQFL2DJQN XoWFxU3KxCvljJYGKX/i+GaYcONsn4UyEfsjwVPGtEM0v1O2Ef0HO622OUYF8zFP o4BEaGz2sq0UVh0JEw0kEkRdtXQ3zsRPlahhfrKCM2wnTG/szxPEdxd2kMlp+0L/ Qr8GXkW/OK8Feyuy6lvvlXVy5iqd+xcQ6Lzg/JNn4nUkwL1XgWB+dmpUwqiQahQw ik310AFRaKEhrMKZS6FjhmiXL5GnSXoky2knAFpuIbi03V2BVRhIOcz+t72YodTY irw6SwegKPq461yc7hjR =lAxi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libfile-write-rotate-perl 0.15-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-write-rotate-perl source package in Debian's testing distribution has changed. Previous version: 0.14-2 Current version: 0.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libcpan-perl-releases-perl 1.70-1 MIGRATED to testing Message-ID: FYI: The status of the libcpan-perl-releases-perl source package in Debian's testing distribution has changed. Previous version: 1.68-1 Current version: 1.70-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libconfig-gitlike-perl 1.14-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-gitlike-perl source package in Debian's testing distribution has changed. Previous version: 1.13-1 Current version: 1.14-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libglib-perl 3:1.305-1 MIGRATED to testing Message-ID: FYI: The status of the libglib-perl source package in Debian's testing distribution has changed. Previous version: 3:1.304-1 Current version: 3:1.305-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libextutils-depends-perl 0.308-1 MIGRATED to testing Message-ID: FYI: The status of the libextutils-depends-perl source package in Debian's testing distribution has changed. Previous version: 0.307-1 Current version: 0.308-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libgnome2-perl 1.045-1 MIGRATED to testing Message-ID: FYI: The status of the libgnome2-perl source package in Debian's testing distribution has changed. Previous version: 1.044-1 Current version: 1.045-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libconfig-autoconf-perl 0.300-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-autoconf-perl source package in Debian's testing distribution has changed. Previous version: 0.27-1 Current version: 0.300-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: liblog-log4perl-perl 1.44-1 MIGRATED to testing Message-ID: FYI: The status of the liblog-log4perl-perl source package in Debian's testing distribution has changed. Previous version: 1.43-1 Current version: 1.44-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: liblog-dispatch-dir-perl 0.12-1 MIGRATED to testing Message-ID: FYI: The status of the liblog-dispatch-dir-perl source package in Debian's testing distribution has changed. Previous version: 0.11-1 Current version: 0.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed May 28 16:39:16 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 28 May 2014 16:39:16 +0000 Subject: libglib-object-introspection-perl 0.023-1 MIGRATED to testing Message-ID: FYI: The status of the libglib-object-introspection-perl source package in Debian's testing distribution has changed. Previous version: 0.022-1 Current version: 0.023-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Wed May 28 17:00:06 2014 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Wed, 28 May 2014 17:00:06 +0000 Subject: libtypes-uuid-perl_0.002-1_amd64.changes REJECTED Message-ID: Dear Maintainer, unfortunately I have to reject your package. According to CONTRIBUTING the file CONTRIBUTING.pod and I assume also CONTRIBUTING itself is licensed under a CC-license. Please add this to debian/copyright. Thanks! Thorsten === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:08 +0000 Subject: libplack-test-anyevent-perl_0.05-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 24 May 2014 12:55:40 +0200 Source: libplack-test-anyevent-perl Binary: libplack-test-anyevent-perl Architecture: source all Version: 0.05-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libplack-test-anyevent-perl - run Plack::Test on AnyEvent-based PSGI applications Closes: 749121 Changes: libplack-test-anyevent-perl (0.05-1) unstable; urgency=low . * Initial Release. Closes: bug#749121. Checksums-Sha1: 0208269deb06f20b6b09305ab860a2cfa44f91a4 2408 libplack-test-anyevent-perl_0.05-1.dsc 2e97484763ae2d47553255e0f61e93be1b007366 15567 libplack-test-anyevent-perl_0.05.orig.tar.gz f19ad09aee8dc307b07eebcb536bdea460fe48b5 2968 libplack-test-anyevent-perl_0.05-1.debian.tar.xz 0938d32b688e7e30899bb984c4d3b9dfc3a83d91 16778 libplack-test-anyevent-perl_0.05-1_all.deb Checksums-Sha256: 7a789e417a83f9b6dddf70ef03b1c5050fafa9afdd853c42eb74f506460e409a 2408 libplack-test-anyevent-perl_0.05-1.dsc e27f64ac7b8676c64d5adac7990dd00dc4e21fe714302168de4cd6d9699956f8 15567 libplack-test-anyevent-perl_0.05.orig.tar.gz c40440eb9421220cf95ebd320464c0d66a13eb50e8986c3fbbe66b4ab5e1c9a4 2968 libplack-test-anyevent-perl_0.05-1.debian.tar.xz 8d1ba69373ec7d9b0d32ae61d67ba801877f5f47f192c65ae8bedbbb2d6eb0c3 16778 libplack-test-anyevent-perl_0.05-1_all.deb Files: dbf1636f3c99ecb1057704938db5d335 16778 perl optional libplack-test-anyevent-perl_0.05-1_all.deb cf665bae130abb8208303c0c40630ae8 2408 perl optional libplack-test-anyevent-perl_0.05-1.dsc 5d15722ec5fb443425406d38963ad173 15567 perl optional libplack-test-anyevent-perl_0.05.orig.tar.gz 2713312950877664e0749646657c2d04 2968 perl optional libplack-test-anyevent-perl_0.05-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTgMFOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhYVMQAJIh7UOlpZRe//pyMZK9a1er 3JNZdZYhG1k+GVJxzNi0UJqSUCqbdNUAwWxJUHzlJInfSe4MtLgPuZBIJsrwuafn 4t9j1RAG3QjVIEwNTy36uEinVt5RjngzUvuDW2QC9jni2vKIQfwDxylB8aZdP0JF ZFKmjcUx+3PkXOtXUVwpU6zachOc6jEXSv0e4FmBy1voRwStBieyexZIwsTARoJ3 ZLTD2bRCjiqe2a/2zOLPdurbgOttBExUbWwmmeoHjMSi26S/lrWKwA6PvhWvXQg4 iARhNOMPagMIWX5KP39UVxcR1+EEy6TtGSDmK8WmeMeYm/UcAouslm7pByDYu6CX fg0JYQE+BJ84Ed+2fACSYdAdAeMm6o9Tbn9bQJW7Kbgqyxe5Uh+1vME8MkKeGc3s v/9neOAUVZ1asS8wQokj6hR3u33wLqou315aWT3QFtNpIPbE5ahR+rNbsRaq1+Ep Xra/sCzH0Fn/+QXDpUklHEmLXXZIB43piBv5qYl+EomUy3l8U6Wr9FtHzsbBY7SB ld38rscvRBAy7AFcVcGuNMQ/LGNIDvRMZN7vTfiSBFvQ3C6yjrs28u66Wup+Z5wG zxmbM4YD3hrWQh3qTVIIif4FC/4vcfS5k3Df70H4JJMumopl0mjU8Vzq6ahVfzX+ SQ1bAy/nyQzYsB8QEPKV =4mtI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:07 +0000 Subject: libdatabase-dumptruck-perl_1.2-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 17:24:44 +0200 Source: libdatabase-dumptruck-perl Binary: libdatabase-dumptruck-perl Architecture: source all Version: 1.2-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Lubomir Rintel Description: libdatabase-dumptruck-perl - document-oriented interface to a SQLite database Closes: 747920 Changes: libdatabase-dumptruck-perl (1.2-1) unstable; urgency=low . * Initial Release. (Closes: #747920) Checksums-Sha1: 8d40925681f78c391e8b420332ef4b4c068847d2 2311 libdatabase-dumptruck-perl_1.2-1.dsc 315d91418e13e0fc1092cffa99c6b57a8261133c 8292 libdatabase-dumptruck-perl_1.2.orig.tar.gz 85f6987ffab5cef8298886186b068b0c6de926ad 1484 libdatabase-dumptruck-perl_1.2-1.debian.tar.xz 80aba6c1d333ba1e1a7ae1e6a80123d61d9e8730 10152 libdatabase-dumptruck-perl_1.2-1_all.deb Checksums-Sha256: 4fc0a3231668e4184346051953d14e0be14cae30cc9c05f64b2a8bf6f9e53083 2311 libdatabase-dumptruck-perl_1.2-1.dsc 98add1bbf9e61ab8280021b35171981cd14d5d525fd89e7629eddbe92f1175b0 8292 libdatabase-dumptruck-perl_1.2.orig.tar.gz 60b39875990b1fea8c7af03d59c77a5394c36bf129b2f76802bf0f801ec2f5cd 1484 libdatabase-dumptruck-perl_1.2-1.debian.tar.xz 747cb9296767ec534eec56d63749017eb188874ee16d3727e75c7cbedcf361b7 10152 libdatabase-dumptruck-perl_1.2-1_all.deb Files: e71c068067927c6d98604a33abbe417e 10152 perl optional libdatabase-dumptruck-perl_1.2-1_all.deb c61f03152c6d17e3f2f0ef4c8db8e870 2311 perl optional libdatabase-dumptruck-perl_1.2-1.dsc 7f61106f23400fc2b142e0cdeeb665a6 8292 perl optional libdatabase-dumptruck-perl_1.2.orig.tar.gz 80bf9b58c16da1ec5bdcfb8c9996faf0 1484 perl optional libdatabase-dumptruck-perl_1.2-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcj1BThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBkWKEAChgwXPDjaW+9oBF3qq30ZwljbhdMaUrFL5jGYjG3K1zl1g /E2diWt/Ay5VngDdsWTbBLsgmqrtoKopm/qxl/L2Ey9qkZMQ7LBoLnx1dUeyhPtn 9QjYcdslnXN/iJZHCY5rLeeC+8uBjWZEVxpK19dLTePF7BHVExte3ZmkClBD9SBm J6ChyQgYaq73Ta0k3w3kEnBaSxQa27tDAaYJcJlxO+pFnIsM6Pz3RX4uxcCnhpCB HScANb8dmLVPZvuU6bksk5Wus6k7WThq0sC1ylbIi17/Fnafwfzz2cIHiDnEBvY4 b4sAfG3d5/Vc1vcjFP5QZn2zeMjK+Pjxx6i6XqXmrW2ztafGKyQhhsM3srg277vC he3mL6J19h160XuSH+KlOhgjpdMpQ4AsEPPQDiI8JqLiywEAey3ej7QAvcPNA6su 3iZpmr+wTEZFRsE9TZ23uvFg/Doohd+ZoEcIUaHCgBe7wz+o672TIMYpZLLWwXii 7IofPuFxUt7SdZwQlKkeAf11b7tCo7ibr6f4qGsgyHc8+dTLQDM04t0XH72WMoYO YybptNatmq1jmiaoDar1Ze7XkrK491HMNZzL2BrANXq5BVCs1C/0oaDrZWyxZQ52 b2szw6Jkt4t7zcuu/zeKrR3QTxGi8PyCdPjUtw5XPt6QxSu0IiViWw8FostV2g== =J/br -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:08 +0000 Subject: librdf-aref-perl_0.11-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 03:28:42 +0200 Source: librdf-aref-perl Binary: librdf-aref-perl Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-aref-perl - another RDF Encoding Form Closes: 748522 Changes: librdf-aref-perl (0.11-1) unstable; urgency=low . * Initial Release. Closes: bug#748522. Checksums-Sha1: 624ee20bd62fc4e7940fa28f251848e11345a048 2226 librdf-aref-perl_0.11-1.dsc 01ec1d796e5e366b4a87b43a96736f627db504ac 17868 librdf-aref-perl_0.11.orig.tar.gz 7449a068235ab14dc16948798ac8dc61083b0d2a 2788 librdf-aref-perl_0.11-1.debian.tar.xz 6e6c7e50dd9b7d199919b9dd9de4073eb58921ce 16606 librdf-aref-perl_0.11-1_all.deb Checksums-Sha256: 1e81d8f797b058c8e452687343ea33c8ca0ce2eb45118a58dadc2f303fd8b52b 2226 librdf-aref-perl_0.11-1.dsc 05f6c0875643a63ddc149bfc042e105763a3e42ef6ba9183dee006fb106233a1 17868 librdf-aref-perl_0.11.orig.tar.gz b1ace86f661d1b22d0d20ec42eb743c37d49cb120b9e78b939bb74ce5c927b4b 2788 librdf-aref-perl_0.11-1.debian.tar.xz 185381f72f2d5770bd791d775b14389da65ff67775a56c4ea43ce30483fb0535 16606 librdf-aref-perl_0.11-1_all.deb Files: 5d4be9fb7536d233e721244f9eb0f104 16606 perl optional librdf-aref-perl_0.11-1_all.deb 014157501ceee6e718ba6ca6c1534907 2226 perl optional librdf-aref-perl_0.11-1.dsc 5a05ad04574aac2728273191d2d094d9 17868 perl optional librdf-aref-perl_0.11.orig.tar.gz 82920a8157e1aae650aa51c0f4488990 2788 perl optional librdf-aref-perl_0.11-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeA3MXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhHNMP/0lWiUn7qgEPgE6ziwrwwDXH Ex1Q/XYBGMg7Nb/JIuSTEeGZaAI2MLDN0wz9bhXftByo44cSW2KRQF2ujgmcUtoz m3usiJyciY09Yv5Nj1VNUz+2WporI1ieuF+PeCXjsnCx7rOyGwNLnWxATOQa4Ki8 hH0WiyWEDeUdvA36qIY2/A1jen/4AkerfJVLKDdgVXxEGjttJT+ZB0fTQL580j/d e+wisiBJkwt/8GLKUZ10Ord/+XOxNeahKzgci29uVPFeRg2ZlMRA6IIdSe+NKu+q ed9ZiOonZgcxqrFudN1fY3ggbzyMmRRPgdy4SmpC9+CQYeFSZNLLyQlVNx/QC0vm w3XRbi738YOlQFUseqPCD2JL+lwmzMtK273sh90fm4b/DfHgB7uhLdLzVst7ZpY2 V2FfwXvZlHkl0TzPZffB2N5+igFPWFRSK+wBTbPgdtywYxx3dSn0ax0tOdnf3SXU EmiTg7DLUjvJHC5ZkE/11JWtVZGYC/cCA84h7PDBWP8baannC974eLb5yzEebNHr dnmydajMk5E0OckTwoZ9jOqoMTTr40XouNJ6LkEI3dzVoDz9DVXVB34uhZk9g4o7 ej/4L1meo8B7boH+7e9lj86lUpm9JrYYW8HKep6aAWfoZO8QODIceSDM/neIsfRl 1Mkvt0HHaCUe4GlY9SWT =Of4C -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:06 +0000 Subject: libconfig-onion-perl_1.004-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 23:06:27 +0200 Source: libconfig-onion-perl Binary: libconfig-onion-perl Architecture: source all Version: 1.004-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libconfig-onion-perl - layered configuration Closes: 748500 Changes: libconfig-onion-perl (1.004-1) unstable; urgency=low . * Initial packaging release. Closes: bug#748500. Checksums-Sha1: 09a4255d9b040599c228a32b2593c9467a181305 2309 libconfig-onion-perl_1.004-1.dsc d6ca44841f2567b6d811d009df81e94ab4a503d0 15084 libconfig-onion-perl_1.004.orig.tar.gz e4f37b9a4e1a4a085dfdb50d3c3892442685f5af 2864 libconfig-onion-perl_1.004-1.debian.tar.xz 3b998f61b085e6cd9770338810fb11a14bee98aa 18224 libconfig-onion-perl_1.004-1_all.deb Checksums-Sha256: 4fcf6c974b4e381c0037e79368242db18e44a41be533d92ebbd8d0239ee8235c 2309 libconfig-onion-perl_1.004-1.dsc 672efb40fdd4ca711687f6a9b13076f2a22d7e8aba69d43c68db0e0777bfbfa4 15084 libconfig-onion-perl_1.004.orig.tar.gz cb8037b2ab8b59eceaf280cd70772252ff82d3649069e217526db40b44df542f 2864 libconfig-onion-perl_1.004-1.debian.tar.xz 4930e56cc4a4597a35ba5596b67651ee8ada1b2efe307a0190a53344dc8963a8 18224 libconfig-onion-perl_1.004-1_all.deb Files: 85cdd66f5d9d76b9058a6c95a4f54796 18224 perl optional libconfig-onion-perl_1.004-1_all.deb c5eec31d0c879bb6cab74f25f7df5c6b 2309 perl optional libconfig-onion-perl_1.004-1.dsc 30ce1b9f3567424e12c183e51a707034 15084 perl optional libconfig-onion-perl_1.004.orig.tar.gz 60b955de81ccd0131e2998f6dea1dcc2 2864 perl optional libconfig-onion-perl_1.004-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTd9BJXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh3fQP/09PJYGolU68/WXO+Xr+7k95 YgLsEhOHm0nX+w2+VQk0dvQRgWd/vSiH5LFM02hkDS8ee+KCDvNfBEXa/yVsNCuL sXpDA1KCdV70SdiwV1y767QbX60YuG1SQIDmcOgHe3DEmT7Ugm6ub3FWhHB6xpjJ w2zpGlbJRFZp6wJ7ICIHoyMMy6mCk/TjySVpixp5KZLpZCwIWVvYe725GZRuporB w50lYSfiKlsXp334UcRYJ30U2pLwOoUcFjZG1WDkiYDKKbCjXSMdVrAEpZgw4G9A oII7zpAI+YQ2ldjiwrfng7IE+CJFBmTuUnT+ZbVU1mQb8R1FkrgQQGxM1a4ni7p6 na5mPnSfnf5X78+uOoSC1/IlPRMjHRZvK0hwmon6uQA99gFEguaPJ8pirvxPUFbv 6GwI6eMGdG+7Z0UDwRTRCdZy16PhL/GkBhVZpXfAQXkd5jux6qE3ssktCa5RZgim GkI8DSrQruefT8Lr2SvnsFvLGDinrISao0ZhGSmJ0l/Pibnz0ZXZUur8iTwu2DHE Gm+XjJ6S7Jdm0tvkElzVhloZud5aY9i5fdtXcnDu15KrIkIaVtIY85736kA20x1c 88rtU7DssaCr8suq5/UyP4QwUoMz14LWKAfsBiQQ0xZYOEjGQZka/WtHuSnCvYtI ykRdT7QzliLjvR3lRTEe =0OpS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:07 +0000 Subject: libdispatch-class-perl_0.01-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 13:09:38 +0200 Source: libdispatch-class-perl Binary: libdispatch-class-perl Architecture: source all Version: 0.01-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libdispatch-class-perl - dispatch on the type (class) of arguments Changes: libdispatch-class-perl (0.01-2) unstable; urgency=medium . * Fix depend (not only build-depend) on libsub-exporter-perl. Checksums-Sha1: 6e8c2437767f310d7e393e6bb410dc1c13a6c7d1 2286 libdispatch-class-perl_0.01-2.dsc 90a1f5d16c88307f4132397de27c578381ae8614 2668 libdispatch-class-perl_0.01-2.debian.tar.xz 28d525aa7a0c65488726e8c8e4f1c6ca6f65e5a5 10768 libdispatch-class-perl_0.01-2_all.deb Checksums-Sha256: 329ec1ad25e0135081bef4cda8df74eb2f4c45a0e96906e595e0accb9b227ff9 2286 libdispatch-class-perl_0.01-2.dsc 2ac7b81f32b12f4a7acff925506dd565b9b9ba72c3859fcf64f7902816217fd0 2668 libdispatch-class-perl_0.01-2.debian.tar.xz 56044533b598629a38a588dd9e5dd84b2e05609c238b5681187a2526698a639a 10768 libdispatch-class-perl_0.01-2_all.deb Files: 2bd0c67b6f41a3c492561cd3231599fe 10768 perl optional libdispatch-class-perl_0.01-2_all.deb 45d2401ba96b02012fcd7f734a91986e 2286 perl optional libdispatch-class-perl_0.01-2.dsc 00c83e484e7df8ab946b239f54ec1282 2668 perl optional libdispatch-class-perl_0.01-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTd0QWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhkpAP/370J8OSjhFOrGAVr/wTou1N 9ZKoOwh4Z1d+E4zwH1vNy4k54HxB6JpxQ+GBpm4XDXgRF6HLDtxqVP/57ZP+b+pV QnodoWDcI7RpFQXWwjc2guHQafkNvLdr3sJAWyMDf+sGMouofNvdNWhElSrP/KyI DgfK8zAjMeGTStY1aVWQiHt4QJcy5lEpskAd0SYl1Rwg77fJFf0ZcAwRXvTv4BPh z3GGyXiXXOj7IL0RLFPsUSGRkHxnIepcD+F8bgFSDfP3XvOMHlaVUF+B/fMHdsHo jBaSA0wtI1GvA3gDRZo6ltLjBiiFvpf1kx38cKPeR0m8Db4nmqrJhxyv0Nm/j20S Vy4MnYBTQhoVm8BSlfPvWMTJ9EnIRaDm3UykPA0fMyTV+1TmznZwq8wfKw+aYInW fJtgjhMJv6zPy20M0hQSvf18ZUbHz1q1NKMKt2FyKkWw/QH9IBb/++lL58Od7D9p gI0pofpfA7fZ5wdYev+vL6KUa+2+cnBZupdWjzuoQPtqNLee0sD2gflA1EwzlYU5 vJVPpLKAXwr+omjJPL+qQv6mXFm7+sNfLyzM6loKC+ZrbMItlMTsac5BLmTdjF1P H8ePvB41MlBk4hvGbKuu/PzuqRSOUEsdedZipEGSzMOfSZpN27JEacbssmA1BoPK vk1F0+wM8qmvAbpQgOdW =mxLr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:07 +0000 Subject: libdispatch-class-perl_0.01-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 13:00:05 +0200 Source: libdispatch-class-perl Binary: libdispatch-class-perl Architecture: source all Version: 0.01-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libdispatch-class-perl - dispatch on the type (class) of arguments Closes: 728568 Changes: libdispatch-class-perl (0.01-1) unstable; urgency=low . [ Vasudev Kamath ] * Initial Release. Closes: bug#728568. Checksums-Sha1: 97553e89d269daeaed42353981facc8f0e728e4d 2286 libdispatch-class-perl_0.01-1.dsc 7d548329c95d3f1b1dcdcdc6631ff95d1734d64c 4465 libdispatch-class-perl_0.01.orig.tar.gz 5f7a3b67dd48f3774b662cbcb796585555255ba4 2624 libdispatch-class-perl_0.01-1.debian.tar.xz 74082442e56fd64a0a10bb5778efe8d394517efa 10688 libdispatch-class-perl_0.01-1_all.deb Checksums-Sha256: 70707668f7b0dba2745c285f9534b33321e5dceb39ed905f92deac2d94fac602 2286 libdispatch-class-perl_0.01-1.dsc f984d81eedad32d73b389bfd23e07ee0fd6dd814f2cca952523d3f80c0a52e52 4465 libdispatch-class-perl_0.01.orig.tar.gz 7af7b6fb246ea0d3d10ef4d9a1f9e34fce46c02b05fe58b2b35e88e2f100b3fb 2624 libdispatch-class-perl_0.01-1.debian.tar.xz 61d6a4b84cc36539313a7b3f2bc49792a8dfaae1e4e521d9967802f8fc342e6b 10688 libdispatch-class-perl_0.01-1_all.deb Files: 7510f3e69763384af2e582f9827a64f5 10688 perl optional libdispatch-class-perl_0.01-1_all.deb 18a8141e1c0db35398b325e67b355584 2286 perl optional libdispatch-class-perl_0.01-1.dsc bd55edafdb77d24a1d6ee8828dd67deb 4465 perl optional libdispatch-class-perl_0.01.orig.tar.gz 6996cd2d11bb7d042cca3019d8743bae 2624 perl optional libdispatch-class-perl_0.01-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTd0IpXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh1fwQAJk4CfLvEF9pKYY5Pu2HRFb7 +Cec5QJnjcEn6+N21VBHcNs25s86C9x9Pc8T+ACt7ZFmzoFkINHJAaQC+Fgveeu7 w+ZG8GVC2L2V5N2b5ifpvrIyjFwFwv0tvWRfGRQ3EsqgI3/07go+g28i7uUi5sK2 8l/3XVlda7JJJHkMxXDMtjjDOENE1tZBhqLDe93KBq1gKzBHjMlFrqqOCzTuBQhS Co5hiXQ7H4KA909t8nhf4HZ+YKILI5RBLFH7y8LU2kt+9pq0RkMdLBA2cY2nQhVd 84YMwlnEyaszMyEZB1JCvdizs3ua2dZbdlVIaYYSDN8WfxNjNTalIUWU0PBPxemz q57xrC87KqzlAzyMEXEwugSmbFSKxk34HRte9S/HUtzxUFG87nk4+rOdNq8tnkZ3 N1cxXoWPICN3V6yEXTmE4pf5lxNJ31cGGmbNFDSv+DIcYLX1w9IowCMqiVLc7dgZ vXNWyn8PTO+7Ki1OvnO0z3JnjjWJnixYKcTCv8KPXvMMiV6FVLhMZdGjojY0qpp4 6r/Oc7m016HwY1cxDr2a4W4hUIu0KvKHXsr49OBZasP1P7ymZKVtyPKwHsyjcfhB wcpdLgOgi0c/U1BosX7PsZqFf23/SKTcEZOk4GJOU30TCHMW87QRwFp4OwDZnqmk ucVcTiJeJiIgydtiFqQl =fxXS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:08 +0000 Subject: libfile-configdir-perl_0.013-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 20:18:09 +0200 Source: libfile-configdir-perl Binary: libfile-configdir-perl Architecture: source all Version: 0.013-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libfile-configdir-perl - get directories of configuration files Closes: 748583 Changes: libfile-configdir-perl (0.013-1) unstable; urgency=low . * Initial packaging release. Closes: bug#748583. Checksums-Sha1: dfe602d24e65142317c450d10755980054097c44 2274 libfile-configdir-perl_0.013-1.dsc 5c4bd78dd3fa1845b7d2c30505516bff015c148f 9028 libfile-configdir-perl_0.013.orig.tar.gz 772203c56535eb18b0747d1ed1665664ead95f22 2648 libfile-configdir-perl_0.013-1.debian.tar.xz 2311dcdeec55b8de11ead89a88b637caa78ccbc3 14550 libfile-configdir-perl_0.013-1_all.deb Checksums-Sha256: 0f0e5b2896395ab62e058ed1dea45abee9e63152fc75f14bdb30244c9063ad9d 2274 libfile-configdir-perl_0.013-1.dsc e1904ebd2a06b9cda1fb2d115a198427f5bffcb1c2a2c2c3f2890e2fe7bc47bf 9028 libfile-configdir-perl_0.013.orig.tar.gz 3961a1f5aa9377849b5cbbf74cc49ee22a7945532add694dbe29c6d2834c1412 2648 libfile-configdir-perl_0.013-1.debian.tar.xz 429b774d548e72e9a247d54c9a58e5c7e75ce01a97b7249363878f135409ddc2 14550 libfile-configdir-perl_0.013-1_all.deb Files: 1df3625abd5c113e077da12bf2a478ce 14550 perl optional libfile-configdir-perl_0.013-1_all.deb 289ec33f7fee4f8f82a8883a28c06f86 2274 perl optional libfile-configdir-perl_0.013-1.dsc d88577cde204468a91e2466ef8302d61 9028 perl optional libfile-configdir-perl_0.013.orig.tar.gz 3e05a8da054070784803722bd2a46ff0 2648 perl optional libfile-configdir-perl_0.013-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTePqJXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh+0QQAJ4ZgYxTAp/zV0FJkdzUkjAL oAy8AeW0zmrB+TZVuvVhhIIBe9bvq0OtsgvyL0guJo0TjCS3pVOJALIy/RH+fKVy r3PD58pk/bulZ1PY6t1D2CXbz66SqXqXUX1F5nec6ASzwVGh2B5eB6A5fVOAS7Y9 dA6vrQAIcj3Rouwdss5qbPPI/gU772/3M9FO3s/fyTQGZiCryFZ3oNp0cxvuuzDF +EgG/J0fynr+nlJe5xIkcSiKh5l5A9YQP2EX5GCGqSpB5WyYwDIoVxtCTT8G3kgM EJ96bRLrPwrd67qclx1JwemR9vVfL8DktodfCyAiiCc7AZewsKM0TLEZJm73WYVK 38Blh98wFtH4fXiZWONIZSIH8SrA5VrS7HPpiG2ICEA4koAltMb/30piBQeelNvY CCRQqZbkHC8a5S69PnzV2h0kCGlnK1yl7tzYoKClyfR2YB5F0+KCZe0xI9kAU1TM CVHhjE4LytEbThNUerGhO+bN9vX/a7G8nsr4iPDRjW4hS0rhzTLHfuhqq4Y69xRI eW8+q8u8fWfMejD8Dfq+TUalajBBeHk+U/cQC3bVKlkXMg72Jh3k1O7FM9r/lFga +Od3K4Jr8PLKH2vYgTMnJMYjTU94ODUnu25/HL0G85mDI5crGBuN8mdOPEVbs/jQ fm8YMd5kKsy7VPJcr9nf =GUpJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed May 28 18:00:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 18:00:09 +0000 Subject: libscrappy-perl_0.94112090-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 13 May 2014 17:32:15 +0200 Source: libscrappy-perl Binary: libscrappy-perl Architecture: source all Version: 0.94112090-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Lubomir Rintel Description: libscrappy-perl - powerful web spidering, scraping, creeping crawling framework Closes: 717907 Changes: libscrappy-perl (0.94112090-1) unstable; urgency=low . * Initial Release. (Closes: #717907) Checksums-Sha1: 9664f67fea6b578876007aecfb3729d704f47dd2 2554 libscrappy-perl_0.94112090-1.dsc b031d71a9d8ac9e5d9bd9831be0d2a5e1676cec4 90430 libscrappy-perl_0.94112090.orig.tar.gz 5025d330bb70296f30b96c3eba5b02882b77906b 3700 libscrappy-perl_0.94112090-1.debian.tar.xz 8e7938c55875e2e29575caba924529cdc60ae19a 71530 libscrappy-perl_0.94112090-1_all.deb Checksums-Sha256: 8babbefaac460f1de71a826b215d90231f3085dd450be677401aa702c7762d51 2554 libscrappy-perl_0.94112090-1.dsc 8f6b49f8507f7d162ef9fe5cc9b29a3192dae5685eb7900b60d49a37fddcbda6 90430 libscrappy-perl_0.94112090.orig.tar.gz aa0f219e2498921d5d41cbeb64cd47e359e32a9774f257cb5bc27f4178186b86 3700 libscrappy-perl_0.94112090-1.debian.tar.xz e4ed981f4784cd3cb9ffac5544df4f306eff84908410a03ad974d86c1aa18efd 71530 libscrappy-perl_0.94112090-1_all.deb Files: 31b23072a78d47f6cda60bd7ee0adf0a 71530 perl optional libscrappy-perl_0.94112090-1_all.deb 67fe2aed856b62877cddc7a814f7c71a 2554 perl optional libscrappy-perl_0.94112090-1.dsc 0e565cc54aa1ce531262b8ec658af64d 90430 perl optional libscrappy-perl_0.94112090.orig.tar.gz cfb70fcfd069992a416eb1fb8455405c 3700 perl optional libscrappy-perl_0.94112090-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTcj49ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBo9gD/0bbK6nn8fhykxrvY5A5GPFrf1Lgt5mAg3ftuaHw95JtA8k Jh2iI4uEngO0UUuMx0/makgr3IqZ0RVgnSMzS5twtEMc48cPBKo18pEMOhi4SwOV Tz6EhAd67lQhfbx806wJ+BBUzqDH8JW5KOD8xaNQ7yYoV7RK98CMqEEjsaZxYOgz C6Yu5/o9myGbqWbDx1upmnwnTATSn6VYNoXIYFUzZ+DzHgRTmSwL2TDq4O1V0V6K J4PyQ522vEO91KTuODbfRPtN9L9GcA51w1NftSgPhSuyh167BODNB1rU3l1vAYwR 9fffRPj+0ZhMSBpeC6B3wY2HG3/VtwDmLN0Ile9JEZZNo5rUbRBKpRUcjYVcKqLZ wZRJP47ClGgpmTSeKFVRLeAQZaNzHQF+tWlmO4eDT/j0zfVOlqgJt02mdbRrXnce hWG1XPdaKJa/hM2YsYeCs4wc2gM492JDCW/iXlwys/pvSXKnn1aG03L40pugR3i9 k4JfHdLZbwTZf+/4FKIZOU7onUqGxCWiqmgbfOK8o0EMXosZu+GsGMWJLIsdC9S2 peTsMhY7NHmYSq6kmXzaEU0UJQEDDSZ0COy94fNMomQwL/ZoTKbe7Xwv5K/kUNnd uKmjwxf5Bknh+ihlRgwyJIseuryMyHVL6LUTnk1ZYTzg0Is23YWfTQAN2vVM1A== =93/C -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed May 28 18:03:16 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 28 May 2014 18:03:16 +0000 Subject: Bug#747920: marked as done (ITP: libdatabase-dumptruck-perl -- document-oriented) References: <20140512225634.12318.48836.reportbug@odvarok.lan> Message-ID: Your message dated Wed, 28 May 2014 18:00:07 +0000 with message-id and subject line Bug#747920: fixed in libdatabase-dumptruck-perl 1.2-1 has caused the Debian Bug report #747920, regarding ITP: libdatabase-dumptruck-perl -- document-oriented to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747920 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lubomir Rintel Subject: ITP: libdatabase-dumptruck -- document-oriented interface to a SQLite database Date: Tue, 13 May 2014 00:56:34 +0200 Size: 3357 URL: -------------- next part -------------- An embedded message was scrubbed... From: Lubomir Rintel Subject: Bug#747920: fixed in libdatabase-dumptruck-perl 1.2-1 Date: Wed, 28 May 2014 18:00:07 +0000 Size: 5739 URL: From ftpmaster at ftp-master.debian.org Wed May 28 19:00:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 28 May 2014 19:00:05 +0000 Subject: libtest-fake-httpd-perl_0.06-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 24 May 2014 19:04:24 +0200 Source: libtest-fake-httpd-perl Binary: libtest-fake-httpd-perl Architecture: source all Version: 0.06-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtest-fake-httpd-perl - fake HTTP server Closes: 749125 Changes: libtest-fake-httpd-perl (0.06-1) unstable; urgency=low . * Initial Release. Closes: bug#749125. Checksums-Sha1: 73c186cae2610c578df9ce921ea45607f216b793 2421 libtest-fake-httpd-perl_0.06-1.dsc ecaae1f18ff5971392bba11f3e0ee24c0b90a8be 27429 libtest-fake-httpd-perl_0.06.orig.tar.gz 85cb305c0920a61874fa73f63eb28664748f9757 2928 libtest-fake-httpd-perl_0.06-1.debian.tar.xz f5281a3552cb411fa163284eafec5f28069b3ba8 13870 libtest-fake-httpd-perl_0.06-1_all.deb Checksums-Sha256: 5ec6809cad0a3ca56525d4b7116890b3f33f66eac242a29523859d66c9f4d3b4 2421 libtest-fake-httpd-perl_0.06-1.dsc beb8d701d152a86bdc578ba852fac0ff37bc296230712dec73665e4e7dff7c28 27429 libtest-fake-httpd-perl_0.06.orig.tar.gz fd52d87670d48a60d99810050526c005cbcfc56e533026f9c81d69299410b1d0 2928 libtest-fake-httpd-perl_0.06-1.debian.tar.xz 92e42eaea015210eac7cec73ec196ffb57825a3f8283d28d066a7d4eda90cca2 13870 libtest-fake-httpd-perl_0.06-1_all.deb Files: abdbf093d5a02968f64f39a90f4c4ca5 13870 perl optional libtest-fake-httpd-perl_0.06-1_all.deb fed67f9e4fba43d553968beda9c19aa0 2421 perl optional libtest-fake-httpd-perl_0.06-1.dsc ea49a3c2d2b2a0f4489b5603ac664c4a 27429 perl optional libtest-fake-httpd-perl_0.06.orig.tar.gz 3cd32acf2142b29d4e0768b23e69f151 2928 perl optional libtest-fake-httpd-perl_0.06-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTgNXsXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhCLcP/0oDxxfsIJjyby4ul6vq4wMo LM8wFDCeDEJ0iVhS4toWzfrS9NSUo17AWESe9RtinuFxrJ5Hmc7gCquV+ll9zHU0 rhgpLd4M/t79J2ebUtWZikA/ihvlZXEdku3rAhJqCMiI654TfqRQqhptz0B5QfoU uAEz4ExG3vHReX762abvNi6gF/IbCWRN0iadjTIziyUSSTvOM5iiH7o8RZpATiAj rMDE/1f2hkOcGGz0+83S1ALjqk24GXvGawqh7rdRB9UmLdJ5mPpPgGXpchCqXtah 8op5K4+AowJ+csleoU7y9YL+Kw8peCo0WNPLuTxMm5Ze9IBw2KmGLLIjbQ8bm4+V 1fNKuqlGR9Y68METjxpdpfXDLKDbUu65ZXYkiB8tlI80dmSC6y+ZIDNFj7sxj2U1 2qBuknWiVcPfQgGXndz7TjinqdSqPDuwg4J45rZ5PTPncqYPjioSgqy/9u5S6zrH 3Fg07wVi8S+vDcc8AHlm/v9tdxtXfbrhegSNjPjX7aanEMqDYH97gPVSEDM1vyVw xGDAIV5X1abgi+jCEC8x+ozKfLxhVuKt/KLmcSGNoy/7y8zAjpMXlPalxEtYvU/7 GxCujmm3/KyJTnl+fYQOWDtcj5ZUD7Xq6Dgqz/zD5qGAsIJTUCYilQ0lZSkyYOxu 9y63rddHZ7iOznF5SaM2 =c8Wg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr at jones.dk Wed May 28 19:03:56 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Wed, 28 May 2014 21:03:56 +0200 Subject: libtypes-uuid-perl_0.002-1_amd64.changes REJECTED In-Reply-To: References: Message-ID: <20140528190356.4335.43236@bastian.jones.dk> Quoting Thorsten Alteholz (2014-05-28 19:00:06) > Dear Maintainer, > > unfortunately I have to reject your package. > > According to CONTRIBUTING the file CONTRIBUTING.pod and I assume also > CONTRIBUTING itself is licensed under a CC-license. > > Please add this to debian/copyright. Thanks for your work in general. I disagree with this judgement and your assumption, however. The CONTRIBUTING.pod stated as CC licensed does not exist in the tarball, and nowhere is stated that CONTRIBUTED file has same license. Instead the upstream COPYRIGHT file (which you might notice uses Debian DEP5 format - Toby is really cool!) states explicitly that the licensing of the CONTRIBUTED file is "unknown". That's how I came to the conclusion stated in the initial packaging release. If you still feel that the debian/copyright file is currently wrong, then please describe more specifically how you believe the current interpretation is wrong and what exact interpretation you believe is the correct. Kind regards, - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From alteholz at debian.org Wed May 28 20:31:35 2014 From: alteholz at debian.org (Thorsten Alteholz) Date: Wed, 28 May 2014 22:31:35 +0200 (CEST) Subject: libtypes-uuid-perl_0.002-1_amd64.changes REJECTED In-Reply-To: <20140528190356.4335.43236@bastian.jones.dk> References: <20140528190356.4335.43236@bastian.jones.dk> Message-ID: Hi Jonas, On Wed, 28 May 2014, Jonas Smedegaard wrote: > The CONTRIBUTING.pod stated as CC licensed does not exist in the > tarball, and nowhere is stated that CONTRIBUTED file has same license. the file in question is not named CONTRIBUTED but CONTRIBUTING. If you look at the structure of pod files from other packages you uploaded, they look rather similar. So the file CONTRIBUTING seems to be derived work from CONTRIBUTING.pod and according to the CC-license of CONTRIBUTING.pod, the file CONTRIBUTING must have the same one. > Instead the upstream COPYRIGHT file (which you might notice uses Debian > DEP5 format - Toby is really cool!) states explicitly that the licensing > of the CONTRIBUTED file is "unknown". Yes, it is unknown because some tool he used to create the COPYRIGHT file did not recognize the paragraph at the end. Anyway, if the license of this file is unknown, we would not have the permisson to distribute it. I would say that this is a worse solution. Maybe you can get a statement from Toby about the files CONTRIBUTING and CONTRIBUTING.pod. Thorsten From dr at jones.dk Wed May 28 21:06:54 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Wed, 28 May 2014 23:06:54 +0200 Subject: "CONTRIBUTING" file in libtypes-uuid-perl In-Reply-To: <20140528215806.7d142eed@miranda.g5n.co.uk> References: <20140528215806.7d142eed@miranda.g5n.co.uk> Message-ID: <20140528210654.4335.70067@bastian.jones.dk> Quoting Toby Inkster (TOBYINK) (2014-05-28 22:58:06) > It's been brought to my attention that the licensing of this file has > been causing problems. > > Firstly, CONTRIBUTING.pod is just a file on my own computer that is > used to generate CONTRIBUTING. As such, CONTRIBUTING is covered by the > same licence, as it is a derivative work. > > Secondly, to avoid Debian having to bundle several kilobytes of legal > jargon, I'm happy to multi-licence the file under the same terms as > the rest of the libtypes-uuid-perl package, so that all files in the > package are similarly licensed. > > A new version of the file can be found here: > > https://gist.github.com/tobyink/fbafb504f85c833c039f > > I'm happy for this file to be used in the place of the old one, or for > the new licence terms to be applied to the old version of the file. > > This goes for Types::UUID, and also any other Perl software that I've > written which includes the same file. > > Please let me know if you have any questions. Thanks for your swift response, Toby! - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From dr at jones.dk Wed May 28 21:10:37 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Wed, 28 May 2014 23:10:37 +0200 Subject: libtypes-uuid-perl_0.002-1_amd64.changes REJECTED In-Reply-To: References: <20140528190356.4335.43236@bastian.jones.dk> Message-ID: <20140528211037.4335.33787@bastian.jones.dk> Quoting Thorsten Alteholz (2014-05-28 22:31:35) > On Wed, 28 May 2014, Jonas Smedegaard wrote: >> The CONTRIBUTING.pod stated as CC licensed does not exist in the >> tarball, and nowhere is stated that CONTRIBUTED file has same >> license. > > the file in question is not named CONTRIBUTED but CONTRIBUTING. If you > look at the structure of pod files from other packages you uploaded, > they look rather similar. So the file CONTRIBUTING seems to be derived > work from CONTRIBUTING.pod and according to the CC-license of > CONTRIBUTING.pod, the file CONTRIBUTING must have the same one. > >> Instead the upstream COPYRIGHT file (which you might notice uses >> Debian DEP5 format - Toby is really cool!) states explicitly that the >> licensing of the CONTRIBUTED file is "unknown". > > Yes, it is unknown because some tool he used to create the COPYRIGHT > file did not recognize the paragraph at the end. > Anyway, if the license of this file is unknown, we would not have the > permisson to distribute it. I would say that this is a worse solution. > > Maybe you can get a statement from Toby about the files CONTRIBUTING > and CONTRIBUTING.pod. We hang out on irc, and I already discussed this before seeing above - and Toby has now clarified the situation (supporting your interpretation - which I, from your reasoning above even disregarding Toby's clarification, agree with myself). Thanks, - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From tobyink at cpan.org Wed May 28 20:58:06 2014 From: tobyink at cpan.org (Toby Inkster (TOBYINK)) Date: Wed, 28 May 2014 21:58:06 +0100 Subject: "CONTRIBUTING" file in libtypes-uuid-perl Message-ID: <20140528215806.7d142eed@miranda.g5n.co.uk> It's been brought to my attention that the licensing of this file has been causing problems. Firstly, CONTRIBUTING.pod is just a file on my own computer that is used to generate CONTRIBUTING. As such, CONTRIBUTING is covered by the same licence, as it is a derivative work. Secondly, to avoid Debian having to bundle several kilobytes of legal jargon, I'm happy to multi-licence the file under the same terms as the rest of the libtypes-uuid-perl package, so that all files in the package are similarly licensed. A new version of the file can be found here: https://gist.github.com/tobyink/fbafb504f85c833c039f I'm happy for this file to be used in the place of the old one, or for the new licence terms to be applied to the old version of the file. This goes for Types::UUID, and also any other Perl software that I've written which includes the same file. Please let me know if you have any questions. regards -Toby From jwilk at debian.org Thu May 29 07:16:33 2014 From: jwilk at debian.org (Jakub Wilk) Date: Thu, 29 May 2014 09:16:33 +0200 Subject: Bug#749690: HTTP::Message manpage: typo "promise" -> "promises" Message-ID: <20140529071633.GA5289@jwilk.net> Package: libhttp-message-perl Version: 6.06-1 Severity: minor The HTTP::Message(3p) manpage reads: The HTTP spec (RFC 2616) promise that joining ... But "The HTTP spec" is singular, so it should be: The HTTP spec (RFC 2616) promises that joining ... -- Jakub Wilk From owner at bugs.debian.org Thu May 29 08:06:16 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 29 May 2014 08:06:16 +0000 Subject: Processed: bug 749690 is forwarded to https://rt.cpan.org/Ticket/Display?id=96051 References: <1401350623-3462-bts-dmn@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 749690 https://rt.cpan.org/Ticket/Display?id=96051 Bug #749690 [libhttp-message-perl] HTTP::Message manpage: typo "promise" -> "promises" Set Bug forwarded-to-address to 'https://rt.cpan.org/Ticket/Display?id=96051'. > thanks Stopping processing here. Please contact me if you need assistance. -- 749690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749690 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Thu May 29 08:07:25 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Thu, 29 May 2014 08:07:25 +0000 Subject: Bug#749690: Pending fixes for bugs in the libhttp-message-perl package Message-ID: tag 749690 + pending thanks Some bugs in the libhttp-message-perl package are closed in revision cb5f61ee531e63d331dda3ad2ec0cfa4b8f31d9e in branch 'master' by Damyan Ivanov The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-message-perl.git;a=commitdiff;h=cb5f61e Commit message: add patch from Jakub Wilk fixing a minor typo in HTTP::Headers' POD Closes: #749690 From owner at bugs.debian.org Thu May 29 08:09:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 29 May 2014 08:09:08 +0000 Subject: Processed: Pending fixes for bugs in the libhttp-message-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749690 + pending Bug #749690 [libhttp-message-perl] HTTP::Message manpage: typo "promise" -> "promises" Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749690 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From alteholz at debian.org Thu May 29 12:38:35 2014 From: alteholz at debian.org (Thorsten Alteholz) Date: Thu, 29 May 2014 14:38:35 +0200 (CEST) Subject: "CONTRIBUTING" file in libtypes-uuid-perl In-Reply-To: <20140528215806.7d142eed@miranda.g5n.co.uk> References: <20140528215806.7d142eed@miranda.g5n.co.uk> Message-ID: Hi Toby, thanks alot for resolving the problem so fast. From my point of view everythig is fine now. Thanks! Thorsten From alteholz at debian.org Thu May 29 12:46:08 2014 From: alteholz at debian.org (Thorsten Alteholz) Date: Thu, 29 May 2014 14:46:08 +0200 (CEST) Subject: libtypes-uuid-perl_0.002-1_amd64.changes REJECTED In-Reply-To: <20140528211037.4335.33787@bastian.jones.dk> References: <20140528190356.4335.43236@bastian.jones.dk> <20140528211037.4335.33787@bastian.jones.dk> Message-ID: On Wed, 28 May 2014, Jonas Smedegaard wrote: > We hang out on irc, and I already discussed this before seeing above - > and Toby has now clarified the situation (supporting your interpretation > - which I, from your reasoning above even disregarding Toby's > clarification, agree with myself). Great, so please upload libtypes-uuid-perl again. I will also mark your other packages from Toby for accept. But please don't forget to upload new versions of these packages with the new CONTRIBUTING or at least a comment pointing to the version in git. Thanks! Thorsten From ftpmaster at ftp-master.debian.org Thu May 29 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:00:07 +0000 Subject: libtest-modern-perl_0.007-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 10:46:50 +0200 Source: libtest-modern-perl Binary: libtest-modern-perl Architecture: source all Version: 0.007-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtest-modern-perl - precision testing for modern perl Changes: libtest-modern-perl (0.007-2) unstable; urgency=medium . * Build-depend on recent libmoose-perl and libnamespace-clean-perl: Optionally needed for testsuite. Checksums-Sha1: f52ed1b1db250a164284cca1cd7d8ca4bb860270 2575 libtest-modern-perl_0.007-2.dsc 3740e7189326f000807188aa3c9577d94e870176 3368 libtest-modern-perl_0.007-2.debian.tar.xz 3bc2e4bdc1b661758499aed9fcb3d36f29dca0c1 30272 libtest-modern-perl_0.007-2_all.deb Checksums-Sha256: c2d4ec10a1a30b92da00ff58a95f2f0f6e93db8e945082bba9e5227a0338c0a9 2575 libtest-modern-perl_0.007-2.dsc 3887fe520b705c4c23f633a2410071a77463e2c0ed4837f06f2fe46d7ccea886 3368 libtest-modern-perl_0.007-2.debian.tar.xz e48c10a0a9f872e51ad98ade4a82e92a063216fdcaa7012a884d9103d500db0f 30272 libtest-modern-perl_0.007-2_all.deb Files: 85c3490312e0b26396c40fbc232d6690 30272 perl optional libtest-modern-perl_0.007-2_all.deb 1776eaa0e0c223fe9e19a076dbf9d01b 2575 perl optional libtest-modern-perl_0.007-2.dsc 3c6488d4e79b3be36f4514e2b74502ee 3368 perl optional libtest-modern-perl_0.007-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTdyOhXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhDDUP/RRZV3M3bcBHXGpmPkUt4e/o uFYpSZHpP9VqN5nJEneXVXAj9DaXmQ/TEwIBvL7Am1Y7d7c/pyBihgaZ/njcqrEm xOF7/ruZFokqMiS/bA7AKc7UObmdVmKIzmLMOTOT5O/DMMDyUnY5kGyTOqBWvR/7 G9c7brOENYtRvJ3oWoEYjfJNU109xbhUcu628Fdx8Uwr3CcJdEzkQU4+zu7tiWVK 4LUoxjE7x8oSqw2+WM+VR1E5c8TQ79TJOAesf9nsDFkj4PMmJ89Ya+uGgn3kM8Ad uGmjbPHrVJr8UWb0mu5kU0ejQH0rdkddgeT14oGwa8YNmj5zX9RS8gxPc0ZURKbZ ISRGLq9BYOtTETKuEIFsHKDEgbBF7sWteUU+21rOSxSCZKCM2nQEibEsJtykW6Oa 9XR9uo0qFu0JpqQ78Td9neBH7n5iS3IST1aVqGNUfJyKah6AoEdxBrzyeEP8exua 7ospQKFpPku69KUf7h4/AQYRCu8/1uXWgxIVkygouk26Bg2CEaawmW/1dhbKL6hO GoMl1QRAFTEHW7jW6HRx865i0X+p3EPR/pFDZe4I/79e6JL10i8GE0vi+EEyPjji aNzkZNI3bTqdQl7Gc1p0Drdf+CZZeCbX65NWNxgX4nW0rDUwxvzY5nJWdByryes9 IRCVkGU7XY7WRyP0his5 =dX8t -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:00:07 +0000 Subject: libtypes-datetime-perl_0.001-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 10:59:16 +0200 Source: libtypes-datetime-perl Binary: libtypes-datetime-perl Architecture: source all Version: 0.001-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-datetime-perl - type constraints and coercions for datetime objects Changes: libtypes-datetime-perl (0.001-2) unstable; urgency=medium . * Build-depend on libdatetime-format-iso8601-perl and recent libmoose-perl: Optionally needed for testsuite. Checksums-Sha1: fb73f78e45ad4524b4b3aaff07c2995677a3ce42 2440 libtypes-datetime-perl_0.001-2.dsc 816a7f55bbf000aa52eb2edb7c1d2535ba5b5576 3024 libtypes-datetime-perl_0.001-2.debian.tar.xz dca8e7ee9b0e33ea23266e2f6a45f0498a9887b6 14684 libtypes-datetime-perl_0.001-2_all.deb Checksums-Sha256: bfa760a293b4ecde5b32cc456e97258d789c51ebcf678a7aeabfc213b29e2b95 2440 libtypes-datetime-perl_0.001-2.dsc c24ace3493993bc46ee02f78d6d06cf8744cb7b03ce92b3154306b1439641158 3024 libtypes-datetime-perl_0.001-2.debian.tar.xz ffd508fab7dc4e75701caa51768657a8c2de3da20af0753020cf96b4ba80f917 14684 libtypes-datetime-perl_0.001-2_all.deb Files: 30fc16a326b27a29ddd1c4d15e0308ee 14684 perl optional libtypes-datetime-perl_0.001-2_all.deb 3b99f38ffef15ec11939edc8ab3c1575 2440 perl optional libtypes-datetime-perl_0.001-2.dsc badd040de71e31b1d22f8f82161a3aa3 3024 perl optional libtypes-datetime-perl_0.001-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTdyW3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh/pwQAI31ZsRG5S0vaLyesifbHVlY 4N5AtDI9XmHWMDBUc0FiXoGIfCRZpLep15NdYNaInIs6AOBLHKn3GU+R7LwB1DtJ GqtlPYJjNA2cjLSMSCOTSwUfWtGBtc4hD1CR9Zp9wOGvc2M20iqmcs0aVghCC2px iDrJ2DroFA6tYYnzRMIYNnAD6pJ1FRShhWneFZZgnFp7eaeE1gLjbHstXuPbROI9 yBhJi6perRKtT/QE2Y5QAkya1uW2DZCJAigTqzQYTl7h1G6JOmyf7LHwi567jnTf ot+B0/gP8Ps7Mkn3bbxZcaExbg8ah7ShJXyx5Wz1CW5ZNLPYiTrhGaa887zYr9BP LUqzwTrnhj5is7mUAFkU9EDl5MhDU2bB75ARt76ujc68W4lhp60fhlq3STj//RSU Xtaozxtz8hTc59HkwvF2D03BZCxf3DoljVTUoNOreGkQHbmHRjnyheQG81Futgb9 WiVW3zH8dL4jKvt8oc3yL2NecnylenJTGOpz473HpDOUCkSkortIFiJdEv0tdNgx m9Cw/m1zB2Ql25QJ5U48kef98C5hKFgWYs5+tVrnPVllb/QuslJLmnVBL3tLXo1u J1JZpql2CBJCyxoTU/1PAWin9RsnrXCswF7YGhZDA8uvzxUCexjT5v2JGjPb/XdD KVP5PCTPN0JPMM6UDLTw =nITz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:00:07 +0000 Subject: libtry-tiny-byclass-perl_0.01-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 13:20:35 +0200 Source: libtry-tiny-byclass-perl Binary: libtry-tiny-byclass-perl Architecture: source all Version: 0.01-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtry-tiny-byclass-perl - selectively catch exceptions by class name Closes: 728537 Changes: libtry-tiny-byclass-perl (0.01-1) unstable; urgency=low . [ Vasudev Kamath ] * Initial Release. Closes: bug#728537. Checksums-Sha1: a360a7e21c8275aba04658718bf6d38556174add 2331 libtry-tiny-byclass-perl_0.01-1.dsc 29cbc97ee3b7512dac4aefb0d07bb4013d395ab6 3547 libtry-tiny-byclass-perl_0.01.orig.tar.gz 8891b5861b2dacfdc03c5821a24b0a83c4d64790 2572 libtry-tiny-byclass-perl_0.01-1.debian.tar.xz 021dc14bd390a350c5180f9cdc6fea7bf39610e6 8636 libtry-tiny-byclass-perl_0.01-1_all.deb Checksums-Sha256: 4c98c79341f33c3aef8861da61d960eedcbaae24e1222362e40315a70b073f6f 2331 libtry-tiny-byclass-perl_0.01-1.dsc 2717cba5cb1eef3e2600f3f8435643265cac35e0f1034abf4869b8bd2803611d 3547 libtry-tiny-byclass-perl_0.01.orig.tar.gz d7550193d8e1d09ee0268eca7cacfc77c807b5d2ddd4a5bacd0a66f4523cf494 2572 libtry-tiny-byclass-perl_0.01-1.debian.tar.xz ee3ce0b8dd2f885691e85822a4178d80a9698a29773e986e586654461d659061 8636 libtry-tiny-byclass-perl_0.01-1_all.deb Files: 98b00fd4708551aa8b9061457451f229 8636 perl optional libtry-tiny-byclass-perl_0.01-1_all.deb d346058b27c6a68fd56af5de2cb55831 2331 perl optional libtry-tiny-byclass-perl_0.01-1.dsc 965316e7386bd9269c7a6bbcb10fedac 3547 perl optional libtry-tiny-byclass-perl_0.01.orig.tar.gz 1aa2d8548a384896d2f4c29156cccd97 2572 perl optional libtry-tiny-byclass-perl_0.01-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTd0aiXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh0QUP/3JgF6MB9gsEHp+6Ds3OTx6I AmMCs1cyLKH73kEzupm1y0ufYn+/0PFVSXsETC6r5MMqwQiuDxfQo9xEF37ibiob 3uYaalEFOtVMErJ9HuZtQVqOnuXSKCd/DyDXQe8VmpPbHe19Mvjipyi8Nzy0YW4j G28AAVeYd4tWRqQgyI4VAHF8wZNo08lZ8DenANvUDGSMisBJuk/34oThYL5FZNYP XlGU+Nt/GhsJKfyKKVv28Epbeh0r3FQg9jYFdOJZhmwLZ5JxBluHQebSKubUgf4D a/VzcflPKCxCyoLyzEYSnFjW1I+CRhv9plNDg3ayaFPmEJ3UcsDRbhIfqI5KYvXa pIRqbVe5di+Db9HvvM24oGoOe6VwvOYf/dklBvv2RiBji5TJsI/iHpNWYJYyczSb xdg8YRC8kgGlKvtXMVT/QHTpFfrPQz+ES+CBo2MTPR8Tpc2f/vzODmhdVusvzLUI YfPRWGaxn4Sqyk1t4tQzMxk2J0rgiI6ayeto+fTKyTINIJryY4CvrEllqrkW++fo gapNHgZzc7N6sgT2SvrJuBvrkegxKJIHGRA0gg0un7Id8tGMLMOT4UQAE0Na2cX3 Tge/45fpy+rvd3e2ZrUU+CJTeX3AqAha1DFcAYFL2xmrQGMhM4rKtXGbDeJskXTQ EPRwyk5YpBTdgiAln3g8 =hwIf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:00:06 +0000 Subject: libtest-modern-perl_0.007-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 10:01:02 +0200 Source: libtest-modern-perl Binary: libtest-modern-perl Architecture: source all Version: 0.007-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtest-modern-perl - precision testing for modern perl Closes: 747747 Changes: libtest-modern-perl (0.007-1) unstable; urgency=low . * Initial packaging release. Closes: bug#747747. Checksums-Sha1: f3062de86b7a2029b06865fcf0d4c0a6d0fee32f 2523 libtest-modern-perl_0.007-1.dsc d95fee60a1b66bb587935ca53bf29ee9f2766f6b 33417 libtest-modern-perl_0.007.orig.tar.gz 3a83aee28584d74f5332b150b1dad978677855b2 3260 libtest-modern-perl_0.007-1.debian.tar.xz 42ad80d626d78b9075fcdbccb427d518b199986b 29678 libtest-modern-perl_0.007-1_all.deb Checksums-Sha256: c62d2329d050a7bf1f6e7dc1bcc5383bf663d116f69b1f66816b46438859c4b0 2523 libtest-modern-perl_0.007-1.dsc 9282295a7156f900e98bcd23300de214567a5deb7fb6fdef58c56ddb9b00902d 33417 libtest-modern-perl_0.007.orig.tar.gz e4dcd1c742d4966b3d8a9d86a2e130d0648c1420c1f039b0cf2338f9a24c42f1 3260 libtest-modern-perl_0.007-1.debian.tar.xz 0829f4460f6323b88f8bb81e932930e179389b507ab8f28f5e387d92849cd8c6 29678 libtest-modern-perl_0.007-1_all.deb Files: dc74edddcabd4d1bff6adb541d38d16e 29678 perl optional libtest-modern-perl_0.007-1_all.deb 415b75a4e0cd7d388c69fd6cf8a058e8 2523 perl optional libtest-modern-perl_0.007-1.dsc 86ff5ae9aa65d13a77ac8efd885e8a86 33417 perl optional libtest-modern-perl_0.007.orig.tar.gz 1df3b808dae0bfe05306a6b4b3f1158f 3260 perl optional libtest-modern-perl_0.007-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTdxi3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhOTIQAIVIUP6YU877fZa3xlAMCSgt xC4eEvcQyzcGdx4FlwM28ZU0pHajWfWhxXc93dv8UM+CzO/Qet5qWJ/L/XZtlgTx uvuvCZP3JfigXRjQCzLp2tXB0fidwesHq5Pzpy5TTcrEOWJ+3HHZwCjCec5awKcv GX2+WzKWU3r9kl9FP5jQG6Iavyf8nWc54aOMB86ypO5RIAhkbVADLuCYiLqCGTcc TxvcnGHAqmpTkaxGca7VMqDpSChcykg+Dgo03rnG08TRaag+k9FvDExCrhUzpiSA W9NEehnnwNoJsV/0UxEuHe9Dhyorf3lHmg6MfLxaWN6ZIIp35U0JkQFQ0APXkAHY g3PlZVg/uIilaU7YrGXHQSoIVF5eW6+L27Il35oXzmif9hFwd727e11zASlO6Su3 zeV4FwFLijp8eSQH0yU5H9VS/uyFEG+BVa4HgmZCM4IlX1iCfZpAq3MbpZz/FEDv W+DspurOrOca/hLSSfXPvaMkCdnMGDMCTY70dx8Eg8G1HdLfBWRgpHjms3C6cuTv x+UE3VJx41fL2hcuLJCf9yimmdHG+rLdY9aDX//eHGeeg9bEMqi7ywUhBoSV76Gw FYwBR8XeaEWDerYpyJxh9h5uEMSsRPfiq4HrIosv/S/8pSGE38vy9ZmsoZYDjyPJ UK0I+oKd8nioo9fbVSPf =82yc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:00:07 +0000 Subject: libtypes-datetime-perl_0.001-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 10:19:20 +0200 Source: libtypes-datetime-perl Binary: libtypes-datetime-perl Architecture: source all Version: 0.001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-datetime-perl - type constraints and coercions for datetime objects Closes: 747706 Changes: libtypes-datetime-perl (0.001-1) unstable; urgency=low . * Initial packaging release. Closes: bug#747706. Checksums-Sha1: 1d06d230620b03879e6e7bb67321e456275b5040 2380 libtypes-datetime-perl_0.001-1.dsc 9c65f0fbd0a535a6918c581f3669a3e77f46e8ab 18924 libtypes-datetime-perl_0.001.orig.tar.gz fba37b06a44577cdf083949bdf1446abad98e181 2916 libtypes-datetime-perl_0.001-1.debian.tar.xz 4d3a0efa9824324b12ae6ccffb707d4d7dcba081 14282 libtypes-datetime-perl_0.001-1_all.deb Checksums-Sha256: 67a4829b2f29c3300b822e13e0ca8fe12eead35e3e1a9e327493c80fae9a7dc2 2380 libtypes-datetime-perl_0.001-1.dsc c4266a8df8850887929987caa30921ffaf53c99faf22fed4a5fe763aefe190a2 18924 libtypes-datetime-perl_0.001.orig.tar.gz 363ce1422266ee17cade176ca2218948644f70534415756bc12a84b52db94bd8 2916 libtypes-datetime-perl_0.001-1.debian.tar.xz 2bbd00da17240d9bdfad6cf5291f9870fddbee3f2ef4854c903ecd73a52b6512 14282 libtypes-datetime-perl_0.001-1_all.deb Files: d84fa5b807e5b306c6f8bdd32f6c0717 14282 perl optional libtypes-datetime-perl_0.001-1_all.deb 6c2ede24928725d848b5c76ffff129b4 2380 perl optional libtypes-datetime-perl_0.001-1.dsc 369be3304cdb152573a453a79d430ec5 18924 perl optional libtypes-datetime-perl_0.001.orig.tar.gz 512bc710fb6e7d6ed17fe17604e0757b 2916 perl optional libtypes-datetime-perl_0.001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTdyA2XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEheDQP/iuPI3MMNQOKxAJmSWqCTccK OKzS2Hp8LzKwmhHyye0b1TKQLyPO0EbdW/1pwAltNTEu48ZG7ramdOE/+Wjqyifs wj+81R7gHXNupHtuhjI1k4T09OvdOKncjuVmWDGvrxEL0kvtkp+39f0NYYDEKiHi 0nPDeP/d9QA6Cgkd2p/XA3QG3MVwydZsU3xze4Df5vrQ1lytZj2uRAhHInLGcvZz BKUIorGMMU/wQJwkU7HoBkxxfNTMNox5VVT2LMq8yQJr/6VeM2hd88fxkOh0VKRM sAV/9f+Cq8sdsOuB5/TEO9uY7vX0J0NTnm4/dclUvi8gCQ5SBr4uoveCiW8y2ZNt LNmiODVYvi5QMbZcIfYSyDiBjr+9+HiskZ55LE9a/8wJTPHnNKSdNrMVBbSyCy/3 yPaVlQ5hUAF2AN9D/dAkSqci+9wNnJbhU2aEDw6RxevGZQamShKAtusfb2XXtaS0 KVonYHA0JycijPPCW9kfiK3u4lgC3m8V+SXkHpzOflnpqKXfq/g5qTIYbIkVQ/e1 ZXERQbaV8Acj3DhMz/UvMQ1CiOEEIdenz+VVbIdsBB/uCbkoOsGM+ayMiEQemFa5 3nz6LhyPvFa0TKR+hwySbYGolNntnMZTQ6/KWxYlb7VL015I5aEglJoA1i6GVi0p FpWilKm7wwFWqQWBibvn =vPrP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:00:06 +0000 Subject: libmatch-simple-xs-perl_0.001-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 11 May 2014 14:34:06 +0200 Source: libmatch-simple-xs-perl Binary: libmatch-simple-xs-perl Architecture: source amd64 Version: 0.001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmatch-simple-xs-perl - XS backend for match::simple Closes: 747722 Changes: libmatch-simple-xs-perl (0.001-1) unstable; urgency=low . * Initial packaging release. Closes: bug#747722. Checksums-Sha1: 9182261c32aba32a50e3ebdc0f4032395daf88a8 2383 libmatch-simple-xs-perl_0.001-1.dsc 7dd2ef90edcd0d4fe82fb6e10273ed2fce23ef32 63200 libmatch-simple-xs-perl_0.001.orig.tar.gz 12d30825a3d9428106f480152f00e493fb5a8bdd 3432 libmatch-simple-xs-perl_0.001-1.debian.tar.xz 1c598d06ae9ac98d248884ae9d586a37cb5d7cda 12886 libmatch-simple-xs-perl_0.001-1_amd64.deb Checksums-Sha256: 97b6c8e33767c853d67feac80914aca55b2c68c4b6b1c6b591b6d38a19a483fc 2383 libmatch-simple-xs-perl_0.001-1.dsc 307abbf5d901eafa9be15a3e15229dbc94d0c2514167921fef96a50576be1076 63200 libmatch-simple-xs-perl_0.001.orig.tar.gz 6dd9a36d5606324831d251f55e28678080050dbb0b25a789c0759c425977cddc 3432 libmatch-simple-xs-perl_0.001-1.debian.tar.xz 5983f862c1d1f60c2ca1b3dbd54c598b198c11c08d570effebafa3af77a58a13 12886 libmatch-simple-xs-perl_0.001-1_amd64.deb Files: d8194479e829cc0c03c7e2f509cc238a 12886 perl optional libmatch-simple-xs-perl_0.001-1_amd64.deb 9e3fb2237d12e04205354400028fe6e7 2383 perl optional libmatch-simple-xs-perl_0.001-1.dsc 5924f7d02a69908fb86ad8a5d3a5dc84 63200 perl optional libmatch-simple-xs-perl_0.001.orig.tar.gz fe2c5c7e3a860440c41cabfaaa40b712 3432 perl optional libmatch-simple-xs-perl_0.001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTb27xXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhJ8gQAIWeKCSnAbWxBiI5oMh3AoCR M568r7VUNjOT2ztyjCbOSyWSdFhT91xiF2JbZpMXvj9KBYpcyTOav8+A2Sw1sJ7x DYIozM+un3noueNDNyP5Ehb3isRioSMFaJs7JJR/pc4TLGgMzD7E9sj2fvD2vhXl XyB01+kHSsf7GnU0cKASeIQbFnrEYnqE8P46i03aSbM1x6OOH66C9S9AAHNWFbB6 m9Bm+mOeZeXkyvwNTMGF/Klh9gp+Eza1AhxRrE2milztnnTlXMQ+f7fg0biyFAv7 Sw5Y7on+TKJqNINOCOfeaeeZ/vXTlH3g9UEbju2r+plt8RjACx3zQ/tVqPXFWBtf BUcXBeVb93qwNJYvlCoQhppPscS/7tPnfnjOBaful5yAP5WmdFxh5PK+yUTccmfe TtZCqhUQ3O4YzHOekG48vqSnYZC3ka9l+i+DrA3miIZSVKelg7mdM2BM5FLakfQ9 VSlTmJE4MQK20R+sO6ObplMzJDQYVRyN+tn91MKM76H+JcqFEicp5cXwpWy3fo6H shqjighNLSKPT0XovTk+fj+TBGaSuenwUE7W8JL8ul6DgC6y97HiFcikNaSCiUa9 fG1UEZd5+SWDcS3MucvUoR8DxNri/lFDp6c4NPmJ0S7shQTmb+aNDMZZd7RLYIpr hbPwDlTkyMNYbPjKIj1y =qdJQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:12:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:12:56 +0000 Subject: Processing of libtime-parsedate-perl_2013.1113-1_amd64.changes Message-ID: libtime-parsedate-perl_2013.1113-1_amd64.changes uploaded successfully to localhost along with the files: libtime-parsedate-perl_2013.1113-1_all.deb libtime-modules-perl_2013.1113-1_all.deb libtime-parsedate-perl_2013.1113-1.dsc libtime-parsedate-perl_2013.1113.orig.tar.gz libtime-parsedate-perl_2013.1113-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 13:12:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:12:57 +0000 Subject: Processing of libcpan-perl-releases-perl_1.74-1_amd64.changes Message-ID: libcpan-perl-releases-perl_1.74-1_amd64.changes uploaded successfully to localhost along with the files: libcpan-perl-releases-perl_1.74-1_all.deb libcpan-perl-releases-perl_1.74-1.dsc libcpan-perl-releases-perl_1.74.orig.tar.gz libcpan-perl-releases-perl_1.74-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 13:19:22 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:19:22 +0000 Subject: libcpan-perl-releases-perl_1.74-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:11:52 +0200 Source: libcpan-perl-releases-perl Binary: libcpan-perl-releases-perl Architecture: source all Version: 1.74-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libcpan-perl-releases-perl - module for mapping Perl releases on CPAN to the location of the t Changes: libcpan-perl-releases-perl (1.74-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 688632cf07f07faf1df8d417e73ecf04d2518ddf 2292 libcpan-perl-releases-perl_1.74-1.dsc 340eb01a40fe6e559f0a8e3e53e71c083ba1d5be 21682 libcpan-perl-releases-perl_1.74.orig.tar.gz a6cd5e444aa76d9c521d0c7bb2b2b6622b969ccf 2500 libcpan-perl-releases-perl_1.74-1.debian.tar.xz d14119d271fdcbf3b9993a01f5866c35d8e5b555 16508 libcpan-perl-releases-perl_1.74-1_all.deb Checksums-Sha256: 5672d00560a773448fdc401574faeb68213e65e5e715dd694bfd2ded2a934978 2292 libcpan-perl-releases-perl_1.74-1.dsc d02efb5ce6cfe4bbbbd8c89bd5019d0e7c5078aecc460715e061c4555be93414 21682 libcpan-perl-releases-perl_1.74.orig.tar.gz 1480e54b6eb6cbf8d0a17697be4e2fa13c77664611dde1ed72dc9d70af5c562c 2500 libcpan-perl-releases-perl_1.74-1.debian.tar.xz a800e6b341b67f8598b723752eb5027945893f15a3abca8d7dbb811fbf2d9b22 16508 libcpan-perl-releases-perl_1.74-1_all.deb Files: 8e2044b1a0df08e1dd99b5d012db9583 16508 perl optional libcpan-perl-releases-perl_1.74-1_all.deb 017543939821ea624a2e785abb966f8a 2292 perl optional libcpan-perl-releases-perl_1.74-1.dsc 0ff04aee610c1e6e9726f6166eada0ad 21682 perl optional libcpan-perl-releases-perl_1.74.orig.tar.gz 822ea9e8d46b9fb9831c4c1adf596cca 2500 perl optional libcpan-perl-releases-perl_1.74-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzI6ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBpsGEACuFlO1r31eXTvCesfyjxd1UpW46MlxT65J4jDlITo1g6J0 M8aklc8za6NaA6rJaZcCSp6XObEd8rDTIdev5rxmSx09oOm+CjW4XkiJW2deAHW5 9vEWm8sM8HMsUnH8Z32nRRU9/MolN5cgBqh9AR4bnG525Tgju5qbhUtFYY65xQMj 2fbIe7ZISO1SnlSnhxGGRoYpDqDTID0DDh/D6U/wucLGEduvaqHhHLvzxm82+AOs SAkgeTPwmopJ6WLv6AgJ+ReponN18zML3KtizTvtfiLvj5RaBQOA2RGSa1agNDm0 +sDzDiq27fKEpnes2GGFDYpKnbtbMH40F37ywYhb7UEIJMMZvstNDGKNMAgVbrdz M0Z5cZac9X8l7qrOgxkp7iZZ0O23vCbZSiBLt0fGYN/DKBDqlraTk5PaQS14Bmqd TZpWd8eIcWJZ5UVB3lpZrHHw0iaNWF7Rf1OLZP5/dJG7fiM6B3NBqtaXh5D4V5sJ AdfNiF+GMOHzjRIcWPHCDexp45eCjrDl0fiuMLsbF8xCgICXh2NL5A8M1CqZsGFN RSH5icguEcgrDvX2mHvBjBFa29peJWkzv7FwiG67RFpAK26cubJR11VIeLTiJAqq AHoxCttwOOetX6WGfMuUmdiBQC8yH80GK7fTdorcjtLjUX6kLUnPwKtRIIywCg== =FY0j -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:19:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:19:35 +0000 Subject: libtime-parsedate-perl_2013.1113-1_amd64.changes is NEW Message-ID: binary:libtime-parsedate-perl is NEW. source:libtime-parsedate-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Thu May 29 13:28:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:28:00 +0000 Subject: Processing of libyaml-perl_0.92-1_amd64.changes Message-ID: libyaml-perl_0.92-1_amd64.changes uploaded successfully to localhost along with the files: libyaml-perl_0.92-1_all.deb libyaml-perl_0.92-1.dsc libyaml-perl_0.92.orig.tar.gz libyaml-perl_0.92-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 13:33:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:33:00 +0000 Subject: Processing of librinci-perl_1.1.48-1_amd64.changes Message-ID: librinci-perl_1.1.48-1_amd64.changes uploaded successfully to localhost along with the files: librinci-perl_1.1.48-1_all.deb librinci-perl_1.1.48-1.dsc librinci-perl_1.1.48.orig.tar.gz librinci-perl_1.1.48-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 13:33:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:33:00 +0000 Subject: Processing of libxml-treebuilder-perl_5.4-1_amd64.changes Message-ID: libxml-treebuilder-perl_5.4-1_amd64.changes uploaded successfully to localhost along with the files: libxml-treebuilder-perl_5.4-1_all.deb libxml-treebuilder-perl_5.4-1.dsc libxml-treebuilder-perl_5.4.orig.tar.gz libxml-treebuilder-perl_5.4-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 13:33:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:33:44 +0000 Subject: librinci-perl_1.1.48-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:31:40 +0200 Source: librinci-perl Binary: librinci-perl Architecture: source all Version: 1.1.48-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: librinci-perl - module that provides a language-neutral metadata for your code Changes: librinci-perl (1.1.48-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: e34cd1ee801f293b17653bf39e3fd25de62aaded 2132 librinci-perl_1.1.48-1.dsc 785caa5e5b927ce737605e9d74565a5274150030 48674 librinci-perl_1.1.48.orig.tar.gz 1dcbb5d1391c2a227bee3987e9d164ffcb718e34 1716 librinci-perl_1.1.48-1.debian.tar.xz 536079778f9f9de96b6ac3c4ed956f1f5de4c4af 86508 librinci-perl_1.1.48-1_all.deb Checksums-Sha256: d4ef3e64c30364d7516b1e6b087ebd5d38daa613fccc84961c7508c07cdea568 2132 librinci-perl_1.1.48-1.dsc 410199cf532e477024368bd62961cb05f8a8dcaa794c06ee046dfdaa825d55fa 48674 librinci-perl_1.1.48.orig.tar.gz 80cd37b34fbc0508373c33bf6b277879b5a2ec79ff58a1f08a9ba40a51eb11e1 1716 librinci-perl_1.1.48-1.debian.tar.xz 674b1b409093f3332ad5893d799f72608a67af45aae7a763a347648f5de819eb 86508 librinci-perl_1.1.48-1_all.deb Files: 1a1c7b3cceacc9d22e603670d0740a11 86508 perl optional librinci-perl_1.1.48-1_all.deb 77144cd87d56c47fb5325e0e161dd4d4 2132 perl optional librinci-perl_1.1.48-1.dsc 88bfa87c31222b52f70eae8a57b3d6b4 48674 perl optional librinci-perl_1.1.48.orig.tar.gz 20f0985ce1f47f8aed4470d25d76a991 1716 perl optional librinci-perl_1.1.48-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzbeThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBm3PD/0S3QcXfIw1uK80NsLj5q8MCPWe1QHfA+pI7ZQg+E7TMJlF 0FRUCZHigAf4+sIUChmXpTWRSE6nXejSYNQ+VWqZxEXI58GLSVVGMrn8O9FclYHR gBavhhbnrYATBtDMoi9lKFBz6DQuXAFEatCIba2pnInjpeZ6fWbxciDTJnFNQerd h8U/XQr29LTxdcJsY9NSOw/92dGaHUc9MN1AVxCgBIWRT/71p1ponNVXDR2Cazd0 I1lWqZNdUMaa1/daku09RpGJsAaN5I4VRhZGxOVK6vkjKqotCo+VOCyu8YUKfqf9 tgPyrFuOFw49Ye+nK2R7Fsx/kaqjorLXpD1mUMiVWifd90j1DQiHo6gSZSEPpE99 wcMl/TaC+qSUtDqhO3H6xTjEEoMjIko9rvOidkTj9snpWxSiKikzU/ovkZN8KVno UE737Wqs0B8cEFiVB83Zh6ulc+1KRnLBjYwjXG+aN5HqrN07Dx91Ayg8uJTFB7ET v8RI70cDeoLcQsb6N/fAwbiByXD4MijoE75kdJZcGCza3kaCJ8SL1IQgJQ/hN/cE DBIVZ3A0OFFxV9d4XblMhVRde8OD+yFKCS2MdT40aIyR4jP3EAJ/Mn84OKf2Ym+/ ByafFqUVEJEE6MNZMGharvh7nSZGhfmtU3bTk0N/BOzJqf9nF1yxdYt6fHsWyw== =njPy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:33:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:33:51 +0000 Subject: libxml-treebuilder-perl_5.4-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:28:22 +0200 Source: libxml-treebuilder-perl Binary: libxml-treebuilder-perl Architecture: source all Version: 5.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libxml-treebuilder-perl - XML parser providing XML::Elements DOM similar to HTML::Element Changes: libxml-treebuilder-perl (5.4-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: 0d8c5d6afcd81fac4759e2bd0087a17b609fd7fb 2357 libxml-treebuilder-perl_5.4-1.dsc 039b6f2a3116e70ac6d1d31bcd80c7380d92a9eb 13785 libxml-treebuilder-perl_5.4.orig.tar.gz 18dd9147acb8a1628ba4cc7edef91e1d77f3e1ae 2544 libxml-treebuilder-perl_5.4-1.debian.tar.xz 703dc073b7ac24b4459bd2ae6772ffb620a9c855 16828 libxml-treebuilder-perl_5.4-1_all.deb Checksums-Sha256: 445bbaf246cc6497b0737ee50aea5d8d9a4e5e9a0956968e68b1d5e21c89b106 2357 libxml-treebuilder-perl_5.4-1.dsc 4fa95a5e22998ff90939300c5fed8d7a2cef76e3d3d707c3d7011a5a2accea2e 13785 libxml-treebuilder-perl_5.4.orig.tar.gz e901eafd3f22800b2fc69a4d492a219f9610b4ae0b2162dd0326de65fc8a0ce5 2544 libxml-treebuilder-perl_5.4-1.debian.tar.xz 505d40c0ce5f743c1ecb84938f5ae7c62bd1b72d6bf988fafab0dac0274a2d1a 16828 libxml-treebuilder-perl_5.4-1_all.deb Files: 9b4fc4afaa31e5a7dead84b55f41ddc7 16828 perl optional libxml-treebuilder-perl_5.4-1_all.deb 3d976fd4ad0bd1617a175505af2e19a3 2357 perl optional libxml-treebuilder-perl_5.4-1.dsc bf2d9102b62516f6e76c248acb9e8a2c 13785 perl optional libxml-treebuilder-perl_5.4.orig.tar.gz ab75fb205b9148bbcb4c661f06a06bf7 2544 perl optional libxml-treebuilder-perl_5.4-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzYuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBqHHEACfuNOMTn23WjLQ0O1BzD9XWNgjZbXTAGGiB0P5rDGmgGuH qcYf7AEzq9siLgqBXIoo3iJSJnF+DLl1ntpfhcL4OyafJ68Q3U8mKCe24Q/gYugu G0sqXNtuoRi3D+jw0PSTavRqJ9iSItJlKHGg5kHnMgXzWXUJ+gEIVizpAYKrXQq/ IdkvK8dyoX+fnITZgMOtcL6p8+AfDR2fdIYPff8w6gsrkiA42CkhpLhzAxzrxqqH mTyxlh4dEwqymF0leMu4y9c7SsCkNjeHdKgivDt3m1lLWKr7AJhIL4sDMg/2j/cM EV2srrHjTADyx5s5gqlm8hRfGgjhojVl0b/oa8MpeuKvUO9+b0LhpARdHhOS45IY Yyu2bnGh+1VjkUHDTu3crqshDx2R2+FiX91dObJgzAzddh7z3wEJfTGTCgDRXV4u XekjQdVRPDH7/hIA9790ofccDjP4SaiaiOM+GQxpQT36DOpBD9HerkVZDSFod/ex SzD3cCEmTMf5q3PuZcdZIkwLHeklGvEOcIa+lYgBwd+yZB8Jx1CG+oh3EmJBTZSf hNvq4oRKwnPJkfbALyHLuIP6ELEHMkA75/cboS/v8kbRWddjPvqkd9V1DlYsbAKE MODIE6zh7EElnrglrwJuFXr5W44zS8zK0yxXajI4pqIezHX/01GJnlls9fiqMw== =xUWT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:33:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:33:58 +0000 Subject: libyaml-perl_0.92-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:25:04 +0200 Source: libyaml-perl Binary: libyaml-perl Architecture: source all Version: 0.92-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libyaml-perl - YAML Ain't Markup Language Changes: libyaml-perl (0.92-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 6b7f0bb1954874c4bfc5a210c7f6fdeeafa7f7d3 2223 libyaml-perl_0.92-1.dsc 686a05503d591d518b689148c4e4f81c6f59a4dd 103279 libyaml-perl_0.92.orig.tar.gz 10e8cc61d0d0e570180751dc28612124a56abbbe 4808 libyaml-perl_0.92-1.debian.tar.xz 3cc082239faf74f6848c486a3dc89906e88fc4d9 71090 libyaml-perl_0.92-1_all.deb Checksums-Sha256: a74763fa64667535acd806e2b1b0d4a2e5634db22483be7fd3e0048c95be1b0c 2223 libyaml-perl_0.92-1.dsc 33563aaffeae238b6e6ecc65a9b8b86bb73593cdbe0b2adc01f79a521d822ced 103279 libyaml-perl_0.92.orig.tar.gz 236eede5edecf89a160ad756d95cdf0bccb84ac0afa3398972a39b0761059bb3 4808 libyaml-perl_0.92-1.debian.tar.xz 7dd065be377c4fe93f09e59bc3bca7cb82d29129a3994ff48a8a9453663d0210 71090 libyaml-perl_0.92-1_all.deb Files: 50071123f8802fce0c138ca6fc104e94 71090 perl optional libyaml-perl_0.92-1_all.deb b8c256c5781c93c68f801d771cf37fdb 2223 perl optional libyaml-perl_0.92-1.dsc 37c7276464c6a9a7e8a8712bd177f474 103279 perl optional libyaml-perl_0.92.orig.tar.gz 74127715a9fcf035b3e553dd0d26e844 4808 perl optional libyaml-perl_0.92-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzVXThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBjZtEACWfdsjEssew31Yexv1EX0RxS6OhBB3V4E9/wUlqOvwzSb7 Un08vB3duTtygo8uWY7BOylqM25Oqabv3lmFoQKqYkEmAVMcw/qSUwLPiZ+IIYR2 72J1iSP4NoBUVPha5KKO/jB5okLkCIwRCpr80/rXMA0Z3C9L8MtQmMbMRKT7cyys zIfCM6srvVWuBpFXse2nwoQ7isjcFuzRsHDc+2k5ow7trAwSHI1mb8C4WAraGShw dNvGy/XnI575QclO14vnFx0XzaMxk59sJXQ/RYisXff1H3M8VS41hVWPBFu2mtjv ci3BPEuChhDXlscUgJW7IHcRnbz7X1MRnsOk+8jhtauJDA5NroSqc+mhnu5ldy5s NY+c6UhB5pM3aANMlOBFAjS//IB0D3A3uOYjpKIg02WOCzxWGKygFeIRfguFmTcR z3b9Ldnez5Wz81ScE+BdX87YGduCuiXEiyYoRY8R/msZoZ+C3/7i9Tkk8sxLK3Qy Ys/qKIaeegbtUcJB7++NGFpPLaQNi/ZUpHhWYfRUw04WiKYIvximLL7OD/FtNCnJ UjOqsGhQCieTGSjFEm4Oc2d3CLp8lh5Sazhpsr7OleYumpuFV6zAnd2OQxzM5Okq pf23JtLPqg0PXKhanbKrvjECZ3E70ZXB1ZDl2YebbqDb0P3tiBALeVSbAW+NTw== =PC5l -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:48:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:48:03 +0000 Subject: Processing of libnet-github-perl_0.62-1_amd64.changes Message-ID: libnet-github-perl_0.62-1_amd64.changes uploaded successfully to localhost along with the files: libnet-github-perl_0.62-1_all.deb libnet-github-perl_0.62-1.dsc libnet-github-perl_0.62.orig.tar.gz libnet-github-perl_0.62-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 13:49:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:49:05 +0000 Subject: libnet-github-perl_0.62-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:43:12 +0200 Source: libnet-github-perl Binary: libnet-github-perl Architecture: source all Version: 0.62-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libnet-github-perl - Perl interface for GitHub Changes: libnet-github-perl (0.62-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update (build) dependencies. Checksums-Sha1: d5d60e91f2320a35a57255593a5197652287c2e3 2455 libnet-github-perl_0.62-1.dsc 298129af87846a3e12495b1a9ac60f7bd14e7fc7 44711 libnet-github-perl_0.62.orig.tar.gz 99530294e385f7de875ed997e53649e150f79695 3148 libnet-github-perl_0.62-1.debian.tar.xz 45ca3b835c97e5019970cb914b768ecb3ad851f6 57022 libnet-github-perl_0.62-1_all.deb Checksums-Sha256: 7150f2d016bf5408d95b572b0a2fc57c5396bf8b97e3b2e4a548ce8e39f0b5c6 2455 libnet-github-perl_0.62-1.dsc f865324d1bf2bfe59026ff69a4f645fe79a4d9bbdbbed8cd334198552b39b43f 44711 libnet-github-perl_0.62.orig.tar.gz 51b34d592a69c593858832d166b7fc8682d0d7a2a72066ac2b6f7621b2a1b1b5 3148 libnet-github-perl_0.62-1.debian.tar.xz b38359c1c0e576bcbcf608d92b6ea86a10264f477ab641bfff84a2d61f47a674 57022 libnet-github-perl_0.62-1_all.deb Files: 1194c7e989230ee32bda3542392a4944 57022 perl optional libnet-github-perl_0.62-1_all.deb 1c83d3b006434e748f9cf2582145d065 2455 perl optional libnet-github-perl_0.62-1.dsc e9a02fee283403029e9bc1f5d22f4859 44711 perl optional libnet-github-perl_0.62.orig.tar.gz 2180cd9e4fabdeec9b446fa7eb16e6fc 3148 perl optional libnet-github-perl_0.62-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzmuThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBg/OEAC26qG3rNTQJ6YheYoRLTGnxm4zzfn2wu0Y037IorrQHwTO bp952zzGsFulqPK81Ok81W4vGzm+XkjT4mS47sPB1toGu6hY7QQfp7EmoF4PwLYj soNGafGpC9dNk/58IrpJ4rBDOAB7OkqweFA7Cxx3XmozI4dymIY/V3h+WGAKN6lb 7+ZXwe5wFUHlM8eJ+vszZvAK2PdtxLFUMUJYyFO69mxxEtXEL3S5JFtpxk+kCjzX hWYM+9Iv34Xxe7j5vARq04lKxvzHqMaoQB5WkDYciQIN2JMAD5XUIJjPjY1Q7B3x W0XBALzhe88Ub3yUwvFqT7Y1WpuqKzYTSMfUr2jWAPlk2ggTKoNiXH0CrxHhtStS ZIRyuTp5VgUNWDhtYxF76XdceXedevJBd+ShMv03kPOJ1zRxHtRT0J++IOClH5xr N+cBGgNziisIL53qCHACqtU5UiJ1n9uKofCdfmiWLPyCbFkjWbO31RN3lW7oiui8 mPfwAVC3hA6E8nJ1iRXwrMMHgdyvzDXidbVONkeVQ87Hw48m+fqiX94pcw6MzBTU JgRyziV0dqACLK5kQ1Humz03bHayphFXZSGJlA5XsPWZcPYrwg2Ck+G2MxOoTeY7 dA4vnSM4d0lyLtj+9lzLrHGriSgR5edqFn4MsiSBqEvH0a01JyoIda4MWsBhqQ== =c1aa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 13:58:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 13:58:04 +0000 Subject: Processing of libmoose-perl_2.1207-1_amd64.changes Message-ID: libmoose-perl_2.1207-1_amd64.changes uploaded successfully to localhost along with the files: libmoose-perl_2.1207-1_amd64.deb libmoose-perl_2.1207-1.dsc libmoose-perl_2.1207.orig.tar.gz libmoose-perl_2.1207-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 14:03:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 14:03:04 +0000 Subject: Processing of libmoo-perl_1.004006-1_amd64.changes Message-ID: libmoo-perl_1.004006-1_amd64.changes uploaded successfully to localhost along with the files: libmoo-perl_1.004006-1_all.deb libmoo-perl_1.004006-1.dsc libmoo-perl_1.004006.orig.tar.gz libmoo-perl_1.004006-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 14:08:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 14:08:04 +0000 Subject: Processing of libmail-box-perl_2.115-1_amd64.changes Message-ID: libmail-box-perl_2.115-1_amd64.changes uploaded successfully to localhost along with the files: libmail-box-perl_2.115-1_all.deb libmail-box-perl_2.115-1.dsc libmail-box-perl_2.115.orig.tar.gz libmail-box-perl_2.115-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 15:36:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 15:36:55 +0000 Subject: libmail-box-perl_2.115-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 16:02:54 +0200 Source: libmail-box-perl Binary: libmail-box-perl Architecture: source all Version: 2.115-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmail-box-perl - message-folder management module Changes: libmail-box-perl (2.115-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: cdc5b13d65ad434528585b292843501aa1492287 2750 libmail-box-perl_2.115-1.dsc c73b402bb6a845bbf55ca9768f5532e7b7d418c1 630076 libmail-box-perl_2.115.orig.tar.gz 3b0ed12c7fe644a9c0a5027c067adf1be1a76c33 7828 libmail-box-perl_2.115-1.debian.tar.xz 35300a2deee4a9508f4fe467e2c7a3b3ac92bbda 1044696 libmail-box-perl_2.115-1_all.deb Checksums-Sha256: 449b5475f1a426f8129f329f5f280fa416157dbd5737fb92e153304712e9e271 2750 libmail-box-perl_2.115-1.dsc 5f2f9edee6edca1b649890e50dad19ecdd31592a7e5c8355eefb7964ba7d83b6 630076 libmail-box-perl_2.115.orig.tar.gz 758296789e2cd7aeed5cf11b1fb6cd5e492767a1ac3b364057fe81a695b933c1 7828 libmail-box-perl_2.115-1.debian.tar.xz 20130a925d9b7c7fdb47feb92c9a75daad1072c513e2447c65dcc1755cf2eb57 1044696 libmail-box-perl_2.115-1_all.deb Files: 2534c5e17b4b94fce855adb0cde27a89 1044696 perl optional libmail-box-perl_2.115-1_all.deb f63152a93035ff5ba92089e81c6172fa 2750 perl optional libmail-box-perl_2.115-1.dsc 5e57d8de0dac71a37abeb695c5cc27c4 630076 perl optional libmail-box-perl_2.115.orig.tar.gz bfa726949d5704d7940a9823e57e95b8 7828 perl optional libmail-box-perl_2.115-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThz5fThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBsPmD/0T/weCwK1/Z2+N9sGBI3eHfL31TS36JJh5HFbgMpGfY6qp v4qJ3jl4A+K5y1YvftX39jfkSDJdL6NC0xcCijIRHBOX7QIl2dK7VTk3GLmyDL9y Z4XG9dhXc5FNChYXpixGulx6TSX+mV1QJVQg8juKOiQ8Fb+4HY6a97m82KHBPV9j kPwKPRkr7eCvDAMsPUMtIQftyx/tSi+DTXx2PhYWG4ggP0QLRtuS6CGZ2W+LtSQj Qf2E/GjvqvoUpkzHC5rX3OT3RcErgkq9CZcEyY3+s6GzHkxmYpbvgKLmMOd9+dow 8jFkjE2APGFn1cc6N1GIygVUKR3NfXcs2nqG1GHYKHp3Z4DStVFGzY4kfxiZNZ+j 92i5hhaGzw16pj8otmbM3vzQyQpIMGAiryPCj8rxegmS+AP8xKt0XV1D2bsRJFhB tBjnpACjGuv9xEk+CMg0jbjzE5Jgo7rgWdJM7nHVQtAeHIOA6h0rtI22g0eSaVLO q47SGWHFWWlwsAu3vajuioZahA+egttOEicjNXV9yLyCUbIpuE74xZnkEo2c+OYT 6ebzlxurmanQguq4y8aKlQ5cZG+7a646tJlLXCfqbP4/aXwsQy3pg6Ue488IVVys UqZ8UdU6GMImQgjIcP/dgz+M7nLz9rg54VQVZ7PCEAGD6oLybPkxLRV6rD5JIA== =CT9Q -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 15:37:05 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 15:37:05 +0000 Subject: libmoo-perl_1.004006-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:58:07 +0200 Source: libmoo-perl Binary: libmoo-perl Architecture: source all Version: 1.004006-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoo-perl - Minimalist Object Orientation library (with Moose compatiblity) Changes: libmoo-perl (1.004006-1) unstable; urgency=medium . * Team upload. * New upstream release. Checksums-Sha1: ba1e4173a197a7316f29a820408c9337961721f5 2474 libmoo-perl_1.004006-1.dsc 8cbb71380ebe61e9c80fcd5840b3b94b632fc5bc 85641 libmoo-perl_1.004006.orig.tar.gz dbf5d68b35b9e8adc686f3f2a82913f3ab22ca9c 3500 libmoo-perl_1.004006-1.debian.tar.xz 270abb8b1942a0e3072204d34ae8447c3a6f3365 61648 libmoo-perl_1.004006-1_all.deb Checksums-Sha256: 103c190107c9a9d8248e314279ff1569fa84186eb36e84d651dc8c76d69f2ac1 2474 libmoo-perl_1.004006-1.dsc 30d745c4be9797a4d9e63de73b24e7d6af7fcd7ebe2d1ce17b2c2d8ce2f57973 85641 libmoo-perl_1.004006.orig.tar.gz 450a2e38895cbe26bb541cffc8f0776b8c708a04003a68d5d166d64feb21f4ca 3500 libmoo-perl_1.004006-1.debian.tar.xz 83c17a62b7f7c0acdc036cbe4f74f6aefec3e4d147afd6a2b1ded530bfd9ad93 61648 libmoo-perl_1.004006-1_all.deb Files: 26825d54db72f4ee26035ac96288a218 61648 perl optional libmoo-perl_1.004006-1_all.deb 96eb6a8ef423e3d46a1a613856c8ed17 2474 perl optional libmoo-perl_1.004006-1.dsc ecb3b62d86a6d32215022330a0f03af7 85641 perl optional libmoo-perl_1.004006.orig.tar.gz 06cea0123e1f9c6605d68dbcd48e5f54 3500 perl optional libmoo-perl_1.004006-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThz0eThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvw5D/oDmpDo8OrSHSxv5QPB3dnr+CdwSFHGG2PbCrDviafseHDq rYmReIJWuTR3zS3eELFOQr4VgndnRVDtZXjyE4xxkWUTL1FiOJ1psUJjReRodbEv t1SMJ4RFC63tsJh4dnfOonu7G/qFca8NVwIP4GBE8imz1vBrxUA91X1KLFbeV2aM tviBb9IzDQ1hHwLpZiyw7oMqtlNDJJulil/hsLD/E+hsaTFTt52KIw3L3vW/G3PL yt3JNuTK7gcEz7k6eQFKurxb8UcHZ0r6eCqF77fKvLIn3R073+x6zTmhNGcUlWm0 gSg1RHETVvV7w/F4Tsw5ZkhksoJ9oebA2cSuaUfjis0gtJBnBxeeAWbwW1Tg1W/O WdAufMVI2aZydGgaUQRaFDSL1E5SUPi8uTPzrhDyD8qQeqogDCzHrEe6BIsxMsm3 ctgAosPAQyC8OCbt4czSpi9VA94kDJReGs9uHZZ9u6bExF/dtBPes2/kvcs0S7s+ Pd8yTjd9z4uX1VpgMK2WZ1ZSgEswKjpW6fGsqe3x2osTlv6EfNF7xe5v3CvqcFcp D5eMKBTfJOjqP0Y+/rRkKKUdXdgX1gVJIwYJGxsVP/Za5YbINvH9rJas+jyT5Oy2 QtpVuKAFOqhBiJt2LhUaEv/A8CDz4YGDamUPi4ZBYF7TWGg1lDKmA+7UyddaHQ== =EvlK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 15:37:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 15:37:13 +0000 Subject: libmoose-perl_2.1207-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 15:51:50 +0200 Source: libmoose-perl Binary: libmoose-perl Architecture: source amd64 Version: 2.1207-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libmoose-perl - modern Perl object system framework Changes: libmoose-perl (2.1207-1) unstable; urgency=medium . * New upstream release. * Refresh two patches (offset). Checksums-Sha1: b8a0c38ca59241b32ac2b6be541cade2795182f0 3578 libmoose-perl_2.1207-1.dsc 6577f15befcaf445f582270e6745d81e63f026c6 783725 libmoose-perl_2.1207.orig.tar.gz a94976456ec0271d6e7f2534b9893c639063b0a6 12804 libmoose-perl_2.1207-1.debian.tar.xz c2a60938436bcce78563d1583bb75c1456566c53 885254 libmoose-perl_2.1207-1_amd64.deb Checksums-Sha256: 29b6884cec7c434cb29ea60ad70e9ba2504745927de69f77de5a74c3d3168825 3578 libmoose-perl_2.1207-1.dsc a6a919bbb8a2857d5be5caf49c3f3c1750635711a9db4a101d61084dbb09a0a2 783725 libmoose-perl_2.1207.orig.tar.gz 4a677cca7538bd4cbda69e19ac942685d0baca865e394a638b8f50dd10d00929 12804 libmoose-perl_2.1207-1.debian.tar.xz d2a07e1248dc0fe01897f4f067c14f19a74327747965dcc6c5555594bd850d33 885254 libmoose-perl_2.1207-1_amd64.deb Files: e4b65d3544d98c9dd85c5f65ce7c6ec6 885254 perl optional libmoose-perl_2.1207-1_amd64.deb 78327906dd78eaefe2e9aee753cd6ace 3578 perl optional libmoose-perl_2.1207-1.dsc 2dd9a7130dcf34b5186408529fe35837 783725 perl optional libmoose-perl_2.1207.orig.tar.gz 86c173e6d3597975539dbdf6005e11d9 12804 perl optional libmoose-perl_2.1207-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzw2ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgx9D/94t2+QiibpYKKgFK1UtP3/TzoTM+VYyK5YW100f/QxL13u Rwx1ZVNVZm+iSXE6n6LGtBZizNnjc562YD3XMx3It89Fn9t9YGZYRrsTKR6+TJsf oYh4D/jpHenOfmttjRr1rtNrw9Dxc7Fzl2POyfuKE6M2zJUnaAmFKDT9iNz7tUIa g2ESp2JUn32dVgy5L54ZKF/5/KdpOZVzRhMdrbArv7QfjVSaN9g83AF+p7UTBQVy vK2AvbEBtvGFkaLIotK7oGD8nvTDB4JW1XMycoLSC4RmbCIVlR4j8qR2P8g7psOr baeC7kTDTeQh3BCyTw6dLA4IFZrwhJPogX/xxoUAc/OS56lN5uphLuaA/G0jwXdt n7v7Abe+5nw6iby1X/yZFvkWwPoZn8LpgfuLHpEYkraqair2n+FIETGoHggLFMoN WrtVhVzyfecMeuutKEZIGzhpnWbcfPxwMSo2wEiU+FXgWmIa5akZLAG6D8XrqlIZ vJaCyE4tWEOSi1TdQH1IpxoS8hqPB8zzkIV9qOIKy+TIwwM5WBJHXahzRc/yTMgx OL2aQkPIENfw4VlAzSPZTue1IEh8m8ZqcrwIUGup42YqDBeuGt9nYacuFDYPWRlT mPrns6G7pvBVKmHazv8Jrr44ndoHzscrt/ow1dQsPfmHmJ4LUlb//R4+DsYC+Q== =DOkh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 16:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 16:00:06 +0000 Subject: libdaemon-generic-perl_0.84-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 21 Apr 2014 20:21:34 +0200 Source: libdaemon-generic-perl Binary: libdaemon-generic-perl Architecture: source all Version: 0.84-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdaemon-generic-perl - framework to provide start/stop/reload for a daemon Closes: 745436 Changes: libdaemon-generic-perl (0.84-1) unstable; urgency=low . * Initial upload to Debian. Closes: #745436 * An earlier release was already in Ubuntu. This upload adds the missing dependencies mentioned in Launchpad. LP: #1093429 Checksums-Sha1: 89819f198f932280d71de3274765b4b370f1a51b 2310 libdaemon-generic-perl_0.84-1.dsc a5100bdd9cfba55b2cdd81c81fce8fa275054548 15065 libdaemon-generic-perl_0.84.orig.tar.gz 3bd6609b0f0bb6a3c7f68c1e3a5cff06fc98d7d9 1624 libdaemon-generic-perl_0.84-1.debian.tar.xz 3ee4d0945ddd19847c3f227892698f8491534cca 25992 libdaemon-generic-perl_0.84-1_all.deb Checksums-Sha256: e7575c698fb2d564fc0c4011544ddfeae840bd1e97a01f47810555a2369f21ab 2310 libdaemon-generic-perl_0.84-1.dsc c4ae78bde83c6226da862801e43eddef801a5ae3fab7e1579092b6653341276b 15065 libdaemon-generic-perl_0.84.orig.tar.gz e066b9ae5148dda9ecc7165ae3939fc98ca9e1db56c6fc1225d75661142853c8 1624 libdaemon-generic-perl_0.84-1.debian.tar.xz 952844db44d26adf36f774e5f7d63c6c3fc974b05d1c22bea48c76916188a625 25992 libdaemon-generic-perl_0.84-1_all.deb Files: 65fe28d6a27e89b141e14f15e8fd3aee 2310 perl optional libdaemon-generic-perl_0.84-1.dsc eeec05033baa9c59849c1053ad2f414e 15065 perl optional libdaemon-generic-perl_0.84.orig.tar.gz dc3ad91ed6f18d74706b2e9fa9e234d3 1624 perl optional libdaemon-generic-perl_0.84-1.debian.tar.xz 8d151107950a15096ec185d17e025c34 25992 perl optional libdaemon-generic-perl_0.84-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTVWJaThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBuTrD/9PdEgPLj9oj+wL3JDJ4T4J45HLZagrYTKoOwrFHKTwTouy bLbGDZLdspGqJOUWqpftVEJb+MVs1W2hX8zjzzc+Oj+DY+aJbOB7Rk+REJSI0kIc NfUSCu7GjDL6HoOQjah1laVC7PGNni+hrfDblxEawebJcOuXiPKnE6Vo2tZxA6PQ 8kP90jV8viwyRlO6xBhom1FifS0RghPJc1ruugo8dA0CqaaGVvzpMWeokfWrpqhH x+4vGIuT+xf7BZ/o1g3CEmErwMTxzwKPTs7X2C1K6NmiimkWj8zPkA9d3hbwPbZA IZm2bct3Z0UFhzvou/izRQV03vnI7FGs0MKGCOeoFsjCtoAbWOg7Q4nBfI2SLqI0 kwyRT18V2RQfrtfN7isuOkP6eKnwf9TmYmGYK4PPB0Qi43KLH9EyFmdWDa6vIiBF jnHNbdf8vsAGNbOKkWMwjY0t3oF7YoivjWnQjKjNLLJyQs92gWNmPfUidh+c1Y+o m3ZFnPBp0jthVwaUHzHBqSmLdDyBs0diQBzB17Ru7vr+YlLxzuV+afvYP7+f9E7D ipmdgFiKUisE660Z20yUX68q/Q1WTH5A4jLxWn890xZwx52CKTUPfU7cO7HxwqPR caGmsmBTCNtOzzesIPZTCICK/0iXmupXLc2+Xp50TTKi7Rja/VgnK69WrXwT+w== =9jFd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 16:00:05 2014 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Thu, 29 May 2014 16:00:05 +0000 Subject: libmarpa-r2-perl_2.084000-1_amd64.changes REJECTED Message-ID: Hi Jonas, unfortunately I have to reject this package. Some files in arpa-R2-2.084000/libmarpa_doc_dist/* are licensed under GFDL 1.3. Please add them to debian/copyright. The file Marpa-R2-2.084000/t/etc/wall_proof.txt is licensed under a CC-ND license, which makes it non-free. Please remove it from the source tarball. Thanks! Thorsten === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Thu May 29 16:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 16:00:07 +0000 Subject: libmoox-file-configdir-perl_0.003-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 20:33:17 +0200 Source: libmoox-file-configdir-perl Binary: libmoox-file-configdir-perl Architecture: source all Version: 0.003-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmoox-file-configdir-perl - Moo extension for File::ConfigDir Closes: 748582 Changes: libmoox-file-configdir-perl (0.003-1) unstable; urgency=low . * Initial packaging release. Closes: bug#748582. Checksums-Sha1: 78ed48a228bdc6c696e3e7c553ed3e4f7c4911cc 2364 libmoox-file-configdir-perl_0.003-1.dsc 27f8f7c9efd13c50bda8b8417f2a4d821d625841 5650 libmoox-file-configdir-perl_0.003.orig.tar.gz 338f46e267f2110f113686b15267d4ded07fb6e6 2644 libmoox-file-configdir-perl_0.003-1.debian.tar.xz 8d6d44d32f86677a56824bc4f3eace457a716247 10964 libmoox-file-configdir-perl_0.003-1_all.deb Checksums-Sha256: 5ac532a869bd09c4d7e4a7e5dd1a8ac79733e112f3102903393bbbd43329ac93 2364 libmoox-file-configdir-perl_0.003-1.dsc f816b218b6c06e360d54afda04387d9404dbb750ccfccf02f8fb6f5dea9f0554 5650 libmoox-file-configdir-perl_0.003.orig.tar.gz 59d591bf7488237160e272ca37642c990c6d04622946b0c5bbf6425fd1afc5d5 2644 libmoox-file-configdir-perl_0.003-1.debian.tar.xz 1be757c51e1aa1de929c7c35197e1608c805729eab506ec22955d389acfc725e 10964 libmoox-file-configdir-perl_0.003-1_all.deb Files: f8dcddc5d98b47670597116ead525f05 10964 perl optional libmoox-file-configdir-perl_0.003-1_all.deb 21132d383985f6a5979f7d5b7a3955a7 2364 perl optional libmoox-file-configdir-perl_0.003-1.dsc bb368379fab9680d0fdbf1fea2ac3c22 5650 perl optional libmoox-file-configdir-perl_0.003.orig.tar.gz 1f64bc434b99094926a61542b139d0eb 2644 perl optional libmoox-file-configdir-perl_0.003-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeQQrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhNQYP/RozC2P6wMO3CtxdsYxsBVDi +MhFwOinxhY24XjvSmsXCeVPU7cIS10uSu29Z70Y0cfRfgeITOVfLa4c2rRvK/VN wMcQrh2R/i4ZevB1X7eScHTFrTy/jqWmKH05LNXKYZLkCJhkUtEfLdvotulYGxhf YYd9nB1yGr6iVlou4ruhfUE5SARPmdDOZQUdqLYhtHqu2lZhLIvidcUSfoZWg1LJ 5O5tMUxXzjiL/8djdRK+LRRyHbAOi6trJlg+rWDkhNUOA47y92C+H+4hGzrNp8ye jKVEeYPLrMO/izeRWHohaOuZxnsjzQuB0mbLjsT2sRCO9IXudhKQSF9HcZoMVNr0 9c8EKgZnHDkgHJyHKoZC/AVzY0Ig7FQboJCmEkKceFhLUnvRGRqed25qXRrAru0P TQ0CFm6f8IinEfedKxNH5CqSZhq5A3BO2L/obpf8gggy2nJFd7GVLxJOqpo1eBvp US/vDIOJYWdn7/Mrx0K9qRa+/UxNlzbFZAVCutTlT4OZNrowJi0bjSoP+OupmYF0 6uZ/e8td4iKL1rMUo9yjI8JdCq260YGO+lSFl7R8fk6NeXAQkj/VeYfhwnzE43tf E2ZExScKIksd6eP4Llu6SqIrr44OQR9YyULjmD9nfvQyuIMmv41NfGwwG6VRACxQ PxKfuRa9OPy6s4U24+qJ =l/Jp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 16:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 16:00:07 +0000 Subject: libtime-parsedate-perl_2013.1113-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 28 May 2014 16:25:27 +0100 Source: libtime-parsedate-perl Binary: libtime-parsedate-perl libtime-modules-perl Architecture: source all Version: 2013.1113-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libtime-modules-perl - Transitional package for libtime-modules-perl libtime-parsedate-perl - collection of Perl modules for time/date manipulation Changes: libtime-parsedate-perl (2013.1113-1) unstable; urgency=medium . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ Daniel Lintott ] * debian/watch - Use new upstream name * Rename upstream source * Imported Upstream version 2013.1113 * Refresh and forward fix_manpage_typo.patch * Add myself to uploaders * Bump standards version to 3.9.5 * Remove trailing slash from metacpan homepage url * Rename binary package to libtime-parsedate-perl * Add transitional package for libtime-modules-perl * Update VCS Entries to new location Checksums-Sha1: d412bdb5ab04efc4a5736f8b23b41053eef4811d 2385 libtime-parsedate-perl_2013.1113-1.dsc 091b488e803a1ebe10acc236a794a9a5a193a7a3 26477 libtime-parsedate-perl_2013.1113.orig.tar.gz 768d79704dd633dec7d1e70e0c89d516fc325cb7 3912 libtime-parsedate-perl_2013.1113-1.debian.tar.xz df37b29df03a34fb0de79a619522d73dd400e162 36818 libtime-parsedate-perl_2013.1113-1_all.deb af1ee1e070cf76f460b90005f762fcda86469476 7780 libtime-modules-perl_2013.1113-1_all.deb Checksums-Sha256: 58637483c359086b749d1be67c2d7490c96833c358cc2c9578aa605c5ee8305d 2385 libtime-parsedate-perl_2013.1113-1.dsc 14a761a45885cbff907531a0b293a7553100260ec0aa6cb51f4deef75616cdfe 26477 libtime-parsedate-perl_2013.1113.orig.tar.gz 5e0c068bd96adf9b7ce899107eff8db5ead0c59ae1d21731616fac99172ba4cf 3912 libtime-parsedate-perl_2013.1113-1.debian.tar.xz 80bd63e62312f4b2421d114fcef6d278e5073ed1e4c91ac55135a130909105bb 36818 libtime-parsedate-perl_2013.1113-1_all.deb 4ef62618f42e1333ef1534296697b6df6f8881046c48fd069449507045b53b39 7780 libtime-modules-perl_2013.1113-1_all.deb Files: 709525bc3bf3ce1e47e9a0f49347414f 36818 perl optional libtime-parsedate-perl_2013.1113-1_all.deb d86f9cdf25cfa93871603eee5b65715b 7780 oldlibs extra libtime-modules-perl_2013.1113-1_all.deb d390fb86db7e007fa9b1648eccc59927 2385 perl optional libtime-parsedate-perl_2013.1113-1.dsc 53c0de57d10af5021f653afe728ba700 26477 perl optional libtime-parsedate-perl_2013.1113.orig.tar.gz b4e17bfff81a4a29c906d30c8b48df76 3912 perl optional libtime-parsedate-perl_2013.1113-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJThzENThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBp1wD/0cY5QLvDnC6ucs/SlB2c1wOTZlo6ICpYM8j0uan83Smjzp gYiMs+1RoyXbKIZwGDy2UlZbHBbpEGOJse4kodpxuCzdAka0vKgufUSCaXNN7GUm SJndxYk5VD3bT8FRKpc6WyjSnuzQNrnmOFutBKVsgGJ+GYuTxir2HRo3MPvvfziA 331lrDLh0S26r7RsfGrH5SPtzu7jmv8Qo8i9aZo8+LwSC03LNNUL9WcSQRQsXBgX B1EFY4TxSnEbFz8fxwBNimj5cVao+58eCc4VJbC7PBYk9FyXuHDVV2P6K+y2/HjK 6JchaRmdZ1dkALEOETfC8yIQjENJR9YMJ183DvlXGHeKAGuGsy5gMUNAiex+Dg/w hGp6jqz5AD3JheDyL+X9sfJvKZgDLNtIUIMlFvs0UVut80djTLNsjziBk4hlGjLy +YhMRcw89wi2k/8rLSP7rapF3C1e2J81jPaP44Of5t8DOLYSVz2zd66pKdK1pzdW G/sfgmfWjQyzqszFuWf8xUDftShNsFv81DYna/3KmiwTgXPLO70I/AJxEwGkCOl7 H12H8crEfjn02+Y7qh0TJPi5LD76upx/Nf1T/cJl3JdbaF1yeyvnQNCFIKJB5kX8 284QLh4AopOFMczKiurSI4BQ1tN2dlKVaB4W07xWQuu5xh+IM78av3hJjZfysw== =+XY7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 16:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 16:00:07 +0000 Subject: libmoox-configfromfile-perl_0.002-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 18 May 2014 21:10:30 +0200 Source: libmoox-configfromfile-perl Binary: libmoox-configfromfile-perl Architecture: source all Version: 0.002-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmoox-configfromfile-perl - Moo extension for initializing objects from config file Closes: 748581 Changes: libmoox-configfromfile-perl (0.002-1) unstable; urgency=low . * Initial packaging release. Closes: bug#748581. Checksums-Sha1: 0bca9970f582ef74e646469c1d12e7ca9a11418d 2414 libmoox-configfromfile-perl_0.002-1.dsc a884bb8e9229109425f43a8f0023967e663717df 6258 libmoox-configfromfile-perl_0.002.orig.tar.gz cd56be247c5e85e0c0d1b1fe3e1ed560ac76ac63 2780 libmoox-configfromfile-perl_0.002-1.debian.tar.xz 576e1742ab2deabec6c619f440b928ff05389d53 18936 libmoox-configfromfile-perl_0.002-1_all.deb Checksums-Sha256: 62fe4bc613ab4d757f36bbe45131c04e2bd80f7abe3f4e74b27dff7f18e51209 2414 libmoox-configfromfile-perl_0.002-1.dsc 2d40a8dcd05500514378ee54b0a62abf5faa45dbc986594fdd9c6f4440732b56 6258 libmoox-configfromfile-perl_0.002.orig.tar.gz 5ec23387838df773706e00770c6d4c5b1942c62b22be4fb86ddd3c3659c0337a 2780 libmoox-configfromfile-perl_0.002-1.debian.tar.xz 6ca43f908458a957b6708b6a0d80afbb8d248432862a83c9f1ebfeb50057f25e 18936 libmoox-configfromfile-perl_0.002-1_all.deb Files: 7051ae6968b598b085af3948b32fc9b2 18936 perl optional libmoox-configfromfile-perl_0.002-1_all.deb b512fa11ec96d2107311bc7decada596 2414 perl optional libmoox-configfromfile-perl_0.002-1.dsc 9433739fa0a15fd2645b27c4564b2dc2 6258 perl optional libmoox-configfromfile-perl_0.002.orig.tar.gz 455c4d38d08fb2c0c6cedd0b2673b084 2780 perl optional libmoox-configfromfile-perl_0.002-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTeQZXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhchwP/2LRlkrNJ6fACcktDVJQblTo jifRXUIHdSQCfIbiqRM8I1WZjmfp3DlYhbnGGwcKyDZAV3o6ksv+sf4DDZfdeYVt Jq8xdBPkQ4SQflbw+M0wj3hZU3u/pogBPbBzasRLs92+9cy8iQr2lOwecgl+Dw0I 74bXU7LfxQbwZcXPn3M+U1qtJBRR08Wc+j2h/7NvkqW38sRTOwyalhpiE4LPtQsV AWxNF91XQv61DPWzmXznQ+PSxdUYA90QZBAyG5tJELsdo4nWC0aC7ycyk71O0paL dpoRHijdvsJ5Gy04UuVp8wvmjw2sV8VdLsCfiu75OtcvGfqcDydVSPTgx9Lqmbnm LVVSMdORohzDtSZslRpLPXHOao04wu9by5kAObq69bijD2GUur0fbIhDBcnUQnaV JAY8sLSvzdfRgWXEZj8G6fXjXVDS4UzkDJtlPd0JR5Yjmc5Zb17JmGGsFTVtiG5e HFybofhrZhjQqlCybLmaI0fRQmYvCFXgpEHqhgd9Aa/4OYyzgpiFE+szvCB1Gpyk ed+3FbBN88iBStzsrkumno9wQWw3Pt7ryuokpTC16AHy+iKKb1+RkY0qkifMTl/S vrsPf8j1T0icJ8pI5Ysgcmfg5EruRQkD4/ZUuw+wrhhCRwNFbMLd+ZauFfg6iVJa AI78k9NVkjjRZNDUnCKM =3CJI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 16:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 16:00:06 +0000 Subject: libdata-messagepack-perl_0.48-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 22:15:11 +0200 Source: libdata-messagepack-perl Binary: libdata-messagepack-perl Architecture: source amd64 Version: 0.48-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libdata-messagepack-perl - MessagePack serializing/deserializing Closes: 726288 Changes: libdata-messagepack-perl (0.48-1) unstable; urgency=low . [ Vasudev Kamath ] * Initial Release. Closes: bug#726288. Checksums-Sha1: 77f622df3e888bea9162a40082f42960134b8553 2337 libdata-messagepack-perl_0.48-1.dsc 542174ba72404b548f95b5f5420d05d96c453cb3 61031 libdata-messagepack-perl_0.48.orig.tar.gz a2d037f2800fd913369daac16de1f2ef3a67e3f7 3236 libdata-messagepack-perl_0.48-1.debian.tar.xz e731f20270aae03148a30274356cb679f9e550af 36842 libdata-messagepack-perl_0.48-1_amd64.deb Checksums-Sha256: af6a584948a99a2b9eb57e0566118c4d58af7dac6a9def7f2be1d779cd17459e 2337 libdata-messagepack-perl_0.48-1.dsc 8b6a2ed579babdbc2b501ad69c6284b5a8448c8967a5572e4156d559970ec0b1 61031 libdata-messagepack-perl_0.48.orig.tar.gz 3855a8463ba2abe5e6cf5a54c17c8019df033fb6a42c4074738fb534f8e1e65d 3236 libdata-messagepack-perl_0.48-1.debian.tar.xz df83e12e815903b62ac540d46a14e7756c990512a4dac9b089236b09071108ec 36842 libdata-messagepack-perl_0.48-1_amd64.deb Files: 1d0747b8165e9e3ec7da81da5b32cbed 36842 perl optional libdata-messagepack-perl_0.48-1_amd64.deb 0a02ed73bff7a75a3c61c177258139b6 2337 perl optional libdata-messagepack-perl_0.48-1.dsc b113a1d189767284744743612288e81b 61031 perl optional libdata-messagepack-perl_0.48.orig.tar.gz 60f6413feaba244baccbaa73d3a32392 3236 perl optional libdata-messagepack-perl_0.48-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTf68dXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhtP0P/iTxllBoYKa7DEUODyUxmm5L yY/b4TVHkD5ORKE+IW+obAR+a99BkYst7WcyEyi2/VmqleQcQIiW991fRO1NO8aX N34uN+sczOzICx6hFeP6jJydOcfPaUkVfQmLKhrJUXvB1BxHB4/t5+ghqDj0hz8K VbmyK0rcVH+96SfoddIQ+3H+37KPqDI/FFSysX4QaBdRtp4oUvnFHv4oak5KPfMJ m9vBmmJ8ndUc2vwehOg17Q+SPxRNhPv6x6VjrBlTUrU4shIQ8ODRDX4p/UfFSVoH Wk5Gh1aZfcNAzZOhHxhUMIoT/DCjJ7tvCVQqrTvUFIy0B/+FexcnTjG0HTE50sGb 75U7Q6+g+LifEV/9rEniXEE3+ltkkqRHvRouqzSOyGNoV/Xq5yshfXOvTJstirGe 2x/uYJY4Olov+JoABBetW8xc35lChYRiJgtfyx+8nqBI5YLG1S0qRDd1dcOcnNXk kZZIRCiMywhzHn9nAO+aYtHMbfRI3nQmZzALN2hx1Fv28s8gYAx1M0XraiaHOYp4 OmkD3wTcHD+8xkZloP57fqAklOsSNkuVf4pFuFCCrU40KO9AhwSO61o/ssIjACgR XRgdaQ70IPExrago9q/WvQnqkFj1QwJG0dOVmkAblB/Ugs0/wyn7KZVrJNduQwJf 9UYXmv0Qg8b6gJXM9Fqw =GZ6N -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libpar-packer-perl 1.018-1 MIGRATED to testing Message-ID: FYI: The status of the libpar-packer-perl source package in Debian's testing distribution has changed. Previous version: 1.017-1 Current version: 1.018-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libnet-imap-simple-perl 1.2205-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-imap-simple-perl source package in Debian's testing distribution has changed. Previous version: 1.2204-1 Current version: 1.2205-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libconfig-model-itself-perl 1.240-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-itself-perl source package in Debian's testing distribution has changed. Previous version: 1.239-1 Current version: 1.240-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libmath-clipper-perl 1.23-1 MIGRATED to testing Message-ID: FYI: The status of the libmath-clipper-perl source package in Debian's testing distribution has changed. Previous version: 1.22-1 Current version: 1.23-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libplack-middleware-expires-perl 0.05-1 MIGRATED to testing Message-ID: FYI: The status of the libplack-middleware-expires-perl source package in Debian's testing distribution has changed. Previous version: 0.03-1 Current version: 0.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libpod-elemental-perl 0.103001-1 MIGRATED to testing Message-ID: FYI: The status of the libpod-elemental-perl source package in Debian's testing distribution has changed. Previous version: 0.103000-1 Current version: 0.103001-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libunicode-utf8-perl 0.60-1 MIGRATED to testing Message-ID: FYI: The status of the libunicode-utf8-perl source package in Debian's testing distribution has changed. Previous version: 0.59-1 Current version: 0.60-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libmoo-perl 1.004005-1 MIGRATED to testing Message-ID: FYI: The status of the libmoo-perl source package in Debian's testing distribution has changed. Previous version: 1.004002-1 Current version: 1.004005-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libnet-ssleay-perl 1.63-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-ssleay-perl source package in Debian's testing distribution has changed. Previous version: 1.61-1 Current version: 1.63-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libconfig-model-openssh-perl 1.236-1 MIGRATED to testing Message-ID: FYI: The status of the libconfig-model-openssh-perl source package in Debian's testing distribution has changed. Previous version: 1.235-1 Current version: 1.236-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: liburi-namespacemap-perl 0.10-1 MIGRATED to testing Message-ID: FYI: The status of the liburi-namespacemap-perl source package in Debian's testing distribution has changed. Previous version: 0.06-1 Current version: 0.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libpithub-perl 0.01025-1 MIGRATED to testing Message-ID: FYI: The status of the libpithub-perl source package in Debian's testing distribution has changed. Previous version: 0.01024-1 Current version: 0.01025-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libnet-server-perl 2.008-1 MIGRATED to testing Message-ID: FYI: The status of the libnet-server-perl source package in Debian's testing distribution has changed. Previous version: 2.007-3 Current version: 2.008-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu May 29 16:39:17 2014 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 29 May 2014 16:39:17 +0000 Subject: libtest-refcount-perl 0.08-1 MIGRATED to testing Message-ID: FYI: The status of the libtest-refcount-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.08-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Thu May 29 17:43:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 17:43:48 +0000 Subject: Processing of libdbix-class-helpers-perl_2.023000-1_amd64.changes Message-ID: libdbix-class-helpers-perl_2.023000-1_amd64.changes uploaded successfully to localhost along with the files: libdbix-class-helpers-perl_2.023000-1_all.deb libdbix-class-helpers-perl_2.023000-1.dsc libdbix-class-helpers-perl_2.023000.orig.tar.gz libdbix-class-helpers-perl_2.023000-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 17:43:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 17:43:50 +0000 Subject: Processing of whiff_0.005-1_amd64.changes Message-ID: whiff_0.005-1_amd64.changes uploaded successfully to localhost along with the files: whiff_0.005-1_all.deb whiff_0.005-1.dsc whiff_0.005.orig.tar.gz whiff_0.005-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From bts-link-upstream at lists.alioth.debian.org Thu May 29 17:44:42 2014 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Thu, 29 May 2014 17:44:42 -0000 Subject: [bts-link] source package src:libdbix-dbschema-perl Message-ID: <20140529173755.28342.67551.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package src:libdbix-dbschema-perl # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #711574 (http://bugs.debian.org/711574) # Bug title: libdbix-dbschema-perl: tables returned in hash order with perl 5.18 # * http://rt.cpan.org/Public/Bug/Display.html?id=83035 # * remote status changed: open -> rejected # * upstream said bug is wontfix tags 711574 + upstream wontfix usertags 711574 - status-open usertags 711574 + status-rejected thanks From owner at bugs.debian.org Thu May 29 17:48:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 29 May 2014 17:48:23 +0000 Subject: Processed: [bts-link] source package src:libdbix-dbschema-perl References: <20140529173755.28342.67551.btslink@sonntag.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # > # bts-link upstream status pull for source package src:libdbix-dbschema-perl > # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html > # > user bts-link-upstream at lists.alioth.debian.org Setting user to bts-link-upstream at lists.alioth.debian.org (was bts-link-devel at lists.alioth.debian.org). > # remote status report for #711574 (http://bugs.debian.org/711574) > # Bug title: libdbix-dbschema-perl: tables returned in hash order with perl 5.18 > # * http://rt.cpan.org/Public/Bug/Display.html?id=83035 > # * remote status changed: open -> rejected > # * upstream said bug is wontfix > tags 711574 + upstream wontfix Bug #711574 [src:libdbix-dbschema-perl] libdbix-dbschema-perl: tables returned in hash order with perl 5.18 Added tag(s) upstream and wontfix. > usertags 711574 - status-open Usertags were: status-open. Usertags are now: . > usertags 711574 + status-rejected There were no usertags set. Usertags are now: status-rejected. > thanks Stopping processing here. Please contact me if you need assistance. -- 711574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711574 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Thu May 29 17:49:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 17:49:01 +0000 Subject: libdbix-class-helpers-perl_2.023000-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 19:41:38 +0200 Source: libdbix-class-helpers-perl Binary: libdbix-class-helpers-perl Architecture: source all Version: 2.023000-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbix-class-helpers-perl - collection of helpers for DBIx::Class Changes: libdbix-class-helpers-perl (2.023000-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: febbf32843dcf35fa0ca3bb015d8e61381b4dac9 2815 libdbix-class-helpers-perl_2.023000-1.dsc 595735aa7cf19329acb63b3f40abb54296a7fd34 67604 libdbix-class-helpers-perl_2.023000.orig.tar.gz e8acd9d262b5f6c60a90b2219f0a4580937f35dd 2672 libdbix-class-helpers-perl_2.023000-1.debian.tar.xz 4db27d7ea04227ed3373f9e28330f1f822d4c47a 145690 libdbix-class-helpers-perl_2.023000-1_all.deb Checksums-Sha256: a670dbcd4350c5736badd4ba7140f89d6e67838a8799cd0ff607b3003dab2c16 2815 libdbix-class-helpers-perl_2.023000-1.dsc 9ab052d739b2569c9fd8055c123d18d2fac808395e43498c5469a5dd9c3fce35 67604 libdbix-class-helpers-perl_2.023000.orig.tar.gz 81a184e2e4ac72a2e2fe33f754934beaf5be48b0c3aaf3a80440ccacd4283945 2672 libdbix-class-helpers-perl_2.023000-1.debian.tar.xz 0cc69eca25ad08861bd8d0e1c07f820773d8e755ffc6f51c48c9b3153ae169f5 145690 libdbix-class-helpers-perl_2.023000-1_all.deb Files: ced835beeb9660db4bb2930a4992c9f1 145690 perl optional libdbix-class-helpers-perl_2.023000-1_all.deb 062b1f16d8a31abfe3f44139ed4f4dc0 2815 perl optional libdbix-class-helpers-perl_2.023000-1.dsc 7d0dbd1116645d17c86ceb012b07cb49 67604 perl optional libdbix-class-helpers-perl_2.023000.orig.tar.gz 001cd9487839e35506336f2f1f3dea7d 2672 perl optional libdbix-class-helpers-perl_2.023000-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh3GDThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgWaEACkImZK5hJq4qfVE0Ml1nRt5OTmjGQZ6TsLgvWiO+mayfkH iI0Zfp3nIsqiTvO2VpRw06/xLxB8ZEpiOAxRRKv8FcCgKgTm1bIs4g9DUARRWPO2 Q2Vh3njQM2gpqRTwMMAyMYL58XIFvstevXwhG2Nd/wUUKcIBCwnZSXcYxUsR79v9 M5YAcsyztMq90JdfGvxDc7yRC1Y/TwZg4+SU/KOvKoO/dW2W4MtNJND3Tn5EOPjD BroRgyfo4t0Ih7L3qfeYgMUtDO12YZo2QDVZi1LvrjeYi1ZjFd8WHG3LOvz3EgS6 36zPOYVrbqS7WynIsIaFyduAuG3H6FJBP9AzFChFvzyjTCtDPuHAbl+YuW7BtZNl jsjkGiYK39gFKlUFDEPOsXeokZcmbKUWf3aMKQHEf8/5CgxwSn359DOwH1xHR/Ip X7hh427fXOyFiJ8qn6jv1ACsqKfGgc81AmVNlU3JoW3/cYx7nYVqJZLd/c+C84a4 oDtjPt6XlAsOiQhzOK5iCHyFqP7vm/l/Oq2GwyvqdbchJkphWijCSfsf/e+oZWg/ Ds+qKSjqlN87G6ZzqFFgGZsYEpnwHCi+KixZg3aKXYQgiS0ZdLx5rUITWQYvooHa AO34aQ2YSKNBpuoFv41tEECz7LIxIHJ/ciJKs1RgYTGTpV2QSdR5GrpqOU6Nzg== =R9xr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 17:49:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 17:49:26 +0000 Subject: whiff_0.005-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 19:38:22 +0200 Source: whiff Binary: whiff Architecture: source all Version: 0.005-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: whiff - helper to find the first executable of a series of alternatives Changes: whiff (0.005-1) unstable; urgency=low . * Team upload. * New upstream release. * Strip trailing slash from metacpan URLs. * Declare compliance with Debian Policy 3.9.5. Checksums-Sha1: d7dc3f56884a20d229ee2e1f90ecfdb6b35fe9b7 2135 whiff_0.005-1.dsc babd7194cc3e00f18261a358b8d10070fde4a844 13741 whiff_0.005.orig.tar.gz 32d546df96c6ef5ba82816f9ddd1b1265a81c0c0 2060 whiff_0.005-1.debian.tar.xz 8c8dea21384d309b7601989473b3612339e35323 9262 whiff_0.005-1_all.deb Checksums-Sha256: df57e376c31e649f76fdbf495bafc67e194ec33acee1d52d9820e3a165f70482 2135 whiff_0.005-1.dsc fd3f85e17ccd556009c88182585a2908e984edb8ce5da1b88c32d207bc294134 13741 whiff_0.005.orig.tar.gz 962764ee8827d598afdaaff9d6de0bdb65642073c52a8da2b54eafbb895f8768 2060 whiff_0.005-1.debian.tar.xz 3a2607f1ddbb841f1a6edd47f2024f7d49d6f80d3847db5365292e5bb862bac6 9262 whiff_0.005-1_all.deb Files: f8f53a3b15b8f97c42f61877b5dcd5a8 9262 perl optional whiff_0.005-1_all.deb c3de27d6ef701e4632df89ddc359a04b 2135 perl optional whiff_0.005-1.dsc d8b46cf69c89960a784317c9e29f0efc 13741 perl optional whiff_0.005.orig.tar.gz 07567621f47d4e1b0945bb7f1de43d48 2060 perl optional whiff_0.005-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh3DBThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvDcEAC6I9S6pYWursiQjCsNis4wBRq/PUgURrUjItO8KR5BiY5L mRZBW3X8Fz21Mfv5cUq2QPQdU/VHwpsna2j7Y4SvYCLCUz6Er8R7K3GI+fIPMuRo uEQlLG4LbvhPbAfXH7Rkmz/nrb9KfHQVOFu1ZFmKL9gS2+0tzcAP1nTJE40l2uey RAIP9FhZ2iXfm10riOtdhxp8NDjI0i1sw/24NdhgyUtg/ohmeh9boqEVcG1+mpvJ GkAbzfuRnBVbx/QL9eRyCO+YoCGXR3U3fxg4UjicWv6JSXuVdOXQvhGG+VKTDDQp KjFsdQp3hpAjaihS4+sqDGNExJqg3H9jBQuiI6YFti9pcGVfRGoeIaDwHLAUPRxL jlM7exlLlxPVqGn3O4PR1GD1pO4suoB4I2ZIsqhJlK2AAXFCF+sL9fFYJeDgVbIB xFC3uNBvtkfjV025L3o8JXN/dMQGWBwrSZT2jlorJWx7lcKjCCpwpU/tKhO8dlxO Y5AeF3vyRnGuq0URLJl76nCU3RzusQUhqe4e0lwdbTjFW5iHeCpEAXTUEPJrXA0e vC2KLs4o8kkR0uPJcnAtGm3iJumTv2dYwKAKhwlPbrQPY4i1koVlG4BtMzkOF1yF Y1xlUUQhco8IfGAFP4O+xrvv5/sUTQ6Z5ny7YUFDAGVuqCfFD9tqH9rL+ZOnFw== =URFu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 17:53:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 17:53:51 +0000 Subject: Processing of libdbix-class-schema-loader-perl_0.07040-1_amd64.changes Message-ID: libdbix-class-schema-loader-perl_0.07040-1_amd64.changes uploaded successfully to localhost along with the files: libdbix-class-schema-loader-perl_0.07040-1_all.deb libdbix-class-schema-loader-perl_0.07040-1.dsc libdbix-class-schema-loader-perl_0.07040.orig.tar.gz libdbix-class-schema-loader-perl_0.07040-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 17:58:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 17:58:53 +0000 Subject: Processing of libemail-valid-perl_1.194-1_amd64.changes Message-ID: libemail-valid-perl_1.194-1_amd64.changes uploaded successfully to localhost along with the files: libemail-valid-perl_1.194-1_all.deb libemail-valid-perl_1.194-1.dsc libemail-valid-perl_1.194.orig.tar.gz libemail-valid-perl_1.194-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 18:03:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 18:03:44 +0000 Subject: libdbix-class-schema-loader-perl_0.07040-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 19:46:42 +0200 Source: libdbix-class-schema-loader-perl Binary: libdbix-class-schema-loader-perl Architecture: source all Version: 0.07040-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libdbix-class-schema-loader-perl - module to automate definition of a DBIx::Class::Schema Changes: libdbix-class-schema-loader-perl (0.07040-1) unstable; urgency=medium . * New upstream release. * debian/copyright: add new upstream copyright holders. Checksums-Sha1: 4a2f711b90f389e1187c0a3c625f13322d9c634f 3397 libdbix-class-schema-loader-perl_0.07040-1.dsc 736c394dbe3ff6b168824559f5cb7c2581934dc7 211658 libdbix-class-schema-loader-perl_0.07040.orig.tar.gz 84916ae7a715e63daff51112b1ee0e7cfd7562eb 4944 libdbix-class-schema-loader-perl_0.07040-1.debian.tar.xz e907ff8b43a69d0d85c6a5e4b5cc907d3e428a82 186398 libdbix-class-schema-loader-perl_0.07040-1_all.deb Checksums-Sha256: a81aba72ebb1b340eac3832b70d55475cecfd2ac0043321cab81d8c7324e4175 3397 libdbix-class-schema-loader-perl_0.07040-1.dsc f830612cda24050dcd35dc44accccf2aa343b65f0a7330c436f86b5d0241e02f 211658 libdbix-class-schema-loader-perl_0.07040.orig.tar.gz bd06e602afb1be63b837f034ac156f1fe04bb960e55190b3c9844c8d560cbf6a 4944 libdbix-class-schema-loader-perl_0.07040-1.debian.tar.xz 18ea6f8f0dc53de11dc03c44f3b81112ef0a82f0a976d7858c5af9ac94c0af02 186398 libdbix-class-schema-loader-perl_0.07040-1_all.deb Files: aa1353339dc5a46737e945b727bb407a 186398 perl optional libdbix-class-schema-loader-perl_0.07040-1_all.deb c8b7bd2fc6b8fc589dd126530d729af4 3397 perl optional libdbix-class-schema-loader-perl_0.07040-1.dsc 2fbaf0f941335246d713d2a9adde3432 211658 perl optional libdbix-class-schema-loader-perl_0.07040.orig.tar.gz 3fc55e1b57a8854de04525dc47d63073 4944 perl optional libdbix-class-schema-loader-perl_0.07040-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh3LkThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhGJEACPxHV23pKk35oc5jgsT4hE2fRf7AKKhxLsUqdqKR8RcJw5 TvLRTGQ4lgKxLZ7hU/zUAJaUlm7Ohjn0c8DRbesnSHk3ivJvXXWfR+kq/PxyxgDv gSQC3aBe/Cz4Vdt/K/wJOZZxOCl8qTZ8TwoU2znu2mIIgtFL431G0aZCbC4//rDf CH6OrFPJOpkVGYdsuEmI+WV8ZyyOL2A/n2u8xtG24sevHnMj7taEr5j0hZ9jHZRf zq6D+K61Ua+rLi4V8Dc3V40Hv0KxL0lpSfhKhS1WIyPkPXyeOxxhIBscHlBaioCd +yO+NKM8GiB2TgdzXz4OjLd+w0WA5QD+DuFS536G7U+KSN+9ac+2Ss9AWum+nkZG hmmfQvDMihD5NRK8KV6tAlemb+UEvZuVA1NsR9ULxsWjZnt5LNQbpJqDioXK99/W QY7wAbsP3yfGNndxcssTZ/DrZ2uXMKXiSeQSc0mfqUdwAlSORUZhM5Ullwj4pSBV fFaDR2c0NjdmLUpYrkxj/nT5s3zMBJPeti9hXx2Rb68JE69bnQx2PkeGXKfSLjWc eWAR6JgVt0eDKkHk1mCCPv5sSoAhDe1VGIM3g9x07SF7qWn6ZhvxCuuYwSJH3GjQ s4cFU53dO7wJjkHuu+RU5schmm5XVXFhWDk9iGWcpS53vAtcrADoTXCk3raqug== =wITD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 18:03:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 18:03:53 +0000 Subject: Processing of libjson-any-perl_1.34-1_amd64.changes Message-ID: libjson-any-perl_1.34-1_amd64.changes uploaded successfully to localhost along with the files: libjson-any-perl_1.34-1_all.deb libjson-any-perl_1.34-1.dsc libjson-any-perl_1.34.orig.tar.gz libjson-any-perl_1.34-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 18:03:50 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 18:03:50 +0000 Subject: libemail-valid-perl_1.194-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 19:54:18 +0200 Source: libemail-valid-perl Binary: libemail-valid-perl Architecture: source all Version: 1.194-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libemail-valid-perl - Perl module for checking the validity of Internet email addresses Changes: libemail-valid-perl (1.194-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: 0675a986fcd5e84fd14fe9d6f87e8c0882824870 2480 libemail-valid-perl_1.194-1.dsc a0e6c1567dc562c53ecf6f75475f78c545e0dd9e 31126 libemail-valid-perl_1.194.orig.tar.gz 554fb0c1e7d1e2e892523075dde3cf1298056c23 5380 libemail-valid-perl_1.194-1.debian.tar.xz 5334634b0674a6a041bbfa79748149d2988880e9 22130 libemail-valid-perl_1.194-1_all.deb Checksums-Sha256: 688481ed8d91c12fa7788b54896ac34ef98667dfe60a8b04a39e32aaac55b191 2480 libemail-valid-perl_1.194-1.dsc 68dd98ea5ca85af6c6fe2ae3d9ede29fc860aff53493c5ca1485f4279fe765fa 31126 libemail-valid-perl_1.194.orig.tar.gz a88f874481d96c5dd9d7dfb6b9b49b8f40c6e23497437dbf5b8fdbad99665b29 5380 libemail-valid-perl_1.194-1.debian.tar.xz 351167d570114b9d447674b53aa23665aa156cf895789c3705bc99841eb9d9b7 22130 libemail-valid-perl_1.194-1_all.deb Files: a8f4f9034b1fba0e30e0bb080038c211 22130 perl optional libemail-valid-perl_1.194-1_all.deb 15b922d451196d187495640371a523c4 2480 perl optional libemail-valid-perl_1.194-1.dsc 65633b4a64139aa326321e5b3f1151ce 31126 perl optional libemail-valid-perl_1.194.orig.tar.gz 2f240af00b7a1a3660b2d0aa302cfcb2 5380 perl optional libemail-valid-perl_1.194-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh3RvThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBtIHD/0XOtKoK6NOHTDdPqdXDQgIp3BgsipNUmo8Ngb5vavDjJnM y4Q5drB5atVkJr5ZHN02S5keUPeVZwqKY2cMaShjglHF+guNEQpyYNB5IgJ0SzS/ vQSurhrtHbihxnE3QFrrvekyqHYpfAyq3QLUfLU60SGYJb27Bcb6tCAUdM2Ceqj8 m/ZjdukuGXQ50tqP9jSeu9JG7i6JpK4WTxdI2SB2cIvqTo7A5VqwGoY7hSSF5UT0 v1+q76P3PIMDz1NnQ0qEBpUaD1AkXTLFx6NNrrEKwU9CMYE8Tt1HZS4tQwjZnFUD kSvE0vBfbwN1SLuAMHXNe4IifzbMn2eL3LQcJhxypMnix119Atd+sSwlib0oREll XllbRY+OvKpExUpb9Oi8fMo0JFcqcF2E6WA/HmuPXwKRpeIa8ma3DnGQCQjQD5pq WZ3/t4YVJLVt3jgtv/iqANWe4MvxL6BQuF2fA9HJWzQO9jFTm+c+zbBWR/7vkaNH 4ePw6TLJl15oGgsEiDUw7f9zTQOq8CvSVxJ2r3ZY5livLmWfQsjfs6oD+b6utdat gO7jyTlOtcnKC8viYHFCv1TPXoHlLKbiu/jDbkUn8vC9ykgZBE/rLi+UagTGfos8 Llj7gxv3Z02lFeE/PP2rzlGdhzLQGQQJVM4hssPOcb08bg0z+4afJ7ulqbZ5PA== =wKCt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 18:13:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 18:13:55 +0000 Subject: Processing of libvalidation-class-perl_7.900056-1_amd64.changes Message-ID: libvalidation-class-perl_7.900056-1_amd64.changes uploaded successfully to localhost along with the files: libvalidation-class-perl_7.900056-1_all.deb libvalidation-class-perl_7.900056-1.dsc libvalidation-class-perl_7.900056.orig.tar.gz libvalidation-class-perl_7.900056-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu May 29 18:18:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 18:18:41 +0000 Subject: libjson-any-perl_1.34-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 20:01:34 +0200 Source: libjson-any-perl Binary: libjson-any-perl Architecture: source all Version: 1.34-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libjson-any-perl - wrapper class for the various JSON classes Changes: libjson-any-perl (1.34-1) unstable; urgency=medium . * New upstream release. * debian/copyright: update Upstream-Contact. * Update years of packaging copyright. * Drop version from libtest-without-module-perl build dependency. * Install upstream CONTRIBUTING file. Checksums-Sha1: 3ff5eef1420d09e751b57b400d38e66676bf55a2 2467 libjson-any-perl_1.34-1.dsc 561a373909e4f3950be2e2b2b66c618542a42767 34274 libjson-any-perl_1.34.orig.tar.gz 8847835aa6afab8cb8b2879275f1a789b19378e0 3600 libjson-any-perl_1.34-1.debian.tar.xz 4cbefad3b309ee4ffad0a69c819bb8fdd0d540e8 18596 libjson-any-perl_1.34-1_all.deb Checksums-Sha256: 113b709a2ec1b8878423934b0b6cbeeb6612818f0eee2e03fdb42b56ef4405b4 2467 libjson-any-perl_1.34-1.dsc b3240b325570ba1a5d5fa0124b90d0950c94b9deb4d1ce3516b4eae8cac787c1 34274 libjson-any-perl_1.34.orig.tar.gz f95f0a4681e6686ea74d0420eef03468ca9558b599d2b3ef32604ad561c06bd0 3600 libjson-any-perl_1.34-1.debian.tar.xz c7afac4a4acda9813b5235972e3af8f167a61c6d80e17e31b61181d550377bc3 18596 libjson-any-perl_1.34-1_all.deb Files: 61ced77749a1f8232a7d7fa0efd3fc1a 18596 perl optional libjson-any-perl_1.34-1_all.deb b07e758d223e2e8a38464d7bd3a93435 2467 perl optional libjson-any-perl_1.34-1.dsc b3b50aae44af89ad78f5674cff11ef53 34274 perl optional libjson-any-perl_1.34.orig.tar.gz a0875d1a018b5e739e8f6e954dd4e8ee 3600 perl optional libjson-any-perl_1.34-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh3YeThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBgK/D/9zuhd661Hgx+XqOkjzlD3Pdmb/O0GPSBpvvUVhGUihuGG3 a0xmT/IIncd7NsvAoWn4LuyYbRsukrLzsVAnv4IKMjcgLuU/U/e/9wlCpsKf90gP +gT7eONRgQ9aur4X6obDMZqfl4C7sC2WkXhYGJ4ZMFuhBcPcNLfyvVRgJbZnknIc 9x25/A1PJM39bxaH9FrwXClEUvdmBnV1xiyWtHNK2+f3tOfG48HoksO7Z7tb9Iob EI6uWWFBC6dY/KMHiSU5TeMqplbJM7K948JsB04oLND3mrp94M9bKwtfk9AIWYzZ A7UBHjSmPvQwz6E/Of1bC5Z8VngKJbcLHwrWu0AaAMOJRMqGc0NxiCLYwYaLcShv T38p6IO4U8rDNjUW2xSf6RyQylX9vBbQsNxrG8sAFjFJnIxAmkUQLotn/mgqrCpu yYj9WLZAKGbCBA7BJTnkDo4lmpvTnwvEZq1RoqfBPjpjo/o+0eiNrQWvTp8SH1Be 8dOWDZQHcF0m4SZU9Q0si/tvzcksGI7TwzrH6E70OIqWARDhpDAZ2XcTMfsJKBoj bnu8LuOKmAAE6Y4BxGEYfz3WX4mTwN2YkmC/Cj06lly5EtjZRtzvpqhkC6ndOOs/ 2O6FS+etjFptztAFaUqLBccbbkE4E6/F9PlK/ihQkwIMDlcuAJR8cS+kHLsn+Q== =gGUm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu May 29 18:18:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 29 May 2014 18:18:49 +0000 Subject: libvalidation-class-perl_7.900056-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 29 May 2014 20:11:42 +0200 Source: libvalidation-class-perl Binary: libvalidation-class-perl Architecture: source all Version: 7.900056-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libvalidation-class-perl - module for centralized, simplified input validation Changes: libvalidation-class-perl (7.900056-1) unstable; urgency=medium . * New upstream release. * Update years of packaging copyright. * Add a patch to fix a POD syntax error. Checksums-Sha1: 86eb823c327607f8432b377bb03f420eb9ed890f 2546 libvalidation-class-perl_7.900056-1.dsc 0e1535511d414af12fe04121483c1be2dc3a5624 201812 libvalidation-class-perl_7.900056.orig.tar.gz 148457038a338f105b9acccea88edd9ca9dbe0e7 4232 libvalidation-class-perl_7.900056-1.debian.tar.xz 68f65edaaf338e056d46bd8b517f72f9f71d46fc 256164 libvalidation-class-perl_7.900056-1_all.deb Checksums-Sha256: af70fa1be6bdcefaf5b002dafc69ea5f26330de1ee1f356a388a17a9de07d12b 2546 libvalidation-class-perl_7.900056-1.dsc 202f4ef3cb7e8a7aebf560be4c0d3929b0369552c02c57affd4fe398fc5fa149 201812 libvalidation-class-perl_7.900056.orig.tar.gz 3de6eabf08737904872eca05edc1c26a05aaca23454647e7db13c25b8bee6a18 4232 libvalidation-class-perl_7.900056-1.debian.tar.xz 83f264b6e7f82321e884f28314e174adcbd8a3e0944fd0bec78ec8c1bf3bd2e0 256164 libvalidation-class-perl_7.900056-1_all.deb Files: a1cecc316b649e861adeccb43e0c6856 256164 perl optional libvalidation-class-perl_7.900056-1_all.deb b86eaf1a5fa1d7699606bee9d26e0e74 2546 perl optional libvalidation-class-perl_7.900056-1.dsc 70b88b63107d8e5c1ad5cefc7a051ddf 201812 perl optional libvalidation-class-perl_7.900056.orig.tar.gz 6bb5605a4c09dcfea0be2c42c5796ce8 4232 perl optional libvalidation-class-perl_7.900056-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh3iKThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoX9D/9f2P9wiYSyGZYb1dC+WyShDwAlhFd54Zv7nrIcrAoJQ+tG zrOVDUFCV+2rn2W/fyJa4XXDazcALG13xstvKWDSS7bEazXfdV/LFeOM0JtLouy4 duH7QiLu+tE7BsTUHcsBQwLr7RoHn7EFiGsi3aaof5WRh1/OFowLkpttblr+q158 gThygtQFkMEKgkEMJH2Z0/fU/capvtQzumpaCUDLS4lhLPaWMaTOG6qhFT6jaHtt qLawK04Upj1fvgZafe8jSKS0iQBsq7OOqy6PjAFMmaS/jDEqa2EW5Ega6bRNN/eC zeY6fElu0u4VzAsH0mrx4PSdvy2D9Fs10EQJ5XwV6ZDJDIwnLcWkhw8HThGJ8L9V p3lwgKJpXDuk53OUH6zJNY74ulgTP57dhZ6ODlJ6caudfpp03wKQhKv/ePd2uiFv ui9/lU6DwohijUARLI8HVcu7oe08Rnmm8LqoaZDzgrwB/1h52tbZ+cFgPw4HM98E wUiu8PhTvjGg0xJ+OCL3D2+8GbaOPtGAFYTRM/6mZUU/CychfvLOEaIaMbMqWYxH 5UM+PrrhIWK4ndg8QUtAigu4SYZwRkAAVewPlNFUWP/Rz1PprWwbhE8ejWkOWply gqdnflJEicWWfEzywOO7RT9cBhuUqhbN1dEmtkEF1MHjhXK9OyZLMJRd3sEdig== =tmDW -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From mt at debian.org Thu May 29 21:33:43 2014 From: mt at debian.org (Michael Tautschnig) Date: Thu, 29 May 2014 22:33:43 +0100 Subject: Bug#749808: perlrdf: FTBFS - Base class package "Exporter::TypeTiny" is empty Message-ID: <20140529213343.GG1035@l04.Home> Package: perlrdf Version: 0.004-3 Severity: serious Usertags: goto-cc During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error. [...] make[1]: Entering directory '/srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01basic.t t/02translate.t # Failed test 'use App::perlrdf;' # at t/01basic.t line 2. # Tried to use 'App::perlrdf'. # Error: Base class package "Exporter::TypeTiny" is empty. # (Perhaps you need to 'use' the module which defines that package first, # or make that module available in @INC (@INC contains: /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/inc /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/blib/lib /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/blib/arch /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .). # at /usr/share/perl5/Scalar/Does.pm line 72. # BEGIN failed--compilation aborted at /usr/share/perl5/Scalar/Does.pm line 72. # Compilation failed in require at /usr/share/perl5/Role/Commons.pm line 9. # BEGIN failed--compilation aborted at /usr/share/perl5/Role/Commons.pm line 9. # Compilation failed in require at /usr/share/perl5/Object/AUTHORITY.pm line 6. # BEGIN failed--compilation aborted at /usr/share/perl5/Object/AUTHORITY.pm line 6. # Compilation failed in require at /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/blib/lib/App/perlrdf/Command.pm line 14. # BEGIN failed--compilation aborted at /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/blib/lib/App/perlrdf/Command.pm line 14. # Compilation failed in require at /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/blib/lib/App/perlrdf.pm line 13. # BEGIN failed--compilation aborted at /srv/jenkins-slave/workspace/sid-goto-cc-perlrdf/perlrdf-0.004/blib/lib/App/perlrdf.pm line 15. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. # Looks like you failed 1 test of 1. t/01basic.t ...... 1..1 not ok 1 - use App::perlrdf; The full build log is attached. Best, Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: perlrdf-build-log.txt.gz Type: application/x-gunzip Size: 11235 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 859 bytes Desc: not available URL: From abe at debian.org Thu May 29 23:29:41 2014 From: abe at debian.org (Axel Beckert) Date: Fri, 30 May 2014 01:29:41 +0200 Subject: Bug#749825: libtime-parsedate-perl: trying to overwrite '/usr/share/man/man3/Time::ParseDate.3pm.gz', which is also in package libtime-modules-perl 2011.0517-1 Message-ID: <874n08f9ju.fsf@c-cactus.deuxchevaux.org> Source: libtime-parsedate-perl Severity: serious Version: 2013.1113-1 Hi, I'm no more awake enough to fix this myself now, so I thought, I'd better document this: [...] Unpacking libtime-parsedate-perl (2013.1113-1) ... dpkg: error processing archive /var/cache/apt/archives/libtime-parsedate-perl_2013.1113-1_all.deb (--unpack): trying to overwrite '/usr/share/man/man3/Time::ParseDate.3pm.gz', which is also in package libtime-modules-perl 2011.0517-1 Preparing to unpack .../libtime-modules-perl_2013.1113-1_all.deb ... Unpacking libtime-modules-perl (2013.1113-1) over (2011.0517-1) ... [...] I think there's a "Replaces" header missing. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (600, 'testing'), (110, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.15-rc5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash From ftpmaster at ftp-master.debian.org Fri May 30 01:00:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 01:00:19 +0000 Subject: Processing of libtime-parsedate-perl_2013.1113-2_amd64.changes Message-ID: libtime-parsedate-perl_2013.1113-2_amd64.changes uploaded successfully to localhost along with the files: libtime-parsedate-perl_2013.1113-2_all.deb libtime-modules-perl_2013.1113-2_all.deb libtime-parsedate-perl_2013.1113-2.dsc libtime-parsedate-perl_2013.1113-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From pkg-perl-maintainers at lists.alioth.debian.org Fri May 30 00:59:52 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Fri, 30 May 2014 00:59:52 +0000 Subject: Bug#749825: Pending fixes for bugs in the libtime-parsedate-perl package Message-ID: tag 749825 + pending thanks Some bugs in the libtime-parsedate-perl package are closed in revision 7554061e40d45eeae7a96fcbe9d7c0639d4c322f in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-parsedate-perl.git;a=commitdiff;h=7554061 Commit message: Add Breaks/Replaces on the old libtime-modules-perl to libtime-parsedate-perl. Thanks: Axel Beckert for spotting this mistake, Closes: #749825 From owner at bugs.debian.org Fri May 30 01:03:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 01:03:08 +0000 Subject: Processed: Pending fixes for bugs in the libtime-parsedate-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749825 + pending Bug #749825 [src:libtime-parsedate-perl] libtime-parsedate-perl: trying to overwrite '/usr/share/man/man3/Time::ParseDate.3pm.gz', which is also in package libtime-modules-perl 2011.0517-1 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749825 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 30 01:03:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 01:03:56 +0000 Subject: libtime-parsedate-perl_2013.1113-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 02:57:51 +0200 Source: libtime-parsedate-perl Binary: libtime-parsedate-perl libtime-modules-perl Architecture: source all Version: 2013.1113-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: gregor herrmann Description: libtime-modules-perl - Transitional package for libtime-modules-perl libtime-parsedate-perl - collection of Perl modules for time/date manipulation Closes: 749825 Changes: libtime-parsedate-perl (2013.1113-2) unstable; urgency=medium . * Add Breaks/Replaces on the old libtime-modules-perl to libtime-parsedate-perl. Thanks to Axel Beckert for spotting this mistake, (Closes: #749825) Checksums-Sha1: 3db28a271e30de0b3ce29b3a6a0309624e6c0cbc 2385 libtime-parsedate-perl_2013.1113-2.dsc 810d8d5539a4e2f5847197dfaf31404d09fcf80b 4008 libtime-parsedate-perl_2013.1113-2.debian.tar.xz a2b7edd3317dc00f1902210f2283075c245ee032 36956 libtime-parsedate-perl_2013.1113-2_all.deb 5275da9278e8a4ed7ba9519f7f9aaf574140ea77 7874 libtime-modules-perl_2013.1113-2_all.deb Checksums-Sha256: 7634732fd308d921d5c5d76400405ed1035a576c1002c1644a73c95b5dbd0590 2385 libtime-parsedate-perl_2013.1113-2.dsc 1e778e8695d2fa04567fa882874c39ffab08aa5c6f8c913a24b7a9f028f52d2d 4008 libtime-parsedate-perl_2013.1113-2.debian.tar.xz 2d3db233ab22ac33e8ce893ed5f25f55cf7f11a07bce3676ae9e00e179dbd3d7 36956 libtime-parsedate-perl_2013.1113-2_all.deb d61de00666472ac98c8cde675e7e5b928c1efa49f666c46c724453b495f5f9c2 7874 libtime-modules-perl_2013.1113-2_all.deb Files: 697383bced6acfceaa3fb1fc24a1d069 36956 perl optional libtime-parsedate-perl_2013.1113-2_all.deb ef2358a6b7bddd38b26194ead243faf1 7874 oldlibs extra libtime-modules-perl_2013.1113-2_all.deb ed06d8deda4b74db7c7aedf4f105f9a3 2385 perl optional libtime-parsedate-perl_2013.1113-2.dsc f2a0e69da07dcdd1393b9ed93600fe1a 4008 perl optional libtime-parsedate-perl_2013.1113-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTh9fAThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBhzFEAClS70RXsnIn7BdXYr/0AT5xRENSu3JtygVi3rPkAMXYbco J+G5aSkDr5Kj/irKSPJ2JI64c0FWkDJmmaDRJJSvjSMxpQVRmqagUyfJsCfnN25B Wll8+7QhYpy9ZrSV8TpLtWHyMbMjpQyxJjBAaFLJOE6aV9mYODouqVpXywWrqVRi 3VwGajAYlUJsnzdE7rJzDtbut2ueRZg7hUSTafctqTUqaDpzTu2Y0qr2pFr0Wk60 DKUQNjFKZ75uqHLs9s++ZOlakn7Rqjo2/wS0ubboPV7nIwysNlgV4Do0l5amygN2 bxudUOyK+HLcJpw2F/xPzunNPkDNWnf4UAZhzbKcFeK3/wuISSZH4GOyMnBas754 lfn6ncf+IEtDG16VS7APY5Zb4N4X2lzhP9nzcjFAU4Yl5dP6rq9ZrIdR2E2d8EOT jmlzukuZb0Cdy8ZfNyKXTIE/NH1QZ1/8X1n9mAVqLQI4DFMyrhARetefknmA8SyA YR9yhr9r2tPxrqE6lSiytkW59YDQne7jTD/EGL9WUaukUuEiaw4YTEzGW4V7jgyn ka1bfpeXNGCvcD6kZgev8mgT0cqG/hQH3AKR4w4chvbj98vCQLWLnFgLw9sPklcf bgGJ70TbsnzY/Meq/3jjU1xhT1SS/7AS+1d6ErQ7XHPoGzk0XOimS/sWstyBzQ== =8hzC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri May 30 01:06:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 01:06:05 +0000 Subject: Bug#749825: marked as done (libtime-parsedate-perl: trying to overwrite '/usr/share/man/man3/Time::ParseDate.3pm.gz', which is also in package libtime-modules-perl 2011.0517-1) References: <874n08f9ju.fsf@c-cactus.deuxchevaux.org> Message-ID: Your message dated Fri, 30 May 2014 01:03:56 +0000 with message-id and subject line Bug#749825: fixed in libtime-parsedate-perl 2013.1113-2 has caused the Debian Bug report #749825, regarding libtime-parsedate-perl: trying to overwrite '/usr/share/man/man3/Time::ParseDate.3pm.gz', which is also in package libtime-modules-perl 2011.0517-1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 749825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749825 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Axel Beckert Subject: libtime-parsedate-perl: trying to overwrite '/usr/share/man/man3/Time::ParseDate.3pm.gz', which is also in package libtime-modules-perl 2011.0517-1 Date: Fri, 30 May 2014 01:29:41 +0200 Size: 2709 URL: -------------- next part -------------- An embedded message was scrubbed... From: gregor herrmann Subject: Bug#749825: fixed in libtime-parsedate-perl 2013.1113-2 Date: Fri, 30 May 2014 01:03:56 +0000 Size: 6002 URL: From dr at jones.dk Fri May 30 09:40:29 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 30 May 2014 11:40:29 +0200 Subject: libmarpa-r2-perl_2.084000-1_amd64.changes REJECTED In-Reply-To: References: Message-ID: <20140530094029.4335.48031@bastian.jones.dk> Hi Thorsten, Quoting Thorsten Alteholz (2014-05-29 18:00:05) > unfortunately I have to reject this package. > > Some files in arpa-R2-2.084000/libmarpa_doc_dist/* are licensed under > GFDL 1.3. > Please add them to debian/copyright. > > The file Marpa-R2-2.084000/t/etc/wall_proof.txt is licensed under a > CC-ND license, which makes it non-free. Please remove it from the > source tarball. Whoops, indeed. I clearly didn't do my homework here! I appreciate your role that caught this - and your nice tone in your rejection mails. I will clean up that package now. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From pkg-perl-maintainers at lists.alioth.debian.org Fri May 30 10:26:04 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Fri, 30 May 2014 10:26:04 +0000 Subject: Bug#625841: Pending fixes for bugs in the libnet-freedb-perl package Message-ID: tag 625841 + pending thanks Some bugs in the libnet-freedb-perl package are closed in revision 435017a107ea1236b2ceb94ade418c92a8934bd6 in branch 'master' by Daniel Lintott The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-freedb-perl.git;a=commitdiff;h=435017a Commit message: Add patch to fix the FTBFS on kFreeBSD-* Closes: #625841 From owner at bugs.debian.org Fri May 30 10:27:12 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 10:27:12 +0000 Subject: Processed: Pending fixes for bugs in the libnet-freedb-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 625841 + pending Bug #625841 [libnet-freedb-perl] libnet-freedb-perl: FTBFS on kfreebsd-*: storage size of 'data' isn't known Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 625841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625841 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From pkg-perl-maintainers at lists.alioth.debian.org Fri May 30 10:33:49 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Fri, 30 May 2014 10:33:49 +0000 Subject: Bug#742687: Pending fixes for bugs in the libgtk2-perl package Message-ID: tag 742687 + pending thanks Some bugs in the libgtk2-perl package are closed in revision 387d516e6a65f710c4faa5fa927edefbe95b7f22 in branch 'master' by intrigeri The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgtk2-perl.git;a=commitdiff;h=387d516 Commit message: Disable some tests that are known to behave erratically. Cherry-picked from upstream. (Closes: #742687) From owner at bugs.debian.org Fri May 30 10:36:26 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 10:36:26 +0000 Subject: Processed: Pending fixes for bugs in the libgtk2-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 742687 + pending Bug #742687 [src:libgtk2-perl] libgtk2-perl: Sometimes FTBFS (timeout in t/GtkSocket-GtkPlug.t) on kfreebsd-* Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 742687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742687 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 30 10:37:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 10:37:31 +0000 Subject: Processing of libgtk2-perl_1.2491-3_amd64.changes Message-ID: libgtk2-perl_1.2491-3_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: libgtk2-perl_1.2491-3_amd64.deb libgtk2-perl-doc_1.2491-3_all.deb libgtk2-perl_1.2491-3.dsc libgtk2-perl_1.2491-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host ravel.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 10:37:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 10:37:33 +0000 Subject: Processing of libnet-github-perl_0.63-1_amd64.changes Message-ID: libnet-github-perl_0.63-1_amd64.changes uploaded successfully to localhost along with the files: libnet-github-perl_0.63-1_all.deb libnet-github-perl_0.63-1.dsc libnet-github-perl_0.63.orig.tar.gz libnet-github-perl_0.63-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 10:37:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 10:37:33 +0000 Subject: Processing of libgtk2-perl_1.2491-3_amd64.changes Message-ID: libgtk2-perl_1.2491-3_amd64.changes uploaded successfully to localhost along with the files: libgtk2-perl_1.2491-3_amd64.deb libgtk2-perl-doc_1.2491-3_all.deb libgtk2-perl_1.2491-3.dsc libgtk2-perl_1.2491-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 10:48:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 10:48:56 +0000 Subject: libgtk2-perl_1.2491-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 12:29:26 +0200 Source: libgtk2-perl Binary: libgtk2-perl libgtk2-perl-doc Architecture: source amd64 all Version: 2:1.2491-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: intrigeri Description: libgtk2-perl - Perl interface to the 2.x series of the Gimp Toolkit library libgtk2-perl-doc - Perl interface to the Gtk 2.x series (documentation files) Closes: 742687 Changes: libgtk2-perl (2:1.2491-3) unstable; urgency=medium . [ Daniel Lintott ] * debian/watch - Loosen regex to find all versions and prevent missing newer releases . [ intrigeri ] * Enable parallel builds. * Disable some tests that are known to behave erratically. Cherry-picked from upstream Git. (Closes: #742687) Checksums-Sha1: 215b0ec7a2de4e903a7af93f97b3f5e0ece05f41 2402 libgtk2-perl_1.2491-3.dsc 9d6977494ec242ae1cfb40aefb5a323169978807 12888 libgtk2-perl_1.2491-3.debian.tar.xz 04609d52305df20dc86715924aea7783b0d6357f 670406 libgtk2-perl_1.2491-3_amd64.deb ddc1efa36af6bb1323ec845b730858629b08dac3 1243348 libgtk2-perl-doc_1.2491-3_all.deb Checksums-Sha256: 216d730ccfc910a5aef6a7dc03085a2d83fa53ff5977e628bf7c2d9698a90358 2402 libgtk2-perl_1.2491-3.dsc f8f7c84e3e6dabdceb023df8869862ae1bda1730abe362d7576db1147653d9e9 12888 libgtk2-perl_1.2491-3.debian.tar.xz c8c9e2d4cd2407259aa197fae0640c790f13a90facd73ff2cf4f88fe8cf4bdef 670406 libgtk2-perl_1.2491-3_amd64.deb 8c0e1848f4cfed00a0ba86b1abaf4910d570e055b349ef4f10b450a1bb6fb1f7 1243348 libgtk2-perl-doc_1.2491-3_all.deb Files: ea122c955597329748e1a48e7ad792a9 670406 perl optional libgtk2-perl_1.2491-3_amd64.deb dccff96a2b3b920cbb7dab1a637aa9cb 1243348 doc optional libgtk2-perl-doc_1.2491-3_all.deb e434d0b3f2b5031df3b5e0dbd4f0fe55 2402 perl optional libgtk2-perl_1.2491-3.dsc fcd75d6427466e3d517b60b9754e2b9d 12888 perl optional libgtk2-perl_1.2491-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJTiF52AAoJELrOFdKldJj/EmEP/A7Miyy4gLx5GUjOgZxEYXGO UgjsPr2pG2VZt3u/Mm4LvTZnziGtCvzpSklMdtLw5zEF8GAM8Cc3PWGJ6ATA8ZHf nXJyST3qOBIW/zRKaxop9/TkHBJm9Am9iPvDBStf/4eavlfXMEXz1SVpT4jWyEZg quxC8DEus1F7y5l8tE9IhXMGbbhy3JDdzc+YPCpxfVESb1NTFxAICC0NVLdCmLiu zjSso93hIhL1i/A9FiVnGLBgpkl4lqsqb2B9H+LXr4BKUG+rnZyC/7f45gbAeDSr buoHKHHhSDH8tn5JNdA0kW5BiffI4YPSsWOmq77oQdxPrVpz59pQoaVxxrEuu4tx yI2jneNZOWgQOcUhrO+ttzCzMURdWU1D/eHRP2GHuvQpSqwINRdy4iUZgm1Ar4ho iNW90jO9ZyaGeItg5EsFOefDGuqOOKMabV7FKOlL2ZkAGBbCZeciErz1d/ufyXBJ leJgestSNIiF81y7G7nd6jTdkyMtyvDUKdKEYA1SotRzmfwruH8qwKcFoDK5twIY YA7pKGjzwjinytVS9BcnAaH9DpmZbMBuZBjXm0xQ2If7DuMcpy0IOfM4/4lm9efI 0Jzr++BTnOucGDveLc5eJJ/s7RQMWtmRPJuavffPS12TVZNFzpVDV3kIUnp0WZN4 LiVL0aiclQFNUHAD1T2m =zMge -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 10:49:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 10:49:03 +0000 Subject: libnet-github-perl_0.63-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 30 May 2014 12:32:43 +0200 Source: libnet-github-perl Binary: libnet-github-perl Architecture: source all Version: 0.63-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Angel Abad Description: libnet-github-perl - Perl interface for GitHub Changes: libnet-github-perl (0.63-1) unstable; urgency=medium . * Imported Upstream version 0.63 * debian/copyright: Update debian/* years Checksums-Sha1: b64147fa83589faec46cf84d3418e314008f0676 1706 libnet-github-perl_0.63-1.dsc d00a7d891cd717bf2bfcda371e6c5a20e36153a9 44826 libnet-github-perl_0.63.orig.tar.gz dbae0be385fec67d9395676da840828f7655b660 3192 libnet-github-perl_0.63-1.debian.tar.xz 228a5aa29da7486678021504d2b4e8255a6fbc98 57168 libnet-github-perl_0.63-1_all.deb Checksums-Sha256: ef63a6498e36af8629e24df2c38cdce5c5bce5c5bd59784a6f0d431ddcd42a2f 1706 libnet-github-perl_0.63-1.dsc 2688a2efe9d1bb2987dc91e77343a169c63a9bb6a4437c156b3e166ef22ac6b5 44826 libnet-github-perl_0.63.orig.tar.gz f5489dc17bc9b8e76fdacd460fb47ff33888f38fafd74a3d88d5bcdba7759145 3192 libnet-github-perl_0.63-1.debian.tar.xz 58b6e88d8b27e6b846cc1568d334e26b61061f06fada04f630b5ef0a9c72a7c0 57168 libnet-github-perl_0.63-1_all.deb Files: 20a4476910218bbf3495ec8fb285541c 57168 perl optional libnet-github-perl_0.63-1_all.deb 110cfc5b12c5c8b1e62e11bd25f77efa 1706 perl optional libnet-github-perl_0.63-1.dsc 336d8a8ddeac5fa3eea3d54bf0f76698 44826 perl optional libnet-github-perl_0.63.orig.tar.gz 820dbca6c6d82d06c510c5632b0628ad 3192 perl optional libnet-github-perl_0.63-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlOIXpsACgkQCY2uR+47wnlExQCeNMbY1H+HHqnWorUtTJkm+Rbk jL4AoKwKVEbaR/kSiTQIsdjrjoBbyVqN =ThFc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri May 30 10:51:08 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 10:51:08 +0000 Subject: Bug#742687: marked as done (libgtk2-perl: Sometimes FTBFS (timeout in t/GtkSocket-GtkPlug.t) on kfreebsd-*) References: <85vbv1i1zx.fsf@boum.org> Message-ID: Your message dated Fri, 30 May 2014 10:48:56 +0000 with message-id and subject line Bug#742687: fixed in libgtk2-perl 2:1.2491-3 has caused the Debian Bug report #742687, regarding libgtk2-perl: Sometimes FTBFS (timeout in t/GtkSocket-GtkPlug.t) on kfreebsd-* to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 742687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742687 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: intrigeri at debian.org Subject: libgtk2-perl: Sometimes FTBFS (timeout in t/GtkSocket-GtkPlug.t) on kfreebsd-* Date: Wed, 26 Mar 2014 13:21:54 +0100 Size: 3050 URL: -------------- next part -------------- An embedded message was scrubbed... From: intrigeri Subject: Bug#742687: fixed in libgtk2-perl 2:1.2491-3 Date: Fri, 30 May 2014 10:48:56 +0000 Size: 5788 URL: From intrigeri at debian.org Fri May 30 10:39:03 2014 From: intrigeri at debian.org (intrigeri) Date: Fri, 30 May 2014 12:39:03 +0200 Subject: Bug#746761: libgtk2-perl: Sometimes FTBFS (t/GtkCellRenderer.t fails) on mips, mipsel and armhf In-Reply-To: <20140519211659.GD17765@csclub.uwaterloo.ca> (Lennart Sorensen's message of "Mon, 19 May 2014 17:16:59 -0400") References: <8561lnktqy.fsf@boum.org> <85y4y3z8bx.fsf@boum.org> <20140519141126.GA17765@csclub.uwaterloo.ca> <20140519211659.GD17765@csclub.uwaterloo.ca> Message-ID: <85lhtjblfc.fsf@boum.org> Hi, Lennart Sorensen wrote (19 May 2014 21:16:59 GMT) : > On Mon, May 19, 2014 at 10:11:26AM -0400, Lennart Sorensen wrote: >> How I wish people could make their builds use multiple >> cores when -j is passed, then I could have run 4 times that number >> of passes. Seems adding '--parallel' to the end of the 'dh $@' line in >> debian/rules solves it and makes it build a lot faster. Thanks for the hint. Done in Git and uploaded (for other reasons) as 2:1.2491-3. (We'll see if that one builds on mips, mipsel and armhf, and finally migrates to testing..) > 63 more successful runs on armhf (sid chroot), still haven't seen it. Thanks a lot for running these tests! > I wonder if it needs a certain kernel or arm cpu type or something for > it to happen (although it also happens on mips). FWIW, on armhf, the only failing build was on the "hasse" buildd. Note that Dominique Dumont has investigated this failure a bit from the Perl side of things, and reported back on the upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=729453#c1 Cheers, -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc From ftpmaster at ftp-master.debian.org Fri May 30 11:02:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 11:02:37 +0000 Subject: Processing of libmarpa-r2-perl_2.084000~dfsg-1_amd64.changes Message-ID: libmarpa-r2-perl_2.084000~dfsg-1_amd64.changes uploaded successfully to localhost along with the files: libmarpa-r2-perl_2.084000~dfsg-1_amd64.deb libmarpa-r2-perl_2.084000~dfsg-1.dsc libmarpa-r2-perl_2.084000~dfsg.orig.tar.gz libmarpa-r2-perl_2.084000~dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 11:03:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 11:03:44 +0000 Subject: libmarpa-r2-perl_2.084000~dfsg-1_amd64.changes is NEW Message-ID: binary:libmarpa-r2-perl is NEW. source:libmarpa-r2-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 30 11:37:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 11:37:44 +0000 Subject: Processing of libnet-freedb-perl_0.08-4_amd64.changes Message-ID: libnet-freedb-perl_0.08-4_amd64.changes uploaded successfully to localhost along with the files: libnet-freedb-perl_0.08-4_amd64.deb libnet-freedb-perl_0.08-4.dsc libnet-freedb-perl_0.08-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 11:48:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 11:48:49 +0000 Subject: libnet-freedb-perl_0.08-4_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 11:21:27 +0100 Source: libnet-freedb-perl Binary: libnet-freedb-perl Architecture: source amd64 Version: 0.08-4 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libnet-freedb-perl - Perl interface to freedb servers Closes: 625841 Changes: libnet-freedb-perl (0.08-4) unstable; urgency=medium . * Add patch to fix the FTBFS on kFreeBSD-* (Closes: #625841) * Add myself to uploaders Checksums-Sha1: e17c9dedc37cab82f4b5dc7e957d6ebe7a085f93 2245 libnet-freedb-perl_0.08-4.dsc ca55822511055e0933b2f3ff843ef1f31a984601 3236 libnet-freedb-perl_0.08-4.debian.tar.xz 7f9b5a9bd3a9be787673ad6dc5531353b18968d4 15612 libnet-freedb-perl_0.08-4_amd64.deb Checksums-Sha256: a871900df4fc54ba0e6a4152b61d50763c9cf6778dd9b2b7ebe3af3a18316a0a 2245 libnet-freedb-perl_0.08-4.dsc ed58e6fd86f7ea2200ade1a4292eb06f74ca08b57847f338050e4066cbd52dd0 3236 libnet-freedb-perl_0.08-4.debian.tar.xz 5c9fabd1641bb216d74aaec63093cfd2fb79d0f6aa8f1005e314e75df26a133e 15612 libnet-freedb-perl_0.08-4_amd64.deb Files: a7ea61dbadad3e210bc43e460947017c 15612 perl optional libnet-freedb-perl_0.08-4_amd64.deb 6d139dee0fbbe1569516c72d40bc0247 2245 perl optional libnet-freedb-perl_0.08-4.dsc 124d173fab7120ab01d8eefc48ccd0ae 3236 perl optional libnet-freedb-perl_0.08-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTiGzFThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBq7kEACpLeIYUKFgOS9tZFsAZWlP4eNdJPwySkbJF1GTqT1u8ylF G8Tx+buYYBG6psgpLiYYkfSxZXF8HeKUEcx/w2D0/1GhYb2nOiqnPLEvXqHhfjz/ gOh2P3xbIg/NcjMrcQFcOjejsdk0pNspz/ywU/J8ynY1hsdVAAO4v2xAJgZd3dtB MvuucuTcoXGWMsbFUMWM96rCVXRRyMff28ENw+dzXG5TVXqRtBTQJcWtA944tyww qlB9nc2Q0HXJM1yfK4A0/itTCE2TxJUE2NZSBO2sECvuRoB/PkysWwtIInscjeWM wdrAXTdtYR59V1GGiQY9EE5yHyEh/FUOkzXchgpxTq+tq4jAhHNtH7iZEPyKTrmQ 41YzkS2tBmCZtz2b1p0L6QWKSWHuesUFNcH/lEWzZVbpADxdxqDCKOQNc9xqHrLy 8sfmX5PEAwjuofjkxgwDw67JYErIUuPgm68IuwkxIOzvpgJgwymiU9J8XXV51hd1 ve7VEtMNQTO8sqf1Ud7yHssc7OY7WpM2jB5598skmCTat/+R3n92MNBnEy8YJsE5 Xv5PI5IMBdVA2bFbNdh3ZG61Op+LhwJjb4o22CJJU3KqUJkKsjrm4sdf84i+eVI/ iTH25KFESf3qjcDvaQgQVAMbNKwoqpJ/axTw0UCD+bf95p7yWTh5lPV6ElBZlg== =q+ki -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri May 30 11:51:25 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 11:51:25 +0000 Subject: Bug#625841: marked as done (libnet-freedb-perl: FTBFS on kfreebsd-*: storage size of 'data' isn't known) References: <20110506110625.GB4931@madeleine.local.invalid> Message-ID: Your message dated Fri, 30 May 2014 11:48:49 +0000 with message-id and subject line Bug#625841: fixed in libnet-freedb-perl 0.08-4 has caused the Debian Bug report #625841, regarding libnet-freedb-perl: FTBFS on kfreebsd-*: storage size of 'data' isn't known to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 625841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625841 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Niko Tyni Subject: libnet-freedb-perl: FTBFS on kfreebsd-*: storage size of 'data' isn't known Date: Fri, 6 May 2011 14:06:25 +0300 Size: 3092 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Lintott Subject: Bug#625841: fixed in libnet-freedb-perl 0.08-4 Date: Fri, 30 May 2014 11:48:49 +0000 Size: 5383 URL: From owner at bugs.debian.org Fri May 30 12:03:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 12:03:23 +0000 Subject: Bug#397868: marked as done (libextutils-autoinstall-perl: diff for NMU version 0.61-1.1) References: <53886EF4.3030404@serverb.co.uk> <20061110023412.1E4163A8A@uracile.diwi.org> Message-ID: Your message dated Fri, 30 May 2014 12:43:48 +0100 with message-id <53886EF4.3030404 at serverb.co.uk> and subject line has caused the Debian Bug report #397868, regarding libextutils-autoinstall-perl: diff for NMU version 0.61-1.1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 397868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397868 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: adn+deb at diwi.org Subject: libextutils-autoinstall-perl: diff for NMU version 0.61-1.1 Date: Fri, 10 Nov 2006 03:34:04 +0100 Size: 2278 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Lintott Subject: no subject Date: Fri, 30 May 2014 12:43:48 +0100 Size: 1837 URL: From pino at debian.org Fri May 30 14:22:20 2014 From: pino at debian.org (Pino Toscano) Date: Fri, 30 May 2014 16:22:20 +0200 Subject: Bug#749911: libcurses-perl: FTBFS on hurd-i386: outdated c-gnu.h Message-ID: <20140530142220.16304.23468.reportbug@drak> Source: libcurses-perl Version: 1.31-1 Severity: important Tags: patch User: debian-hurd at lists.debian.org Usertags: hurd Hi, libcurses-perl 1.31-1 fails to compile on GNU/Hurd [1]. The problem is that the "hints" header c-gnu.h, provided by the Debian patch libcurses-perl_hurd1.debdiff, is not up-to-date w.r.t. the changes done upstream between 1.28 and 1.31 to the "hints" headers. Attached there is an updated version of the hurd patch, which allows libcurses-perl to build again. Would it be possible to forward it upstream, so this header will need less Debian-specific handling? [1] https://buildd.debian.org/status/fetch.php?pkg=libcurses-perl&arch=hurd-i386&ver=1.31-1&stamp=1401458475 Thanks, -- Pino -------------- next part -------------- A non-text attachment was scrubbed... Name: libcurses-perl_hurd1.debdiff Type: text/x-diff Size: 810 bytes Desc: not available URL: From abe at debian.org Fri May 30 15:07:53 2014 From: abe at debian.org (Axel Beckert) Date: Fri, 30 May 2014 17:07:53 +0200 Subject: Bug#749911: libcurses-perl: FTBFS on hurd-i386: outdated c-gnu.h In-Reply-To: <20140530142220.16304.23468.reportbug@drak> References: <20140530142220.16304.23468.reportbug@drak> Message-ID: <20140530150752.GB7931@sym.noone.org> Hi Pino, Pino Toscano wrote: > The problem is that the "hints" header c-gnu.h, provided by the Debian > patch libcurses-perl_hurd1.debdiff, is not up-to-date w.r.t. the > changes done upstream between 1.28 and 1.31 to the "hints" headers. > > Attached there is an updated version of the hurd patch, which allows > libcurses-perl to build again. Would it be possible to forward it > upstream, so this header will need less Debian-specific handling? Without having looked at it and just based on your description: Is there a chance that neither we nor upstream will have to ship that file and keep it uptodate, but that we build-depend on something on hurd-i386 only and we just have to "#include" that? Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 From pino at debian.org Fri May 30 15:21:53 2014 From: pino at debian.org (Pino Toscano) Date: Fri, 30 May 2014 17:21:53 +0200 Subject: Bug#749911: libcurses-perl: FTBFS on hurd-i386: outdated c-gnu.h In-Reply-To: <20140530150752.GB7931@sym.noone.org> References: <20140530142220.16304.23468.reportbug@drak> <20140530150752.GB7931@sym.noone.org> Message-ID: <363ac313429a7e438afbcd0b88ba54d3@pino.toscano.name> Hi, On 2014-05-30 17:07, Axel Beckert wrote: > Pino Toscano wrote: >> The problem is that the "hints" header c-gnu.h, provided by the >> Debian >> patch libcurses-perl_hurd1.debdiff, is not up-to-date w.r.t. the >> changes done upstream between 1.28 and 1.31 to the "hints" headers. >> >> Attached there is an updated version of the hurd patch, which allows >> libcurses-perl to build again. Would it be possible to forward it >> upstream, so this header will need less Debian-specific handling? > > Without having looked at it and just based on your description: Is > there a chance that neither we nor upstream will have to ship that > file and keep it uptodate, but that we build-depend on something on > hurd-i386 only and we just have to "#include" that? Unless upstream changes the way those ncurses "hints" header work, I'd say working around it locally just makes things worse. For the rest, I guess it might be better to take a look at the actual files in the hints/ subdirectory. -- Pino Toscano From daniel at serverb.co.uk Fri May 30 15:49:35 2014 From: daniel at serverb.co.uk (Daniel Lintott) Date: Fri, 30 May 2014 16:49:35 +0100 Subject: Bug#734123: libhtml-html5-parser-perl: suggests libxml-libxml-devel-setlinenumber-perl, which doesn't exist Message-ID: <5388A88F.3090109@serverb.co.uk> With regards to bug #734123, what is the groups' feeling on packaging libxml-libxml-devel-setlinenumber-perl given the following on the metacpan page[0]: > DESCRIPTION > > This module exports one function: > > set_line_number($node, $number) > > Sets a node's line number. > > Why in name of all that is good and holy would you want to do that? Frankly, you probably don't. And you probably shouldn't. > > There's just about one sitution where it makes sense. If you are, say, writing a parser for a non-XML format that happens to have an XML-like data model, then you might wish to parse your format into an XML::LibXML document with elements, attributes and so on. And you might want all those nodes to return the correct line numbers when the line_number method is called on them. Say, for instance that you're working on HTML::HTML5::Parser. > THIS MODULE IS WELL DODGY > > And you're a fool if you use it. [0] https://metacpan.org/pod/XML::LibXML::Devel::SetLineNumber -- Daniel Lintott GPG Key: 4096R/5D73EC6E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: From dr at jones.dk Fri May 30 15:58:42 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 30 May 2014 17:58:42 +0200 Subject: Bug#734123: libhtml-html5-parser-perl: suggests libxml-libxml-devel-setlinenumber-perl, which doesn't exist In-Reply-To: <5388A88F.3090109@serverb.co.uk> References: <5388A88F.3090109@serverb.co.uk> Message-ID: <20140530155842.4335.94347@bastian.jones.dk> Quoting Daniel Lintott (2014-05-30 17:49:35) > With regards to bug #734123, what is the groups' feeling on packaging > libxml-libxml-devel-setlinenumber-perl given the following on the > metacpan page[0]: > >> DESCRIPTION >> >> This module exports one function: >> >> set_line_number($node, $number) >> >> Sets a node's line number. >> >> Why in name of all that is good and holy would you want to do that? >> Frankly, you probably don't. And you probably shouldn't. >> >> There's just about one sitution where it makes sense. If you are, >> say, writing a parser for a non-XML format that happens to have an >> XML-like data model, then you might wish to parse your format into an >> XML::LibXML document with elements, attributes and so on. And you >> might want all those nodes to return the correct line numbers when >> the line_number method is called on them. Say, for instance that >> you're working on HTML::HTML5::Parser. >> THIS MODULE IS WELL DODGY >> >> And you're a fool if you use it. I'd say don't package until someone expresses a real need for it. ...as for the bugreport, I'd say keep it open: The bug is real but also not severe (i.e. minor as correctly set originally). - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 966 bytes Desc: signature URL: From ftpmaster at ftp-master.debian.org Fri May 30 16:23:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:23:26 +0000 Subject: Processing of libtypes-uuid-perl_0.002-2_amd64.changes Message-ID: libtypes-uuid-perl_0.002-2_amd64.changes uploaded successfully to localhost along with the files: libtypes-uuid-perl_0.002-2_all.deb libtypes-uuid-perl_0.002-2.dsc libtypes-uuid-perl_0.002-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 16:28:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:28:28 +0000 Subject: Processing of libexporter-tiny-perl_0.038-2_amd64.changes Message-ID: libexporter-tiny-perl_0.038-2_amd64.changes uploaded successfully to localhost along with the files: libexporter-tiny-perl_0.038-2_all.deb libexporter-tiny-perl_0.038-2.dsc libexporter-tiny-perl_0.038-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 16:33:28 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:33:28 +0000 Subject: Processing of libmatch-simple-perl_0.008-2_amd64.changes Message-ID: libmatch-simple-perl_0.008-2_amd64.changes uploaded successfully to localhost along with the files: libmatch-simple-perl_0.008-2_all.deb libmatch-simple-perl_0.008-2.dsc libmatch-simple-perl_0.008-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 16:33:51 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:33:51 +0000 Subject: libexporter-tiny-perl_0.038-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 18:24:15 +0200 Source: libexporter-tiny-perl Binary: libexporter-tiny-perl Architecture: source all Version: 0.038-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libexporter-tiny-perl - tiny exporter similar to Sub::Exporter Changes: libexporter-tiny-perl (0.038-2) unstable; urgency=medium . * Update copyright info: + Use git scheme in Github source URI. + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: e161c2e369d1691895146dd3030febe9f92adb6b 2223 libexporter-tiny-perl_0.038-2.dsc 6e7b4d2b6ce1a8e2a3b9256735b9d3bc22bf1789 3160 libexporter-tiny-perl_0.038-2.debian.tar.xz cfdd3402ee2879afd7ecc6aa180792ccf1c7c9ff 28680 libexporter-tiny-perl_0.038-2_all.deb Checksums-Sha256: ac9ab109fbd48296097fa9ac2452dbd0576503cc9c7b86ae01b288cb080e5f29 2223 libexporter-tiny-perl_0.038-2.dsc 168da5dee10b0ed3cde14fbf8f9a2881c381c9588b4e984605e43249bcc104ee 3160 libexporter-tiny-perl_0.038-2.debian.tar.xz 733e7575539fb3e66b18ca724d723d89049017cd14d4f195ba1cd62fdfdbb0bb 28680 libexporter-tiny-perl_0.038-2_all.deb Files: d6f7cbef90ef65cc8f30c3842427e375 28680 perl optional libexporter-tiny-perl_0.038-2_all.deb b5d917ea36774ef42d5a492c2f59a9cf 2223 perl optional libexporter-tiny-perl_0.038-2.dsc fff7afe0bb14a8a832ac2dbe55391ea7 3160 perl optional libexporter-tiny-perl_0.038-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLGKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh1sUP/imeOhU2NvlW349mYoepWC7h UoQnkN6bOY8yBu+/ebPZVqnmhAOW6AkIrkM54xDy+8YtLusGD7ONbil1dmiZ2eVt Ti519iEJAnhH37hIlVQuTd4KJC0V8tCnbvE8WVbX/hmYYTAYzSnsJzCoMo48kAxX aCt5+Pw4tlPpdvGshMb9VIzhPrTebKCCS6wCpYwysjDGXrDRiFmyzwTrbevxdwPw d4mSQppor74ZCA3oI02N94pAh83VsfaNPYe5QcreJ5nPwTKs9xywi87WNV+UKEBN qdAKjZw79CzM1CGFkZZJA1sZYwKqPeie66bD19ZBjPid7cHEECLIwKD/BHhbgeym OzflxrlimN4R/hgNJieO1aJbXFThKNoVKvF/CeYKFisIKlZxSMsLCzxyN7uteXxF 4xC/HvX5c1SaQTYJSyyJIWAUCQUPIB8MakIanrTBDrKxP19QWBxcj8oVyEJ+dpno eAFbddWr3HvFEYsPoxLaTSqyHphBvL7TCcgVe/y6STkJ0Z22OJxl/U+hRgMtTIIA rYzmYi2CLD0RX1U2UctD6IoCavdMtLjCuu0wQUwq+BpZIaEEIEl+CDsVewdxkbbE xJpNYBKjaQj6e2tIXh6sOrja6Wfaw+kZ5+O++Buy8wvEVUYF5uSMPvy5TQyQSh9C R0ZThV6l+3bnFCW5Vjko =OgNv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 16:34:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:34:01 +0000 Subject: libtypes-uuid-perl_0.002-2_amd64.changes REJECTED Message-ID: Processing raised an exception: [Errno 2] No such file or directory: '/srv/ftp-master.debian.org/tmp/dakcsrVxT/libtypes-uuid-perl_0.002.orig.tar.gz'. Traceback (most recent call last): File "/srv/ftp-master.debian.org/dak/dak/daklib/archive.py", line 899, in check chk().check(self) File "/srv/ftp-master.debian.org/dak/dak/daklib/checks.py", line 132, in check self._check_hashes(upload, source.filename, source.files.itervalues()) File "/srv/ftp-master.debian.org/dak/dak/daklib/checks.py", line 151, in _check_hashes f.check(upload.directory) File "/srv/ftp-master.debian.org/dak/dak/daklib/upload.py", line 140, in check size = os.stat(path).st_size OSError: [Errno 2] No such file or directory: '/srv/ftp-master.debian.org/tmp/dakcsrVxT/libtypes-uuid-perl_0.002.orig.tar.gz' === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Fri May 30 16:33:57 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:33:57 +0000 Subject: libmatch-simple-perl_0.008-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 18:29:17 +0200 Source: libmatch-simple-perl Binary: libmatch-simple-perl Architecture: source all Version: 0.008-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmatch-simple-perl - simplified clone of smartmatch operator Changes: libmatch-simple-perl (0.008-2) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: d88e51e4423ca497cec05a0cb917ce762fa488d3 2347 libmatch-simple-perl_0.008-2.dsc 637cc861631c4dab999d505b9a953b80b6921b7f 3696 libmatch-simple-perl_0.008-2.debian.tar.xz d3f3dd17ffe6f8056ac4a9632261b9ef99f543b5 16198 libmatch-simple-perl_0.008-2_all.deb Checksums-Sha256: a1e070d7c750ff683fdfe52627a9c901e9965ca9137baa4edad38839700c768e 2347 libmatch-simple-perl_0.008-2.dsc 9069732145ab565f4e64534e94700f318989b052e062198dc9197a89fdd215bb 3696 libmatch-simple-perl_0.008-2.debian.tar.xz 57ede3419d8d2fa22ae4f8dfa02934d52116b151dc45e90592e54f2bc87b6222 16198 libmatch-simple-perl_0.008-2_all.deb Files: 9eb0b77a4a2fb0db57754142315a877a 16198 perl optional libmatch-simple-perl_0.008-2_all.deb 199adfd9c2bc1f0cf779fd4f37ec9cd2 2347 perl optional libmatch-simple-perl_0.008-2.dsc d308ce9a5e40ba08cc60742018956d3b 3696 perl optional libmatch-simple-perl_0.008-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLLAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhwFIP/R9hWjmIHjt+TpSVO6DSrQEP vAsBiNtxZp501Icbiij97ucTKm4HEjLgSGWkxT5wpj5da+XsdTcgPyq49hBF2zIX RSqTvFL4mkidvBeR//+peyv8EuM2Gi22S/1oCld66GEmlz9Djc7w8RDf+MvOwJFp Out8mHR5kBr2zr9zVP/RaBzfL+zyJoeB3BGElmff1PiD/AGPM26NjObEBwvrogXF +NfC1mVjQqDlh1l0r47cz2YUipYDMDq3OXw2gBbbUSSBBqqa0X/aPacafCbu3y+c skFyZBV3MOwMttmlFnyJCx7eFBBYTBA4Htp+ngBX236a4E0d9+/SEmSURNS6qDAA dvRRpq/I6wdJhqfs5R8vI33GlnH2jC8CTMFVupH1efJx15nxbsHMYk84uCFTvS/i GG119TZ7cUfh8xjdhOFXTn27GwPb3G9fVDpFy4nsGKTei2Y4FM9ODIB6ErJUtf/u dKyWiuotMWqWKQMY+tvjcD30lfaDoFnF85ahYMfbmVOESHemWxwwJT9NmddR5s1V LvD4G9vcgEMtuVdw9GKYPGCti4vthjb94Dn7GwN6c/QXPpds7MSbyxXyDgKjSNYg lk+rErszJyIKIinIq07CmN1lHBL9Wc1c58gchyW3gNUC4OORbpfFqezsbMGu93UV NxEtBsmWeqCB/vLaVAnb =YwPA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: librdf-trine-node-literal-xml-perl 0.16-2 MIGRATED to testing Message-ID: FYI: The status of the librdf-trine-node-literal-xml-perl source package in Debian's testing distribution has changed. Previous version: 0.16-1 Current version: 0.16-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libmodule-install-readmefrompod-perl 0.22-1 MIGRATED to testing Message-ID: FYI: The status of the libmodule-install-readmefrompod-perl source package in Debian's testing distribution has changed. Previous version: 0.20-1 Current version: 0.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libfile-spec-perl 3.4700-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-spec-perl source package in Debian's testing distribution has changed. Previous version: 3.4000-1 Current version: 3.4700-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libemail-valid-loose-perl 0.05-4 MIGRATED to testing Message-ID: FYI: The status of the libemail-valid-loose-perl source package in Debian's testing distribution has changed. Previous version: 0.05-3 Current version: 0.05-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libhtml-clean-perl 0.8-12 MIGRATED to testing Message-ID: FYI: The status of the libhtml-clean-perl source package in Debian's testing distribution has changed. Previous version: 0.8-11 Current version: 0.8-12 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libpgobject-util-dbmethod-perl 1.00.001-1 MIGRATED to testing Message-ID: FYI: The status of the libpgobject-util-dbmethod-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.00.001-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: librdf-trine-perl 1.008-1 MIGRATED to testing Message-ID: FYI: The status of the librdf-trine-perl source package in Debian's testing distribution has changed. Previous version: 1.007-2 Current version: 1.008-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libauthen-simple-passwd-perl 0.6-3 MIGRATED to testing Message-ID: FYI: The status of the libauthen-simple-passwd-perl source package in Debian's testing distribution has changed. Previous version: 0.6-2 Current version: 0.6-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libfile-share-perl 0.10-1 MIGRATED to testing Message-ID: FYI: The status of the libfile-share-perl source package in Debian's testing distribution has changed. Previous version: 0.03-1 Current version: 0.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri May 30 16:48:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:48:31 +0000 Subject: Processing of libmatch-simple-xs-perl_0.001-2_amd64.changes Message-ID: libmatch-simple-xs-perl_0.001-2_amd64.changes uploaded successfully to localhost along with the files: libmatch-simple-xs-perl_0.001-2_amd64.deb libmatch-simple-xs-perl_0.001-2.dsc libmatch-simple-xs-perl_0.001-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 16:53:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:53:31 +0000 Subject: Processing of libperlx-maybe-perl_1.000-2_amd64.changes Message-ID: libperlx-maybe-perl_1.000-2_amd64.changes uploaded successfully to localhost along with the files: libperlx-maybe-perl_1.000-2_all.deb libperlx-maybe-perl_1.000-2.dsc libperlx-maybe-perl_1.000-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 16:58:31 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 16:58:31 +0000 Subject: Processing of libtypes-uuid-perl_0.002-2_amd64.changes Message-ID: libtypes-uuid-perl_0.002-2_amd64.changes uploaded successfully to localhost along with the files: libtypes-uuid-perl_0.002-2_all.deb libtypes-uuid-perl_0.002-2.dsc libtypes-uuid-perl_0.002.orig.tar.gz libtypes-uuid-perl_0.002-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:03:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:03:33 +0000 Subject: Processing of libperlx-maybe-xs-perl_1.001-2_amd64.changes Message-ID: libperlx-maybe-xs-perl_1.001-2_amd64.changes uploaded successfully to localhost along with the files: libperlx-maybe-xs-perl_1.001-2_amd64.deb libperlx-maybe-xs-perl_1.001-2.dsc libperlx-maybe-xs-perl_1.001-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:03:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:03:49 +0000 Subject: libmatch-simple-xs-perl_0.001-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 18:41:44 +0200 Source: libmatch-simple-xs-perl Binary: libmatch-simple-xs-perl Architecture: source amd64 Version: 0.001-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmatch-simple-xs-perl - XS backend for match::simple Changes: libmatch-simple-xs-perl (0.001-2) unstable; urgency=medium . * Fix recommend libmatch-simple-perl (not self). * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 42744fb0c45daaecf6971f5a65c8e0ec2cd33124 2383 libmatch-simple-xs-perl_0.001-2.dsc bf38525f1f37a5ba8573039468159303d4bc001c 3884 libmatch-simple-xs-perl_0.001-2.debian.tar.xz 65f5931ba25dccb3c829309d3083fcab1ea4d1d7 13384 libmatch-simple-xs-perl_0.001-2_amd64.deb Checksums-Sha256: 0f8333899dd9c82d4c69bdc75728c27405ef165e49b84496144cd47ac9e8a98d 2383 libmatch-simple-xs-perl_0.001-2.dsc da5f95a727e31a69c1a4c0a72bc05d1ee6b1e408404e0ac870bf1900c624aa4c 3884 libmatch-simple-xs-perl_0.001-2.debian.tar.xz 5ace28a76078f91e94b481f4c13d27798a00a7c4a00966af3cb7575aeb6ebab3 13384 libmatch-simple-xs-perl_0.001-2_amd64.deb Files: e6718f501a4fbb84ab0e56aec6f211de 13384 perl optional libmatch-simple-xs-perl_0.001-2_amd64.deb 2aa09715dddf71cd9535168be28875b3 2383 perl optional libmatch-simple-xs-perl_0.001-2.dsc 20efb652cf11508dfcde93b67689192a 3884 perl optional libmatch-simple-xs-perl_0.001-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLW7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhpvAP/ij9fr/DqFkTMcAlxeEokJ8y 7h5NcU5+RR6l7fi6PNX+u5G7sq5qzrvYJDcQse99ZLwuP3SWZI75VmVsPsQbFO4W CJ1ojGAiPwONxBzKzXMTVjQYobpH1sUUfSZgF9F3ExwBxkd12gTRFA4Qx7xBaMIb rrsUKT3EiH9Fs2BGphNBJW2SrHQAvvYTfX1/s0fi2bN/98zfzhYvYYKzuVp8/iXY LolNhvbgQY2+MomEByZ+Eh1ySH0F7lZKNFVclgvWyYfmVXV0jISx2gNDFY/57k6T ngPTlRdoXI+b/OFMP5LAE9KmU+VkvPGBJG8JEJjDfvB7GAT+D+r8wfvmjxqOhpvF bSTpTz3IyF+bxk4FPJhluqkbCMUbeFWNpO0smVmP4t/KbB3+CTFzWd8OtFpNk52E 08OcZe9lFPvWvOEAAnJb26LNxHP95xytdsS7i3VeAuHUfjzHxa+a9Z4o0WW5F8dK TaqW9aSHQxT1MWan+oghSWwQRQ3B8qXYrmA2hY/YdFUCLDFiOTZ6lhxMIEzklixx kr3GGnyuN/+BpED8UaaVLzX5oQVgWySKuexebZWWoz/DcMbwv2QozmzR6OORZVxY TU9lT0ulup89TrulF6l3nZgJnfSYnBBI62HpRrrW/V3mbEBzh2bOvTSorA/BYmxM TRzkfYxNf9Q4Okb0jhoM =SuYk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 17:03:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:03:55 +0000 Subject: libperlx-maybe-perl_1.000-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 18:48:20 +0200 Source: libperlx-maybe-perl Binary: libperlx-maybe-perl Architecture: source all Version: 1.000-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libperlx-maybe-perl - return a pair only if they are both defined Changes: libperlx-maybe-perl (1.000-2) unstable; urgency=medium . * Update copyright info: + Update coverage for CONTRIBUTING file (freeing 2k of legalese). Checksums-Sha1: 95ded92407a38cde13a9bbc8f847be697372ca16 2225 libperlx-maybe-perl_1.000-2.dsc a55d22619cf6d5da355a3eabdc13a8b7bcb982b6 4232 libperlx-maybe-perl_1.000-2.debian.tar.xz 512b2dfbfe901cdd01e8bd4db44b65be62c092c2 15582 libperlx-maybe-perl_1.000-2_all.deb Checksums-Sha256: 01bfc8a4aed7383544122ba0db9e555271f628741a61d284caacb61f2099e466 2225 libperlx-maybe-perl_1.000-2.dsc 4b03e39297b30f258adf22563a75ab72313acca73d20e55eceb61d1fb8e14103 4232 libperlx-maybe-perl_1.000-2.debian.tar.xz 69d8d66831754745ba3b14b652bd54a4b2376f9675b5b86632c5845bad05d119 15582 libperlx-maybe-perl_1.000-2_all.deb Files: f3157d2ee85d4036f232a8d7343560d6 15582 perl optional libperlx-maybe-perl_1.000-2_all.deb 4983d27d7bc49040fe04bdf19881e8b9 2225 perl optional libperlx-maybe-perl_1.000-2.dsc 0b79ecad489e904e7726e550d4231bc5 4232 perl optional libperlx-maybe-perl_1.000-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLcrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh0foP/0HGZSwFSdUeBZs74fHyVxI5 XSvkjsguDNSTDrhQFYCexFgWxc07lzrr9hodlvbQWU9MqIHkwsaBlsro+hbLfNau 5lEbG91heVzWtfof21IN/hKnyy74l6vDczwsTdAWh9qdUz4G3k1ht4VvUn051f0x xzR2kUCbtm6Hw2T2+oKLmfwwgIReOZBI552SlXy72s3P6P2qO/aQfyU9z+y6Dyfr Rk9TyMI7Xp12PsxTvu808DxldETOHBkiPuMu0leK0uQcYYCTNfceO5mam57LmoKt dTLs2dQR65zDX5+Gafa7hpw14+5YjUYNl0+Z3PbVUDnkiFupr7oHEt0hd/T0jGvi zlhW9aL0vQ/kayF9WkFFGlJgEmgiKwJmyZiQi/q4HfeXrRc2Ddsmb6UFYnv518RT zxfQ2/4r+fX6qkm4brUDzjDgrJn3WHNaoLSG0zGfqfhei67/7fI84FCLlxZzscz5 nCuXyYgMHkQ7Ej1nETsJ3lqv2EXAesMDHz5aeXIRk8xeqZ8LayvwNXaw/3oUUl1n njq09c8y50E5I2gjDhjLp3OcT0Ju78lzebuU/17OxrIR4a6CpupnufCRi6zM5VGO Y4UbNzE0AOmzDAw9b9Y18eoIF1kzPaRTgVIFM1oiC9ixZs0dOKAoaU19Ha7Mt6Hu QlAWyYPB7Z2BZDyma0ku =VXmw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 17:04:02 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:04:02 +0000 Subject: libtypes-uuid-perl_0.002-2_amd64.changes is NEW Message-ID: binary:libtypes-uuid-perl is NEW. source:libtypes-uuid-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 30 17:13:36 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:13:36 +0000 Subject: Processing of librdf-trin3-perl_0.206-2_amd64.changes Message-ID: librdf-trin3-perl_0.206-2_amd64.changes uploaded successfully to localhost along with the files: librdf-trin3-perl_0.206-2_all.deb librdf-trin3-perl_0.206-2.dsc librdf-trin3-perl_0.206-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:18:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:18:37 +0000 Subject: Processing of libscalar-does-perl_0.202-2_amd64.changes Message-ID: libscalar-does-perl_0.202-2_amd64.changes uploaded successfully to localhost along with the files: libscalar-does-perl_0.202-2_all.deb libscalar-does-perl_0.202-2.dsc libscalar-does-perl_0.202-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:19:00 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:19:00 +0000 Subject: libperlx-maybe-xs-perl_1.001-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 18:58:28 +0200 Source: libperlx-maybe-xs-perl Binary: libperlx-maybe-xs-perl Architecture: source amd64 Version: 1.001-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libperlx-maybe-xs-perl - XS backend for PerlX::Maybe Changes: libperlx-maybe-xs-perl (1.001-2) unstable; urgency=medium . * Update copyright info: + Update coverage for CONTRIBUTING file (freeing 2k of legalese). Checksums-Sha1: 2eceb2c880522c6415915b89b98c89513c1f3b31 2231 libperlx-maybe-xs-perl_1.001-2.dsc 46c0fb5684a18b442a7abe07ab3834948586acad 3812 libperlx-maybe-xs-perl_1.001-2.debian.tar.xz 6b1952800a0a9cca565ba687b39bd1ea88365063 11846 libperlx-maybe-xs-perl_1.001-2_amd64.deb Checksums-Sha256: ceeb249f6d2215d5f0c18d030e71ee3e69d3148bf09a9f7e5c739487adbc63c2 2231 libperlx-maybe-xs-perl_1.001-2.dsc 46c4c0289e09074ef3bfd2dc837f8ae9d1152c07a66b3515110a57ffd04076a4 3812 libperlx-maybe-xs-perl_1.001-2.debian.tar.xz 847857501d5d0a3eeeeafba3344a15d505384a2c79a120dde6e92ab6cb3472a1 11846 libperlx-maybe-xs-perl_1.001-2_amd64.deb Files: 4460b8b3e73b7308e0cfccfe90df0cc3 11846 perl optional libperlx-maybe-xs-perl_1.001-2_amd64.deb 349add41909deb993d5b7425426bda0c 2231 perl optional libperlx-maybe-xs-perl_1.001-2.dsc c33babfaf97d3f4dc6ff402510a98aa7 3812 perl optional libperlx-maybe-xs-perl_1.001-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLlkXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhYmEP/1kkpl7vn5xkD+mu1HBEyqcg qPWoQd9d9dMYX/YL10WWnoyRynxOY3s0WB+r7p4heQvQO2pQJmFCav1zuIaG9jij qeL0M0B9T24Ihhku8FILqs/p7xSPrcXeig5dC+4I0BsJD87CDgHSefK+V1VmMmyP okKlI56Qf0rX5xcZY51wYTUiVTvMcnc3L4S2gEks0zV34wDxYGXNgQqCX2veJbQB E3jVPoynmPR6dvo6dTD9o3S7D3FCAJ4DWuC0InImVpR74QwIM9jhh9Zlyyo57o+3 JmuAKZTNmy/1qwBglaqKs3jSuqwVNtbF5qyC3jWlEspds6c0+K1mQNWuREQHcMZX LZtqVT7x2b/MZb5PbAB8dGX6kRDIwEB/6v7vlOyF6XZjcKYvoy3gtK8NmLLUCvqX q2R1inPfzcb8Yz76oXqM2jbRl7/tnkVENSq6CD+S3VvS02G6ds4J8gMihZF2MoWk 8WloTgxDURwmNzNhqtkrFKAYXbDjiODa0Jls4gVJDqkQ2x5ukc1mYrM7Fc7YJovH k4/9FIhit8eEmMSxxwB83EhB+mgFYKOfO0ApsQMuwMCSk7g8CO9fYYFj/Llh6IfW vpkns4g3Ye/wO1VmguSi9Uyo0kdyACnWrUKKD6XUbOyqP/Jb+4E42Wi8PRavBBo2 UMK/nfCITBU4ne7V8txp =Blo1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 17:19:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:19:06 +0000 Subject: librdf-trin3-perl_0.206-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:04:15 +0200 Source: librdf-trin3-perl Binary: librdf-trin3-perl Architecture: source all Version: 0.206-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: librdf-trin3-perl - notation 3 extensions for RDF::Trine Changes: librdf-trin3-perl (0.206-2) unstable; urgency=medium . * Update copyright info: + Update coverage for CONTRIBUTING file (freeing 2k of legalese). Checksums-Sha1: b4db8ed694ac980af03c0cbf7e8cf595ee4de29c 2373 librdf-trin3-perl_0.206-2.dsc 4e0d5eeab8343c551ae422d5175aa284b89d2894 5140 librdf-trin3-perl_0.206-2.debian.tar.xz a28127e3fe838a1b4bab597ad36ac4f06d533715 48418 librdf-trin3-perl_0.206-2_all.deb Checksums-Sha256: c6b8712ca7715b6ee6bc5939cf50bf29c506113f4c98deaffff7f2e527523007 2373 librdf-trin3-perl_0.206-2.dsc d60c1fcb78240662378587a64f9f5c5fca7ad1e53b76be45966d5f9eab972fc7 5140 librdf-trin3-perl_0.206-2.debian.tar.xz 09b46dcf9284c2b02c9feca3861bf10acf358c7a3d2fcf5755f8c6190d8fd68a 48418 librdf-trin3-perl_0.206-2_all.deb Files: 3f992d5181393b773df87f3170a1ee4f 48418 perl optional librdf-trin3-perl_0.206-2_all.deb fe6a37c6a0695f817ad548dac0a1feae 2373 perl optional librdf-trin3-perl_0.206-2.dsc 5aef9c7596d40584631885fce4487395 5140 perl optional librdf-trin3-perl_0.206-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLsZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhPiwP/jOhtYU2iTFXZifGGONLpomR BVMlfpmkRs+OLvPwHwnoQsOgHT/isP9BngBY27n6b7Hdiwvu0ydqW+2EAdB37VTL WATrR74fTTb17bpPURcLe5V2elxzhIURrfrji1SwjzYTiXkQU0pM5H1SfvpD152E q87C7i8GC+nvS9xyMRIzY5L/uKjgefmOAxuz5Rtx8r4v09W8zVcEI/YxqPh6IhoL L/kY8SyT+X42fxKNtdH4/ji8HEgoK7f0byypnU5OGuJf+LeIvkiOPsps2NqmizY7 Z/TCn97Z/2xSdqMDIuFNOA5RoT1FRGxfXk2APw/g4C5orY1k5i4UjqYMG9sntens JN5eBMag7C3SeOJ0E4j1pPwrarrZgQ4Hi0z3CKuI5ouOSrLsjLZS97qsxa445l9A jjqK70st0AG5ZCDJIPA9PRRsQHfjgE+6P3+sMbz2+guwkvqGMaQUURvMQQTCHvqq 3KE0CPPlVftd65P8O9fXllHrQQdYq9k4pEYrS4xoQ6IqR39NupZZK/qUK3c11buK 43C38AXct8oSnEnJ519aOrkdyiGHiB8Uigqq7PP1z/yCN2Nw8gjifheMgthjnbmB JLO4wZzML2k2VMJxoL9zwobWW3bsTNRdWra6XuC/OPgw4m5B+kSPVwod85MEVWz9 SbNWbBPo7msv+i8dmdWh =WkEF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Fri May 30 16:39:12 2014 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 30 May 2014 16:39:12 +0000 Subject: libpgobject-simple-perl 1.6-1 MIGRATED to testing Message-ID: FYI: The status of the libpgobject-simple-perl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From dr at jones.dk Fri May 30 17:17:19 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 30 May 2014 19:17:19 +0200 Subject: Bug#749928: ITP: librdf-queryx-lazy-perl -- avoid all those boring PREFIX definitions Message-ID: <20140530171719.9154.60399.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : librdf-queryx-lazy-perl Version : 0.002 Upstream Author : Toby Inkster * URL : https://metacpan.org/release/RDF-QueryX-Lazy * License : Artistic or GPL-1+ Programming Lang: Perl Description : avoid all those boring PREFIX definitions RDF::QueryX::Lazy is a fairly trivial subclass of RDF::Query that auto-defines many prefixes for you, so you can be lazy. It should have most of the common ones in there. . Oh yeah, and if you want, you can pass a key 'lazy' in the RDF::Query %options hash with additional prefix mappings. This package will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTiL0fXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWjwgH/3R8hllPlLK01StrRrrQXJKr d5eBpYV+ETh27hVv00ARvJzvZ08KbtArZBEEntX5D33Sz1Pw2p+tykAAYMjJSTKK nGf1OcaQ46bAicf+O0QeWWaVD3nEJrVsKs45CHCI0NHZ3WXcNewr9Q7Jz5Lb5DLE MuzhaqhCUaWYitg9RxsGTnoOGwt/Kwj3lPSpiTiSQ92Zj7FpFTMA1QduIYOFaTIe yA0PB3qCOgn7465TL/YMFQPfvQownDjzy30q3mpNPFng72gnUEi9zvQJFquqwykv CsNLxU1LMusLQHpCIVn/4oiww/afGGfOR6LGJDHWeLW5Uf4Zq4uLiCBf79CXCRA= =nkZA -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Fri May 30 17:28:39 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:28:39 +0000 Subject: Processing of libsub-infix-perl_0.003-2_amd64.changes Message-ID: libsub-infix-perl_0.003-2_amd64.changes uploaded successfully to localhost along with the files: libsub-infix-perl_0.003-2_all.deb libsub-infix-perl_0.003-2.dsc libsub-infix-perl_0.003-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:33:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:33:40 +0000 Subject: Processing of libtest-modern-perl_0.007-3_amd64.changes Message-ID: libtest-modern-perl_0.007-3_amd64.changes uploaded successfully to localhost along with the files: libtest-modern-perl_0.007-3_all.deb libtest-modern-perl_0.007-3.dsc libtest-modern-perl_0.007-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:34:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:34:11 +0000 Subject: libscalar-does-perl_0.202-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:10:05 +0200 Source: libscalar-does-perl Binary: libscalar-does-perl Architecture: source all Version: 0.202-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libscalar-does-perl - like ref() but useful Changes: libscalar-does-perl (0.202-2) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 9ae32bf6b92a964bb7ccd6df067e545a4e07fb15 2575 libscalar-does-perl_0.202-2.dsc 7c6e92d5ca1b8608901870823144b4af200c6f8b 4584 libscalar-does-perl_0.202-2.debian.tar.xz 911760305b5324e086e1827bf69f810075003987 33840 libscalar-does-perl_0.202-2_all.deb Checksums-Sha256: 393c87e34219cf6627ca4c8f9bf98e0f7281409058b4b5aff2c8169d6ffe5f59 2575 libscalar-does-perl_0.202-2.dsc 4074850e7ab423ee8feae26fb1a5a4b7d4c2006e2768741bf9de8a278cd09f42 4584 libscalar-does-perl_0.202-2.debian.tar.xz d56113638dee1ad66287f712504dae690ffa905a4a06c5991fb8c61b1bb37b60 33840 libscalar-does-perl_0.202-2_all.deb Files: 4d136547d8f6dea3efdb3a97c5ed1547 33840 perl optional libscalar-does-perl_0.202-2_all.deb 234958037606d453acb12fea56ef3c78 2575 perl optional libscalar-does-perl_0.202-2.dsc 9c0eb1319ec19867f97bab631fc43d93 4584 perl optional libscalar-does-perl_0.202-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLyeXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh3R0P/2rvClujvZ0PX8LwNJ+hbI/f 1seeOcgV/PGFs+wDo9wN04pKgq1acan7Wuld45nPUJPJ2DUGCJ3s5bHpdLF7Whx1 K7/ZHTny+hD7hhkhsXA2/P+bAufgJxuod/g32k/yB79uB8wuIpja2Bd2c1w2hi5N xHEBjX/LV/S5kWHAPJWsxAv5hQoUe9LQ55FC7ib5fOmcRSfSKMWA8CoO3MQgg7+X 6L0KnSrgIjOqu64Tv7SNTV8cmbXgqNN+EDrsh7giqe4Fbeb5XiGAexBH4341yb6n tTd/rD5y9kBql1uOSMoxDzp2ZgBNuvkAryQAOp75Ohc6FiTn9rb6aFnwXQCJ0MBk yVWXAJi/9L6gsn90mOMVOx1OORN7FublaE3D5ONIgFO7Ej+qFX/K4+HZQyLcOG/g EghuyZFgkQl8jxkoy6GQWDTGNJfmMp74KOs7UItPHtq+XlC+7juSj1+kKHn/IMLb FoHGliCyK07wTX20GlaPOd4J30ik4VDT2wqFT0ZwZ1m0hRSRxnU18O2fYnsV8NSP ZkXsj9RFfDPk5DOIyX7kRixPpjTisyTCb3BHmZcUsdRIEAkAFa3BnLBupfKG18K+ cmDVtGehELfcCxSMgFj1OTLqEVgII6kLX+k/qMX2JcHCDkGW7ntSd/KW+U5gsxYC D60G2ABnkfl0NHRDbmC8 =1G12 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 17:34:17 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:34:17 +0000 Subject: libsub-infix-perl_0.003-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:19:45 +0200 Source: libsub-infix-perl Binary: libsub-infix-perl Architecture: source all Version: 0.003-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libsub-infix-perl - create a fake infix operator Changes: libsub-infix-perl (0.003-2) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: eda24d614391bd426be8e03a9a3ea2d648e1a673 2191 libsub-infix-perl_0.003-2.dsc eb9fba98c4a7bb413a5463436612e3f6097b4ec8 3368 libsub-infix-perl_0.003-2.debian.tar.xz 52c56a50b80f825cc96c99d6b27764d1c4b514f2 10656 libsub-infix-perl_0.003-2_all.deb Checksums-Sha256: 400676e83578dcc169501645270877e62acf106be49d185ef3030c9988f07b85 2191 libsub-infix-perl_0.003-2.dsc d068ec86a16c6c85089fdd2b93a7f91fa4c0b54c7116dd5006a675d1226eb018 3368 libsub-infix-perl_0.003-2.debian.tar.xz 3edc36ac1db6122590f24a3346ec6ab93a444e19cdd94f0b8ca49e468f2210fd 10656 libsub-infix-perl_0.003-2_all.deb Files: 9a6e6925a30791073cdf1314a11fce44 10656 perl optional libsub-infix-perl_0.003-2_all.deb 2938831ac10897985510ef17b0f13335 2191 perl optional libsub-infix-perl_0.003-2.dsc 16282260ae933155cd058f09a58e02a3 3368 perl optional libsub-infix-perl_0.003-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiL6dXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhmgAP/1BcUL1h4HoUwBYie+2ehQIr 1ivUF0akc0PfTujgOvmWsUs9vLJasy9ZXfJZL73ZNxTM5iVNCQ1+0/UBClwUL4Yc 2AImeaSa63EGCu/yupPohk2SZnlU64OoZGCai4H0CKuDlqZgGdDfzgeJ/BaZZ9ZA 3sIyImqnqOg5RkBm8UVWbOrboTY7d0MYqDV4QC2UQK1PaUHyZd8Lt9aB10I0mSsA 0FLVqFMWcC3Jzz3imF92QP5nYBZINmvoVUa6rHpGVDvZxTMDQkjNea1rYZPdwRzd F049er0owcRDRBNREurGHCVJst4lR2aWNRAqmgspopw6EyLWxD7guzlrSvRK6G/Z GnICte/8R4qBSzBhOftUsSJ9I7a8cdeDr715dDPBwVR9BhWzhQB+Ai/pY6q8glGG 1RbydRhTGl4nbocim6GGA35N6MIaUZciCYfn4yDEBjQdyqcVL5Q+SK7stwaiNRdc v7q+UN8U0DJ36RIk1rV9iiSlAkWfIcGWAthIx90Pp7lS2Jt9YMU+KNW+egoIIbpw mLSfw2GBUN87oQ1/yDpuixAcN+3FV0l/YjFy2Fn7VLzkVslC4cLw6MPIbn4weEUB XlIeZg5t93bMd+CFp08eJPd+E6LrCks1yv5kHOu4daK+MY2YxY1p0WzHVoDaZ//E IKRIc/eGP7Chi0jffsd3 =ktHa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 17:43:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:43:43 +0000 Subject: Processing of libtype-tiny-perl_0.042-2_amd64.changes Message-ID: libtype-tiny-perl_0.042-2_amd64.changes uploaded successfully to localhost along with the files: libtype-tiny-perl_0.042-2_all.deb libtype-tiny-perl_0.042-2.dsc libtype-tiny-perl_0.042-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:48:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:48:45 +0000 Subject: Processing of libtypes-datetime-perl_0.001-3_amd64.changes Message-ID: libtypes-datetime-perl_0.001-3_amd64.changes uploaded successfully to localhost along with the files: libtypes-datetime-perl_0.001-3_all.deb libtypes-datetime-perl_0.001-3.dsc libtypes-datetime-perl_0.001-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 17:49:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:49:06 +0000 Subject: libtest-modern-perl_0.007-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:24:47 +0200 Source: libtest-modern-perl Binary: libtest-modern-perl Architecture: source all Version: 0.007-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtest-modern-perl - precision testing for modern perl Changes: libtest-modern-perl (0.007-3) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 516a5418d9af7346e99c67e05f3c8f295c400bb4 2575 libtest-modern-perl_0.007-3.dsc 3011e3da1a121940212dd6544feda3d2fe8d7742 3800 libtest-modern-perl_0.007-3.debian.tar.xz 24a1745573137e29894ab7d170e06c0a410745bb 30718 libtest-modern-perl_0.007-3_all.deb Checksums-Sha256: fee3757f82067c72ef377d77a769d9fbf9b4afe53dcc63c534458f9c43bbc04f 2575 libtest-modern-perl_0.007-3.dsc ba1e77c3cc1005e3b96f20ef68800ac0e02fa0828889696265afd84fafaa2536 3800 libtest-modern-perl_0.007-3.debian.tar.xz a0e05eaa9e7ef7ce267271e040ead738a7d8b7ed82022b88566dbd1d46c24f3a 30718 libtest-modern-perl_0.007-3_all.deb Files: 865f3b475f3891fdeffcbcd114a2f02b 30718 perl optional libtest-modern-perl_0.007-3_all.deb 0d6649e5fe5fb8443d505be40168bf37 2575 perl optional libtest-modern-perl_0.007-3.dsc 4e8db1dc61c78ff55cca3b8ca7c22a20 3800 perl optional libtest-modern-perl_0.007-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiMC2XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhVhEP/A90y0rKxQQVDNPMCti7w6wi EHX23uXEecUoAs22omE3wCzWfzw0z+uJsxU0w+isS7swYlpjVYyVPdJ/iZ9mHUuN iq+SAEg9abgJB1fxvmPPTVq+pUc8ZpODs9VPJaCwGvnKg9VfzcG9x8bhy3d5+tzc VGUH/s00BJoAzNg8JAeD9hvdao3Btyr59dqD61N+fZhCFr1tLjILrfF8DJ1quC0D y89cKR3iJklpYeJ8No7zDrOsXDl+NpNVsw0KB+v6fJ5me2DF/RkvGzOdVuRJ3c7F OMCZ9aa7qj5XnSOcmSlSXsFG+U56iCLhhIYlLeeEjZzICTLWDt7vPKE+67cUufS0 4oJdAKhct0dyhrnZ4bhuKcw6IIf3UNE/11pWGSYgXx3Srf1vedeD/oiLcpPjAUsc K1H8olPuCA+nWXC4WdNW7qRsXIXTfh18Sm9bfPztwZ7BWIb+vlHvjJv7QIQPuH46 JQzzFzep0EKjeLdhzv5IjFr4JWY/az0xCZLgNt6rk0CWQ04fMjQM3PuwAUsZVo4A JxjSB1SjBO2abz7tNhkOfdJGAIp8ByRKdsrMeFEeLOqPfkdGX08VjY6NRyqqL19Y qWHfMj2cQrQcFy7rR/4wQSAQAI9o9J1WtJDWg9E8CyGka8ITt2UmiwlzaZIntH3G /VYGVXuovNgEG3zT8Zt7 =/pI2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 17:49:12 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 17:49:12 +0000 Subject: libtype-tiny-perl_0.042-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:35:56 +0200 Source: libtype-tiny-perl Binary: libtype-tiny-perl Architecture: source all Version: 0.042-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtype-tiny-perl - tiny, yet Moo(se)-compatible type constraint Changes: libtype-tiny-perl (0.042-2) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 68c860379f9a76b65aa04d68d267cd21b06de895 2534 libtype-tiny-perl_0.042-2.dsc ff7bcc0beea23fcaf8d59d245b7788e39eaaec10 6788 libtype-tiny-perl_0.042-2.debian.tar.xz 38ddbd566b597290d1e9e2b65f6cadf0d4f6cbfb 247902 libtype-tiny-perl_0.042-2_all.deb Checksums-Sha256: 779225cd83805c1546834768346c239a09de0d644bde45d83cc067c3fc42e3b4 2534 libtype-tiny-perl_0.042-2.dsc 2dd6310dc060e029a1d40b0c810d628a5eafe767cbfef37ad0243985970984f4 6788 libtype-tiny-perl_0.042-2.debian.tar.xz 4fa23e65016d3b593846a9092589e6a38afb1c6a15e13b3a22153cc8e141bf90 247902 libtype-tiny-perl_0.042-2_all.deb Files: 09fd2e885561be9b58c4cde768fbe5fe 247902 perl optional libtype-tiny-perl_0.042-2_all.deb d19423fab9a11af2dc048fa0f93ebdb8 2534 perl optional libtype-tiny-perl_0.042-2.dsc 6a39f0e44b12821feda325c8f4456777 6788 perl optional libtype-tiny-perl_0.042-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiMLYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhCeUP/RzBjrdeD2WfkOUoDyKSrs2N WclVDMel/BykVjapyl+CtLk+EohwUkDF/v9jfDNhCnEu3G7BYAHZCHtCVb9wvvm+ 1/Ev7wAjTBD9ndq9zoy0YWG959ccXRrkR6DJy9031Sf/CowbnHm+rTb6sLNIrnPN aEPDow36kud/l55SsWAKoEMzpS13+rH7MNPbMtdJJlEhMrp6JjB/EaimWSdh+oG2 uGa22UTtmfDD7EbZXcmhIR5W94zUQwMUqZUd6fkYj2Au7dCa7AbHQnxpeDXdTOwa mgDSQg/lKNR5J1st5aJUKMapozevxsYozbLCm8Qnqi/rRg+1OTtd6x305sRKuVgf 503MNkv7mKdYaJXErF1TwdKy6u6vGQE6o4tT+V4ZLFIFg5KLSiJEJZdle11nsGzm AEBeJXjVEhJiI+M7c5YGMcLVIJIJ7uTYK38OLtE8T7Jv+t8+GiC/byCUGV3tPE2L JCwJNIAZYdFpB1dEZcvW6sgBG8fj/boz51txwNBHZnjOg8rTDH5GfML6zTxgYpTB RE0HrXe4LL276Ip+UYeCaZmWXa37I4vT68l6tbRAOCV+vtJ273rvLOrHwfRMl7vv CSrXENFerspiIORFZnWaYrXnVeeFPzx8fWxRfotz92HMF2FtZfHYIbb/5JYIzB5q 9f7WzPtjOVg2nyCVKTwB =KBEM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 18:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 18:00:06 +0000 Subject: libmarpa-r2-perl_2.084000~dfsg-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 12:50:39 +0200 Source: libmarpa-r2-perl Binary: libmarpa-r2-perl Architecture: source amd64 Version: 2.084000~dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmarpa-r2-perl - BNF grammar parser Closes: 748484 Changes: libmarpa-r2-perl (2.084000~dfsg-1) unstable; urgency=low . * Initial packaging release. Closes: bug#748484. Checksums-Sha1: 399b87cc48e46f21bc8c1ebd1bbb9ae7f9e43f34 2530 libmarpa-r2-perl_2.084000~dfsg-1.dsc ee9402197676c5c520ced52f2d74163579f38675 1466073 libmarpa-r2-perl_2.084000~dfsg.orig.tar.gz 982321c2b022c5c1ff9eaee937a3057816bfa9b3 6984 libmarpa-r2-perl_2.084000~dfsg-1.debian.tar.xz c18642e5f7b5c8c8d1fb28c2305f00717bc7fe90 569100 libmarpa-r2-perl_2.084000~dfsg-1_amd64.deb Checksums-Sha256: 829e7ff133d2c4d3513e624ece8eb9668b0fe13dfb81d4ff81157697f9040b9a 2530 libmarpa-r2-perl_2.084000~dfsg-1.dsc 5b13209e49bedff059451821d1faf4d354420b7759f3ada74b7e67ff14965910 1466073 libmarpa-r2-perl_2.084000~dfsg.orig.tar.gz baa81cff2616e6f686f9cfe41267fdef38893e198f48459ce8d92b866199cef7 6984 libmarpa-r2-perl_2.084000~dfsg-1.debian.tar.xz c867e4291f0f2cd65c19798b7816836013a0d8473b9eed29320be2def6784369 569100 libmarpa-r2-perl_2.084000~dfsg-1_amd64.deb Files: 88d2d00e6ed7eff34d025453833fafd6 569100 perl optional libmarpa-r2-perl_2.084000~dfsg-1_amd64.deb dc85ad73ade25c91c16e6ddc74030e6b 2530 perl optional libmarpa-r2-perl_2.084000~dfsg-1.dsc 0c4fb80514bafe6adf4596f18b0697f1 1466073 perl optional libmarpa-r2-perl_2.084000~dfsg.orig.tar.gz c26c06c01b52bea5c82576ea3bb48be6 6984 perl optional libmarpa-r2-perl_2.084000~dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiGT1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh8gkQAKBoZiHhj+XfGgYY1MS85uU0 bmG8xAjkiMspdkqBglb/uflJG3BRk5t2p5D8j+oagrQq1F8SQ2DdA4bAQC0YRjwi QUY27NmEXRQoDZy+HzImifp/vm3lbPxWa5rYzn58dwrutLzud2zG9HgFBMR9eoum ij4jCnWEB2MSMTgsNwCz1mn1VSVophkTc6UW+PkDSHKU6KC5ABwaMZGNvXVmRSnY c2sSEuHl1dGD8qvATBXFJvr5PT50KBCO4w7XsdUxmDDAz4naS0BUcbSOBuJGyoaj OIFI0/51G/U6EcOw44xVH7ZcKXlbD6Ud1iRSgDHM07ndRSZ7qu+kd735i7DUjszH VouyhYnWFRpoc5n8K16kVIaU7lV3BCnnSHKPTZ5AQrOrey5HyNfzQff3u5Hv/vil qu8jKeOcA9Y9s2JQiqyPaFlgnJP7fGmZJ+gQvh2QmQ0p6S6Sb+MA/BMSzq/S4R/T O98H0GP8IPHTUzBiEm3REPWcAYMUSTgvtNSEVE4OH4Lz2P8rZaqmTeX8uUxLl8JP kulEPJmD3uVfXOgKNmZTp9+k/B5jcOVwJrkMXNGC3+u42soPtCH3Ex4sOmwL0K8o j4P4USS3BJJ1FtyV3GBOB9pWuAmmX58RpcOhUd5y8EXWDqwqg5HM0I2kBOOGphcB 26TjPBFsTkJU9sROqUVW =UQDz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 18:04:01 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 18:04:01 +0000 Subject: libtypes-datetime-perl_0.001-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:44:34 +0200 Source: libtypes-datetime-perl Binary: libtypes-datetime-perl Architecture: source all Version: 0.001-3 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-datetime-perl - type constraints and coercions for datetime objects Changes: libtypes-datetime-perl (0.001-3) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 12739ece71d660f7f13c2373c08c477fb5e9c38c 2440 libtypes-datetime-perl_0.001-3.dsc 43d6e185b2b1df3baa33b81b61a6e41e41d8af2e 3416 libtypes-datetime-perl_0.001-3.debian.tar.xz 6d647e7e980ac5186e6ee0c0bc21e1ffd565fe38 15176 libtypes-datetime-perl_0.001-3_all.deb Checksums-Sha256: 4ed012e0d7fb31bec81387f205b7270bd79b7000deebac2e55848fc9464626f6 2440 libtypes-datetime-perl_0.001-3.dsc 909ec1f4275aef38e08ea72c90c3cc488ca9831ed8576ffe98d9e8c31521c5eb 3416 libtypes-datetime-perl_0.001-3.debian.tar.xz 84510c17b4813f7ed6741e1e43f71f142f01cc63c658bc0a71fe1e439932036d 15176 libtypes-datetime-perl_0.001-3_all.deb Files: a04a4b764a76e262c1d8282a832716cd 15176 perl optional libtypes-datetime-perl_0.001-3_all.deb b77ee3dde9bb0974ff510372dde221fb 2440 perl optional libtypes-datetime-perl_0.001-3.dsc d82f8844f5be040a41ee427c5657bea0 3416 perl optional libtypes-datetime-perl_0.001-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiMRAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhBIEP/A3XcUEQ8rgLY8YzAvKlzGfC 3IVNuyCw0ZpxQtrQzemBztpWbcYdRltxcCsXpOnkboXdz9iC9TOvSMKXw3v5gD3C zHxVBCE0BaqSijX/p7DaCTj9zcjHoYtv2lRcbNbjC2LPulItKVpu5UvBL0nhft+O pD9dcXjljHtNm+/2kTQmxq1TNM9Y5rZ4ryuOSOkq0hwFo69BSjbDlV9XnpwsQFX/ KieynrVA672S3BwwvoOJII6E+fzYOeBNPBRwsDtLa0OHMt5+aXjgSwS60B2b/0hF uy3oh8EeJ+rSnzaCSwRTjGYyU0jO4DxPFzI7IV4y/7D2F/pGV5jd+RUeLr5UrZWz g42R7W+F9rqcKif2paKrii1NWjdBEeuH/isnrxh/nnu7OOKL9DYi8XdLqhoJwIk1 1Lg+q/7WJD5nip/mZQ+53MxJKDw+uGm+d4lG5AtdO8MURlYo4H11Dsf58m0bcwbo BBF7pIxttU+XYmz4b4NsXhLlqqVa20hGu5K+VlK7q0xqC4iSt+30nwqUpArPBVI1 fQ1YuLPVM2E0+MM9OGthXVarYd0Geehnjcj0dJGgukBdhzO1Xxz8cH4yBKZc1MXe JKvO1pRsAv/5f81bewqcf9LBBUgJ/j0+lLTM3k/+QXeZcNvevea137Pq9UtnFeUd zqMa0n6SU0yf7g0YGWxn =Q9uK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 18:08:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 18:08:48 +0000 Subject: Processing of libtypes-uri-perl_0.003-2_amd64.changes Message-ID: libtypes-uri-perl_0.003-2_amd64.changes uploaded successfully to localhost along with the files: libtypes-uri-perl_0.003-2_all.deb libtypes-uri-perl_0.003-2.dsc libtypes-uri-perl_0.003-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 18:18:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 18:18:41 +0000 Subject: libtypes-uri-perl_0.003-2_amd64.changes is NEW Message-ID: binary:libtypes-uri-perl is NEW. source:libtypes-uri-perl is NEW. libtypes-uri-perl_0.003.orig.tar.gz is only available in NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From owner at bugs.debian.org Fri May 30 18:21:10 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 18:21:10 +0000 Subject: Processed: limit source to libhttp-server-simple-perl, tagging 596176 References: <1401473915-1137-bts-daniel@serverb.co.uk> Message-ID: Processing commands for control at bugs.debian.org: > #libhttp-server-simple-perl (0.45.02-1) unstable; urgency=medium > # > # * Imported Upstream version 0.45.02 (Closes: #596176) > # > limit source libhttp-server-simple-perl Limiting to bugs with field 'source' containing at least one of 'libhttp-server-simple-perl' Limit currently set to 'source':'libhttp-server-simple-perl' > tags 596176 + pending Bug #596176 [libhttp-server-simple-perl] libhttp-server-simple-perl: Lacking IPv6 support Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 596176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596176 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri May 30 18:58:53 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 18:58:53 +0000 Subject: Processing of librdf-queryx-lazy-perl_0.002-1_amd64.changes Message-ID: librdf-queryx-lazy-perl_0.002-1_amd64.changes uploaded successfully to localhost along with the files: librdf-queryx-lazy-perl_0.002-1_all.deb librdf-queryx-lazy-perl_0.002-1.dsc librdf-queryx-lazy-perl_0.002.orig.tar.gz librdf-queryx-lazy-perl_0.002-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 19:03:55 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 19:03:55 +0000 Subject: librdf-queryx-lazy-perl_0.002-1_amd64.changes is NEW Message-ID: binary:librdf-queryx-lazy-perl is NEW. source:librdf-queryx-lazy-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ntyni at debian.org Fri May 30 19:02:49 2014 From: ntyni at debian.org (Niko Tyni) Date: Fri, 30 May 2014 22:02:49 +0300 Subject: Bug#749938: libnet-ssh2-perl: FTBFS: libgcrypt20 vs. libcrypt11 Message-ID: <20140530190249.GA7691@estella.local.invalid> Package: libnet-ssh2-perl Version: 0.53-1 Severity: serious X-Debbugs-Cc: libssh2 at packages.debian.org The build dependencies of this package are uninstallable in sid (and apparently in jessie too): # apt-get build-dep libnet-ssh2-perl Reading package lists... Done Building dependency tree Reading state information... Done The following packages have unmet dependencies: libssh2-1-dev : Depends: libgcrypt20-dev but it is not going to be installed This seems to be because libssh2 recently moved to libgrypt20: Changes: libssh2 (1.4.3-3) unstable; urgency=low . [...] * Rebuild with libgcrypt20 (Closes: #744829). -- Mikhail Gusarov Mon, 19 May 2014 10:23:27 +0200 so libnet-ssh2-perl Build-Depends: libssh2-1-dev, libgcrypt11-dev libssh2-1-dev Depends: libgcrypt20-dev libgcrypt11-dev Conflicts: libgcrypt20-dev I suppose libnet-ssh2-perl needs to move to libgcrypt20-dev too. -- Niko Tyni ntyni at debian.org From pkg-perl-maintainers at lists.alioth.debian.org Fri May 30 19:21:44 2014 From: pkg-perl-maintainers at lists.alioth.debian.org (pkg-perl-maintainers at lists.alioth.debian.org) Date: Fri, 30 May 2014 19:21:44 +0000 Subject: Bug#749938: Pending fixes for bugs in the libnet-ssh2-perl package Message-ID: tag 749938 + pending thanks Some bugs in the libnet-ssh2-perl package are closed in revision e4a5058a8209aa70fcd32f9d848e51768d6d8b32 in branch 'master' by Daniel Lintott The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ssh2-perl.git;a=commitdiff;h=e4a5058 Commit message: Change build-depends to libgcrypt20-dev Thanks: Niko Tyni Closes: #749938 From owner at bugs.debian.org Fri May 30 19:24:14 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 19:24:14 +0000 Subject: Processed: Pending fixes for bugs in the libnet-ssh2-perl package References: Message-ID: Processing commands for control at bugs.debian.org: > tag 749938 + pending Bug #749938 [libnet-ssh2-perl] libnet-ssh2-perl: FTBFS: libgcrypt20 vs. libcrypt11 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 749938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749938 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri May 30 20:21:11 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 May 2014 20:21:11 +0000 Subject: Bug#598942: marked as done (libkinosearch1-perl: FTBFS on armel: test failures) References: <5388E589.4010400@serverb.co.uk> <20101003114446.23589.87965.reportbug@bowmore> Message-ID: Your message dated Fri, 30 May 2014 21:09:45 +0100 with message-id <5388E589.4010400 at serverb.co.uk> and subject line libkinosearch1-perl: Build successful on armel has caused the Debian Bug report #598942, regarding libkinosearch1-perl: FTBFS on armel: test failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 598942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598942 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Cyril Brulebois Subject: libkinosearch1-perl: FTBFS on armel: test failures Date: Sun, 03 Oct 2010 13:44:46 +0200 Size: 2209 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Lintott Subject: libkinosearch1-perl: Build successful on armel Date: Fri, 30 May 2014 21:09:45 +0100 Size: 1813 URL: From dr at jones.dk Fri May 30 20:56:18 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Fri, 30 May 2014 22:56:18 +0200 Subject: Bug#749948: ITP: libio-callback-perl -- emulate file interface for a code reference Message-ID: <20140530205618.6766.85933.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libio-callback-perl Version : 1.12 Upstream Author : Dave Taylor * URL : https://metacpan.org/release/IO-Callback * License : Artistic or GPL-1+ Programming Lang: Perl Description : emulate file interface for a code reference IO::Callback provides an easy way to produce a phoney read-only filehandle that calls back to your own code when it needs data to satisfy a read. This is useful if you want to use a library module that expects to read data from a filehandle, but you want the data to come from some other source and you don't want to read it all into memory and use IO::String. This package strengthens testsuite of libfurl-perl. It will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTiPBtXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWJ0cIALCTvuQ6S9uqqx81U7+IQfEA WmJRuiAsnqaTLvakmwyJdQqMzj4URh1uljqmSPj+6DmoM2og41/QrlJ8S0Oo5eWG bYaP16wXF83Nw5CXOPFRPwSRiwV3GOIBtD8t88TaFxdlPvlCUNn6ahp//p37mOws ycikFiKNmZ+Ar3Mmn3YlzP6r6Fj7YNf+ViLBiQllKQO1NT340c0u0uZqGIcKklTK cO9nIJr7AnwgDz/Tcchf2JemZtVrsrecIA6TGgnyVr80yNe3i6N4GD6PkTULHgWP SL5VIXoK+CynkbOY3qEXsDOuKz1rgkEdvsCSxYKdfKFs+M4EoKIWaRhQRllSFH8= =tASw -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Fri May 30 21:39:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 21:39:19 +0000 Subject: Processing of libio-callback-perl_1.12-1_amd64.changes Message-ID: libio-callback-perl_1.12-1_amd64.changes uploaded successfully to localhost along with the files: libio-callback-perl_1.12-1_all.deb libio-callback-perl_1.12-1.dsc libio-callback-perl_1.12.orig.tar.gz libio-callback-perl_1.12-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 22:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:08 +0000 Subject: libtypes-uuid-perl_0.002-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 18:15:02 +0200 Source: libtypes-uuid-perl Binary: libtypes-uuid-perl Architecture: source all Version: 0.002-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-uuid-perl - type constraints for UUIDs Changes: libtypes-uuid-perl (0.002-2) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 0dc00ebc90dd0c8592f0ccbb84795cbc814dcddb 2288 libtypes-uuid-perl_0.002-2.dsc e9a04cba164362832c2dc0f774c8d7c2ce530f71 14959 libtypes-uuid-perl_0.002.orig.tar.gz ce96f6f02e2aa1a92ec56cc5cca8ad2019d980ff 3208 libtypes-uuid-perl_0.002-2.debian.tar.xz 53145a6bc10757ebd5fedc6f08e2529f2640085d 9450 libtypes-uuid-perl_0.002-2_all.deb Checksums-Sha256: c4f702532e579f1f8f879b071174be74992552993961e34a376b5f94201293fa 2288 libtypes-uuid-perl_0.002-2.dsc 7ce36e6536c8bca7a0b2c55d908b6f793bcb05f7d16005e503ea0ef1b3b169e0 14959 libtypes-uuid-perl_0.002.orig.tar.gz c9a7e7638e06e27c3cd83660c45ad4f89045ef082f8196e692d7e747917ad765 3208 libtypes-uuid-perl_0.002-2.debian.tar.xz 826b19d30ce64e473ac6484e5a897a20680097d086f14f31e040110c27027319 9450 libtypes-uuid-perl_0.002-2_all.deb Files: 4c5d838407df016021a43333b7fa96c3 9450 perl optional libtypes-uuid-perl_0.002-2_all.deb 2e67087786ef550173bd6fc0d7e794c7 2288 perl optional libtypes-uuid-perl_0.002-2.dsc 623d8fa316b9b9b9229b60a74abf874d 14959 perl optional libtypes-uuid-perl_0.002.orig.tar.gz 1ec7a3ab605c8c3a1222235049cfb789 3208 perl optional libtypes-uuid-perl_0.002-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiLg9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhEJkP/2hzboLEn0r/97ZPx/e2Nrdp /GIOBfqkHXrnN86G8FMM0tWyWTYk5uq475SehOKnUImwO7ZV+K/YUJlb7CPfzwrJ P+GIXc4bMMkFdMZpMWfHlgd/uARBlSIzEBDrf30A+nW65WgZl1eL4ABfXFwuSkzl PUXVGdEXYaflWqptGn1afW2ejwWYrICHSlDmrNCTetCZn7kUZmmYuhC27GhK4bzj BKLRZ7u7KuWCbwSzWDgZ3qgrncVUVB4gxvlNQpeQP7LqEmCCYLg8gxDpU9w8h5Oz FBol/DqY5TIKobe+F3Fx/ExEkJk6qkQ91tjhFy/nQ7DHeOh/7LCwThnNq3RZRfDI dZu8geqd5/RBki0ulJT3wGIfOV6fl56wLJ8NNzFfDzJJx9eTNmHbOZPEX16zNsgr omLBKiZujpelIFhEh1aFcuXFJXzuRSqnVRRhpjEJlGUz8KfhzX7w5mSF7K74+sWT Srpf2VllxQjGML6hUJxTUCKDyND46mP+5FaJTUWhnNtxQ8EYNLNirJ/OLuQbRhMh DmvDPkRDR61ecl4arZQ3i4BwnOQaUGC7dJoi8DfCQGfoaiClER6E7BwIdLTZ05xf djclESgfl+53yYg6Y5TIsvlTgLerQRe64kfTrE9ggQqyhGIykwVJc7JlWuF6LETz 4dKGMeegXiQP1PuD6qJT =w9GA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:00:06 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:06 +0000 Subject: libcatmandu-perl_0.9-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 23:54:09 +0200 Source: libcatmandu-perl Binary: libcatmandu-perl Architecture: source all Version: 0.9-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libcatmandu-perl - metadata toolkit Closes: 723591 Changes: libcatmandu-perl (0.9-1) unstable; urgency=low . [ Vasudev Kamath ] * Initial Release. Closes: bug#723591. Checksums-Sha1: 5d37ba4a971d83c7d597829d94788d55b3d4b8ad 2768 libcatmandu-perl_0.9-1.dsc b50d4369fb46fd01455a42062e7d6386cf77e6c9 74395 libcatmandu-perl_0.9.orig.tar.gz 192f56f1aaf11ced6106f9c2f3c9e44d8839ff1a 4160 libcatmandu-perl_0.9-1.debian.tar.xz 3c94fe75205a16cd5a402fed10e29efdcd1b99e2 193664 libcatmandu-perl_0.9-1_all.deb Checksums-Sha256: 592db57c968481b11955ac70289bcf200ddb0e7e9ed6ed4f5da80da10b939754 2768 libcatmandu-perl_0.9-1.dsc d9c277f79c2a1f739dddc6d45a2491bcff6a2564c5cef100ddbebaad7f9659cb 74395 libcatmandu-perl_0.9.orig.tar.gz 4e7d837145ce845a147c09427d9b619bc1b6ef90a10091ddc50ae41fd8a8320c 4160 libcatmandu-perl_0.9-1.debian.tar.xz ea9b9adc51bcee26c111f5f2ff27ed4679a0e2cc23abc269151058bca4c8d99d 193664 libcatmandu-perl_0.9-1_all.deb Files: 623010885c63ab5543704ab1e5840e37 193664 perl optional libcatmandu-perl_0.9-1_all.deb 182428d131c893fb7f17ae5accec1d97 2768 perl optional libcatmandu-perl_0.9-1.dsc dad1e89abbe7b0c4868b87863491d88f 74395 perl optional libcatmandu-perl_0.9.orig.tar.gz 083dc16fa69e1c6436ed791f22a25fe7 4160 perl optional libcatmandu-perl_0.9-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTd9uqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhqeIP+wdj5Io7GvByo50GsTJ3Liuv CNr+5hx7smyXVKL9TTeO122WdJfA0fdlucFhakaQ1h2TKy53hcMptfhpXYRVWuQJ GTUvVUfwKnHwffd8Hfm5Zn7k6+c0WL8Eiz7SEZ399cUezXA1RFtt2zuJiPTyp1RK 8K+uZY0uaEUhZc2WJoU+yGkybS2GNYcZOKfU2DJQ0LfgBWhSK/tZa1mCQWsuMfKu xDnmugA9WwAxUJRf2HNARpeEcY48Yv6K8syS5TIBs226UUiDAO52Zzf8yBwUVEfm /O4RuAm7w3H85HUWGsHr60MoL3E9POmWlBydbbjlg0XKGwnS2XwiMUea73mHGJBL hggbrwTzJHcN5bdz4BlYPqIBYQSKF1CU8oqG6rMwVC28qAJf3x28EfvJFMdf+B9o cGWIO+ZDNVzF7cBHc0MldTpQa+SU9L9gypOyDeL7sWJoR0TifPiT6OH1ZIu9bbFi uOc+gdEPvfgPV1UL3xjUlFBe/NdQgYGzKu5fmnB/V2ZOqhm46hbpJD2tzD4fznf0 82O6+7wuyWb4kmplxg8+sXgN67SjA/qD6llqUcooe4ATk9Ox27jrsr15HV1ODmHK GvObt0rNgqjSByap9utetWQpD6WV5QTOI3MNiOIyteujb9BbPF5YtiJFJdCgurUW WhfWU/PC5WyKyUry5Xij =Q6D2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:08 +0000 Subject: libtypes-uri-perl_0.003-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 21:26:47 +0200 Source: libtypes-uri-perl Binary: libtypes-uri-perl Architecture: source all Version: 0.003-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-uri-perl - type constraints and coercions for URIs Changes: libtypes-uri-perl (0.003-1) unstable; urgency=medium . [ upstream ] * New release. + Fix avoid commenting out repo metadata. + Add coercion from RDF::Trine::Node::Resource, RDF::Trine::Namespace and from XML::Namespace. + Extend coercion from HashRef to also apply to DataUri and FileUri. . [ Jonas Smedegaard ] * Build-depend and suggest librdf-trine-perl. Checksums-Sha1: 32ecf0fe63644efdb28c2b306469f00e81296d0c 2366 libtypes-uri-perl_0.003-1.dsc 2bfdb080618c8a053ad23e2a139b84bbf291955a 16361 libtypes-uri-perl_0.003.orig.tar.gz 877234d598a7ed18c0388d37943a344e020d40c3 3080 libtypes-uri-perl_0.003-1.debian.tar.xz c3495ad553339b352644c374313834b46afb268b 11244 libtypes-uri-perl_0.003-1_all.deb Checksums-Sha256: 78cefec895eb0c6256784e7e86386b57bedc3ce52825f8bb13461018ee5e4793 2366 libtypes-uri-perl_0.003-1.dsc bad5c6c4978e8d3def8b1b784f8d0af71d11d11a5931a6e4f09e1c7da01abf55 16361 libtypes-uri-perl_0.003.orig.tar.gz aa8d54e6698bb7048ddb633c491963f15482ce94f10ecdeb46ebff088c65d5d1 3080 libtypes-uri-perl_0.003-1.debian.tar.xz 81ec1f8c0a5ce231493b7516e5c2c410a0508c38151656da6f738705f48db707 11244 libtypes-uri-perl_0.003-1_all.deb Files: c3c7e60487747c9afecc83c74776b284 11244 perl optional libtypes-uri-perl_0.003-1_all.deb c0cda563a3c4947601c83bd12538103b 2366 perl optional libtypes-uri-perl_0.003-1.dsc ee2e8a5b1887a82cf7930d4299dc2d17 16361 perl optional libtypes-uri-perl_0.003.orig.tar.gz 5e634b33ef2d8a83fd5923b7e0f76fd4 3080 perl optional libtypes-uri-perl_0.003-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe65xXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhvTgQAI5BWr7VOYYbeA+7BWkwAHSU r8UxcnLqrCurJPW/86Ia+bTnQUYDgl76/mxYGyTGySktPfiE63nLNQTXerv3fya1 zSA3FvsG4+xQKi6q1WV21IifFJixi0qY383dXFeMp+1LC6BpDs5n9PRrSWte+aQK T5VTQ2yqvlqZS8KWjyla98G4MiMSJ1itKyqGz0kyJ3yj6oCplInZogEFYvGPojbz h1SBsMjaaPcqy91oaVai0MyS3aa7ORWRWCf6kBFPMpMX+6yu5oB3M0qnAxpXw1xT n0ikyN5JreL0c25PCUs9baOSGgFX6VtmzAxzOdP/GKHWPjVNV2SXgljXCecZi46G GNXxzHnEf25S6R1Ufyn7OnqUhs6VgILBInXQANTTsAkNejd33oEVkPs/s3vwD7Or 12Wqjz+22tp0cBfZ9oxCobVY/KfOl5sDdw+Bnb6Q2/qRX/nIuZnVmI2NzD2ZqE8s eDMqg9PD/064Y+rQEgdxG+/7P0k4GGCOCEZnK9DyfA9HTgpUjdcK0IDjzXZv455C psQcAqq12w8FvUKDZge6PbD+Ff8qrxlAwqGbOZsxGbn8OzXowOiZ1IdqhE68oJS4 GhfkyZY/xXJxfmAx0osaCb9Aq6Dp9kp7o9ETjVOHhOJ9zX0k+/kNBqYAt2/UK4qp mY8LmemDPJdCRJkXVrUE =r848 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:07 +0000 Subject: libcatmandu-perl_0.9102-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 20 May 2014 18:43:10 +0200 Source: libcatmandu-perl Binary: libcatmandu-perl Architecture: source all Version: 0.9102-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libcatmandu-perl - metadata toolkit Changes: libcatmandu-perl (0.9102-1) unstable; urgency=medium . [ upstream ] * New release(s). + Add monads in disguise Catmandu::Fix::Bind. + Improve POD coverage. + Add less_than, greater_than conditions. . [ Jonas Smedegaard ] * Tidy comma in build-dependencies. * Update watch file to use cpan.org/author URL (not search.cpan.org). * Update package relations: + Build-depend on (recent but not too recent perl or) recent libmodule-build-perl (not libmodule-build-tiny), and relax to build-depend unversioned on cdbs. + Depend (not only build-depend) on liblog-any-adapter-perl, and tighten to (build-)depend versioned. + Build-depend on libtest-pod-perl. + Build-depend (explicitly) on recent liblog-any-perl. + Tighten to build-depend versioned on libtest-deep-perl and libtest-exception-perl. + Build-depend on recent libtest-simple-perl (or very recent perl). Checksums-Sha1: 301ce470cb298bf6c5f7584595931e860ec57326 2984 libcatmandu-perl_0.9102-1.dsc 1ff9050b50f6f6bf0743649c5d3b7781a0ff9216 82724 libcatmandu-perl_0.9102.orig.tar.gz 33fcb958f420245cfe1b2ac9f5b6388696d2db82 4612 libcatmandu-perl_0.9102-1.debian.tar.xz bd0dd29b532e8ebc739b7ce13759f6f6aba2e252 215234 libcatmandu-perl_0.9102-1_all.deb Checksums-Sha256: c9d276245f940b519e5bccb2dbe18e791b34bc43f596cae093ce004d9a837d55 2984 libcatmandu-perl_0.9102-1.dsc cf78707509353dbddae8e384ae06e6166f24622b23ca6f92ab5c1dc29cecc84a 82724 libcatmandu-perl_0.9102.orig.tar.gz 801c0b3ce9641c26bac485ca234a17f2d860b060054d386265492d29902ae604 4612 libcatmandu-perl_0.9102-1.debian.tar.xz ad18f5df6bcb593f43bc5ab64f0e6200a005736409bac68df09d6181c0470dc7 215234 libcatmandu-perl_0.9102-1_all.deb Files: 120b4c90527f11ae52941fe06b94b7f4 215234 perl optional libcatmandu-perl_0.9102-1_all.deb ac4847282e5578d2878b4b6f6069c9b6 2984 perl optional libcatmandu-perl_0.9102-1.dsc b8f2ff36976ee6c0d7fe58e2a3004c8b 82724 perl optional libcatmandu-perl_0.9102.orig.tar.gz 2228dacce5cc0203efc19fa43b88c62f 4612 perl optional libcatmandu-perl_0.9102-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTe4iRXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhMbIP/0PLPJUJ3lHUnhvTRD8N+lJn 94xilquawpKTV6cxaoL95SHJUmo50KhfoJggHOXKxfrmywtqjdxy5Q/xtqMp2ISD PUM+wokJn9xSvt4AXA+Qs3Q9kQWjLh8fwGJWPL86/1hkrcn0DddNwWuwP895VDs8 vSgoGLS6mofPkydX3l+oFZ1VuX7Voe8j395cYeixVUxwRTTCSAEuuCREBcdtaH7U 7q39Ud2jr5elUEF0MwZ0ZpD/E5KM2pRBZ9r6zUK5PO1BsI41pBH6QjcK1Hsa4h+1 6g57GGSl/HWb0aFvFCoVK2bEWdXZpGbFYg8RdjoRrXEQ4A5z50ZkkOdEIPdsE8cE BhUK+mJxSRF84uHEEZjpQCSWUjlLOh3jEdN49G8hMm17RmoJpAaO3GPW93l+jjJm Xwz7+80EAJorY24KovFUGKYsFX4zJElrRGWxE6TLnn+YKp9QJAC6JQOzxKvu/qp3 P7oP7Ef/80z+E3PyzsM37+GVSwcJ8HuLIlBxM6gR/tAJdGoWsc1OWztUdZsaDN1+ 2k8+tpBxZA3CPcThbG0OuR4jcwpcx+kOX0Uhh6FILx+6d4zuF+Wx53WITVMuP2rh poFBkGZHRigkhRClAaBbeWKFgMa7wS87vJzvHwu6FHhxNVEEvAVt/kjxR2pibt+v i9/u0DfHUiQbMLNSSAD2 =MIT1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:07 +0000 Subject: libcatmandu-perl_0.9102-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 May 2014 01:53:14 +0200 Source: libcatmandu-perl Binary: libcatmandu-perl Architecture: source all Version: 0.9102-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libcatmandu-perl - metadata toolkit Changes: libcatmandu-perl (0.9102-2) unstable; urgency=medium . * Fix recommend libyaml-libyaml-perl (not bogus libyaml-xs-perl). Checksums-Sha1: c7a297276a616e166b570daef249bad4f804fe88 2984 libcatmandu-perl_0.9102-2.dsc 1adecb7802ae1846084c108dc17027bcc7d8199b 4652 libcatmandu-perl_0.9102-2.debian.tar.xz 58f8bd37c7a654c3d8ad6bad6fc16a7295ccb11c 215380 libcatmandu-perl_0.9102-2_all.deb Checksums-Sha256: bbc71e58c82d3aa5f9a9407b369c809a2e4e51733c105fc9801b8ce3cf0e2213 2984 libcatmandu-perl_0.9102-2.dsc 3b03e206cca9462c153a1b23ac044e981319d1058dc050fd4f9729f6c0ce0a25 4652 libcatmandu-perl_0.9102-2.debian.tar.xz b2669c4ee460699a3efbe31fa06152ef7d21e083f1e5cfda7faf659965cb0a8d 215380 libcatmandu-perl_0.9102-2_all.deb Files: 748bd279c231bb0ef486c9023d089f2f 215380 perl optional libcatmandu-perl_0.9102-2_all.deb 7bc4d4d4a0dd4f386e5dd17a9d2f9086 2984 perl optional libcatmandu-perl_0.9102-2.dsc c3dfbb183528901a54cff7045702ab87 4652 perl optional libcatmandu-perl_0.9102-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTfpDUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhgZoQAIwIj5JBlf1XVzkhAR/SLzNF uNq02NkJgNpc64DaBBTy7k+idgAQwrPC/rzh1QTd54exJ2DBT6YDZ4IJCzH2AouK jTK8E60MGE31nj+64QBOBrPzyhJkCAYfBxNLwEa22soPZDgoHRx7SyRu+2hFL4PM uj+CtKhps5saASznjjYNrJCPdheQm7VDpQR876q0JM2sGX8GpvOyUrRqto2+peTU 9oUBdK54r70tdJ7zg8JbeKiipF9ygENkQUNuyuC3pBdE/l0r5Hd4KRwGCro8Z3/+ 5VFVRGXly99al5OzehHp1cmVYx02ShT3ozAcyg6wk8Q4hHAlJBdJ+vn79vLJ97MB aTKsQ2u5XPK5zjubHXa6Yw3qWImSUx18nQaob1bYmrNiJx5iVbnYc/1VK1nAIqXe aqy7EbYTOYBGsrIw3mQyIWhBOEysg/ovDKRWBOZ8nprzYcQqy4nh9gI3Bt6MHwlc iVaH86sw7wMVNbq2UeDUWCTELcfLhnglMtck9SPyl+51zB8lscvdQZoWTvZpzuQN MCB3gb/jWvE+FREtrUyKXB7tE6+P0Jzyef72SU1xXRa40uSL6BWF3Ivank8VPD8C Xj/koVvgwhmLYqHNN4q29bdaWu7SgYPSXfnxGOQuDdY7QUctyKQp0pDWt7SY+nbg EWdTgHsdfWOQCa1wr5TO =brsA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:00:07 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:07 +0000 Subject: libtypes-uri-perl_0.001-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 May 2014 11:04:32 +0200 Source: libtypes-uri-perl Binary: libtypes-uri-perl Architecture: source all Version: 0.001-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-uri-perl - type constraints and coercions for URIs Closes: 747750 Changes: libtypes-uri-perl (0.001-1) unstable; urgency=low . * Initial packaging release. Closes: bug#747750. Checksums-Sha1: 4841ddd4b137d28ef97fe08935b0ff1272aff8c0 2347 libtypes-uri-perl_0.001-1.dsc bd74f187c49730cf517595ee9d3e89f546e8477a 15594 libtypes-uri-perl_0.001.orig.tar.gz d83c529aef57546e92abf984ff1654991859f87f 2868 libtypes-uri-perl_0.001-1.debian.tar.xz f5077a7722bbdc13d7705d279e9e95b721efe1bd 9562 libtypes-uri-perl_0.001-1_all.deb Checksums-Sha256: 4f5b3f11443ccb3de13e5f88c17ff29c7a791f9ed450395db8e4ef21155dee37 2347 libtypes-uri-perl_0.001-1.dsc 8469ad2fe90478cc0749d0569792094f67b404d4fc1bd2b69c6262b67316e3ef 15594 libtypes-uri-perl_0.001.orig.tar.gz 0e57209c08630a72bcf2cf836d8e78b3d75e218dc3512312f682d2fd357d2ac7 2868 libtypes-uri-perl_0.001-1.debian.tar.xz c1c6eed66b26108bac3f053d0cb911da12586a04fd4e8b70b26375d1c75cb1be 9562 libtypes-uri-perl_0.001-1_all.deb Files: fd94c8247d4a502da33fed819f306a2b 9562 perl optional libtypes-uri-perl_0.001-1_all.deb 0b6089ced46186989c1e62c89d6437f3 2347 perl optional libtypes-uri-perl_0.001-1.dsc 6b517732a81a403a0104d1b7856d64da 15594 perl optional libtypes-uri-perl_0.001.orig.tar.gz ff829580912c334f5a0562d3cbef8b2c 2868 perl optional libtypes-uri-perl_0.001-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTdybOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhqyAP/RtWOuit1FkUD25YszzKdUfP oCYmS8j1DSZ9OicEl+4BlnrPHIo47g4GV48bPL0TlGWnim8fMwt6vtRLn7LTsf2Y lo9oKWvFYca56R9pcELTwTHOHQ6aBe8pKwxG72zINM9SaYiG6NFzrdPacMkbfVz9 BGxPYEKMXJ4rJPphvqChb/zGXPGsaDb8zQU20pJeoAqStakD6wT4rlXzqxVbYurJ K9qYrfhzkng6f829mJIEFt2s+/VUdhHvJp2wKpZ5uY+w3jQ+t89+goNwgffO/c5A YR3fiiRJYupTyY/K2rPTW9okck5bgzChMzh63q9U8Ly0bL5uIbTCvb5hO066wd4R KJxhegOfMzxSkoJ/EUsrmjTutADCW4puWuYKXQcDKhvnSqdOouhX4vj8ftTr0oNy DUNwWXDuS4pPT68dZ+siVs+0hEUPhdLKBsSaatjH2SGi09W6fcePYOlLusN4rYau LaSCoo4pFulxR7UEnarZo4HsaL0ZakrNK8UaO0c7QQFuFZjsg/6AFAj/KjoxXJjO KVJQvd4cAttbRAEpWvI0I07pHM4AJhJ65104DV+Bjy1X02HzhZN+/MB19SQX8M1s af1r+L5yIrxSdLYBkrMEMnwP4E+RA05fs9F7pvcw86jxy8dcSP65hu2hK2kKxhxP 4/hYFXiCtOZbiBBO72gv =JB/s -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:00:08 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:00:08 +0000 Subject: libtypes-uri-perl_0.003-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:48:53 +0200 Source: libtypes-uri-perl Binary: libtypes-uri-perl Architecture: source all Version: 0.003-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libtypes-uri-perl - type constraints and coercions for URIs Changes: libtypes-uri-perl (0.003-2) unstable; urgency=medium . * Update copyright info: + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. Checksums-Sha1: 1dce72bad7b8694a14c46a911472b8f96d3bdecf 2366 libtypes-uri-perl_0.003-2.dsc 61fd59e7bd885f38775c4506f3512a5443a07d40 3480 libtypes-uri-perl_0.003-2.debian.tar.xz a63ef1e9132ed9f0354f973c70eea519d0f843c2 11670 libtypes-uri-perl_0.003-2_all.deb Checksums-Sha256: d3ad2d88caa338af78ee66d80da7d0f245b0188e0b37d9e6ac4267c99cc41e14 2366 libtypes-uri-perl_0.003-2.dsc 7cb437f57d2bf8a7ab02c2cc609bd679c4b1f9a1e2fd1273b5c7444accd7f380 3480 libtypes-uri-perl_0.003-2.debian.tar.xz 8e78d3e6d9dbf742561dc995d92002f5c4e25dbfda02272a50f886433d6e8a5d 11670 libtypes-uri-perl_0.003-2_all.deb Files: b1896f0e562aa5416c96497169744b3a 11670 perl optional libtypes-uri-perl_0.003-2_all.deb 5ea47b0a258a26f80ba1a20d52ac737e 2366 perl optional libtypes-uri-perl_0.003-2.dsc 589597bb2a49e24ffd03b0aba24c6c7d 3480 perl optional libtypes-uri-perl_0.003-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiMjjXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhdIgQAJ6z5H1oa4XvOqNKu0aP+2Gl kl5u0jQqLar/JjzMCehYCsTTlkPQ8VgEKNxRqnjcm8oTnZW/JGX0njZ/gvdGLoEd T+MQUZSMZCe3r3Zfpgrln6XwNLB69gtblQ6BP+yq7tl8/BjIF/azqul32ql7rcPt rYCaZiJRXmBa9Wn1y7oqHEHHKTaRUjjDrRjF9NFETojZnNQ17smseZ9Hyhk/TQEX G5Kh3S+3JenFNIHghEkLz8JH8Rs7c3rANKLu0oq6MR98SFrOdre/qsx1Lr73IinN Ut8nDSTyVJJi/mzLaLTVFrJQCmEKVujseHbJDcPLhNr5EmGhu8proI9C9aU4g44i xvowH5uqbsS5Q/MddvbJysEUECjpvoILZ37Q4ebzkpamM2JnlAmXtHlISc7X3VRQ 2kOqPV6bdK24PON+CqOeS8xj4Svs+3CAjkuC2eSL8Qz6I8x3GO0alCmMwr0R3ZPC q3VmlSBajNgzppp1mLVYSFoC7JNxBBdu0BqJj00y7HMKpq5q1uB8rsAGec3HiLrq ubQwv5eGbpZOMCE6CC7bOsn7Bmaqfixi5+aqPucyW1TT+m/pmm6z61W92SR+XbyI 3lf+ORuQ8un2bpiWnilcNVXRDXqULk9MkgAZcU614HCO6BtG4Z8JoK+Gpdv0pmC+ vdEps5breDV5X7OV6Llb =0H6W -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 22:04:03 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:04:03 +0000 Subject: libio-callback-perl_1.12-1_amd64.changes is NEW Message-ID: binary:libio-callback-perl is NEW. source:libio-callback-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 30 22:09:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:09:23 +0000 Subject: Processing of libfurl-perl_3.02-1_amd64.changes Message-ID: libfurl-perl_3.02-1_amd64.changes uploaded successfully to localhost along with the files: libfurl-perl_3.02-1_all.deb libfurl-perl_3.02-1.dsc libfurl-perl_3.02.orig.tar.gz libfurl-perl_3.02-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 22:19:23 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:19:23 +0000 Subject: libfurl-perl_3.02-1_amd64.changes is NEW Message-ID: binary:libfurl-perl is NEW. source:libfurl-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Fri May 30 22:54:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 22:54:33 +0000 Subject: Processing of libweb-id-perl_1.927-1_amd64.changes Message-ID: libweb-id-perl_1.927-1_amd64.changes uploaded successfully to localhost along with the files: libweb-id-perl_1.927-1_all.deb libweb-id-perl_1.927-1.dsc libweb-id-perl_1.927.orig.tar.gz libweb-id-perl_1.927-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 23:03:42 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 23:03:42 +0000 Subject: libweb-id-perl_1.927-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 31 May 2014 00:46:41 +0200 Source: libweb-id-perl Binary: libweb-id-perl Architecture: source all Version: 1.927-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libweb-id-perl - implementation of WebID (a.k.a. FOAF+SSL) Changes: libweb-id-perl (1.927-1) unstable; urgency=low . [ upstream ] * New release(s). + Do a better job searching for OpenSSL binary; use Alien::OpenSSL if it can't be found. + Switch from MooseX::Types to Types::Standard. + Switch from Path::Class to Path::Tiny. + Switch from Sub::Exporter to Exporter::Tiny. + Switch from smartmatch to match::smart. + Package using Dist::Inkt. + Rather than defining Datetime and Uri types in Web::ID::Types, use Types::DateTime and Types::URI from CPAN. . [ Jonas Smedegaard ] * Stop tracking md5sum of upstream tarball. * Update package relations: + (Build-)depend on libtype-tiny-perl, libtypes-datetime-perl, libtypes-uri-perl and libexporter-tiny-perl (not libsub-exporter-perl or libmoosex-types-perl). + (Build-)depend on libpath-tiny-perl (not libpath-class-perl). + (Build-)depend on libfile-sharedir-perl and libmatch-simple-perl. + Tighten (build-)dependency on libmoose-perl. + Build-depend on either recent perl or recent libtest-simple-perl. + Suggest each ModSSL-fixing Plack middleware independently. * Update copyright info: + Add git URL as alternate source. + Fix describe GPL-3 as such (not "version 2") in file section comment. + Drop notes on no longer included convenience code copies. + Extend coverage for main author, and for packaging. + Fix cover CONTRIBUTING file. Thanks to Thorsten Alteholz. * Drop patch 1001: Build problem turned out to be (and fixed by now) in CDBS. * Update watch file to use metacpan.org URL, and stop track development releases. * Switch CDBS get-orig-source target to use www.cpan.org/authors URL. * Bump standards-version to 3.9.5. * Fix use canonical Vcs-Git URL. Checksums-Sha1: 446c1cbc2d47cc8fbc9e2e6f42713bd7d5a66eef 2556 libweb-id-perl_1.927-1.dsc cc425c922f65a7ffd520ba30d3a37e76ebdb7ad1 40575 libweb-id-perl_1.927.orig.tar.gz 857742270300597b918f924f9ce64234290d4ceb 5748 libweb-id-perl_1.927-1.debian.tar.xz 85d1c9227d08f4ba52254bb66c1842229a128e4c 65440 libweb-id-perl_1.927-1_all.deb Checksums-Sha256: a78c9b610fc447d7f4e3560beb8864968259fedaa40b9dd20cbb5c82dcf24644 2556 libweb-id-perl_1.927-1.dsc ee111a6ff3e22e070a652e0867fdd3db183a49e436feffc1ff89ca3c876c445c 40575 libweb-id-perl_1.927.orig.tar.gz d2254e2069990f8b34f4accbbc42bf770856cf99e14cde50aa7ea735a15167c7 5748 libweb-id-perl_1.927-1.debian.tar.xz 46e9ceeb3f7e430debe8bd637c01e7d6aa6ef8560ded0a7f9659539343d5cb53 65440 libweb-id-perl_1.927-1_all.deb Files: 45c06b43484ab2a4e1a8b0f923dfc52f 65440 perl optional libweb-id-perl_1.927-1_all.deb 957ffca4ce25f0f6a2cb6a92a5a60620 2556 perl optional libweb-id-perl_1.927-1.dsc 36301d039fc9dc76eccfdafac95d2603 40575 perl optional libweb-id-perl_1.927.orig.tar.gz 751b3d2081d12cd7228a27e33e70bc22 5748 perl optional libweb-id-perl_1.927-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiQswXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhL7wP/2Jn/2YHqqkNxTHDgp5npjQH CxPzXUdlkfcF+08gSHT88xkg1h28m9AnbnX6gvNeEjgv5fhy3Zze9EhyPsnBqX7a fYwCNbyuV3zhQcHx/MX/wExwXA5/6aN0vlL9rBeP280I1g2H7dL8p8UTcDFUxrQ+ kOxGPxiXhGVBNDWBLFRPBs6KvIYqEJ6xYfKI9oA1Fv47C995I7yuwFiRPzkLTX3e 39d0AfCbWPjc/Gp2eidwDneGLsS1t7QStc3PLUy5cBuBTy8Mr7X7L5hvZvki0Mf2 yQU5pdDaYF6XkwTpywgDMsWX0qdfg+HuMs1730gD49p5ttA0afEomh25GloOndtj BoZLckMLitgQ7e3BPdu6yS7Aa9rZ/jPIGjitrEcxmxvyTAgqigUYiVkDSC6k218b OoqbZCkDLCfcDPBABoeRF4iFxpY/pEnYLbnhKv+TpV8r9qLAn+WMXhfCdON+DOcg a3f/8BhOaWQV21CtUpmm3dVfLYNGRoM3LKoiSpAd2zWod9IZq/avFKZCSEvXCUib XWpR/erNgJwYZ98xsHd2BJudvH6kyYsHheERfWm6GEnO8RVuS9fxb8yZoXCImMgt Z5GGAiBODlnaxmx26lPM5hl6PbDvva6NflU8R6rCBKVVlkGKllCHGphI8dri9btM blyPObQsgfUCF4O0Wzes =cu9l -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 23:09:34 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 23:09:34 +0000 Subject: Processing of libmoox-options-perl_4.008-1_amd64.changes Message-ID: libmoox-options-perl_4.008-1_amd64.changes uploaded successfully to localhost along with the files: libmoox-options-perl_4.008-1_all.deb libmoox-options-perl_4.008-1.dsc libmoox-options-perl_4.008.orig.tar.gz libmoox-options-perl_4.008-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 23:18:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 23:18:49 +0000 Subject: libmoox-options-perl_4.008-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 31 May 2014 01:02:08 +0200 Source: libmoox-options-perl Binary: libmoox-options-perl Architecture: source all Version: 4.008-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: libmoox-options-perl - explicit options extension for object class Changes: libmoox-options-perl (4.008-1) unstable; urgency=medium . [ upstream ] * New release(s). . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update copyright info: + Bump (yes, not extend) coverage for upstream author. + Extend coverage of packaging. + Update preferred upstream contact. * Update watch file to use metacpan.org URL. * Update package relations: + (Build-)depend on libmoox-configfromfile-perl, libterm-size-any-perl and libtext-wrapi18n-perl, and on recent libpath-class-perl. + Tighten (build-)dependency on libmodule-metadata-perl. + Fix tighten to (build-)depend versioned on libmoo-perl. + Stop (build-)depending on libmodule-load-conditional-perl. + Build-depend on libcapture-tiny-perl. + Fix build-depend on (recent perl or) recent libtest-simple-perl. + Stop build-depending on libscalar-list-utils-perl. * Update short description, based on upstream info. Checksums-Sha1: 3ebd3de8d5f1589e1af9680660de051b49b7c920 2730 libmoox-options-perl_4.008-1.dsc dabb18e46062a3b88c4073b727c3f0e7600e715e 40700 libmoox-options-perl_4.008.orig.tar.gz 85083dcb0b6e81d2ee239251a3499650a0e912d8 4016 libmoox-options-perl_4.008-1.debian.tar.xz 278ac4cb872bfe4faa1e67436ba73f1e486cad49 39706 libmoox-options-perl_4.008-1_all.deb Checksums-Sha256: fcaa41a650dfb3053d2f359a7d92ac4eaadb7d74e24ec73ee43fbdbffbb8144e 2730 libmoox-options-perl_4.008-1.dsc a51edeb7018b5375173cdbfe177119ea334b7fdeee790826efb5cb00d557edac 40700 libmoox-options-perl_4.008.orig.tar.gz 0f83e78d965c17d086f1e8448f9f72ca2a792e06ef6559b1b0ac5e1a8dd474c5 4016 libmoox-options-perl_4.008-1.debian.tar.xz 573b425043e00b4953b28fda34ef08ca2349bca8d397cff54065bc8a727d20ad 39706 libmoox-options-perl_4.008-1_all.deb Files: 7c3a666d8eee16321bec08566f7957e4 39706 perl optional libmoox-options-perl_4.008-1_all.deb 408c4a46f772e9ae9cf99a6a963fe6fb 2730 perl optional libmoox-options-perl_4.008-1.dsc cde345247e791c4ce186896c1ff84388 40700 perl optional libmoox-options-perl_4.008.orig.tar.gz dcbd9f20e181263bbaa048ba18b13817 4016 perl optional libmoox-options-perl_4.008-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiQ7mXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEh4nQQAIeUysWm3afPYGO+UxOUNggP SNF1NzLO4WfSg8L2QXQbKIqj0lVgNUZGWWGmQ4NXsKm5N4kk/1Ll28oDw3HxfyMk LDSiTo3UnkpM7NSB/faiB3tbZX83PI/Giyc2SJyb50RtHnuqz330fq4Mymk6syQ9 bH77BT/fY7Ly2Lu5vENGZ1Hr4WOEjwp5hH7IYmtY8lC8y8Wr/4Jy6qtpo2ZJCPGl pE09+8ac9hJRy14vugofiWLRxfhoYkM3vvHFFcCo+0Lrkgz5dOmT3fTOc0d/5MK7 6bj09eJ67eSyAojCoe8Gp3EFS4d8BVzGrbe8QOZCF4mw6SNylEfoQhtnhrtaaj3R egv0T94+hwRy+R6vof6uXs90epy2nPKp52Pw4EweOVFUoUae6+qdnmwIPwsrKcua zFNLAzXE7zj7CXa64b9ltL14kiJyUEbisvXT1qcFO5jbaCFRh55c6NB5vDC458dY i8FNRJDnoUh527Bhf2K0vE1grlsh/qTz2XEgWJcGmhY2VUpv6vytFSDhIuKtckGj Yc4xWWrJoCiP4sKL5K4G9Orksm+0W53pO1UHLrRH+AUaGJRyAVdp9DjbArZixYA3 9k4bflahFxTAwbUvC89Rfxn8ARRBZX48VAzv6gWpR63qMlzmKaSTurrwUmUsvFQm a88M+jgV09MRi97yxhLt =wN2m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri May 30 23:29:45 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 23:29:45 +0000 Subject: Processing of liblwp-protocol-psgi-perl_0.07-1_amd64.changes Message-ID: liblwp-protocol-psgi-perl_0.07-1_amd64.changes uploaded successfully to localhost along with the files: liblwp-protocol-psgi-perl_0.07-1_all.deb liblwp-protocol-psgi-perl_0.07-1.dsc liblwp-protocol-psgi-perl_0.07.orig.tar.gz liblwp-protocol-psgi-perl_0.07-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri May 30 23:34:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 30 May 2014 23:34:37 +0000 Subject: liblwp-protocol-psgi-perl_0.07-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 31 May 2014 01:19:01 +0200 Source: liblwp-protocol-psgi-perl Binary: liblwp-protocol-psgi-perl Architecture: source all Version: 0.07-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Jonas Smedegaard Description: liblwp-protocol-psgi-perl - override LWP's HTTP/HTTPS backend with your own PSGI application Changes: liblwp-protocol-psgi-perl (0.07-1) unstable; urgency=medium . [ upstream ] * New release. + Update documentation. + Remove some dependencies. . [ Jonas Smedegaard ] * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. * Update watch file to use metacpan.org URL, and ignore prereleases. * Update copyright info: + Extend coverage of packaging. Checksums-Sha1: e7f4497b9b1d008f7e88c8311e309f96f01024ac 2412 liblwp-protocol-psgi-perl_0.07-1.dsc d92a84861fd8e912cd900acf5588bcce0eebde17 12834 liblwp-protocol-psgi-perl_0.07.orig.tar.gz 958a6e974979013cd5b21d91e0e97533ea58d79d 3972 liblwp-protocol-psgi-perl_0.07-1.debian.tar.xz ab9045747db6a1209a5bb3b5e30442523ed8fb87 16264 liblwp-protocol-psgi-perl_0.07-1_all.deb Checksums-Sha256: 959d7a28ac051d549d7775fed87afcfcc1a6ca1de4b09f85b9f3ff0f66bf06a7 2412 liblwp-protocol-psgi-perl_0.07-1.dsc 72c8e31073685b31a9fbd86b536a18a20fcdec879e63f8a7bc97d909d7412b7d 12834 liblwp-protocol-psgi-perl_0.07.orig.tar.gz 8411de66269387aa33ae6a8325f7015c81283c60d9b6439ad912b360bbf0f47f 3972 liblwp-protocol-psgi-perl_0.07-1.debian.tar.xz c2bf0470b3ae97e1aab9fea6aaa22ce988d8ee18168096bddd06781d3658cdee 16264 liblwp-protocol-psgi-perl_0.07-1_all.deb Files: 13432a435a645f0a449528f108236aaa 16264 perl optional liblwp-protocol-psgi-perl_0.07-1_all.deb 217e165517b12d3bb67cb3dc412b0f3a 2412 perl optional liblwp-protocol-psgi-perl_0.07-1.dsc 06349aa3bb408153eb9644c62862e6a3 12834 perl optional liblwp-protocol-psgi-perl_0.07.orig.tar.gz 59af6dcbedff2d916fbb46a472eb6bc2 3972 perl optional liblwp-protocol-psgi-perl_0.07-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJTiRPvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhZacQAJzgGUBrhYWQ7A2YVx9PUlVQ T3wU0k7PMHT61xOBGQBXcbRrcseomHZ8uw2qzyoSR7kXkBVyDfsp1SbIQM7nB/eO JubgVwseNQFpIYvca3uhmSjZQO1j6m73dDl2l3HqOtk/HrWyzEPwz3FpRDjlFRGR +F9h3gbk6gzi97SiBlxdQLJd9LHXZI5+JcVfa0w/PMPC2WjR/vl+FFDHEVMH+sgG qSZ6Eav8OVVKolOspDc6140eHOVgcMsd5UwDFECsrhWHXQpGMYYE0MbCcuvcZo8t wll10PfkVlx5uoYRUZ+wLFunwPJra+yGpD//UZ07LjiooCxj4puKvnxSzGzZUGBM r8UslZsTePmu4MpirPwnIAtDDA3cJ5QPl/cJITibnEXw9g1rYPhRLDNT3BzxtJ4H m18YaZNs4myR8DY4nvkJmWLIEbfhqM1k4C8zl9hxKHLdNt1woveuJ61ThmGDkOa6 uI059m4OHT5g1THo//I4TRa9Lhjk98joqKq8pSFHTMfNYVFkp4AuGJdtXQAltDWR 7S4pJfZrg0TgPCt3zExkTyuaKZrW/oxn/KHorf4lwidtBncBA2T7D8wDaP44zQc9 ZGEXxfWqaauYfS+SvP8uUIwfTQyrUDKxAAtQJRSLlrP87hEszmERT/DVZrDFpJP9 +83k4J+CNmED8PH9QFIb =Z8M4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 31 12:08:52 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 12:08:52 +0000 Subject: Processing of libnet-ssh2-perl_0.53-2_amd64.changes Message-ID: libnet-ssh2-perl_0.53-2_amd64.changes uploaded successfully to localhost along with the files: libnet-ssh2-perl_0.53-2_amd64.deb libnet-ssh2-perl_0.53-2.dsc libnet-ssh2-perl_0.53-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 31 12:13:54 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 12:13:54 +0000 Subject: Processing of libhttp-server-simple-perl_0.45.02-1_amd64.changes Message-ID: libhttp-server-simple-perl_0.45.02-1_amd64.changes uploaded successfully to localhost along with the files: libhttp-server-simple-perl_0.45.02-1_all.deb libhttp-server-simple-perl_0.45.02-1.dsc libhttp-server-simple-perl_0.45.02.orig.tar.gz libhttp-server-simple-perl_0.45.02-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 31 12:19:13 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 12:19:13 +0000 Subject: libhttp-server-simple-perl_0.45.02-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 19:17:15 +0100 Source: libhttp-server-simple-perl Binary: libhttp-server-simple-perl Architecture: source all Version: 0.45.02-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libhttp-server-simple-perl - simple stand-alone HTTP server Closes: 596176 Changes: libhttp-server-simple-perl (0.45.02-1) unstable; urgency=medium . [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. . [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs . [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" . [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. . [ Daniel Lintott ] * Imported Upstream version 0.45.02 (Closes: #596176) * Refresh patch * Bump debhelper compat version * Add myself to uploaders * Update copyright years for inc/Module/* * Bump standards version to 3.9.5 * Add patch to fix t/01_live.t - Port already in use Checksums-Sha1: 144da9aa8a65990c3f8e64639da4222c0dde81d6 2627 libhttp-server-simple-perl_0.45.02-1.dsc ca85f22aae7b337af066a034890a013ffb55b02b 35784 libhttp-server-simple-perl_0.45.02.orig.tar.gz e2593a51c16650b1523a67e84cc405ac1752d274 6020 libhttp-server-simple-perl_0.45.02-1.debian.tar.xz cce63d9199f9742c8462fcc80572d475c36c4f07 30364 libhttp-server-simple-perl_0.45.02-1_all.deb Checksums-Sha256: fa40c8d06b515eb3d6576bc683f9b3be5966cbf6dab300f7fd97cdc0af23e12a 2627 libhttp-server-simple-perl_0.45.02-1.dsc 0ac982ba707c4579dd1e8d187870f07b1e17cda47928c8aa076372feb9f93293 35784 libhttp-server-simple-perl_0.45.02.orig.tar.gz 5edca830698d59b6aef114e147d998ca6898d2444fd7b47f96f03b97ed9e495c 6020 libhttp-server-simple-perl_0.45.02-1.debian.tar.xz d4c10543f7f20152fa70e496ad6aaa368b4f021b83be877c0971de90ee676e2e 30364 libhttp-server-simple-perl_0.45.02-1_all.deb Files: afb11f38472e597af674c9f4937ce3d7 30364 perl optional libhttp-server-simple-perl_0.45.02-1_all.deb e5a97529c0b522a753b06046116d0d86 2627 perl optional libhttp-server-simple-perl_0.45.02-1.dsc c83379143e76547aef21ecc414ae4b24 35784 perl optional libhttp-server-simple-perl_0.45.02.orig.tar.gz 844c93a1b350f0444a577f9bf1d5cfe3 6020 perl optional libhttp-server-simple-perl_0.45.02-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTicb1ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBvwXD/9dbjuac2NMLqxLRjL/jvx24CnObY5wo38XfBzS8hfwYKqf 9/rHaYKmINjbIsZHYvOQhix6Ms3N+hHYZWUoEz0onA3NYf++Eum9mlHFQHwn67t8 JoQag3OatjI2uvXJUl6A8ZkoCbR2bDf+3/T7oo9a1/RK2Sa9pTzsvY4kBl5meD7/ iNhiqNCxA7YRx55d/QYD72aEVmnXvdwGNBYGWvf6Ar8bugiwfanpPrEi9QZfwuGs N05rKbxyTr35j5a5Bd4pNpcVy1CO5azUPFB6sIhZixScWtBcWuRMxT/yfDoK7+cU WldhfTiGCLB4AraPjjMGoGlM/yyoZQV0YwKOi5J+slw/iMFpw2SiuKCP9xeEKvsG M1eyMcHqzOWglXf5PfPb5tjPUWnEi9UR5bcKb0pGg+D4VL0xo8y3bHFawc8oV/aw JLgA+n7Ob9xHbeniTcWpy1KzRjgtFs3ukh61QDAX4hgOdu5DkUu6U0b5scLAYyGo XqtYEe6sy/dM93HJEoh/CHIjN1pXJ8qGALtKk4UX8ZoN8V2ioplUH0BFg9KMMFIS S5PkeuvvyFYGp+xYHN+Pz/4zNTvA5/UMKbjlYCWbX4/sIm7IgDhPzqitHFQrIQZ1 Tgis9AJoKx1v/zWGVURgLmOebZEobGbQJ55qTH4Ne1f1TU32npIR63FMmzr2dA== =U8ux -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat May 31 12:19:24 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 12:19:24 +0000 Subject: libnet-ssh2-perl_0.53-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 30 May 2014 20:19:55 +0100 Source: libnet-ssh2-perl Binary: libnet-ssh2-perl Architecture: source amd64 Version: 0.53-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Daniel Lintott Description: libnet-ssh2-perl - Perl module for the SSH 2 protocol Closes: 749938 Changes: libnet-ssh2-perl (0.53-2) unstable; urgency=medium . [ gregor herrmann ] * Strip trailing slash from metacpan URLs. . [ Daniel Lintott ] * Add myself to uploaders * Change build-depends to libgcrypt20-dev. Thanks to Niko Tyni for spotting this (Closes: #749938) * Bunp standards version to 3.9.5 Checksums-Sha1: ec36c562b074a71340bff6e7c820ec0ff8fd75c8 2287 libnet-ssh2-perl_0.53-2.dsc eff75e897d5fa8b5ba82b1df9407d3fcb2f8fc79 3816 libnet-ssh2-perl_0.53-2.debian.tar.xz ecacda037aadf60c31a2069f4db2fd6485e70cf1 81606 libnet-ssh2-perl_0.53-2_amd64.deb Checksums-Sha256: 01148b77489b9317cf9ce847d053726075690a736afcc25a917945021144dd37 2287 libnet-ssh2-perl_0.53-2.dsc 4ccb0cd06055b8557af7ae8bcb0b6de29c24fcddaf45f253ec4156e202a021bd 3816 libnet-ssh2-perl_0.53-2.debian.tar.xz 0a217894fccf4c51d4e10f42dd12035a102085bb2b55402756461031ebb4fe51 81606 libnet-ssh2-perl_0.53-2_amd64.deb Files: acbb5e2436940b3cecd6bd755628d159 81606 perl optional libnet-ssh2-perl_0.53-2_amd64.deb 58fc4dc50c591403ea17156bd5240857 2287 perl optional libnet-ssh2-perl_0.53-2.dsc e4ac93730d081877fea201b522ee5d6d 3816 perl optional libnet-ssh2-perl_0.53-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJrBAEBCgBVBQJTicX6ThSAAAAAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK CRC7OmgBhkmqBoIGEACHKSo2AGZflB7LFNea45leOeDztVwvO/Z1o94hp+a/oIod HLAgjqH7R2nweoK3OiZW77zbcOsnHmk6U8B+IdlnvtFj3dDQ86huQTCETnYL2Qvt lIYZ2FtXxxD2CkM5MpKrJO+o7BhZ/vwPLp6YxI7XGhcXdR0Q8RR4p40SuclkMv8j nHU0qA8tJiicTM69kGA4kqsrVGdC7YGK4g3Tzn4ZDirHhxBRb3NWc6dQlbDEi+Hr MNFMzDhNsc+I+56n5hggI1hU3XC+yfKqdVf5oGoLgG/67oyt6Yi8xQlJbOCq/2t2 BuQyggWbsrkFkZ23UIayDgQTfJijVLfA9yULOroK30ZzRRJI3gFwfEARt/WxCdZE eQH9YSXsBZ42Uw5ozw/ma/eotukdaD2mRBXfyGL5dPXYVJ0HStHHnPk2SpoavvM0 hRH8pDCNmvYeGUop0pEIaqE9DZi093aFzF6GUmuTEYMztzvSrhVMzvkjiBzj5vi8 Z9WG5WLh4bnL5PfL/s7DOiLqHsYD0wcLPKfqFsaJHwdlaWn27Hk0Z73xJ7rWE+Jp 6lDJw/OzFXZgNwduADdf309e9C2Xg4hSJlkOAMI44c9n1MD+Z/AsS5GnNvSQ8MK8 eElf/DOoYKlsJWWyUYTe1vY8TturMD/5fivMiiF1+fIZIytwWZTlT+F9qQ259g== =lGdX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat May 31 12:27:04 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 31 May 2014 12:27:04 +0000 Subject: Bug#596176: marked as done (libhttp-server-simple-perl: Lacking IPv6 support) References: <20100909011550.16078.45605.reportbug@bowmore> Message-ID: Your message dated Sat, 31 May 2014 12:19:13 +0000 with message-id and subject line Bug#596176: fixed in libhttp-server-simple-perl 0.45.02-1 has caused the Debian Bug report #596176, regarding libhttp-server-simple-perl: Lacking IPv6 support to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 596176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596176 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Cyril Brulebois Subject: libhttp-server-simple-perl: Lacking IPv6 support Date: Thu, 09 Sep 2010 03:15:50 +0200 Size: 2757 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Lintott Subject: Bug#596176: fixed in libhttp-server-simple-perl 0.45.02-1 Date: Sat, 31 May 2014 12:19:13 +0000 Size: 6713 URL: From owner at bugs.debian.org Sat May 31 12:27:09 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 31 May 2014 12:27:09 +0000 Subject: Bug#749938: marked as done (libnet-ssh2-perl: FTBFS: libgcrypt20 vs. libcrypt11) References: <20140530190249.GA7691@estella.local.invalid> Message-ID: Your message dated Sat, 31 May 2014 12:19:24 +0000 with message-id and subject line Bug#749938: fixed in libnet-ssh2-perl 0.53-2 has caused the Debian Bug report #749938, regarding libnet-ssh2-perl: FTBFS: libgcrypt20 vs. libcrypt11 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 749938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749938 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Niko Tyni Subject: libnet-ssh2-perl: FTBFS: libgcrypt20 vs. libcrypt11 Date: Fri, 30 May 2014 22:02:49 +0300 Size: 2787 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Lintott Subject: Bug#749938: fixed in libnet-ssh2-perl 0.53-2 Date: Sat, 31 May 2014 12:19:24 +0000 Size: 5504 URL: From ftpmaster at ftp-master.debian.org Sat May 31 13:29:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 13:29:04 +0000 Subject: Processing of libconfig-model-lcdproc-perl_2.042-1_amd64.changes Message-ID: libconfig-model-lcdproc-perl_2.042-1_amd64.changes uploaded successfully to localhost along with the files: libconfig-model-lcdproc-perl_2.042-1_all.deb libconfig-model-lcdproc-perl_2.042-1.dsc libconfig-model-lcdproc-perl_2.042.orig.tar.gz libconfig-model-lcdproc-perl_2.042-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat May 31 13:33:56 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 13:33:56 +0000 Subject: libconfig-model-lcdproc-perl_2.042-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 30 May 2014 21:21:50 +0200 Source: libconfig-model-lcdproc-perl Binary: libconfig-model-lcdproc-perl Architecture: source all Version: 2.042-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group Changed-By: Dominique Dumont Description: libconfig-model-lcdproc-perl - Edit and validate LcdProc configuration file Changes: libconfig-model-lcdproc-perl (2.042-1) unstable; urgency=medium . * Imported Upstream version 2.042 The lcdproc model of this release is made for ldcproc 0.5.7. * Build.PL: run script/gen_LCDd_model.pl at build time * lcdconf2model: improved parsing of legal spec from LCDd.conf comments * replaced patch tweak-defaults: * tweak-lcdd-conf to tweak actual source files * tweak-lcdconf2model which will be applied upstream * Added patch to fix log4perl initialisation * rules: touch LCDd.conf to trigger a rebuild of all models * control: + added build dep on libconfig-model-itself-perl and libio-string-perl Checksums-Sha1: 1b7659109455703f3ebe930fff5121db840aae83 2570 libconfig-model-lcdproc-perl_2.042-1.dsc 5c44f527c9f3c3740125c1825826feb43623e453 78978 libconfig-model-lcdproc-perl_2.042.orig.tar.gz 6dd67a4fa9c88696756479b3c6135e98d78224e4 5292 libconfig-model-lcdproc-perl_2.042-1.debian.tar.xz 858be59a969dd898a6791ea9a5160e4009e27933 154526 libconfig-model-lcdproc-perl_2.042-1_all.deb Checksums-Sha256: c652ee35efe8fd7b9f36ddd3ef04fc1fc0bf27df85d5a068d17d9736092eee29 2570 libconfig-model-lcdproc-perl_2.042-1.dsc 81784a56414f5158d582ace269d8838d2c759a21d63692a93634847489fd06e3 78978 libconfig-model-lcdproc-perl_2.042.orig.tar.gz 2a4cb2f330cc75238c7da719a400370cc449c33cd76f5baf6bab856136832bdb 5292 libconfig-model-lcdproc-perl_2.042-1.debian.tar.xz c3dd14a804682bd3b4650cbe8f2bb8d76ecd813d2ee4dffb1ce199b189c1c6a8 154526 libconfig-model-lcdproc-perl_2.042-1_all.deb Files: eb9ce6b0afb51d8d9e508f1931b4b33b 154526 perl optional libconfig-model-lcdproc-perl_2.042-1_all.deb 3ebfd05594c1074fef41d5c3c79871ef 2570 perl optional libconfig-model-lcdproc-perl_2.042-1.dsc 2a1189d7e4c2f6ea0672cd8e048b8da1 78978 perl optional libconfig-model-lcdproc-perl_2.042.orig.tar.gz a8d355c6ec23f6ea917178d086ed9939 5292 perl optional libconfig-model-lcdproc-perl_2.042-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTidHFAAoJEMMfT9lJqytsQi4P/jGN0gqfqZQd4j0gVMH4qnVW DOPG/cF3CxTo/hNf1COamTDV7KQ9cePLX/RjAML6ge3TS869TCeYt+VLepNCe5vc 1lyFv6RT+6ZoQ2WznLzIn8ClRvgGJPM3EX67nycDOD3EEeEP2LfDJdRu6xrWe2wM 93B/PuVvYq1rdjaac7F9QmpkmuyNcvT6uA2BmuwBLvdKXzb0fArZdougzvohAN2z xRAj32aIF6ZHrIc9Qtpan+t8MbgXllGdCmueX5o7smmTbd6tqe+ZktcpjUqqJEpW qoVC2BWqoVzrT25etGqR1tjtet49F+AlCG9sIcoem7USuDi0jpuNno/w80maDMtU SoHVQZhZ6tMdBuwXgu6Kn4dMMoXeIGyhaTdgE+CQDdH/gm3pNQb1zNUA62jZ+pY4 UzeTMaQwR2f5eHmpwElu5WH2BSXMbgUDQxyGqf8JCGzli4Gs1/Cu69YW63q2IAHp cjmgO2JXa3x/jpHsmt7De1CreQb5Kr99rV4feY1o5uvziSnb/a05HOubEZTqH20h QcAfBob7QKWjVm/v7eAyPE9TGSisahbli6iVdgetEt1PuSfPgI0yZuad8z/wG72f IBOCOB9nX80BZk1jojoR+hAvrWB9R8mr8VZJ1lfdG3j6HCVCuD5snsnN4qNOgMvR mGhZvQD8O/ViiaBpqO8G =mqnZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr at jones.dk Sat May 31 14:47:37 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 31 May 2014 16:47:37 +0200 Subject: Bug#750006: ITP: libcatmandu-importer-getjson-perl -- load JSON-encoded data from a server using a GET HTTP request Message-ID: <20140531144737.5611.7142.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libcatmandu-importer-getjson-perl Version : 0.40 Upstream Author : Jakob Vo? * URL : https://github.com/nichtich/Catmandu-Importer-getJSON * License : Artistic or GPL-1+ Programming Lang: Perl Description : load JSON-encoded data from a server using a GET HTTP request Catmandu provides a suite of Perl modules to ease the import, storage, retrieval, export and transformation of metadata records. . Catmandu::Importer::getJSON performs a HTTP GET request to load JSON-encoded data from a server. The importer expects a line-separated input. Each line corresponds to a HTTP request that is mapped to a JSON-record on success. This module will be maintained in the Debian Perl Team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTieuEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWOOQIAJU1D2ElJMIUBpAeed55p44R ah2a3w5121j/fUpGJm6gXfjOqUpN8L62TAZ5zqurl9BaJFoWvfFgoJafvRMRVrG8 OcJTubedLgUewGGHOOHV8T2hp+VihMkkhN0MMsH24G568SwwoaZ4TNlVNaTrvxdg I00qcNT25WlETVqVqyPhXRhTOCTOvz0RE5sJgSTLrx5VBqEr954GrJ41eaPDw/9d TwsSJq4YGLvLMThQxE9moHrd/sP2DwRGqrHSTHcZhRo1PfBSNxlh/Ojz5OtelkSg zvdU+fMeYJw0HNZzLbqqOXbscqWgAmf1uVsZctvYjXngCTwnRwJTqNwIhZy1BT4= =lhxJ -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sat May 31 15:04:25 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 15:04:25 +0000 Subject: Processing of libcatmandu-importer-getjson-perl_0.40-1_amd64.changes Message-ID: libcatmandu-importer-getjson-perl_0.40-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-importer-getjson-perl_0.40-1_all.deb libcatmandu-importer-getjson-perl_0.40-1.dsc libcatmandu-importer-getjson-perl_0.40.orig.tar.gz libcatmandu-importer-getjson-perl_0.40-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From dr at jones.dk Sat May 31 15:19:40 2014 From: dr at jones.dk (Jonas Smedegaard) Date: Sat, 31 May 2014 17:19:40 +0200 Subject: Bug#750012: ITP: libcatmandu-wikidata-perl -- import from Wikidata for processing with Catmandu Message-ID: <20140531151940.23287.61712.reportbug@bastian.jones.dk> Package: wnpp Severity: wishlist Owner: Jonas Smedegaard -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : libcatmandu-wikidata-perl Version : 0.05 Upstream Author : Jakob Vo? * URL : https://github.com/nichtich/Catmandu-Wikidata * License : Artistic or GPL-1+ Programming Lang: Perl Description : import from Wikidata for processing with Catmandu Catmandu provides a suite of Perl modules to ease the import, storage, retrieval, export and transformation of metadata records. . Catmandu::Wikidata provides modules to process data from within the Catmandu framework. In particular it facilitates access to Wikidata entity record via Catmandu::Importer::Wikidata, and simplification of these records via fixes. Other Catmandu modules can be used to further process the records, for instance to load them into a database. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJTifMMXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0 RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vW5UAH/i+JPj99WbrSDm7YuY9u3+6I Ng1XecusS3BC7/cBJvMCtKUxs4d7elJ3KRdhL5uvygYTyxTI1dEKlqJpLnQXryDM 7tIg0uX4euYZGTZGyQTsdVzGZuj/qjiE5PL533Do9nzg7Lu/ckS5058w8rteAwp0 3tnLSg6eZaTxl2RlyNS9cjpYylKzq40sIaKwIYgXdQbqbfksnS8BpI52ApZ+oVc5 agKcY7w1b9NE9lgOqzAMuNMb33gihJTfXL1d7CSs8zZRyaAJmqmjVLmSzmjQvDZn dWEGG5UTUrAp4799GGTdqeGcznuhhvynCvdZJxAFQQdszOAPQbWFt4dhlMEvbws= =IpOs -----END PGP SIGNATURE----- From ftpmaster at ftp-master.debian.org Sat May 31 15:21:35 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 15:21:35 +0000 Subject: libcatmandu-importer-getjson-perl_0.40-1_amd64.changes is NEW Message-ID: binary:libcatmandu-importer-getjson-perl is NEW. source:libcatmandu-importer-getjson-perl is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will recieve an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html From ftpmaster at ftp-master.debian.org Sat May 31 15:34:48 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 31 May 2014 15:34:48 +0000 Subject: Processing of libcatmandu-wikidata-perl_0.05-1_amd64.changes Message-ID: libcatmandu-wikidata-perl_0.05-1_amd64.changes uploaded successfully to localhost along with the files: libcatmandu-wikidata-perl_0.05-1_all.deb libcatmandu-wikidata-perl_0.05-1.dsc libcatmandu-wikidata-perl_0.05.orig.tar.gz libcatmandu-wikidata-perl_0.05-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) From noreply at release.debian.org Sat May 31 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 31 May 2014 16:39:20 +0000 Subject: libdancer-logger-psgi-perl 1.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the libdancer-logger-psgi-perl source package in Debian's testing distribution has changed. Previous version: 0.04-2 Current version: 1.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 31 16:39:21 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 31 May 2014 16:39:21 +0000 Subject: libimage-exiftool-perl 9.62-1 MIGRATED to testing Message-ID: FYI: The status of the libimage-exiftool-perl source package in Debian's testing distribution has changed. Previous version: 9.60-1 Current version: 9.62-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 31 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 31 May 2014 16:39:20 +0000 Subject: libfindbin-libs-perl 1.90-1 MIGRATED to testing Message-ID: FYI: The status of the libfindbin-libs-perl source package in Debian's testing distribution has changed. Previous version: 1.80-1 Current version: 1.90-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 31 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 31 May 2014 16:39:20 +0000 Subject: libexporter-lite-perl 0.05-1 MIGRATED to testing Message-ID: FYI: The status of the libexporter-lite-perl source package in Debian's testing distribution has changed. Previous version: 0.04-1 Current version: 0.05-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 31 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 31 May 2014 16:39:20 +0000 Subject: libcgi-compile-perl 0.17-1 MIGRATED to testing Message-ID: FYI: The status of the libcgi-compile-perl source package in Debian's testing distribution has changed. Previous version: 0.16-1 Current version: 0.17-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat May 31 16:39:20 2014 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 31 May 2014 16:39:20 +0000 Subject: libcache-memcached-fast-perl 0.22-1 MIGRATED to testing Message-ID: FYI: The status of the libcache-memcached-fast-perl source package in Debian's testing distribution has changed. Previous version: 0.21-1 Current version: 0.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information.