X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=faeac03f63d8edb515fbeecb7c6e58dd67ff0b03;hb=7fa165faff3df27694cbe9e24830eefd517cc8a6;hp=0806a4db0f346ef4fab98ab884b541c81857e219;hpb=938b66ee19e113785e6655b1c3e73e9003e6464c;p=debhelper.git diff --git a/debian/rules b/debian/rules index 0806a4d..faeac03 100755 --- a/debian/rules +++ b/debian/rules @@ -1,42 +1,14 @@ #!/usr/bin/make -f -# Note that I have to refer to debhelper programs witrh ./, to make sure -# I run the most current ones. - -test_files=dh_lib - -build: - ./dh_testdir $(test_files) - -clean: - ./dh_testdir $(test_files) - ./dh_testroot - ./dh_clean - -# Build architecture-dependent files here. -binary-arch: build - # We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build - ./dh_testdir $(test_files) - ./dh_testroot - ./dh_clean - - install -d debian/tmp/usr/bin - find . -perm +111 -maxdepth 1 -type f \ - -exec install -p {} debian/tmp/usr/bin \; - install -d debian/tmp/usr/lib/debhelper - cp dh_lib debian/tmp/usr/lib/debhelper - - ./dh_installdocs TODO - ./dh_installexamples examples/* -# ./dh_installmenu - ./dh_installmanpages - ./dh_installchangelogs - ./dh_compress - ./dh_installdebfiles - ./dh_fixperms - ./dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +# 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. + +%: + ./run dh $@ + +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/joeywiki/code/debhelper/news