r2090 - trunk/libcommons-validator-java/debian

Arnaud Vandyck avdyk at costa.debian.org
Tue Apr 25 19:24:26 UTC 2006


Author: avdyk
Date: 2006-04-25 19:24:25 +0000 (Tue, 25 Apr 2006)
New Revision: 2090

Modified:
   trunk/libcommons-validator-java/debian/changelog
   trunk/libcommons-validator-java/debian/rules
Log:
libcommons-validator-java (1:1.1.4-6) unstable; urgency=low

  * debian/rules:
    + removed call to dh_installcatalogs;
    + removed ant-launcher.jar from the classpath

Modified: trunk/libcommons-validator-java/debian/changelog
===================================================================
--- trunk/libcommons-validator-java/debian/changelog	2006-04-25 15:14:14 UTC (rev 2089)
+++ trunk/libcommons-validator-java/debian/changelog	2006-04-25 19:24:25 UTC (rev 2090)
@@ -1,3 +1,11 @@
+libcommons-validator-java (1:1.1.4-6) unstable; urgency=low
+
+  * debian/rules:
+    + removed call to dh_installcatalogs;
+    + removed ant-launcher.jar from the classpath
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Tue, 25 Apr 2006 21:23:31 +0200
+
 libcommons-validator-java (1:1.1.4-5) unstable; urgency=low
 
   * kaffe compiler transition 

Modified: trunk/libcommons-validator-java/debian/rules
===================================================================
--- trunk/libcommons-validator-java/debian/rules	2006-04-25 15:14:14 UTC (rev 2089)
+++ trunk/libcommons-validator-java/debian/rules	2006-04-25 19:24:25 UTC (rev 2090)
@@ -10,7 +10,7 @@
 
 JAVA_HOME_DIRS       := /usr/lib/kaffe
 ANT_HOME             := /usr/share/ant
-DEB_JARS             := junit commons-beanutils commons-collections commons-digester commons-logging oro $(ANT_HOME)/lib/ant-launcher.jar
+DEB_JARS             := junit commons-beanutils commons-collections commons-digester commons-logging oro
 DEB_ANT_BUILD_TARGET := dist
 
 DEB_INSTALL_DIRS_ALL := usr/share/java usr/share/sgml/apache/jakarta/validator
@@ -30,4 +30,3 @@
 	echo "dist/*.dtd usr/share/sgml/apache/jakarta/validator" >> debian/install
 	echo "usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar" > debian/links
 	echo "debian/commons-validator_1_0_1.cat /usr/share/sgml/apache/jakarta/validator/catalog" > debian/sgmlcatalogs
-	dh_installcatalogs




More information about the pkg-java-commits mailing list