CVS commons-io/debian

Trygve Laugst??l trygvis-guest at haydn.debian.org
Tue Sep 20 02:10:26 UTC 2005


Update of /cvsroot/pkg-java/commons-io/debian
In directory haydn:/tmp/cvs-serv30428/debian

Modified Files:
	ant.properties control rules 
Log Message:
o Correcting dependencies.

--- /cvsroot/pkg-java/commons-io/debian/ant.properties	2005/09/19 22:37:20	1.2
+++ /cvsroot/pkg-java/commons-io/debian/ant.properties	2005/09/20 02:10:26	1.3
@@ -1,2 +1,2 @@
 build.compiler=jikes
-javadocdir=target/javadocs
+javadocdir=target/javadoc
--- /cvsroot/pkg-java/commons-io/debian/control	2005/09/19 23:49:54	1.3
+++ /cvsroot/pkg-java/commons-io/debian/control	2005/09/20 02:10:26	1.4
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Trygve Laugstøl <trygvis at inamo.no>
-Build-Depends-Indep: debhelper (>> 4.0.0), junit (>= 3.8.1), dpatch, ant, kaffe (>> 2:1.1.5-3)
+Build-Depends-Indep: debhelper (>> 4.0.0), junit (>= 3.8.1), dpatch, ant, kaffe (>> 2:1.1.5-3), classpath (>> 2:0.17)
 Standards-Version: 3.6.2
 
 Package: libcommons-io-java
--- /cvsroot/pkg-java/commons-io/debian/rules	2005/09/20 00:06:05	1.4
+++ /cvsroot/pkg-java/commons-io/debian/rules	2005/09/20 02:10:26	1.5
@@ -37,7 +37,8 @@
 	cp /usr/share/java/junit-3.8.1.jar target/lib
 	cp /usr/share/java/ant-1.6.jar target/lib/ant-optional-1.5.jar
 	mkdir -p target/javadoc
-	$(ANT) javadoc # this depends on the jar goal
+	# The javadoc goal will implicitly call the jar goal
+	$(ANT) javadoc
 	install -m 644	target/*.jar debian/libcommons-io-java/usr/share/java
 
 



More information about the pkg-java-commits mailing list