[SCM] Packaging of padre perl editor branch, master, updated. debian/0.36-3-25-g0a0755a

Damyan Ivanov dmn at debian.org
Wed Aug 12 09:14:16 UTC 2009


The following commit has been merged in the master branch:
commit 800b700229749b06d5035458c172e0c0542ca35f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Aug 12 12:13:24 2009 +0300

    add fix-perl-interpreter-path.patch fixing the path to the perl interpreter in three examples (thanks lintian)

diff --git a/debian/changelog b/debian/changelog
index 708a6d0..2d884de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ padre (0.42-1) UNRELEASED; urgency=low
       - drop don't-require-new-file-path.patch (applied upstream)
       - drop fix-pod2man-errors.patch (upstream reworked that POD and it is OK
         now)
+  * add fix-perl-interpreter-path.patch fixing the path to the perl interpreter
+    in three examples (thanks lintian)
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Aug 2009 17:48:58 +0300
 
diff --git a/debian/patches/fix-perl-interpreter-path.patch b/debian/patches/fix-perl-interpreter-path.patch
new file mode 100644
index 0000000..95ec072
--- /dev/null
+++ b/debian/patches/fix-perl-interpreter-path.patch
@@ -0,0 +1,27 @@
+Author: Damyan Ivanov <dmn at debian.org>
+Description: fix the patch to perl interpreter in some examples
+Upstream-Status: committed (r7009)
+--- a/share/examples/wx/02_label.pl
++++ b/share/examples/wx/02_label.pl
+@@ -1,4 +1,4 @@
+-#!/use/bin/perl
++#!/usr/bin/perl
+ 
+ package main;
+ 
+--- a/share/examples/wx/03_button.pl
++++ b/share/examples/wx/03_button.pl
+@@ -1,4 +1,4 @@
+-#!/use/bin/perl
++#!/usr/bin/perl
+ 
+ package main;
+ 
+--- a/share/examples/wx/04_button_with_event.pl
++++ b/share/examples/wx/04_button_with_event.pl
+@@ -1,4 +1,4 @@
+-#!/use/bin/perl
++#!/usr/bin/perl
+ 
+ package main;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 42d24a2..f1e8a12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 #fix-config-error-exit-code.patch
 disable-tcp-server.patch
+fix-perl-interpreter-path.patch

-- 
Packaging of padre perl editor



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