Author: marcusb-guest Date: 2006-11-30 10:05:18 +0100 (Thu, 30 Nov 2006) New Revision: 2821
Modified: branches/commons-daemon/feature/debian/debian/changelog branches/commons-daemon/feature/debian/debian/control Log: autoconf must be build-dep, not build-dep-indep. Modified: branches/commons-daemon/feature/debian/debian/changelog =================================================================== --- branches/commons-daemon/feature/debian/debian/changelog 2006-11-29 19:01:52 UTC (rev 2820) +++ branches/commons-daemon/feature/debian/debian/changelog 2006-11-30 09:05:18 UTC (rev 2821) @@ -1,3 +1,9 @@ +commons-daemon (1.0.2~svn20061127-2) unstable; urgency=low + + * Build-depend on autoconf instead of Build-depend-indep. + + -- Marcus Better <[EMAIL PROTECTED]> Thu, 30 Nov 2006 09:39:54 +0100 + commons-daemon (1.0.2~svn20061127-1) unstable; urgency=low * Support the arm, hppa, ia64, m68k, mipsel, and s390 Modified: branches/commons-daemon/feature/debian/debian/control =================================================================== --- branches/commons-daemon/feature/debian/debian/control 2006-11-29 19:01:52 UTC (rev 2820) +++ branches/commons-daemon/feature/debian/debian/control 2006-11-30 09:05:18 UTC (rev 2821) @@ -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), autotools-dev, xsltproc, docbook-xsl -Build-Depends-Indep: autoconf, java-gcj-compat-dev, ant +Build-Depends: debhelper (>= 5), autoconf, autotools-dev, xsltproc, docbook-xsl +Build-Depends-Indep: java-gcj-compat-dev, 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

