tags 513205 + patch
thanks

Hi,

Try with this patch - It is a dirty way out, and probably you can come
up with a a better solution, but at least it fixes the situation.

diff --git a/debian/rules b/debian/rules
index 2956960..e9e23d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,9 @@ clean: unpatch
   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
 
        dh_clean


-- 
Gunnar Wolf - gw...@iiec.unam.mx - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to