Codebase list dillo / 5653c64
Fix dillo-install-hyphenation to not use /usr/bin/env in shebang line Axel Beckert 5 years ago
3 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 outside $PATH. (Closes: #919063)
88 * Symlink dillo-install-hyphenation.1.gz to dillo.1.gz as dillo's man
99 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.
1011
1112 -- Axel Beckert <abe@debian.org> Wed, 16 Jan 2019 19:38:27 +0100
1213
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;
00 fix-OpenSSL-1.1-detection.patch
11 move-helper-tools-to-libexec.patch
2 fix-perl-shebang.patch