[xml/sgml-commit] r2047 - in /packages/herold/trunk/debian/patches: fixclasspath.patch series

malat at users.alioth.debian.org malat at users.alioth.debian.org
Wed Sep 19 14:49:55 UTC 2012


Author: malat
Date: Wed Sep 19 14:49:54 2012
New Revision: 2047

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2047
Log:
Fix classpath

Added:
    packages/herold/trunk/debian/patches/fixclasspath.patch
Modified:
    packages/herold/trunk/debian/patches/series

Added: packages/herold/trunk/debian/patches/fixclasspath.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/patches/fixclasspath.patch?rev=2047&op=file
==============================================================================
--- packages/herold/trunk/debian/patches/fixclasspath.patch (added)
+++ packages/herold/trunk/debian/patches/fixclasspath.patch Wed Sep 19 14:49:54 2012
@@ -1,0 +1,14 @@
+Description: User jar as provided by debian
+Author: Mathieu Malaterre <malat at debian.org>
+
+--- herold-6.0.1.orig/build.xml
++++ herold-6.0.1/build.xml
+@@ -27,7 +27,7 @@
+ 			<fileset dir="classes" />
+ 			<manifest>
+ 				<attribute name="Main-Class" value="org.dbdoclet.herold.Herold" />
+-				<attribute name="Class-Path" value="../conf/ commons-jxpath-1.3.jar groovy-all-1.6.5.jar antlr-runtime-3.2.jar" />
++				<attribute name="Class-Path" value="antlr3-runtime.jar xml-resolver.jar commons-jxpath.jar commons-codec.jar xmlgraphics-commons.jar" />
+ 				<attribute name="Created-By" value="Michael Fuchs" />
+ 			</manifest>
+ 		</jar>

Modified: packages/herold/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/patches/series?rev=2047&op=diff
==============================================================================
--- packages/herold/trunk/debian/patches/series (original)
+++ packages/herold/trunk/debian/patches/series Wed Sep 19 14:49:54 2012
@@ -1,1 +1,2 @@
 jarsdir.patch
+fixclasspath.patch




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