[libalien-wxwidgets-perl] 04/08: Drop wx-config-version.patch, applied upstream.

gregor herrmann gregoa at debian.org
Fri May 1 15:31:25 UTC 2015


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 2fbe454c0da053f932d3c357b1d084210ee9993b
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 1 17:16:22 2015 +0200

    Drop wx-config-version.patch, applied upstream.
---
 debian/patches/series                  |  1 -
 debian/patches/wx-config-version.patch | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 583352f..5622f22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix-pod-spelling.patch
-wx-config-version.patch
diff --git a/debian/patches/wx-config-version.patch b/debian/patches/wx-config-version.patch
deleted file mode 100644
index 671b570..0000000
--- a/debian/patches/wx-config-version.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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 <gregoa at 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



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