Package: cryptonit
Severity: normal

Don't remove config.status before calling make distclean or the later
will fail. make distclean checks ocnfig.status and removes it afterwards
anyways.

Patch attached.

yours Martin
--- debian/rules.orig   2006-09-10 12:25:44.000000000 +0200
+++ debian/rules        2006-09-10 12:09:12.000000000 +0200
@@ -45,7 +45,7 @@
 clean1:
        dh_testdir
        dh_testroot
-       rm -f build-stamp config.status configure-stamp
+       rm -f build-stamp configure-stamp
        -$(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub

Attachment: signature.asc
Description: Digital signature

Reply via email to