~ubuntu-branches/ubuntu/oneiric/padre/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/lower-wx-requirement-to-2.8.7.patch

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-04-28 16:21:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428162153-9p3ygfznr9xt08sn
Tags: 0.34-1
* New upstream release

* bump liborlite-perl (build-)dependency to 1.20
* bump liborlite-migrate-perl (build-)dependency to 0.03
* refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#  Buggy or not, that is what is available in Debian.
5
5
--- a/privinc/Module/Install/PRIVATE/Padre.pm
6
6
+++ b/privinc/Module/Install/PRIVATE/Padre.pm
7
 
@@ -89,7 +89,7 @@ sub check_wx_version {
 
7
@@ -113,7 +113,7 @@ sub check_wx_version {
8
8
 sub nono {
9
9
        my $msg = shift;
10
10
        print STDERR "$msg\n";
15
15
 sub make_exe {
16
16
--- a/inc/Module/Install/PRIVATE/Padre.pm
17
17
+++ b/inc/Module/Install/PRIVATE/Padre.pm
18
 
@@ -63,8 +63,8 @@ sub check_wx_version {
 
18
@@ -68,8 +68,8 @@ sub check_wx_version {
19
19
        $widgets_human =~ s/^(\d\.\d\d\d)(\d\d\d)$/$1.$2/;
20
20
        $widgets_human =~ s/\.0*/./g;
21
21
        print "Found wxWidgets $widgets_human\n";
25
25
+               nono("Padre needs at least version 2.8.7 of wxWidgets. You have wxWidgets $widgets_human");
26
26
        }
27
27
 
28
 
        # this part still needs the DISPLAY 
 
28