]> git.donarmstrong.com Git - debhelper.git/blob - debian/rules
dh: Support debian/rules calling make with -B
[debhelper.git] / debian / rules
1 #!/usr/bin/make -Bf
2 # If you're looking for an example debian/rules that uses debhelper, see
3 # the examples directory.
4
5 # Each debhelper command in this rules file has to be run using ./run,
6 # to ensure that the commands and libraries in the source tree are used,
7 # rather than the installed ones.
8 %:
9         ./run dh $@
10
11 # Not intended for use by anyone except the author.
12 announcedir:
13         @echo ${HOME}/src/joeywiki/code/debhelper/news
14
15 .PHONY: build