[pkg-java] r9573 - trunk/libxalan2-java/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Tue Aug 4 13:01:51 UTC 2009
Author: ludovicc-guest
Date: 2009-08-04 13:01:50 +0000 (Tue, 04 Aug 2009)
New Revision: 9573
Modified:
trunk/libxalan2-java/debian/changelog
trunk/libxalan2-java/debian/rules
Log:
Remove JLex.jar from the source tarball and use the Debian
version for the build.
Modified: trunk/libxalan2-java/debian/changelog
===================================================================
--- trunk/libxalan2-java/debian/changelog 2009-08-04 12:53:19 UTC (rev 9572)
+++ trunk/libxalan2-java/debian/changelog 2009-08-04 13:01:50 UTC (rev 9573)
@@ -6,6 +6,8 @@
* Install serializer.jar in /usr/share/java as it was
done in 2.7.1-2
* Migrate the patch to quilt and update it
+ * Remove JLex.jar from the source tarball and use the Debian
+ version for the build.
-- Ludovic Claude <ludovic.claude at laposte.net> Mon, 13 Jul 2009 23:43:51 +0100
Modified: trunk/libxalan2-java/debian/rules
===================================================================
--- trunk/libxalan2-java/debian/rules 2009-08-04 12:53:19 UTC (rev 9572)
+++ trunk/libxalan2-java/debian/rules 2009-08-04 13:01:50 UTC (rev 9573)
@@ -16,7 +16,7 @@
endif
ANT_OPTS := -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
-DEB_JARS := xml-apis xercesImpl bsf bcel cup regexp stylebook
+DEB_JARS := xml-apis xercesImpl bsf bcel cup regexp stylebook JLex
DEB_ANT_CLEAN_TARGET := clean xsltc.clean
DEB_ANT_BUILD_TARGET := jar xsltc.unbundledjar javadocs docs
More information about the pkg-java-commits
mailing list