X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=5cbc4c03498607bf398350da752f9f891d888438;hb=b45b3e496f22983ce5ddcb9ac8b44dbab23cfe48;hp=9661865a037ab338243fe9dd3366d59252567044;hpb=ec9311ac6b70963e9a1feb14341c07fbbea377a2;p=ca-certificates.git diff --git a/debian/rules b/debian/rules index 9661865..5cbc4c0 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,9 @@ 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 dh_clean @@ -62,25 +62,11 @@ binary-indep: build install dh_installdebconf dh_installdocs dh_installexamples -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron dh_installman sbin/update-ca-certificates.8 -# dh_installinfo -# dh_undocumented dh_installchangelogs -# dh_link -# dh_strip dh_compress dh_fixperms -# dh_makeshlibs dh_installdeb -# dh_perl -# dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb