[SCM] Debian packaging of libxml-xslt-perl branch, master, updated. 4a24f18a86d4992a3967f7154fcae1082af04b31

Xavier Guimard x.guimard at free.fr
Sun Mar 31 07:37:26 UTC 2013


The following commit has been merged in the master branch:
commit dc290e74d9a4a89e9981abf79dfb6a1029d000e2
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Mar 31 09:36:02 2013 +0200

    Add patch to change interpreter path

diff --git a/debian/patches/series b/debian/patches/series
index 05d64c9..e70d227 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 do-not-install-xslt-parser.patch
 pod-errors.patch
+wrong-path-for-interpreter.patch
diff --git a/debian/patches/wrong-path-for-interpreter.patch b/debian/patches/wrong-path-for-interpreter.patch
new file mode 100644
index 0000000..84a8273
--- /dev/null
+++ b/debian/patches/wrong-path-for-interpreter.patch
@@ -0,0 +1,13 @@
+Description: Adapt interpreter path
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: not-needed
+Last-Update: 2013-03-31
+
+--- a/xslt-parser
++++ b/xslt-parser
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ # $Id: xslt-parser,v 1.9 2001/03/01 05:22:45 hexmode Exp $
+ 

-- 
Debian packaging of libxml-xslt-perl



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