[liblog-report-perl] 02/04: Include patch to change shebang

Nuno Carvalho smash at cpan.org
Wed Oct 9 09:52:23 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository liblog-report-perl.

commit 683244fd156e6ca0c71cc2861ccda460bc56c4e8
Author: Nuno Carvalho <smash at cpan.org>
Date:   Tue Oct 8 19:34:50 2013 +0100

    Include patch to change shebang
---
 debian/changelog                 |    6 ++++++
 debian/patches/fix-shebang.patch |   14 ++++++++++++++
 debian/patches/series            |    1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d8e3021..a83c58e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblog-report-perl (0.997-1) UNRELEASED; urgency=low
+
+  * Add patch to change shebang line in xgettext-perl script.
+
+ -- Nuno Carvalho <smash at cpan.org>  Tue, 08 Oct 2013 17:22:30 +0100
+
 liblog-report-perl (0.993-1) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/patches/fix-shebang.patch b/debian/patches/fix-shebang.patch
new file mode 100644
index 0000000..6489ad9
--- /dev/null
+++ b/debian/patches/fix-shebang.patch
@@ -0,0 +1,14 @@
+Description: change shebang to #!/usr/bin/perl in order to comply with 
+ Debian Policy.
+Forwarded: not-needed
+Author: Nuno Carvalho <smash at cpan.org>
+Last-Update: 2013-10-09
+
+--- a/bin/xgettext-perl
++++ b/bin/xgettext-perl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # implements xgettext for Log::Report only, using Log::Report::Extract::PPI
+ # Options like GNU's xgettext
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9fdd53d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-shebang.patch

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



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