X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=faeac03f63d8edb515fbeecb7c6e58dd67ff0b03;hb=4a7ce74b4a790dfea5d69cab9a5a7d8f89693232;hp=a8f577d6cede95a12a154ccd600accfb0a3d3751;hpb=e55c32e8b1292342b443e204807460dc597bf939;p=debhelper.git diff --git a/debian/rules b/debian/rules index a8f577d..faeac03 100755 --- a/debian/rules +++ b/debian/rules @@ -1,40 +1,14 @@ #!/usr/bin/make -f +# If you're looking for an example debian/rules that uses debhelper, see +# the examples directory. +# # Each debhelper command in this rules file has to be run using ./run, # to ensure that the commands and libraries in the source tree are used, # rather than the installed ones. -build: - ./run dh_auto_configure - ./run dh_auto_build - ./run dh_auto_test - -clean: - ./run dh_testdir - ./run dh_testroot - ./run dh_auto_clean - ./run dh_clean - -binary-indep: build - ./run dh_testdir - ./run dh_testroot - ./run dh_clean -k - ./run dh_installdocs - ./run dh_installexamples - ./run dh_installman - ./run dh_installchangelogs - ./run dh_link - ./run dh_compress - ./run dh_fixperms - ./run dh_perl - ./run dh_installdeb - ./run dh_gencontrol - ./run dh_md5sums - ./run dh_builddeb +%: + ./run dh $@ # Not intended for use by anyone except the author. announcedir: @echo ${HOME}/src/joeywiki/code/debhelper/news - -binary-arch: -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary