tag 424146 patch thanks This bug is simply due to the fact that upstream's clean rule does not delete the generated binary. Asking dh_clean to do it is enough to fix it.
----------------------------------------------------------------------
diff -r 877c481fae38 debian/rules
--- a/debian/rules Sat Aug 04 16:42:26 2007 -0500
+++ b/debian/rules Sat Aug 04 16:49:36 2007 -0500
@@ -22,7 +22,7 @@ clean: unpatch
-$(MAKE) clean
- dh_clean
+ dh_clean bmv
install-arch: build-arch
dh_testdir
----------------------------------------------------------------------
signature.asc
Description: Digital signature

