r42725 - in /trunk/libswish-api-common-perl/debian/patches: 20swish-e_path.patch 40provide_VERSION.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 25 03:01:20 UTC 2009


Author: jawnsy-guest
Date: Tue Aug 25 03:00:36 2009
New Revision: 42725

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42725
Log:
Clean up patches: refresh the remainder, and add documentation in a header to 40provide_VERSION. Is the 40* patch still necessary? When was UNIVERSAL->VERSION introduced?

Modified:
    trunk/libswish-api-common-perl/debian/patches/20swish-e_path.patch
    trunk/libswish-api-common-perl/debian/patches/40provide_VERSION.patch

Modified: trunk/libswish-api-common-perl/debian/patches/20swish-e_path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswish-api-common-perl/debian/patches/20swish-e_path.patch?rev=42725&op=diff
==============================================================================
--- trunk/libswish-api-common-perl/debian/patches/20swish-e_path.patch (original)
+++ trunk/libswish-api-common-perl/debian/patches/20swish-e_path.patch Tue Aug 25 03:00:36 2009
@@ -3,9 +3,9 @@
 This should speed up looking for swish-e in the default case.
 --- a/lib/SWISH/API/Common.pm
 +++ b/lib/SWISH/API/Common.pm
-@@ -11,7 +11,7 @@ use warnings;
+@@ -11,7 +11,7 @@
  
- our $VERSION         = "0.03";
+ our $VERSION         = "0.04";
  our $SWISH_EXE       = "swish-e";
 -our @SWISH_EXE_PATHS = qw(/usr/local/bin);
 +our @SWISH_EXE_PATHS = qw(/usr/bin/ /usr/local/bin);

Modified: trunk/libswish-api-common-perl/debian/patches/40provide_VERSION.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswish-api-common-perl/debian/patches/40provide_VERSION.patch?rev=42725&op=diff
==============================================================================
--- trunk/libswish-api-common-perl/debian/patches/40provide_VERSION.patch (original)
+++ trunk/libswish-api-common-perl/debian/patches/40provide_VERSION.patch Tue Aug 25 03:00:36 2009
@@ -1,16 +1,15 @@
-Index: libswish-api-common-perl/lib/SWISH/API/Common.pm
-===================================================================
---- libswish-api-common-perl.orig/lib/SWISH/API/Common.pm	2008-07-08 22:39:36.000000000 +0200
-+++ libswish-api-common-perl/lib/SWISH/API/Common.pm	2008-07-08 22:41:03.000000000 +0200
-@@ -22,6 +22,13 @@
+Description: work around SWISH namespaces wreckage
+ The absence of a working &VERSION causes problems with ExtUtils::MakeMaker
+Origin: vendor
+Author: Frank Lichtenheld <djpig at debian.org>
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422609
+Forwarded: no
+--- a/lib/SWISH/API/Common.pm
++++ b/lib/SWISH/API/Common.pm
+@@ -22,6 +22,8 @@
  use Sysadm::Install qw(:all);
  use File::Temp qw(tempfile);
  
-+# work around SWISH namespaces wreckage
-+# the absence of a working &VERSION
-+# causes problems with ExtUtils::MakeMaker
-+# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422609
-+# for more info
 +sub VERSION { return $VERSION; }
 +
  ###########################################




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