On Tue, Sep 29, 2009 at 10:22:29AM +0200, Emanuele Rocca wrote: > Hi guys, > > On 28/09/09 - 10:47, Kumar Appaiah wrote: > > Would you consider doing an NMU for this bug? Given that the bug has > > been open with a patch for well over a month, I'd say you could > > proceed with at least a DELAYED NMU. > > No need to delay the NMU, feel free to upload.
OK, done. I've attached the patch I used. -- 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 <e...@debian.org> 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,11 @@ +urlview (0.9-18.1) unstable; urgency=low + + * Non-maintainer upload. + * Change DEB_AUTO_UPDATE_ACLOCAL from 1.10 to 1.11 and build-depend on + automake1.11 instead of automake. Closes: #543023 + + -- Matt Kraai <kr...@debian.org> Tue, 29 Sep 2009 06:08:26 -0700 + urlview (0.9-18) unstable; urgency=low * Build-depend on automake instead of automake1.8. Closes: #474078