~ubuntu-branches/ubuntu/trusty/padre/trusty

« back to all changes in this revision

Viewing changes to debian/patches/timeline-no-shebang.patch

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-02-18 15:55:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090218155500-puuiwalh3xps7e1p
Tags: 0.27.ds1-1
Initial Release. Closes: #492696 -- ITP

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Author: Damyan Ivanov <dmn@debian.org>
 
2
# Description: lintian is right that these either need to be installed
 
3
#  executable or the shebang removed. Since they are executed by
 
4
#  ORLite::Migrate as "perl migrate-$foo", the shebang is not actually needed.
 
5
# Upstream-Bug: http://padre.perlide.org/ticket/248
 
6
--- a/share/timeline/migrate-1.pl
 
7
+++ b/share/timeline/migrate-1.pl
 
8
@@ -1,5 +1,3 @@
 
9
-#!/usr/bin/perl
 
10
-
 
11
 use strict;
 
12
 use File::Spec ();
 
13
 use lib File::Spec->rel2abs(
 
14
--- a/share/timeline/migrate-2.pl
 
15
+++ b/share/timeline/migrate-2.pl
 
16
@@ -1,5 +1,3 @@
 
17
-#!/usr/bin/perl
 
18
-
 
19
 # This patch creates the plugin table.
 
20
 # In the initial implementation this stores the enabled/disabled
 
21
 # state of the plugin, the version, and the config structure for
 
22
--- a/share/timeline/migrate-3.pl
 
23
+++ b/share/timeline/migrate-3.pl
 
24
@@ -1,5 +1,3 @@
 
25
-#!/usr/bin/perl
 
26
-
 
27
 # This patch removes the old modules table.
 
28
 
 
29
 use strict;
 
30
--- a/share/timeline/migrate-4.pl
 
31
+++ b/share/timeline/migrate-4.pl
 
32
@@ -1,5 +1,3 @@
 
33
-#!/usr/bin/perl
 
34
-
 
35
 use strict;
 
36
 use File::Spec ();
 
37
 use lib File::Spec->rel2abs(
 
38
--- a/share/timeline/migrate-5.pl
 
39
+++ b/share/timeline/migrate-5.pl
 
40
@@ -1,5 +1,3 @@
 
41
-#!/usr/bin/perl
 
42
-
 
43
 use strict;
 
44
 use File::Spec ();
 
45
 use lib File::Spec->rel2abs(
 
46
--- a/share/timeline/migrate-6.pl
 
47
+++ b/share/timeline/migrate-6.pl
 
48
@@ -1,5 +1,3 @@
 
49
-#!/usr/bin/perl
 
50
-
 
51
 # Rebuild the config table as not null.
 
52
 
 
53
 use strict;