[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.25-82-g94124f9

Damyan Ivanov dmn at debian.org
Fri Feb 13 13:15:04 UTC 2009


The following commit has been merged in the master branch:
commit 94124f937114f90821d0e796080df5161218754e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Feb 13 15:13:45 2009 +0200

    remove shebang lines from share/timeline/*
    
    implemented as timeline-no-shebang.patch. Lintian is right shebang is
    not needed as these aren't installed executable, but sourced with
    "perl $script"

diff --git a/debian/patches/series b/debian/patches/series
index 3b6c6cc..405c386 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+timeline-no-shebang.patch
 manpage-whatis.patch
 lower-wx-requirement-to-2.8.7.patch
diff --git a/debian/patches/timeline-no-shebang.patch b/debian/patches/timeline-no-shebang.patch
new file mode 100644
index 0000000..5530d10
--- /dev/null
+++ b/debian/patches/timeline-no-shebang.patch
@@ -0,0 +1,53 @@
+# Author: Damyan Ivanov <dmn at debian.org>
+# Description: lintian is right that these either need to be installed
+#  executable or the shebang removed. Since they are executed by
+#  ORLite::Migrate as "perl migrate-$foo", the shebang is not actually needed.
+# Upstream-Bug: http://padre.perlide.org/ticket/248
+--- a/share/timeline/migrate-1.pl
++++ b/share/timeline/migrate-1.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ use strict;
+ use File::Spec ();
+ use lib File::Spec->rel2abs(
+--- a/share/timeline/migrate-2.pl
++++ b/share/timeline/migrate-2.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ # This patch creates the plugin table.
+ # In the initial implementation this stores the enabled/disabled
+ # state of the plugin, the version, and the config structure for
+--- a/share/timeline/migrate-3.pl
++++ b/share/timeline/migrate-3.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ # This patch removes the old modules table.
+ 
+ use strict;
+--- a/share/timeline/migrate-4.pl
++++ b/share/timeline/migrate-4.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ use strict;
+ use File::Spec ();
+ use lib File::Spec->rel2abs(
+--- a/share/timeline/migrate-5.pl
++++ b/share/timeline/migrate-5.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ use strict;
+ use File::Spec ();
+ use lib File::Spec->rel2abs(
+--- a/share/timeline/migrate-6.pl
++++ b/share/timeline/migrate-6.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ # Rebuild the config table as not null.
+ 
+ use strict;

-- 
Packaging of padre perl editor



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