This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libalien-wxwidgets-perl.

commit 7a50a36b273f8cde2eb9c6ce61f86dcc5b3cefd5
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Apr 1 19:09:36 2014 +0200

    Patch Build.PL for supporting wxwidgets3*.
    
    `wx-config --version' only allowed 2* as an answer.
---
 debian/patches/series                  |  1 +
 debian/patches/wx-config-version.patch | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 5622f22..583352f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-spelling.patch
+wx-config-version.patch
diff --git a/debian/patches/wx-config-version.patch 
b/debian/patches/wx-config-version.patch
new file mode 100644
index 0000000..671b570
--- /dev/null
+++ b/debian/patches/wx-config-version.patch
@@ -0,0 +1,19 @@
+Description: adjust Build.PL to wxwidgets3.0
+ allow ^3 as an answer of `wx-config --version' for system wxwidgets
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=94367
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94367
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2014-04-01
+
+--- a/Build.PL
++++ b/Build.PL
+@@ -153,7 +153,7 @@
+     my $wx_config = My::Build::Base->awx_path_search( 'wx-config' );
+     if( $wx_config ) {
+         my $ans = `wx-config --version`;
+-        if( $ans =~ /^2\./ ) {
++        if( $ans =~ /^[23]\./ ) {
+             my $prefix = `wx-config --prefix`;
+             chomp foreach $ans, $prefix;
+             if( _check_installed_widgets_ok($ans, $prefix) ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libalien-wxwidgets-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to