tag 543023 patch thanks Howdy,
The attached patch fixes this issue by changing DEB_AUTO_UPDATE_ACLOCAL from 1.10 to 1.11 and build-depending on automake1.11 instead of automake. -- Matt Kraai http://ftbfs.org/
diff -u urlview-0.9/debian/rules urlview-0.9/debian/rules --- urlview-0.9/debian/rules +++ urlview-0.9/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk #include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_AUTO_UPDATE_LIBTOOL := pre -DEB_AUTO_UPDATE_ACLOCAL := 1.10 +DEB_AUTO_UPDATE_ACLOCAL := 1.11 #DEB_AUTO_UPDATE_AUTOMAKE := 1.10 DEB_AUTO_UPDATE_AUTOCONF := yes include /usr/share/cdbs/1/class/autotools.mk diff -u urlview-0.9/debian/control urlview-0.9/debian/control --- urlview-0.9/debian/control +++ urlview-0.9/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Emanuele Rocca <[email protected]> Standards-Version: 3.7.3 -Build-Depends: libncurses5-dev, linuxdoc-tools, debhelper ( >= 4.1.0 ), cdbs, libtool, automake, autoconf +Build-Depends: libncurses5-dev, linuxdoc-tools, debhelper ( >= 4.1.0 ), cdbs, libtool, automake1.11, autoconf Package: urlview Architecture: any diff -u urlview-0.9/debian/changelog urlview-0.9/debian/changelog --- urlview-0.9/debian/changelog +++ urlview-0.9/debian/changelog @@ -1,3 +1,10 @@ +urlview (0.9-18.1) unstable; urgency=low + + * Change DEB_AUTO_UPDATE_ACLOCAL from 1.10 to 1.11 and build-depend on + automake1.11 instead of automake. Closes: #543023 + + -- Matt Kraai <[email protected]> Tue, 25 Aug 2009 22:14:59 -0700 + urlview (0.9-18) unstable; urgency=low * Build-depend on automake instead of automake1.8. Closes: #474078

