CVS commons-io/debian
Trygve Laugst??l
trygvis-guest at haydn.debian.org
Fri Sep 23 13:01:40 UTC 2005
Update of /cvsroot/pkg-java/commons-io/debian
In directory haydn:/tmp/cvs-serv19335/commons-io/debian
Modified Files:
changelog control rules
Log Message:
o Cleaning up after some comments from Arnaud.
--- /cvsroot/pkg-java/commons-io/debian/changelog 2005/09/19 22:20:17 1.1
+++ /cvsroot/pkg-java/commons-io/debian/changelog 2005/09/23 13:01:39 1.2
@@ -1,6 +1,5 @@
commons-io (1.0-1) unstable; urgency=low
- * Non-maintainer upload.
* Initial Release (closes: #321475).
-- Trygve Laugstøl <trygvis at inamo.no> Tue, 2 Aug 2005 07:12:24 +0200
--- /cvsroot/pkg-java/commons-io/debian/control 2005/09/20 15:57:50 1.5
+++ /cvsroot/pkg-java/commons-io/debian/control 2005/09/23 13:01:39 1.6
@@ -3,12 +3,12 @@
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: ant (>= 1.6.5), classpath (>= 2:0.17), debhelper (>> 4.0.0), dpatch (>= 2.0.15), gjdoc (>= 0.7.5), junit (>= 3.8.1), kaffe (>= 2:1.1.5), libgcj6 (>= 4.0.1)
+Build-Depends-Indep: ant (>= 1.6.5), classpath (>= 2:0.17), debhelper (>> 4.0.0), dpatch (>= 2.0.15), junit (>= 3.8.1), kaffe (>= 2:1.1.5), libgcj6 (>= 4.0.1)
Standards-Version: 3.6.2
Package: libcommons-io-java
Architecture: all
-Depends: kaffe (>> 2:1.1.5-3) | java2-runtime
+Depends: kaffe (>= 2:1.1.5) | java1-runtime | java2-runtime
Description: Common useful IO related classes
Commons-IO contains utility classes, stream implementations, file filters and
endian classes.
--- /cvsroot/pkg-java/commons-io/debian/rules 2005/09/20 02:10:26 1.5
+++ /cvsroot/pkg-java/commons-io/debian/rules 2005/09/23 13:01:39 1.6
@@ -33,9 +33,6 @@
dh_clean -k
dh_installdirs
mkdir -p target/lib
- cp /usr/share/java/ant-1.6.jar target/lib/ant-1.5.jar
- 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
# The javadoc goal will implicitly call the jar goal
$(ANT) javadoc
More information about the pkg-java-commits
mailing list