summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-17 12:33:57 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-17 12:33:57 -0500
commit86fbd6038ee5b7222efa774751fcceedeffedfc2 (patch)
treefe10638c9c3e748a6f255f8313a711cc2b763484 /debian/rules
parent378b377ef732119de4c2a08dcb9721500b017da1 (diff)
make dh override_dh_* a no-op
This happens if the override target is completly empty. Make sees it is, and runs the implicit dh target.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index ae141867..23b782b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,10 @@
# 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
-
-.PHONY: build