[pkg-java] r2821 - branches/commons-daemon/feature/debian/debian

Marcus Better marcusb-guest at alioth.debian.org
Thu Nov 30 10:05:19 CET 2006


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 <marcus at better.se>  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 <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>, Michael Koch <konqueror at gmx.de>, Marcus Better <marcus at better.se>
-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
 




More information about the pkg-java-commits mailing list