[jedit] 06/09: make "unpack-docbook-xsl" target a no-op
Tony Mancill
tmancill at moszumanska.debian.org
Fri Oct 9 04:47:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jedit.
commit fb0d982373509fd1078d661af8e7e29662f147c9
Author: tony mancill <tmancill at debian.org>
Date: Mon Oct 5 02:48:37 2015 +0000
make "unpack-docbook-xsl" target a no-op
---
debian/patches/05systemdocbook | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/patches/05systemdocbook b/debian/patches/05systemdocbook
index ee0a8f9..2755936 100644
--- a/debian/patches/05systemdocbook
+++ b/debian/patches/05systemdocbook
@@ -3,7 +3,19 @@ Author: Gabriele Giacone <1o5g4r8o at gmail.com>
--- a/build.xml
+++ b/build.xml
-@@ -644,7 +644,7 @@
+@@ -628,8 +628,9 @@
+
+ <target name="unpack-docbook-xsl"
+ depends="init,retrieve">
+- <unzip src="${lib.dir}/docbook/docbook-xsl-resources.zip"
+- dest="${build.dir}/docbook-xsl/"/>
++ <!-- make this target a no-op; note that retrieve is a no-op because ivy.done == true -->
++ <!-- <unzip src="${lib.dir}/docbook/docbook-xsl-resources.zip"
++ dest="${build.dir}/docbook-xsl/"/> -->
+ </target>
+
+ <presetdef name="dependset.build">
+@@ -644,7 +645,7 @@
<presetdef name="dependset.html">
<dependset.build>
@@ -12,7 +24,7 @@ Author: Gabriele Giacone <1o5g4r8o at gmail.com>
<srcfilelist files="doc/jedithtml.xsl"/>
</dependset.build>
</presetdef>
-@@ -652,16 +652,16 @@
+@@ -652,16 +653,16 @@
<presetdef name="xslt.doc">
<xslt>
<classpath>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git
More information about the pkg-java-commits
mailing list