diff --git a/debian/rules b/debian/rules index 7003f1f..82c68df 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# This is the debhelper compatibility version to use. +export DH_COMPAT=4 + configure: configure-stamp configure-stamp: patch @@ -29,7 +32,7 @@ clean: clean-patched unpatch clean-patched: dh_testdir dh_testroot - $(MAKE) clean + #-$(MAKE) clean rm -f build-stamp configure-stamp dh_clean