tags 441720 patch thanks The fix for this bug is to make sure the clean target also removes install-stamp.
below is a patch.
thanks,
stew
diff -ruN multisync0.90-0.91.0.orig/debian/rules
multisync0.90-0.91.0/debian/rules
--- multisync0.90-0.91.0.orig/debian/rules 2007-11-05 07:57:46.000000000
-0500
+++ multisync0.90-0.91.0/debian/rules 2007-11-05 07:58:04.000000000 -0500
@@ -44,7 +44,7 @@
clean: unpatch
dh_testdir
dh_testroot
- rm -f configure-stamp build-stamp patch-stamp tarballs-stamp
+ rm -f configure-stamp build-stamp patch-stamp tarballs-stamp
install-stamp
-rm -r build-tree
dh_clean
signature.asc
Description: Digital signature

