Fix dillo-install-hyphenation to not use /usr/bin/env in shebang line
Axel Beckert
4 years ago
7 | 7 |
outside $PATH. (Closes: #919063)
|
8 | 8 |
* Symlink dillo-install-hyphenation.1.gz to dillo.1.gz as dillo's man
|
9 | 9 |
page also explains what this helper script for end-users does.
|
|
10 |
* Fix dillo-install-hyphenation to not use /usr/bin/env in shebang line.
|
10 | 11 |
|
11 | 12 |
-- Axel Beckert <abe@debian.org> Wed, 16 Jan 2019 19:38:27 +0100
|
12 | 13 |
|
|
0 |
Description: Don't use /usr/bin/env in script shebang lines
|
|
1 |
Required by Debian Policy ยง10.4.
|
|
2 |
Author: Axel Beckert <abe@debian.org>
|
|
3 |
Forwarded: no
|
|
4 |
|
|
5 |
--- a/dillo-install-hyphenation
|
|
6 |
+++ b/dillo-install-hyphenation
|
|
7 |
@@ -1,4 +1,4 @@
|
|
8 |
-#!/usr/bin/env perl
|
|
9 |
+#!/usr/bin/perl
|
|
10 |
use POSIX;
|
|
11 |
use File::Basename;
|
|
12 |
use Net::FTP;
|
0 | 0 |
fix-OpenSSL-1.1-detection.patch
|
1 | 1 |
move-helper-tools-to-libexec.patch
|
|
2 |
fix-perl-shebang.patch
|