tags 442593 + patch pending thanks Hi,
The following is the final diff for my guarddog 2.6.0-2.1 NMU, which I will upload to the delayed queue. diff -u guarddog-2.6.0/debian/changelog guarddog-2.6.0/debian/changelog --- guarddog-2.6.0/debian/changelog +++ guarddog-2.6.0/debian/changelog @@ -1,3 +1,12 @@ +guarddog (2.6.0-2.1) unstable; urgency=low + + * Non-maintainer upload + * Remove *.gmo files, to fix FTBFS if built twice in a row (closes: #442593) + * Also remove admin/Makefile, for clean diff + * Don't ignore errors from make distclean, per lintian + + -- Peter Eisentraut <[EMAIL PROTECTED]> Mon, 16 Jun 2008 13:23:11 +0200 + guarddog (2.6.0-2) unstable; urgency=low * Bump Standards-Version to 3.7.3 diff -u guarddog-2.6.0/debian/rules guarddog-2.6.0/debian/rules --- guarddog-2.6.0/debian/rules +++ guarddog-2.6.0/debian/rules @@ -44,7 +44,8 @@ rm -f build-stamp # clean up after the build process. - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean + rm -f po/*.gmo admin/Makefile -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub -test -r /usr/share/misc/config.guess && \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]