[libxml-saxon-xslt2-perl] 01/06: Add patch 1001 to add alternative path to Saxon-HE.
Jonas Smedegaard
dr at jones.dk
Tue Feb 16 15:49:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libxml-saxon-xslt2-perl.
commit 8ddcff57bc8a06e39bd87f02804175cfe6965429
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Feb 16 16:40:06 2016 +0100
Add patch 1001 to add alternative path to Saxon-HE.
---
debian/patches/1001_saxon-he.patch | 24 ++++++++++++++++++++++++
debian/patches/README | 3 +++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/patches/1001_saxon-he.patch b/debian/patches/1001_saxon-he.patch
new file mode 100644
index 0000000..d57772e
--- /dev/null
+++ b/debian/patches/1001_saxon-he.patch
@@ -0,0 +1,24 @@
+Description: Add alternative path to Saxon-HE
+Author: Eugene Zhukov <eugene at debian.org>
+Last-Update: 2016-02-16
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -52,6 +52,7 @@
+ unless (-e '/usr/share/java/saxon9he.jar'
+ or -e '/usr/local/share/java/saxon9he.jar'
+ or -e '/usr/share/java/saxonb.jar'
++ or -e '/usr/share/java/Saxon-HE.jar'
+ or -e '/usr/local/share/java/saxonb.jar'
+ or -e '/usr/local/share/java/classes/saxon9he.jar')
+ {
+--- a/lib/XML/Saxon/XSLT2.pm
++++ b/lib/XML/Saxon/XSLT2.pm
+@@ -23,6 +23,7 @@
+ /usr/share/java/saxonb.jar
+ /usr/local/share/java/saxonb.jar
+ /usr/local/share/java/classes/saxon9he.jar
++ /usr/share/java/Saxon-HE.jar
+ )) {
+ $classpath = $path if -e $path;
+ last if defined $classpath;
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..094e697
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_saxon-he.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-saxon-xslt2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list