Dear maintainer, I've prepared an NMU for nice (versioned as 0.9.13-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer.
Regards. Niels Thykier
diff -u nice-0.9.13/debian/rules nice-0.9.13/debian/rules
--- nice-0.9.13/debian/rules
+++ nice-0.9.13/debian/rules
@@ -21,7 +21,7 @@
# Ask javac to produce optimized code, but no debugging info
# so that the package is smaller.
chmod a+x debian/jar
- $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar
+ $(MAKE) complete JAVAC_FLAGS="-O" java="java" javac="javac -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar
#/usr/bin/docbook-to-man debian/nice.sgml > nice.1
diff -u nice-0.9.13/debian/control nice-0.9.13/debian/control
--- nice-0.9.13/debian/control
+++ nice-0.9.13/debian/control
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Daniel Bonniot <[email protected]>
Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: jikes-classpath, kaffe (>= 2:1.1.8), javacc, groff, ant, zip, unzip
+Build-Depends-Indep: default-jdk, javacc, groff, ant, zip, unzip
Standards-Version: 3.7.3
Package: nice
Architecture: all
-Depends: kaffe | java-virtual-machine, kaffe | java1-runtime | java2-runtime
+Depends: default-jre-hadless | java1-runtime | java2-runtime
Suggests: emacsen, ant, gcj
Description: Extension of Java with parametric types, multi-methods, and more
Nice is a new object-oriented programming language.
diff -u nice-0.9.13/debian/changelog nice-0.9.13/debian/changelog
--- nice-0.9.13/debian/changelog
+++ nice-0.9.13/debian/changelog
@@ -1,3 +1,10 @@
+nice (0.9.13-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use default-{jdk,jre} instead of jikes and kaffe. (Closes: #529505)
+
+ -- Niels Thykier <[email protected]> Sat, 19 Sep 2009 20:44:28 +0200
+
nice (0.9.13-3) unstable; urgency=low
* Fix emacs mode for xemacs21 (closes: #454602).
signature.asc
Description: OpenPGP digital signature

