X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fdebian%2Frules;h=8cb082d473070ad3a3e64affb57c27424b9d7576;hb=c4ad632aed6d93546f880fcb0af9ad097f400d5f;hp=966239a9541931baef420e3a27d15b34e5e5764f;hpb=7aa8ca91578f74a0c07f02685e13a3e068b73edf;p=citadel.git diff --git a/libcitadel/debian/rules b/libcitadel/debian/rules index 966239a95..8cb082d47 100755 --- a/libcitadel/debian/rules +++ b/libcitadel/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DH_COMPAT = 5 + DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) @@ -32,7 +34,9 @@ clean: dh_testdir dh_testroot rm -f build-stamp install*-stamp - [ ! -f Makefile ] || $(MAKE) distclean + + -$(MAKE) distclean + dh_clean install: install-stamp