r47526 - in /trunk/libmodule-signature-perl/debian: NEWS changelog patches/keyserver.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Nov 20 23:47:57 UTC 2009


Author: jawnsy-guest
Date: Fri Nov 20 23:47:52 2009
New Revision: 47526

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47526
Log:
dch -r again

Modified:
    trunk/libmodule-signature-perl/debian/NEWS
    trunk/libmodule-signature-perl/debian/changelog
    trunk/libmodule-signature-perl/debian/patches/keyserver.patch

Modified: trunk/libmodule-signature-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/NEWS?rev=47526&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/NEWS (original)
+++ trunk/libmodule-signature-perl/debian/NEWS Fri Nov 20 23:47:52 2009
@@ -1,4 +1,4 @@
-libmodule-signature-perl (0.60-1) UNRELEASED; urgency=low
+libmodule-signature-perl (0.61-1) unstable; urgency=low
 
   NOTE: in this version, the upstream licensing has changed from
   "same as Perl" (dual license of Artistic License + GNU General
@@ -6,4 +6,4 @@
 
   This new license is a permissive "public domain" alike license.  
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 16 Nov 2009 20:15:49 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 20 Nov 2009 15:28:09 -0500

Modified: trunk/libmodule-signature-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/changelog?rev=47526&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/changelog (original)
+++ trunk/libmodule-signature-perl/debian/changelog Fri Nov 20 23:47:52 2009
@@ -1,4 +1,4 @@
-libmodule-signature-perl (0.61-1) UNRELEASED; urgency=low
+libmodule-signature-perl (0.61-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
@@ -20,7 +20,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 16 Nov 2009 20:22:32 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 20 Nov 2009 15:28:27 -0500
 
 libmodule-signature-perl (0.55-2) unstable; urgency=low
 

Modified: trunk/libmodule-signature-perl/debian/patches/keyserver.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-signature-perl/debian/patches/keyserver.patch?rev=47526&op=diff
==============================================================================
--- trunk/libmodule-signature-perl/debian/patches/keyserver.patch (original)
+++ trunk/libmodule-signature-perl/debian/patches/keyserver.patch Fri Nov 20 23:47:52 2009
@@ -4,7 +4,7 @@
 Forwarded: no
 --- a/t/0-signature.t
 +++ b/t/0-signature.t
-@@ -18,7 +18,7 @@ elsif ( !-e 'SIGNATURE' ) {
+@@ -18,7 +18,7 @@
  elsif ( -s 'SIGNATURE' == 0 ) {
      plan skip_all => "SIGNATURE file empty";
  }
@@ -15,7 +15,7 @@
  }
 --- a/lib/Module/Signature.pm
 +++ b/lib/Module/Signature.pm
-@@ -29,7 +29,7 @@ use Exporter;
+@@ -29,7 +29,7 @@
  $SIGNATURE      = 'SIGNATURE';
  $Timeout        = $ENV{MODULE_SIGNATURE_TIMEOUT} || 3;
  $Verbose        = $ENV{MODULE_SIGNATURE_VERBOSE} || 0;
@@ -24,7 +24,7 @@
  $KeyServerPort  = $ENV{MODULE_SIGNATURE_KEYSERVERPORT} || '11371';
  $Cipher         = $ENV{MODULE_SIGNATURE_CIPHER} || 'SHA1';
  $Preamble       = << ".";
-@@ -826,7 +826,7 @@ You may add this code as F<t/0-signature
+@@ -828,7 +828,7 @@
                  "Next time around, consider install Module::Signature, ",
                  "so you can verify the integrity of this distribution.\n";
      }




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