Control: tags -1 patch Dear apmd maintainer,
On Mon, Sep 15, 2014 at 11:41:17PM +0000, Matthias Klose wrote: > /usr/bin/make PREFIX=/usr MANDIR=/usr/share/man PROXY_DIR=/etc/apm > CFLAGS="-O2 -g" LDFLAGS= > make[1]: Entering directory '/«PKGBUILDDIR»' > libtool --quiet --mode=compile gcc -c -O2 -g -Wall -pipe -I. > -I/usr/src/linux/include -I/usr/X11R6/include -I/usr/src/linux-2.2/include -I > /usr/src/linux-2.0/include -DVERSION=\"3.2.1\" > -DDEFAULT_PROXY_NAME=\"/etc/apm/apmd_proxy\" apmlib.c > make[1]: libtool: Command not found > Makefile:93: recipe for target 'apmlib.lo' failed > make[1]: *** [apmlib.lo] Error 127 > make[1]: Leaving directory '/«PKGBUILDDIR»' > make: *** [build-stamp] Error 2 > debian/rules:27: recipe for target 'build-stamp' failed > dpkg-buildpackage: error: debian/rules build gave error exit status 2 I am attaching a patch that updates Build-Depends. Please speak up if you do not want your package being NMUed. This bug will bump its severity when libtool gets updated. Helmut
diff -u apmd-3.2.2/debian/control apmd-3.2.2/debian/control --- apmd-3.2.2/debian/control +++ apmd-3.2.2/debian/control @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Anibal Monsalve Salazar <ani...@debian.org> -Build-Depends: debhelper (>= 7), libx11-dev, libxaw7-dev, libtool +Build-Depends: debhelper (>= 7), libx11-dev, libxaw7-dev, libtool-bin Standards-Version: 3.8.2 Homepage: http://alumnit.ca/~apenwarr/apmd/ diff -u apmd-3.2.2/debian/changelog apmd-3.2.2/debian/changelog --- apmd-3.2.2/debian/changelog +++ apmd-3.2.2/debian/changelog @@ -1,3 +1,11 @@ +apmd (3.2.2-14.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * libtool is now in package libtool-bin. Adapt Build-Depends. + Closes: #761731. + + -- Helmut Grohne <hel...@subdivi.de> Fri, 19 Sep 2014 11:54:59 +0200 + apmd (3.2.2-14) unstable; urgency=low * Fix package descripton