Author: drazzib-guest Date: 2009-07-29 21:43:16 +0000 (Wed, 29 Jul 2009) New Revision: 9402
Modified: trunk/cglib2.1/debian/changelog trunk/cglib2.1/debian/control Log: * Build-Depends on default-jdk instead of default-jdk-builddep because we don't build a native GCJ package. Modified: trunk/cglib2.1/debian/changelog =================================================================== --- trunk/cglib2.1/debian/changelog 2009-07-29 21:39:41 UTC (rev 9401) +++ trunk/cglib2.1/debian/changelog 2009-07-29 21:43:16 UTC (rev 9402) @@ -1,3 +1,10 @@ +cglib2.1 (2.1.3.dfsg.2-3) UNRELEASED; urgency=low + + * Build-Depends on default-jdk instead of default-jdk-builddep + because we don't build a native GCJ package. + + -- Damien Raude-Morvan <[email protected]> Wed, 29 Jul 2009 21:45:11 +0200 + cglib2.1 (2.1.3.dfsg.2-2) unstable; urgency=low * Use default-java-builddep: Modified: trunk/cglib2.1/debian/control =================================================================== --- trunk/cglib2.1/debian/control 2009-07-29 21:39:41 UTC (rev 9401) +++ trunk/cglib2.1/debian/control 2009-07-29 21:43:16 UTC (rev 9402) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, ant, default-jdk-builddep +Build-Depends: debhelper (>= 5), cdbs, ant, default-jdk Build-Depends-Indep: libasm-java, libaspectwerkz2-java, junit Standards-Version: 3.8.2 Homepage: http://cglib.sourceforge.net _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

