[libanyevent-feed-perl] 05/07: Add patch example-wrong-path-for-interpreter

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Mar 11 21:19:32 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libanyevent-feed-perl.

commit a164dd6bfd76c3da091d041d7b420dc770851b4a
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Mar 11 20:22:47 2016 +0000

    Add patch example-wrong-path-for-interpreter
---
 debian/patches/example-wrong-path-for-interpreter | 21 +++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/example-wrong-path-for-interpreter b/debian/patches/example-wrong-path-for-interpreter
new file mode 100644
index 0000000..2cfa348
--- /dev/null
+++ b/debian/patches/example-wrong-path-for-interpreter
@@ -0,0 +1,21 @@
+Description: Change Perl interpreter path to /usr/bin/perl
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Forwarded: no
+Last-Update: 2016-03-11
+---
+--- a/samples/gmail_unread_feed
++++ b/samples/gmail_unread_feed
+@@ -1,4 +1,4 @@
+-#!/opt/perl/bin/perl
++#!/usr/bin/perl
+ use strict;
+ use Encode;
+ use AnyEvent::Feed;
+--- a/samples/simple_reader
++++ b/samples/simple_reader
+@@ -1,4 +1,4 @@
+-#!/opt/perl/bin/perl
++#!/usr/bin/perl
+ use strict;
+ use Encode;
+ use AnyEvent::Feed;
diff --git a/debian/patches/series b/debian/patches/series
index b69e635..c883c47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 replace_digest-sha1_with_digest-sha
+example-wrong-path-for-interpreter

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



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