-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tag 331649 + patch stop
Here is a patch to close the ant transition bug. Daniel, If you want, I can upload the package and move the maintainer to pkg-java-maintainers (and of course put you as the first uploader). Cheers, - -- .''`. : :' :rnaud `. `' `- Java Trap: http://www.gnu.org/philosophy/java-trap.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDSslT4vzFZu62tMIRAofMAJ4nr+HfLj0WiCSSBvqRztADL9Vv4ACguqoV NFZPK05l2ZzSSk/4oX8kcak= =X0do -----END PGP SIGNATURE-----
diff -ru debian.orig/changelog debian/changelog --- debian.orig/changelog 2005-10-10 21:38:17.000000000 +0200 +++ debian/changelog 2005-10-10 22:01:36.000000000 +0200 @@ -1,3 +1,9 @@ +nice (0.9.10-2) unstable; urgency=low + + * ant transition (closes: #331649). + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Mon, 10 Oct 2005 22:01:36 +0200 + nice (0.9.10-1) unstable; urgency=low * New upstream version. Version 0.9.9-1 was not uploaded to the Debian diff -ru debian.orig/control debian/control --- debian.orig/control 2005-10-10 21:38:17.000000000 +0200 +++ debian/control 2005-10-10 22:00:21.000000000 +0200 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Daniel Bonniot <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 3.0.0), jikes-classpath (>= 1:1.18), kaffe (>= 2:1.1.4.RC1), javacc, groff, libant1.6-java +Build-Depends-Indep: debhelper (>> 3.0.0), jikes-classpath (>= 1:1.18), kaffe (>= 2:1.1.4.RC1), javacc, groff, ant Standards-Version: 3.6.1 Package: nice diff -ru debian.orig/rules debian/rules --- debian.orig/rules 2005-10-10 21:38:17.000000000 +0200 +++ debian/rules 2005-10-10 22:01:05.000000000 +0200 @@ -23,7 +23,7 @@ # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. - $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe -noclassgc -Dnice.raw-traces=true -Xmx199m -Xss1m" javac="jikes-classpath -nowarn" NICE_ANTJAR=/usr/share/java/ant-1.6.jar + $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe -noclassgc -Dnice.raw-traces=true -Xmx199m -Xss1m" javac="jikes-classpath -nowarn" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1