X-Git-Url: https://git.donarmstrong.com/?p=ca-certificates.git;a=blobdiff_plain;f=debian%2Frules;h=ec220d5b9bfaeeab088ce04ff1dccd3c30fa1993;hp=b9f0b435110fa228886f85bbd2f1b53e388466b7;hb=ad480a2b84accde72e91eadf511992024f3f5dc4;hpb=e6681046e3dff535b4e3cfc9de9e6708fd7315e7 diff --git a/debian/rules b/debian/rules index b9f0b43..ec220d5 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=3 VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: //p') configure: configure-stamp @@ -29,7 +27,7 @@ clean: dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean debconf-updatepo