Author: apeeters-guest Date: 2008-04-30 14:59:57 +0000 (Wed, 30 Apr 2008) New Revision: 6360
Modified: branches/libswirl-java/VERSION_1_0_13/debian/changelog branches/libswirl-java/VERSION_1_0_13/debian/control branches/libswirl-java/VERSION_1_0_13/debian/rules Log: Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev Modified: branches/libswirl-java/VERSION_1_0_13/debian/changelog =================================================================== --- branches/libswirl-java/VERSION_1_0_13/debian/changelog 2008-04-30 14:56:27 UTC (rev 6359) +++ branches/libswirl-java/VERSION_1_0_13/debian/changelog 2008-04-30 14:59:57 UTC (rev 6360) @@ -1,3 +1,11 @@ +libswirl-java (1.0.13-3) unstable; urgency=low + + * debian/control: Build-Depend on default-jdk-builddep instead of + java-gcj-compat-dev (Closes: #477889) + * debian/rules: change JAVA_HOME accordingly to /usr/lib/jvm/default-java + + -- Adriaan Peeters <[EMAIL PROTECTED]> Wed, 30 Apr 2008 16:58:38 +0200 + libswirl-java (1.0.13-2) unstable; urgency=low * Reverted Build-Depends-Indep introduction (Closes: #449194) Modified: branches/libswirl-java/VERSION_1_0_13/debian/control =================================================================== --- branches/libswirl-java/VERSION_1_0_13/debian/control 2008-04-30 14:56:27 UTC (rev 6359) +++ branches/libswirl-java/VERSION_1_0_13/debian/control 2008-04-30 14:59:57 UTC (rev 6360) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Adriaan Peeters <[EMAIL PROTECTED]> Homepage: http://swirl-lib.sourceforge.net/ -Build-Depends: debhelper (>> 5.0.0), cdbs, patchutils, ant, java-gcj-compat-dev, libgui-commands-java (>= 1.1.42-1) +Build-Depends: debhelper (>> 5.0.0), cdbs, patchutils, ant, default-jdk-builddep, libgui-commands-java (>= 1.1.42-1) Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libswirl-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswirl-java/ Standards-Version: 3.7.2 Modified: branches/libswirl-java/VERSION_1_0_13/debian/rules =================================================================== --- branches/libswirl-java/VERSION_1_0_13/debian/rules 2008-04-30 14:56:27 UTC (rev 6359) +++ branches/libswirl-java/VERSION_1_0_13/debian/rules 2008-04-30 14:59:57 UTC (rev 6360) @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/ant.mk -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant DEB_JARS := gui-commands _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

