X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=debian%2Frules;h=da2a87196f12c66adbe6a87464092026d8a6b550;hp=75606ee4d1d4993da1fae47a3c41bbeb354036f5;hb=92a7d254975db245c3320855515bffc1aebda9e4;hpb=1dadd8bef541cc52645ccae6b1528a7eb709e7a8 diff --git a/debian/rules b/debian/rules index 75606ee..da2a871 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=2 - build: build-stamp build-stamp: dh_testdir @@ -24,7 +21,7 @@ clean: rm -f build-stamp # Add here commands to clean up after the build process. - $(MAKE) realclean + -$(MAKE) realclean dh_clean @@ -55,7 +52,7 @@ binary-arch: build install # dh_installmime dh_installinit # dh_installcron -# dh_installman + dh_installman # dh_installinfo dh_installchangelogs dh_link