[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.27.ds1-120-g796a70d

Damyan Ivanov dmn at debian.org
Fri Mar 6 22:41:25 UTC 2009


The following commit has been merged in the master branch:
commit 4ef61445da9ea1b8f03126166538ad915bd3c058
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Mar 6 22:45:31 2009 +0200

    remove timeline-no-shebang.patch -- applied upstream

diff --git a/debian/patches/series b/debian/patches/series
index 405c386..3b6c6cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-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
deleted file mode 100644
index 5530d10..0000000
--- a/debian/patches/timeline-no-shebang.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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