Author: ttx-guest Date: 2009-11-30 15:13:50 +0000 (Mon, 30 Nov 2009) New Revision: 11179
Modified: trunk/libcommons-attributes-java/debian/changelog trunk/libcommons-attributes-java/debian/control Log: debian/control: Set minimal depend to java2-runtime-headless since java2 code is built (target=1.4) and this does not require GUI classes Modified: trunk/libcommons-attributes-java/debian/changelog =================================================================== --- trunk/libcommons-attributes-java/debian/changelog 2009-11-30 14:52:10 UTC (rev 11178) +++ trunk/libcommons-attributes-java/debian/changelog 2009-11-30 15:13:50 UTC (rev 11179) @@ -1,3 +1,10 @@ +libcommons-attributes-java (2.2-8) UNRELEASED; urgency=low + + * debian/control: Set minimal depend to java2-runtime-headless since java2 + code is built (target=1.4) and this does not require GUI classes + + -- Thierry Carrez <[email protected]> Mon, 30 Nov 2009 16:05:24 +0100 + libcommons-attributes-java (2.2-7) unstable; urgency=low * New libcommons-attributes-java-doc package: Modified: trunk/libcommons-attributes-java/debian/control =================================================================== --- trunk/libcommons-attributes-java/debian/control 2009-11-30 14:52:10 UTC (rev 11178) +++ trunk/libcommons-attributes-java/debian/control 2009-11-30 15:13:50 UTC (rev 11179) @@ -13,7 +13,7 @@ Package: libcommons-attributes-java Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java1-runtime | java2-runtime +Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless Description: adds C#/.Net-style attributes to Java code The Apache Jakarta Commons Attributes library enables Java programmers to use C#/.Net-style attributes in their code. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

