File: 0001-Fix-shebangs-in-t-scripts-for-Debian-autopkgtest.patch

package info (click to toggle)
libapp-info-perl 0.57-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 656 kB
  • ctags: 241
  • sloc: perl: 3,762; ansic: 4; makefile: 2
file content (125 lines) | stat: -rw-r--r-- 3,613 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
From a76a577a85c9290d78210b3fa97adc391173aa0b Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Sat, 6 Jun 2015 21:36:51 +0300
Subject: [PATCH] Fix shebangs in t/scripts/* for Debian autopkgtest

These are substituted during the build, but the Debian runtime
test system re-uses the test suite from an unbuilt source tree.

Forwarded: not-needed
---
 t/scripts/httpd       | 2 +-
 t/scripts/httpd2      | 2 +-
 t/scripts/iconv       | 2 +-
 t/scripts/myapxs      | 2 +-
 t/scripts/mycreatedb  | 2 +-
 t/scripts/myuuid      | 2 +-
 t/scripts/pg_config   | 2 +-
 t/scripts/postgres    | 2 +-
 t/scripts/sqlite3     | 2 +-
 t/scripts/uuid-config | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/t/scripts/httpd b/t/scripts/httpd
index 4a7c468..79a863f 100755
--- a/t/scripts/httpd
+++ b/t/scripts/httpd
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/httpd2 b/t/scripts/httpd2
index fe79f3c..5825177 100755
--- a/t/scripts/httpd2
+++ b/t/scripts/httpd2
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/iconv b/t/scripts/iconv
index 48bb54e..f4367c5 100755
--- a/t/scripts/iconv
+++ b/t/scripts/iconv
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/myapxs b/t/scripts/myapxs
index 1826987..287491b 100755
--- a/t/scripts/myapxs
+++ b/t/scripts/myapxs
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/mycreatedb b/t/scripts/mycreatedb
index 1d2027a..09e64e8 100755
--- a/t/scripts/mycreatedb
+++ b/t/scripts/mycreatedb
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/myuuid b/t/scripts/myuuid
index 1d2027a..09e64e8 100755
--- a/t/scripts/myuuid
+++ b/t/scripts/myuuid
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/pg_config b/t/scripts/pg_config
index aea1823..b91c400 100755
--- a/t/scripts/pg_config
+++ b/t/scripts/pg_config
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/postgres b/t/scripts/postgres
index 1d2027a..09e64e8 100755
--- a/t/scripts/postgres
+++ b/t/scripts/postgres
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/sqlite3 b/t/scripts/sqlite3
index fad1edb..46a7ac9 100755
--- a/t/scripts/sqlite3
+++ b/t/scripts/sqlite3
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
diff --git a/t/scripts/uuid-config b/t/scripts/uuid-config
index 2f816df..e2da750 100755
--- a/t/scripts/uuid-config
+++ b/t/scripts/uuid-config
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 eval 'exec /usr/local/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell
-- 
2.1.4