r55626 - in /trunk/libmodule-signature-perl: Changes Makefile.PL SIGNATURE debian/changelog debian/control debian/copyright debian/rules lib/Module/Signature.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Apr 7 15:37:48 UTC 2010


Author: jawnsy-guest
Date: Wed Apr  7 15:37:42 2010
New Revision: 55626

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55626
Log:
* New upstream release
* No longer needs --with quilt
* Update copyright information

Modified:
    trunk/libmodule-signature-perl/Changes
    trunk/libmodule-signature-perl/Makefile.PL
    trunk/libmodule-signature-perl/SIGNATURE
    trunk/libmodule-signature-perl/debian/changelog
    trunk/libmodule-signature-perl/debian/control
    trunk/libmodule-signature-perl/debian/copyright
    trunk/libmodule-signature-perl/debian/rules
    trunk/libmodule-signature-perl/lib/Module/Signature.pm

Modified: trunk/libmodule-signature-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/Changes?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/Changes (original)
+++ trunk/libmodule-signature-perl/Changes Wed Apr  7 15:37:42 2010
@@ -1,3 +1,8 @@
+[Changes for 0.63 - Sun, 28 Mar 2010 04:46:27 +0100]
+
+* Fix diagnostic message from Makefile.PL when the user dosn't have gnupg or
+  Crypt::OpenPGP (miyagawa).
+
 [Changes for 0.62 - Tue, 23 Mar 2010 22:17:39 +0100]
 
 * Change the default keyserver from the outdated pgp.mit.edu to

Modified: trunk/libmodule-signature-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/Makefile.PL?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/Makefile.PL (original)
+++ trunk/libmodule-signature-perl/Makefile.PL Wed Apr  7 15:37:42 2010
@@ -124,8 +124,10 @@
 	return 1;
 }
 
-# Defined the prompt messages
-my $message1 = <<'END_MESSAGE';
+sub ask_user {
+
+    # Defined the prompt messages
+    my $message1 = <<'END_MESSAGE';
 
 Could not auto-detect a signature utility on your system.
 
@@ -137,14 +139,13 @@
 
 END_MESSAGE
 
-my $message2 = <<'END_MESSAGE';
+    my $message2 = <<'END_MESSAGE';
 
 2) Automatically install Crypt::OpenPGP and the 20 modules it requires
    from CPAN, which will give the same functionality as GnuPG.
 
 END_MESSAGE
 
-sub ask_user {
 	# Present the options
 	print $message1;
 

Modified: trunk/libmodule-signature-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/SIGNATURE?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/SIGNATURE (original)
+++ trunk/libmodule-signature-perl/SIGNATURE Wed Apr  7 15:37:42 2010
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.62.
+signed via the Module::Signature module, version 0.63.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -16,10 +16,10 @@
 
 SHA1 0b722678d07c66ef6992f2cc2c9e9acf3bef0ecb AUDREY2006.pub
 SHA1 1e2b550757ebdf3ef2c0e8d1d06bcbb9c6b62a6f AUTHORS
-SHA1 c715cb909050d9aecb14c26cbacaa113c33d2ce1 Changes
+SHA1 493194be469112a14a0c5025cb94f95aa01d23ba Changes
 SHA1 2758c5d6b419c1fb0e06b2752bb871635c426392 MANIFEST
 SHA1 1425cfbd23a07690df13aeefc1265c5aa2ba2a1f META.yml
-SHA1 a147c655a30fe3fd8c7b9fc2b37b74730b9c90c8 Makefile.PL
+SHA1 f5ba5b25974644e5bc592b123e3bba819921ac8b Makefile.PL
 SHA1 37e858c51409a297ef5d3fb35dc57cd3b57f9a4d PAUSE2003.pub
 SHA1 202874d66a5c5b3ea08b1c629159f613b684222c README
 SHA1 e5fb92ac217988bfc7a6af739b0459627020a27e inc/Module/AutoInstall.pm
@@ -36,14 +36,14 @@
 SHA1 3406c9015148c75406903e7382f8182613b5022a inc/Module/Install/Scripts.pm
 SHA1 f7ee667e878bd2faf22ee9358a7b5a2cc8e91ba4 inc/Module/Install/Win32.pm
 SHA1 8ed29d6cf217e0977469575d788599cbfb53a5ca inc/Module/Install/WriteAll.pm
-SHA1 093eb73384b2ec99858a519167e7f9da1da73c04 lib/Module/Signature.pm
+SHA1 aebd3ca3bf3db5e0f12d8ad33f6fd67645b4efd7 lib/Module/Signature.pm
 SHA1 0882c50213a28b7a30fc91fd58c19015f33348d0 script/cpansign
 SHA1 3ec6171779122b0bdc69937c283be11b2a15dd89 t/0-signature.t
 SHA1 307a744384e704d94031df73233f24174b843bc8 t/1-basic.t
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkupMEcACgkQdC8qQo5jWl47twCfQui5LjmiBVIhThkp6rhZMPlh
-5JoAn1ivGewpA0gD9JCsDwmP8D5lEwD9
-=rXUo
+iEUEARECAAYFAkuuw1UACgkQdC8qQo5jWl7IwwCXeVWcuCuLTYhrPA2W+sndU1b9
+bACaA7/PsqX6nsGPROq/j1h+uacuPpc=
+=XRUu
 -----END PGP SIGNATURE-----

Modified: trunk/libmodule-signature-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/changelog?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/changelog (original)
+++ trunk/libmodule-signature-perl/debian/changelog Wed Apr  7 15:37:42 2010
@@ -1,5 +1,11 @@
-libmodule-signature-perl (0.62-1) UNRELEASED; urgency=low
+libmodule-signature-perl (0.63-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
+  * New upstream release
+  * No longer needs --with quilt
+  * Update copyright information
+
+  [ Krzysztof Krzyżaniak (eloy) ]
   * New upstream release
   * debian/control: update Standards-Version to 3.8.4 without any changes
   * debian/copyright: update dates
@@ -7,7 +13,7 @@
   * debian/README.source removed since new package type
   * debian/patches: removed, fixed upstream
 
- -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 25 Mar 2010 17:15:53 +0100
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 07 Apr 2010 12:12:03 -0400
 
 libmodule-signature-perl (0.61-1) unstable; urgency=low
 

Modified: trunk/libmodule-signature-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/control?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/control (original)
+++ trunk/libmodule-signature-perl/debian/control Wed Apr  7 15:37:42 2010
@@ -1,7 +1,7 @@
 Source: libmodule-signature-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl, gnupg, perl (>= 5.10) | libdigest-sha-perl,
  libpar-dist-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libmodule-signature-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/copyright?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/copyright (original)
+++ trunk/libmodule-signature-perl/debian/copyright Wed Apr  7 15:37:42 2010
@@ -11,13 +11,13 @@
  as CC0
 
 Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
  2006-2008, gregor herrmann <gregoa at debian.org>
  2006,2010, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
  2003-2005, Chip Salzenberg <chip at debian.org>
@@ -40,159 +40,130 @@
  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").
+ 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.
+ 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.
+ 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. 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;
+    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. moral rights retained by the original author(s)
-        and/or performer(s);
+ 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 
  .
-        3. publicity and privacy rights pertaining to a
-        person's image or likeness depicted in a 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.
  .
-        4. rights protecting against unfair competition in
-        regards to a Work, subject to the limitations in
-        paragraph 4(a), below;
+ 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
  .
-        5. rights protecting the extraction, dissemination, use
-        and reuse of data in a 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
  .
-        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
+          (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.
  .
-        7. other similar, equivalent or corresponding rights
-        throughout the world based on applicable law or treaty,
-        and any national implementations thereof.
+ 4. Limitations and Disclaimers.
  .
-    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.
-
+    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.

Modified: trunk/libmodule-signature-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/rules?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/rules (original)
+++ trunk/libmodule-signature-perl/debian/rules Wed Apr  7 15:37:42 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@

Modified: trunk/libmodule-signature-perl/lib/Module/Signature.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/lib/Module/Signature.pm?rev=55626&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/lib/Module/Signature.pm (original)
+++ trunk/libmodule-signature-perl/lib/Module/Signature.pm Wed Apr  7 15:37:42 2010
@@ -1,5 +1,5 @@
 package Module::Signature;
-$Module::Signature::VERSION = '0.62';
+$Module::Signature::VERSION = '0.63';
 
 use 5.005;
 use strict;




More information about the Pkg-perl-cvs-commits mailing list