[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.32-128-g6491062

Damyan Ivanov dmn at debian.org
Mon Mar 30 21:46:13 UTC 2009


The following commit has been merged in the master branch:
commit 64910623eb5d1c2b0ccd113a66e3aa638be6d4bd
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Mar 31 00:46:06 2009 +0300

    refresh lower-wx-requirement-to-2.8.7.patch again

diff --git a/debian/patches/lower-wx-requirement-to-2.8.7.patch b/debian/patches/lower-wx-requirement-to-2.8.7.patch
index 465f057..3686fe1 100644
--- a/debian/patches/lower-wx-requirement-to-2.8.7.patch
+++ b/debian/patches/lower-wx-requirement-to-2.8.7.patch
@@ -17,7 +17,7 @@
 +++ b/inc/Module/Install/PRIVATE/Padre.pm
 @@ -63,8 +63,8 @@ sub check_wx_version {
  	$widgets_human =~ s/^(\d\.\d\d\d)(\d\d\d)$/$1.$2/;
- 	$widgets_human =~ s/0//g;
+ 	$widgets_human =~ s/\.0*/./g;
  	print "Found wxWidgets $widgets_human\n";
 -	unless ( $widgets >= 2.008008 ) {
 -		nono("Padre needs at least version 2.8.8 of wxWidgets. You have wxWidgets $widgets_human");

-- 
Packaging of padre perl editor



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