Author: mkoch Date: 2007-10-13 14:54:20 +0000 (Sat, 13 Oct 2007) New Revision: 4374
Modified: trunk/commons-collections/debian/changelog trunk/commons-collections/debian/control Log: libcommons-collections-java (2.1.1-8) unstable; urgency=low * Fixed typo in Depends (java-gcj-runtime => java-gcj-compat). -- Michael Koch <[EMAIL PROTECTED]> Mon, 08 Oct 2007 08:22:30 +0200 Modified: trunk/commons-collections/debian/changelog =================================================================== --- trunk/commons-collections/debian/changelog 2007-10-13 14:52:42 UTC (rev 4373) +++ trunk/commons-collections/debian/changelog 2007-10-13 14:54:20 UTC (rev 4374) @@ -1,3 +1,9 @@ +libcommons-collections-java (2.1.1-8) unstable; urgency=low + + * Fixed typo in Depends (java-gcj-runtime => java-gcj-compat). + + -- Michael Koch <[EMAIL PROTECTED]> Mon, 08 Oct 2007 08:22:30 +0200 + libcommons-collections-java (2.1.1-7) unstable; urgency=low * (Build-)Depends on java-gcj-compat instead of kaffe. Modified: trunk/commons-collections/debian/control =================================================================== --- trunk/commons-collections/debian/control 2007-10-13 14:52:42 UTC (rev 4373) +++ trunk/commons-collections/debian/control 2007-10-13 14:54:20 UTC (rev 4374) @@ -9,7 +9,7 @@ Package: libcommons-collections-java Architecture: all -Depends: java-gcj-runtime | java1-runtime | java2-runtime +Depends: java-gcj-compat | java1-runtime | java2-runtime Description: A set of abstract data type interfaces and implementations The Java Collections Framework provides a set of abstract data type interfaces and implementations that offer both a wealth _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

