[SCM] Debian packaging of Regexp-Debugger CPAN distribution branch, master, updated. debian/0.001005-2

Salvatore Bonaccorso carnil at debian.org
Tue Jul 31 21:43:10 UTC 2012


The following commit has been merged in the master branch:
commit 4ba1dc58cc258e39aff55f8045bc1efe6cff3e4a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Jul 31 23:30:17 2012 +0200

    Add use-usr-bin-perl-shebang.patch patch
    
    Use #!/usr/bin/perl shebang in rxrx script to be compliant to '5.1
    Script Magic' in the Perl policy.

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..76f24e4
--- /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: 2012-07-31
+
+--- a/bin/rxrx
++++ b/bin/rxrx
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env perl
++#! /usr/bin/perl
+ use Regexp::Debugger;
+ Regexp::Debugger::rxrx(@ARGV);
+ 

-- 
Debian packaging of Regexp-Debugger CPAN distribution



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