[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.27.ds1-120-g796a70d

Damyan Ivanov dmn at debian.org
Fri Mar 6 22:41:26 UTC 2009


The following commit has been merged in the master branch:
commit 2dfaffcd4b558c9c2ee9e97d28fd41e955a25c88
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Mar 7 00:26:25 2009 +0200

    stole fix-config-error-exit-code.patch from upstream
    
    signalling errors at configure time helps sanity

diff --git a/debian/patches/fix-config-error-exit-code.patch b/debian/patches/fix-config-error-exit-code.patch
new file mode 100644
index 0000000..877c2d1
--- /dev/null
+++ b/debian/patches/fix-config-error-exit-code.patch
@@ -0,0 +1,25 @@
+# make nono() exit with non-zero code
+# this helps invoker of Makefile.PL to notice there was something wrong
+# stolen from upstream SVN r3188
+--- a/privinc/Module/Install/PRIVATE/Padre.pm
++++ b/privinc/Module/Install/PRIVATE/Padre.pm
+@@ -89,7 +89,7 @@ sub check_wx_version {
+ sub nono {
+ 	my $msg = shift;
+ 	print STDERR "$msg\n";
+-	exit(0);
++	exit(1);
+ }
+ 
+ sub make_exe {
+--- a/inc/Module/Install/PRIVATE/Padre.pm
++++ b/inc/Module/Install/PRIVATE/Padre.pm
+@@ -90,7 +90,7 @@ sub check_wx_version {
+ sub nono {
+ 	my $msg = shift;
+ 	print STDERR "$msg\n";
+-	exit(0);
++	exit(1);
+ }
+ 
+ sub make_exe {
diff --git a/debian/patches/series b/debian/patches/series
index ef21eb7..a872934 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-config-error-exit-code.patch
 lower-wx-requirement-to-2.8.7.patch

-- 
Packaging of padre perl editor



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