Hello, Since you are on the LowThresholdNMU list, I just did NMU the fix for bug #513205 for znes. I am attaching the diff, based on the one by Gunnar Wolf -- with a slight modification that actually makes it work ;-).
Regards, and good luck for whatever you're doing that keeps you busy ! Vincent -- Vincent Fourmond, Debian Developer http://vince-debian.blogspot.com/ Some pirates achieved immortality by great deeds of cruelty and derring-do. Some achieved immortality by amassing great wealth. But the captain had long ago decided that he would, on the whole, prefer to achieve immortality by not dying. -- Terry Pratchet, the Colour of Magic Vincent, listening to Nil (The Cardigans)
diff -u zsnes-1.510/debian/rules zsnes-1.510/debian/rules --- zsnes-1.510/debian/rules +++ zsnes-1.510/debian/rules @@ -24,7 +24,9 @@ dh_testroot rm -f build-stamp - [ ! -f Makefile ] || $(MAKE) distclean +# 'make distclean' appears to be broken + # [ ! -f src/Makefile ] || cd src && $(MAKE) distclean + rm -f $$(find src/ -type f -name *.o) src/Makefile src/cfg.h src/config.h src/config.log src/config.status src/input.h src/makefile.dep src/md.h src/parsegen src/tools/depbuild src/zsnes dh_clean diff -u zsnes-1.510/debian/changelog zsnes-1.510/debian/changelog --- zsnes-1.510/debian/changelog +++ zsnes-1.510/debian/changelog @@ -1,3 +1,12 @@ +zsnes (1.510-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix the debian/rules clean problem, with a patch courtesy of + Gunnar Wolf <gw...@gwolf.org> (closes: #513205) + * Urgency medium to fix RC bug in testing + + -- Vincent Fourmond <fourm...@debian.org> Tue, 03 Feb 2009 21:52:28 +0100 + zsnes (1.510-2.1) unstable; urgency=high * Non-maintainer upload.