[libapp-nopaste-perl] 01/02: Add use-usr-bin-perl-shebang.patch patch

Salvatore Bonaccorso carnil at debian.org
Tue Sep 24 04:54:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libapp-nopaste-perl.

commit 15f91f37f4c0cfe375ab84ad46f4cd9f6ed80fae
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Sep 24 06:50:01 2013 +0200

    Add use-usr-bin-perl-shebang.patch patch
    
    Use #!/usr/bin/perl shebang in nopaste instead of #!/usr/bin/env perl.
---
 debian/patches/series                         |    1 +
 debian/patches/use-usr-bin-perl-shebang.patch |   14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2e9783b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-usr-bin-perl-shebang.patch
diff --git a/debian/patches/use-usr-bin-perl-shebang.patch b/debian/patches/use-usr-bin-perl-shebang.patch
new file mode 100644
index 0000000..fcb882e
--- /dev/null
+++ b/debian/patches/use-usr-bin-perl-shebang.patch
@@ -0,0 +1,14 @@
+Description: Use #!/usr/bin/perl shebang
+Origin: vendor
+Forwarded: not-needed
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2013-09-24
+
+--- a/bin/nopaste
++++ b/bin/nopaste
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ use strict;
+ use warnings;
+ use App::Nopaste::Command;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapp-nopaste-perl.git



More information about the Pkg-perl-cvs-commits mailing list