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
|
Description: Adjust perl shebangs to comply with Debian policy
Author: Bill Blough <devel@blough.us>
Forwarded: not-needed
Last-Update: 2018-01-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Misc/maemo2pwsafe.pl
+++ b/Misc/maemo2pwsafe.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Quick hack to convert text files exported by maemo pwsafe clone
# to something that PasswordSafe can import as text.
--- a/Misc/make-latest-xml.pl
+++ b/Misc/make-latest-xml.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2022 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
--- a/Misc/mkversion.pl
+++ b/Misc/mkversion.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2022 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
--- a/Misc/passwordsafe-db-remapper.pl
+++ b/Misc/passwordsafe-db-remapper.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# passwordsafe-db-remapper v1.0.0
#
--- a/Misc/rc2cpp.pl
+++ b/Misc/rc2cpp.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2022 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
--- a/Misc/unicode2keysym.pl
+++ b/Misc/unicode2keysym.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2022 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
|