Package: commons-io
Version: 1.4-3
In Ubuntu, we've applied the attached patch to achieve the following:
- debian/control: Set libcommons-io-java runtime dependency on
"default-jre-headless | java2-runtime-headless"
We thought you might be interested in doing the same.
diff -Nru commons-io-1.4/debian/control commons-io-1.4/debian/control
--- commons-io-1.4/debian/control 2010-05-03 19:43:47.000000000 +0200
+++ commons-io-1.4/debian/control 2010-07-17 01:44:13.000000000 +0200
@@ -12,7 +12,7 @@
Package: libcommons-io-java
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
Suggests: libcommons-io-java-doc
Description: Common useful IO related classes
Commons-IO contains utility classes, stream implementations, file filters and