X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/8dea8d37a13fcc615daba3375809900f04a2e5a2..0a6cbadea08d824e26838a18bb75745c78f27461:/debian/rules diff --git a/debian/rules b/debian/rules index a85db21..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 @@ -46,7 +43,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs INSTALL README NOTES TODO NEWS + dh_installdocs INSTALL README NOTES TODO NEWS BUGS CREDITS dh_installexamples example.conf # dh_installmenu # dh_installlogrotate @@ -55,9 +52,8 @@ binary-arch: build install # dh_installmime dh_installinit # dh_installcron -# dh_installman + dh_installman # dh_installinfo - dh_undocumented dh_installchangelogs dh_link dh_strip