Author: twerner Date: 2009-03-07 21:41:25 +0000 (Sat, 07 Mar 2009) New Revision: 8051
Modified: trunk/substance/debian/changelog trunk/substance/debian/control Log: Change Depends: openjdk-6-jre. Modified: trunk/substance/debian/changelog =================================================================== --- trunk/substance/debian/changelog 2009-03-07 21:07:37 UTC (rev 8050) +++ trunk/substance/debian/changelog 2009-03-07 21:41:25 UTC (rev 8051) @@ -1,3 +1,9 @@ +substance (5.0-3) unstable; urgency=low + + * Change Depends: openjdk-6-jre. + + -- Torsten Werner <[email protected]> Sat, 07 Mar 2009 22:40:28 +0100 + substance (5.0-2) unstable; urgency=low * Tango icons are now released to the public domain. Modified: trunk/substance/debian/control =================================================================== --- trunk/substance/debian/control 2009-03-07 21:07:37 UTC (rev 8050) +++ trunk/substance/debian/control 2009-03-07 21:41:25 UTC (rev 8051) @@ -12,7 +12,7 @@ Package: substance Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre +Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre Description: cross-platform look & feel for Swing applications The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

