[xml/sgml-commit] r2124 - /packages/epubcheck/trunk/debian/patches/fixrelativepath.patch

malat at users.alioth.debian.org malat at users.alioth.debian.org
Tue Dec 18 13:40:41 UTC 2012


Author: malat
Date: Tue Dec 18 13:40:40 2012
New Revision: 2124

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2124
Log:
add missing patch

Added:
    packages/epubcheck/trunk/debian/patches/fixrelativepath.patch

Added: packages/epubcheck/trunk/debian/patches/fixrelativepath.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/patches/fixrelativepath.patch?rev=2124&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/patches/fixrelativepath.patch (added)
+++ packages/epubcheck/trunk/debian/patches/fixrelativepath.patch Tue Dec 18 13:40:40 2012
@@ -1,0 +1,15 @@
+Description: Fix relative path to jar file
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: not-needed
+
+--- epubcheck-1.2.orig/build.xml
++++ epubcheck-1.2/build.xml
+@@ -86,7 +86,7 @@
+ 			<manifest>
+ 				<attribute name="Manifest-Version" value="1.0"/>
+ 				<attribute name="Main-Class" value="com.adobe.epubcheck.tool.Checker"/>
+-				<attribute name="Class-Path" value="lib/jing.jar lib/saxon.jar"/>
++				<attribute name="Class-Path" value="/usr/share/java/jing.jar /usr/share/java/saxon.jar"/>
+ 			</manifest>
+ 		</jar>
+ 	</target>




More information about the debian-xml-sgml-commit mailing list