X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=da2a87196f12c66adbe6a87464092026d8a6b550;hb=d3dd9ddc5fc6e7e0b32cbe5e215db62f4f8da772;hp=6237c9d9c4ef8eb56c919324fcbfc38d5317eceb;hpb=9d3a4132788b198345116624761c12ed7bc936b6;p=secnet.git diff --git a/debian/rules b/debian/rules index 6237c9d..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=3 - 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,8 +43,8 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs INSTALL README NOTES TODO - dh_installexamples example.conf example-sites-file + dh_installdocs INSTALL README NOTES TODO NEWS BUGS CREDITS + dh_installexamples example.conf # dh_installmenu # dh_installlogrotate # dh_installemacsen @@ -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