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
|
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/
Index: passwordsafe/Misc/maemo2pwsafe.pl
===================================================================
--- passwordsafe.orig/Misc/maemo2pwsafe.pl 2025-04-03 21:20:59.396233463 -0400
+++ passwordsafe/Misc/maemo2pwsafe.pl 2025-04-03 21:20:59.388233373 -0400
@@ -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.
Index: passwordsafe/Misc/make-latest-xml.pl
===================================================================
--- passwordsafe.orig/Misc/make-latest-xml.pl 2025-04-03 21:20:59.396233463 -0400
+++ passwordsafe/Misc/make-latest-xml.pl 2025-04-03 21:20:59.388233373 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2025 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
Index: passwordsafe/Misc/mkversion.pl
===================================================================
--- passwordsafe.orig/Misc/mkversion.pl 2025-04-03 21:20:59.396233463 -0400
+++ passwordsafe/Misc/mkversion.pl 2025-04-03 21:20:59.388233373 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2025 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
Index: passwordsafe/Misc/passwordsafe-db-remapper.pl
===================================================================
--- passwordsafe.orig/Misc/passwordsafe-db-remapper.pl 2025-04-03 21:20:59.396233463 -0400
+++ passwordsafe/Misc/passwordsafe-db-remapper.pl 2025-04-03 21:20:59.388233373 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# passwordsafe-db-remapper v1.0.0
#
Index: passwordsafe/Misc/rc2cpp.pl
===================================================================
--- passwordsafe.orig/Misc/rc2cpp.pl 2025-04-03 21:20:59.396233463 -0400
+++ passwordsafe/Misc/rc2cpp.pl 2025-04-03 21:20:59.388233373 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2025 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
Index: passwordsafe/Misc/unicode2keysym.pl
===================================================================
--- passwordsafe.orig/Misc/unicode2keysym.pl 2025-04-03 21:20:59.396233463 -0400
+++ passwordsafe/Misc/unicode2keysym.pl 2025-04-03 21:20:59.388233373 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2003-2025 Rony Shapiro <ronys@pwsafe.org>.
# All rights reserved. Use of the code is allowed under the
|