Author: marcusb-guest Date: 2006-12-04 12:51:55 +0100 (Mon, 04 Dec 2006) New Revision: 2832
Modified: trunk/commons-daemon/debian/changelog trunk/commons-daemon/debian/control Log: Must build-depend on java-gcj-compat-dev. Modified: trunk/commons-daemon/debian/changelog =================================================================== --- trunk/commons-daemon/debian/changelog 2006-12-04 11:50:38 UTC (rev 2831) +++ trunk/commons-daemon/debian/changelog 2006-12-04 11:51:55 UTC (rev 2832) @@ -1,3 +1,9 @@ +commons-daemon (1.0.2~svn20061127-3) unstable; urgency=low + + * Build-depend on java-gcj-compat-dev instead of Build-depend-indep. + + -- Marcus Better <[EMAIL PROTECTED]> Mon, 4 Dec 2006 12:50:35 +0100 + commons-daemon (1.0.2~svn20061127-2) unstable; urgency=low * Build-depend on autoconf instead of Build-depend-indep. Modified: trunk/commons-daemon/debian/control =================================================================== --- trunk/commons-daemon/debian/control 2006-12-04 11:50:38 UTC (rev 2831) +++ trunk/commons-daemon/debian/control 2006-12-04 11:51:55 UTC (rev 2832) @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Marcus Better <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), autoconf, autotools-dev, xsltproc, docbook-xsl -Build-Depends-Indep: java-gcj-compat-dev, ant +Build-Depends: debhelper (>= 5), autoconf, autotools-dev, java-gcj-compat-dev, xsltproc, docbook-xsl +Build-Depends-Indep: ant Build-Conflicts: autoconf2.13 Standards-Version: 3.7.2 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

