Author: ttx-guest Date: 2009-11-13 12:57:38 +0000 (Fri, 13 Nov 2009) New Revision: 11064
Modified: trunk/trove/debian/changelog trunk/trove/debian/control Log: Set minimal depend to default-jre-headless | java5-runtime-headless since we build Java5 code. Modified: trunk/trove/debian/changelog =================================================================== --- trunk/trove/debian/changelog 2009-11-13 12:51:06 UTC (rev 11063) +++ trunk/trove/debian/changelog 2009-11-13 12:57:38 UTC (rev 11064) @@ -1,3 +1,10 @@ +trove (2.1.0-2) UNRELEASED; urgency=low + + * Set minimal depend to default-jre-headless | java5-runtime-headless + since we build Java5 code. + + -- Thierry Carrez <[email protected]> Fri, 13 Nov 2009 13:54:22 +0100 + trove (2.1.0-1) unstable; urgency=low * New upstream release. Modified: trunk/trove/debian/control =================================================================== --- trunk/trove/debian/control 2009-11-13 12:51:06 UTC (rev 11063) +++ trunk/trove/debian/control 2009-11-13 12:57:38 UTC (rev 11064) @@ -11,7 +11,7 @@ Package: libtrove-java Architecture: all -Depends: default-jdk | java2-runtime, ${misc:Depends} +Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends} Description: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

