~ubuntu-branches/ubuntu/karmic/system-tools-backends/karmic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_correct_perl_command.patch

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-10-08 11:42:26 UTC
  • mfrom: (1.1.28 upstream) (1.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091008114226-zp9fxn7h4ky0qai0
Tags: 2.8.2-1
* New upstream release.
  - debian/patches/01_debian_4.0.patch,
  - debian/patches/04_correct_perl_command.patch:
    + Removed, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: system-tools-backends-2.6.0/SystemToolsBackends.pl.in
2
 
===================================================================
3
 
--- system-tools-backends-2.6.0.orig/SystemToolsBackends.pl.in  2008-03-09 14:21:45.000000000 +0100
4
 
+++ system-tools-backends-2.6.0/SystemToolsBackends.pl.in       2008-07-24 10:56:44.155104889 +0200
5
 
@@ -1,4 +1,4 @@
6
 
-#!/usr/bin/env perl
7
 
+#!/usr/bin/perl
8
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
9
 
 
10
 
 # Loader for the system tools backends.
11
 
Index: system-tools-backends-2.6.0/Utils/Backend.pm
12
 
===================================================================
13
 
--- system-tools-backends-2.6.0.orig/Utils/Backend.pm   2007-12-12 01:31:03.000000000 +0100
14
 
+++ system-tools-backends-2.6.0/Utils/Backend.pm        2008-07-24 10:56:44.155104889 +0200
15
 
@@ -1,4 +1,4 @@
16
 
-#!/usr/bin/env perl
17
 
+#!/usr/bin/perl
18
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
19
 
 
20
 
 # Common stuff for the ximian-setup-tools backends.
21
 
Index: system-tools-backends-2.6.0/Utils/File.pm
22
 
===================================================================
23
 
--- system-tools-backends-2.6.0.orig/Utils/File.pm      2008-03-09 14:21:45.000000000 +0100
24
 
+++ system-tools-backends-2.6.0/Utils/File.pm   2008-07-24 10:56:44.155104889 +0200
25
 
@@ -1,4 +1,4 @@
26
 
-#!/usr/bin/env perl
27
 
+#!/usr/bin/perl
28
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
29
 
 
30
 
 # Functions for file manipulation. Find, open, read, write, backup, etc.
31
 
Index: system-tools-backends-2.6.0/Utils/Parse.pm
32
 
===================================================================
33
 
--- system-tools-backends-2.6.0.orig/Utils/Parse.pm     2008-03-09 14:21:45.000000000 +0100
34
 
+++ system-tools-backends-2.6.0/Utils/Parse.pm  2008-07-24 10:56:44.155104889 +0200
35
 
@@ -1,4 +1,4 @@
36
 
-#!/usr/bin/env perl
37
 
+#!/usr/bin/perl
38
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
39
 
 
40
 
 # parse.pl: Common parsing stuff for the ximian-setup-tools backends.
41
 
Index: system-tools-backends-2.6.0/Utils/Platform.pm
42
 
===================================================================
43
 
--- system-tools-backends-2.6.0.orig/Utils/Platform.pm  2008-07-24 10:52:19.311513035 +0200
44
 
+++ system-tools-backends-2.6.0/Utils/Platform.pm       2008-07-24 10:56:44.155104889 +0200
45
 
@@ -1,4 +1,4 @@
46
 
-#!/usr/bin/env perl
47
 
+#!/usr/bin/perl
48
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
49
 
 
50
 
 # Determine the platform we're running on.
51
 
Index: system-tools-backends-2.6.0/Utils/Report.pm
52
 
===================================================================
53
 
--- system-tools-backends-2.6.0.orig/Utils/Report.pm    2007-12-12 01:31:03.000000000 +0100
54
 
+++ system-tools-backends-2.6.0/Utils/Report.pm 2008-07-24 10:56:44.159105677 +0200
55
 
@@ -1,4 +1,4 @@
56
 
-#!/usr/bin/env perl
57
 
+#!/usr/bin/perl
58
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
59
 
 
60
 
 # /* Functions for on-the-fly commentary on a tool's work. */
61
 
Index: system-tools-backends-2.6.0/Utils/Util.pm
62
 
===================================================================
63
 
--- system-tools-backends-2.6.0.orig/Utils/Util.pm      2007-10-09 00:18:53.000000000 +0200
64
 
+++ system-tools-backends-2.6.0/Utils/Util.pm   2008-07-24 10:56:44.159105677 +0200
65
 
@@ -1,4 +1,4 @@
66
 
-#!/usr/bin/env perl
67
 
+#!/usr/bin/perl
68
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
69
 
 
70
 
 # Utility functions.
71
 
Index: system-tools-backends-2.6.0/Utils/XML.pm
72
 
===================================================================
73
 
--- system-tools-backends-2.6.0.orig/Utils/XML.pm       2007-10-09 00:18:53.000000000 +0200
74
 
+++ system-tools-backends-2.6.0/Utils/XML.pm    2008-07-24 10:56:44.159105677 +0200
75
 
@@ -1,4 +1,4 @@
76
 
-#!/usr/bin/env perl
77
 
+#!/usr/bin/perl
78
 
 #-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
79
 
 
80
 
 # XML printing, scanning and parsing.