--- libmodule-signature-perl-0.61.orig/debian/compat +++ libmodule-signature-perl-0.61/debian/compat @@ -0,0 +1 @@ +7 --- libmodule-signature-perl-0.61.orig/debian/control +++ libmodule-signature-perl-0.61/debian/control @@ -0,0 +1,24 @@ +Source: libmodule-signature-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7) +Build-Depends-Indep: perl, gnupg, perl (>= 5.10) | libdigest-sha-perl, + libpar-dist-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyzaniak (eloy) , + gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Module-Signature/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-signature-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-signature-perl/ + +Package: libmodule-signature-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libpar-dist-perl, + perl (>= 5.10) | libdigest-sha-perl +Recommends: gnupg +Description: module to manipulate CPAN SIGNATURE files + Module::Signature is a Perl module that adds cryptographic authentications to + CPAN distributions, via the special SIGNATURE file. It also includes various + tools to sign distributions and to verify signatures and supports using many + different cryptographic hashing algorithms. --- libmodule-signature-perl-0.61.orig/debian/rules +++ libmodule-signature-perl-0.61/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libmodule-signature-perl-0.61.orig/debian/changelog +++ libmodule-signature-perl-0.61/debian/changelog @@ -0,0 +1,124 @@ +libmodule-signature-perl (0.61-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Use new short debhelper rules format + * Add myself to Uploaders and Copyright + * Rewrite control description + * Update copyright information (we're now using CC0) + * Upgrade to debhelper 7.2.13 (for Module::AutoInstall) + * Refresh keyserver.patch; add header + * Remove unnecessary build dependencies + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + * Change my email address. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Mon, 30 Nov 2009 15:57:30 -0500 + +libmodule-signature-perl (0.55-2) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467870) + - update based on dh-make-perl's templates + - don't install README any more (no additional information) + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * Add debian/compat instead of setting DH_COMPAT in debian/rules. + * debian/copyright: add download URL and copy copyright/license terms + verbatim from README to match reality. + * Split the changes regarding the default keyserver (cf. #293080) out to + keyserver.patch; and don't change the keyserver only in the test (which + isn't actually run because it would fail due to the patch -- d'oh) but + also in the module (and it's documentation) itself, which was the + intention of the bug submitter ... Add quilt framework. + + -- gregor herrmann Sun, 09 Mar 2008 00:16:07 +0100 + +libmodule-signature-perl (0.55-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Standards-Version: increased to 3.7.2.1 + + -- Krzysztof Krzyzaniak (eloy) Wed, 2 Aug 2006 16:13:43 +0200 + +libmodule-signature-perl (0.54-1) unstable; urgency=low + + * New upstream release. + * Standard-Version upgraded to 3.7.2 (no changes needed). + * Debhelper compatibility level upgraded to 5. + * Move several dependencies to Build-Depends-Indep, as required by Policy. + * Remove empty /usr/lib/perl5 directory from package. + + -- gregor herrmann Sun, 14 May 2006 01:45:03 +0200 + +libmodule-signature-perl (0.53-1) unstable; urgency=low + + * New upstream release, taking package for Perl Group + (closes: #329595) (closes: #357075) + * debian/watch - added + * debian/control: + - Standards-Version: upgraded to 3.6.2 + - Uploaders: added me + - Maintainer: set to Debian Perl Group + - libdigest-sha-perl added to dependencies + * debian/rules: + - compat increased to 4 + - added PERL_MM_USE_DEFAULT=1 + + -- Krzysztof Krzyzaniak (eloy) Wed, 15 Mar 2006 17:18:22 +0100 + +libmodule-signature-perl (0.44-3) unstable; urgency=low + + * Re-upload with full source, as the 0.44-1 upload was borked so the + 0.44-2 upload was refused. + + -- Chip Salzenberg Fri, 8 Apr 2005 18:28:23 -0400 + +libmodule-signature-perl (0.44-2) unstable; urgency=low + + * Default to 'subkeys.pgp.net', not 'pgp.mit.edu'. (closes: #293080) + * Clean up dependencies. + + -- Chip Salzenberg Fri, 8 Apr 2005 17:42:20 -0400 + +libmodule-signature-perl (0.44-1) unstable; urgency=medium + + * New upstream release. + + -- Chip Salzenberg Tue, 8 Mar 2005 12:43:12 -0500 + +libmodule-signature-perl (0.35-2) unstable; urgency=high + + * Fix Build-Depends by deleting my hacked dpkg-source. + + -- Chip Salzenberg Sun, 5 Oct 2003 21:45:16 -0400 + +libmodule-signature-perl (0.35-1) unstable; urgency=low + + * New upstream release. + + -- Chip Salzenberg Fri, 3 Oct 2003 19:30:47 -0400 + +libmodule-signature-perl (0.26-1) unstable; urgency=low + + * New upstream release. + + -- Chip Salzenberg Thu, 24 Jul 2003 18:12:17 -0400 + +libmodule-signature-perl (0.21-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Sat, 15 Feb 2003 15:18:20 -0500 --- libmodule-signature-perl-0.61.orig/debian/watch +++ libmodule-signature-perl-0.61/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Module-Signature/ .*/Module-Signature-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libmodule-signature-perl-0.61.orig/debian/copyright +++ libmodule-signature-perl-0.61/debian/copyright @@ -0,0 +1,198 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Audrey Tang +Source: http://search.cpan.org/dist/Module-Signature/ +Name: Module-Signature + +Files: * +Copyright: 2002-2006, Audrey Tang +License: CC0 +X-Comment: this was the copyright statement formerly used with + this package; it has since been removed now that it is licensed + as CC0 + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2006-2008, gregor herrmann + 2006, Krzysztof Krzyzaniak (eloy) + 2003-2005, Chip Salzenberg +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + +License: CC0 + The laws of most jurisdictions throughout the world + automatically confer exclusive Copyright and Related Rights + (defined below) upon the creator and subsequent owner(s) + (each and all, an "owner") of an original work of authorship + and/or a database (each, a "Work"). + . + Certain owners wish to permanently relinquish those rights + to a Work for the purpose of contributing to a commons of + creative, cultural and scientific works ("Commons") that the + public can reliably and without fear of later claims of + infringement build upon, modify, incorporate in other works, + reuse and redistribute as freely as possible in any form + whatsoever and for any purposes, including without + limitation commercial purposes. These owners may contribute + to the Commons to promote the ideal of a free culture and + the further production of creative, cultural and scientific + works, or to gain reputation or greater distribution for + their Work in part through the use and efforts of others. + . + For these and/or other purposes and motivations, and without + any expectation of additional consideration or compensation, + the person associating CC0 with a Work (the "Affirmer"), to + the extent that he or she is an owner of Copyright and + Related Rights in the Work, voluntarily elects to apply CC0 + to the Work and publicly distribute the Work under its + terms, with knowledge of his or her Copyright and Related + Rights in the Work and the meaning and intended legal effect + of CC0 on those rights. + . + 1. Copyright and Related Rights. A Work made available under + CC0 may be protected by copyright and related or neighboring + rights ("Copyright and Related Rights"). Copyright and + Related Rights include, but are not limited to, the + following: + . + 1. the right to reproduce, adapt, distribute, perform, + display, communicate, and translate a Work; + . + 2. moral rights retained by the original author(s) + and/or performer(s); + . + 3. publicity and privacy rights pertaining to a + person's image or likeness depicted in a Work; + . + 4. rights protecting against unfair competition in + regards to a Work, subject to the limitations in + paragraph 4(a), below; + . + 5. rights protecting the extraction, dissemination, use + and reuse of data in a Work; + . + 6. database rights (such as those arising under + Directive 96/9/EC of the European Parliament and of the + Council of 11 March 1996 on the legal protection of + databases, and under any national implementation + thereof, including any amended or successor version of + such directive); and + . + 7. other similar, equivalent or corresponding rights + throughout the world based on applicable law or treaty, + and any national implementations thereof. + . + 2. Waiver. To the greatest extent permitted by, but not in + contravention of, applicable law, Affirmer hereby overtly, + fully, permanently, irrevocably and unconditionally waives, + abandons, and surrenders all of Affirmer's Copyright and + Related Rights and associated claims and causes of action, + whether now known or unknown (including existing as well as + future claims and causes of action), in the Work + . + (i) in all territories worldwide, + . + (ii) for the maximum duration provided by applicable + law or treaty (including future time extensions), + . + (iii) in any current or future medium and for any + number of copies, and + . + (iv) for any purpose whatsoever, including without + limitation commercial, advertising or promotional + purposes (the "Waiver"). Affirmer makes the Waiver for + the benefit of each member of the public at large and + to the detriment of Affirmer's heirs and successors, + fully intending that such Waiver shall not be subject + to revocation, rescission, cancellation, termination, + or any other legal or equitable action to disrupt the + quiet enjoyment of the Work by the public as + contemplated by Affirmer's express Statement of + Purpose. + . + 3. Public License Fallback. Should any part of the + Waiver for any reason be judged legally invalid or + ineffective under applicable law, then the Waiver shall + be preserved to the maximum extent permitted taking + into account Affirmer's express Statement of Purpose. + In addition, to the extent the Waiver is so judged + Affirmer hereby grants to each affected person a + royalty-free, non transferable, non sublicensable, non + exclusive, irrevocable and unconditional license to + exercise Affirmer's Copyright and Related Rights in the + Work + . + (i) in all territories worldwide, + . + (ii) for the maximum duration provided by applicable + law or treaty (including future time extensions), + . + (iii) in any current or future medium and for any + number of copies, and + . + (iv) for any purpose whatsoever, including without + limitation commercial, advertising or promotional + purposes (the "License"). The License shall be deemed + effective as of the date CC0 was applied by Affirmer to + the Work. Should any part of the License for any reason + be judged legally invalid or ineffective under + applicable law, such partial invalidity or + ineffectiveness shall not invalidate the remainder of + the License, and in such case Affirmer hereby affirms + that he or she will not + . + (i) exercise any of his or her remaining Copyright + and Related Rights in the Work or + . + (ii) assert any associated claims and causes of + action with respect to the Work, in either case + contrary to Affirmer's express Statement of + Purpose. + . + 4. Limitations and Disclaimers. + . + 1. No trademark or patent rights held by Affirmer are + waived, abandoned, surrendered, licensed or otherwise + affected by this document. + . + 2. Affirmer offers the Work as-is and makes no + representations or warranties of any kind concerning the + Work, express, implied, statutory or otherwise, including + without limitation warranties of title, merchantability, + fitness for a particular purpose, non infringement, or the + absence of latent or other defects, accuracy, or the present + or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + . + 3. Affirmer disclaims responsibility for clearing rights of + other persons that may apply to the Work or any use thereof, + including without limitation any person's Copyright and + Related Rights in the Work. Further, Affirmer disclaims + responsibility for obtaining any necessary consents, + permissions or other rights required for any use of the + Work. + . + 4. Affirmer understands and acknowledges that Creative + Commons is not a party to this document and has no duty or + obligation with respect to this CC0 or use of the Work. + --- libmodule-signature-perl-0.61.orig/debian/README.source +++ libmodule-signature-perl-0.61/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libmodule-signature-perl-0.61.orig/debian/patches/keyserver.patch +++ libmodule-signature-perl-0.61/debian/patches/keyserver.patch @@ -0,0 +1,35 @@ +Description: use subkeys.pgp.net instead of pgp.mit.edu +Author: gregor herrmann +Origin: vendor +Forwarded: no +--- a/t/0-signature.t ++++ b/t/0-signature.t +@@ -18,7 +18,7 @@ + elsif ( -s 'SIGNATURE' == 0 ) { + plan skip_all => "SIGNATURE file empty"; + } +-elsif (!eval { require Socket; Socket::inet_aton('pgp.mit.edu') }) { ++elsif (!eval { require Socket; Socket::inet_aton('subkeys.pgp.net') }) { + plan skip_all => "Cannot connect to the keyserver to check module ". + "signature"; + } +--- a/lib/Module/Signature.pm ++++ b/lib/Module/Signature.pm +@@ -29,7 +29,7 @@ + $SIGNATURE = 'SIGNATURE'; + $Timeout = $ENV{MODULE_SIGNATURE_TIMEOUT} || 3; + $Verbose = $ENV{MODULE_SIGNATURE_VERBOSE} || 0; +-$KeyServer = $ENV{MODULE_SIGNATURE_KEYSERVER} || 'pgp.mit.edu'; ++$KeyServer = $ENV{MODULE_SIGNATURE_KEYSERVER} || 'subkeys.pgp.net'; + $KeyServerPort = $ENV{MODULE_SIGNATURE_KEYSERVERPORT} || '11371'; + $Cipher = $ENV{MODULE_SIGNATURE_CIPHER} || 'SHA1'; + $Preamble = << "."; +@@ -828,7 +828,7 @@ + "Next time around, consider install Module::Signature, ", + "so you can verify the integrity of this distribution.\n"; + } +- elsif (!eval { require Socket; Socket::inet_aton('pgp.mit.edu') }) { ++ elsif (!eval { require Socket; Socket::inet_aton('subkeys.pgp.net') }) { + print "ok 1 # skip ", + "Cannot connect to the keyserver\n"; + } --- libmodule-signature-perl-0.61.orig/debian/patches/series +++ libmodule-signature-perl-0.61/debian/patches/series @@ -0,0 +1 @@ +keyserver.patch