[libbusiness-isbn-perl] 04/05: Create new patch
Nuno Carvalho
smash at cpan.org
Thu Oct 6 16:27:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a commit to branch master
in repository libbusiness-isbn-perl.
commit 7b84b9aa4ee8d211260b647e12ef076f08f0799d
Author: Nuno Carvalho <smash at cpan.org>
Date: Thu Oct 6 17:22:10 2016 +0100
Create new patch
---
debian/changelog | 1 +
debian/patches/01-update-interpreter-path.patch | 13 +++++++++++++
debian/patches/series | 1 +
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 263079b..8381cbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libbusiness-isbn-perl (3.003-1) UNRELEASED; urgency=medium
* debian/rules: simplify file, no longer required to skip tests.
* debian/tests/pkg-perl/smoke-skip: drop file, no longer required to skip
tests.
+ * Add patch to update example's perl interpreter path.
-- Nuno Carvalho <smash at cpan.org> Tue, 04 Oct 2016 15:25:16 +0100
diff --git a/debian/patches/01-update-interpreter-path.patch b/debian/patches/01-update-interpreter-path.patch
new file mode 100644
index 0000000..a95a708
--- /dev/null
+++ b/debian/patches/01-update-interpreter-path.patch
@@ -0,0 +1,13 @@
+Description: update script perl interpreter to full path
+Forwarded: not-needed
+Author: Nuno Carvalho <smash at cpan.org>
+Last-Update: 2016-10-06
+
+--- a/examples/private_group_code.pl
++++ b/examples/private_group_code.pl
+@@ -1,4 +1,4 @@
+-#!perl
++#!/usr/bin/perl
+ use v5.22;
+ use feature qw(refaliasing signatures postderef);
+ no warnings map { "experimental::$_" } qw(refaliasing signatures postderef);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..22ca1de
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-update-interpreter-path.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbusiness-isbn-perl.git
More information about the Pkg-perl-cvs-commits
mailing list