[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697264: cdebconf-entropy: Missing build dependency on autoconf?



Package: cdebconf-entropy
Version: 0.24
Tags: patch

<URL: http://jenkins.debian.net/job/d-i_build_cdebconf-entropy/ > report
the following build error:

dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/var/lib/jenkins/jobs/d-i_build_cdebconf-entropy/workspace'
[ -e configure ] || ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
rm: cannot remove 'autom4te.cache': No such file or directory
make[1]: *** [override_dh_auto_clean] Error 1
make[1]: Leaving directory `/var/lib/jenkins/jobs/d-i_build_cdebconf-entropy/workspace'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2

Is the package missing a build dependency?  I suspect it should
build-depend on autoconf.  Here is a patch:

--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: extra
 Section: debian-installer
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
 Uploaders: Max Vozeler <xam@debian.org>, Jérémy Bobbio <lunar@debian.org>, Christian Perr
-Build-Depends: debhelper (>= 7.0.50~), po-debconf (>= 0.5.0), libdebian-installer4-dev, l
+Build-Depends: debhelper (>= 7.0.50~), po-debconf (>= 0.5.0), autoconf, libdebian-install
 Vcs-Browser: http://git.debian.org/?p=d-i/cdebconf-entropy.git
 Vcs-Git: git://git.debian.org/d-i/cdebconf-entropy.git
 
-- 
Happy hacking
Petter Reinholdtsen


Reply to: