X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=f6c90db8987a105eef994d46bd9fc350aaa5bc44;hp=9a8893817592b258034baf0e5f4376a778844a34;hb=63ed956722b0d30792870d462b932e0d7bcc53e2;hpb=867fb12ad85d2a684876b51905bdf54d8a40d33a diff --git a/debian/rules b/debian/rules index 9a88938..f6c90db 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -45,7 +42,7 @@ build: clean: dh_testdir dh_testroot - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean rm -f config.log config.status src/config.h rm -f libtool src/stamp-h find . -name .libs | xargs rm -rf