[liblingua-en-fathom-perl] 03/04: add patch fixing perl interpreter path in examples

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jan 27 09:42:28 UTC 2014


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

dmn pushed a commit to branch master
in repository liblingua-en-fathom-perl.

commit 55c0ebffbb5e7fdeaa37b3ff3d42b0fb9e6e33e4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jan 27 09:36:48 2014 +0000

    add patch fixing perl interpreter path in examples
---
 debian/patches/interpreter-path.patch | 20 ++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/interpreter-path.patch b/debian/patches/interpreter-path.patch
new file mode 100644
index 0000000..06623ee
--- /dev/null
+++ b/debian/patches/interpreter-path.patch
@@ -0,0 +1,20 @@
+Description: /usr/local/bin/perl -> /usr/bin/perl in examples
+Forwarded: not-needed
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/examples/demo.pl
++++ b/examples/demo.pl
+@@ -1,4 +1,4 @@
+-#! /usr/local/bin/perl
++#! /usr/bin/perl
+ # Demo script for Lingua::EN::Fathom.pm
+ 
+ 
+--- a/examples/demo_recurse.pl
++++ b/examples/demo_recurse.pl
+@@ -1,4 +1,4 @@
+-#! /usr/local/bin/perl
++#! /usr/bin/perl
+ # demo_recurse.pl script for usew with Lingua::EN::Fathom.pm
+ 
+ use Lingua::EN::Fathom;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..36d92bc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+interpreter-path.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-en-fathom-perl.git



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