r40709 - in /trunk/libclass-methodmaker-perl/debian: changelog patches/constants-whatis.patch patches/constants_whatis.patch patches/series patches/signature.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 25 04:10:37 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 25 04:10:30 2009
New Revision: 40709

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40709
Log:
Added a patch to skip signature checks unconditionally (Closes: #538113)

Added:
    trunk/libclass-methodmaker-perl/debian/patches/constants-whatis.patch
      - copied, changed from r40708, trunk/libclass-methodmaker-perl/debian/patches/constants_whatis.patch
    trunk/libclass-methodmaker-perl/debian/patches/signature.patch
Removed:
    trunk/libclass-methodmaker-perl/debian/patches/constants_whatis.patch
Modified:
    trunk/libclass-methodmaker-perl/debian/changelog
    trunk/libclass-methodmaker-perl/debian/patches/series

Modified: trunk/libclass-methodmaker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/changelog?rev=40709&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/changelog (original)
+++ trunk/libclass-methodmaker-perl/debian/changelog Sat Jul 25 04:10:30 2009
@@ -5,6 +5,7 @@
   * Updated control description
   * Added myself to uploaders and copyright
   * Cleaned up copyright
+  * Added a patch to skip signature checks unconditionally (Closes: #538113)
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Copied: trunk/libclass-methodmaker-perl/debian/patches/constants-whatis.patch (from r40708, trunk/libclass-methodmaker-perl/debian/patches/constants_whatis.patch)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/patches/constants-whatis.patch?rev=40709&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/patches/constants_whatis.patch (original)
+++ trunk/libclass-methodmaker-perl/debian/patches/constants-whatis.patch Sat Jul 25 04:10:30 2009
@@ -1,5 +1,8 @@
+Description: Add whatis entry to POD/manpage
+Origin: vendor
+Forwarded: not-needed
 Author: gregor herrmann <gregoa at debian.org>
-Description: add whatis entry to POD/manpage
+Reviewed-by: Jonathan Yu <frequency at cpan.org>
 --- a/lib/Class/MethodMaker/Constants.pm
 +++ b/lib/Class/MethodMaker/Constants.pm
 @@ -4,7 +4,7 @@

Modified: trunk/libclass-methodmaker-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/patches/series?rev=40709&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/patches/series (original)
+++ trunk/libclass-methodmaker-perl/debian/patches/series Sat Jul 25 04:10:30 2009
@@ -1,1 +1,2 @@
-constants_whatis.patch
+signature.patch
+constants-whatis.patch

Added: trunk/libclass-methodmaker-perl/debian/patches/signature.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/patches/signature.patch?rev=40709&op=file
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/patches/signature.patch (added)
+++ trunk/libclass-methodmaker-perl/debian/patches/signature.patch Sat Jul 25 04:10:30 2009
@@ -1,0 +1,21 @@
+Description: Skip signature test unconditionally
+ For some reason, despite having an Internet connection and downloading
+ the signature, the test still fails. We have no other choice but to
+ disable it completely. Otherwise, it breaks builds where Module::Signature
+ is present.
+Origin: vendor
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538113
+Forwarded: no
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/t/0-signature.t
++++ b/t/0-signature.t
+@@ -2,6 +2,9 @@
+ use strict;
+ print "1..1\n";
+ 
++print "ok 1 # skip\n";
++exit;
++
+ if ( ! eval { require Module::Signature; 1 } ) {
+   print("ok 1 # skip ",
+         "Next time around, consider install Module::Signature, ",




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