diff -u commons-pool-1.3/debian/control commons-pool-1.3/debian/control --- commons-pool-1.3/debian/control +++ commons-pool-1.3/debian/control @@ -1,16 +1,17 @@ Source: commons-pool -Maintainer: Debian Java Maintainers +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Arnaud Vandyck , Adam Heath , Marcus Better Section: libs Priority: optional Standards-Version: 3.7.2 Build-Depends: debhelper (>= 5.0.0), ant, ant-optional -Build-Depends-Indep: java-gcj-compat-dev, junit, classpath-doc +Build-Depends-Indep: default-jdk, junit, classpath-doc Package: libcommons-pool-java Architecture: all -Suggests: java-virtual-machine, classpath-doc -Depends: kaffe | java1-runtime | java2-runtime +Suggests: classpath-doc +Depends: default-jre-headless | java2-runtime-headless Description: pooling implementation for Java objects Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool interface that clients and implementors can use to diff -u commons-pool-1.3/debian/rules commons-pool-1.3/debian/rules --- commons-pool-1.3/debian/rules +++ commons-pool-1.3/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS_BASE := /usr/share/java JAVACMD := $(JAVA_HOME)/bin/java diff -u commons-pool-1.3/debian/changelog commons-pool-1.3/debian/changelog --- commons-pool-1.3/debian/changelog +++ commons-pool-1.3/debian/changelog @@ -1,3 +1,11 @@ +commons-pool (1.3-1ubuntu1) intrepid; urgency=low + + * Make libcommons-pool-java depend on a headless runtime (LP: #256096) + * Build with default-jdk + * Drop java-virtual-machine Suggests (depends on a runtime already) + + -- Thierry Carrez Fri, 29 Aug 2008 09:45:07 +0200 + commons-pool (1.3-1) unstable; urgency=low * New upstream release.