]> git.donarmstrong.com Git - debhelper.git/commit
doc tweak re target dependencies
authorJoey Hess <joey@kitenet.net>
Wed, 20 Jul 2011 03:20:08 +0000 (23:20 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 20 Jul 2011 03:24:52 +0000 (23:24 -0400)
commit6693ccf9146d8d9bb29e99276f6e30af3eab02c2
tree2552f11781f768c6c85a991d8202e9fc5869b06c
parentd63e08f7ced8f182355038c52babf2f99014f04b
doc tweak re target dependencies

If a rules file has a custom install or binary target, those targets
still need to explicitly depend on the build target. Unless dh is used
in such a target (which it probably is of course).

It's not possible to avoid the need for those dependencies. A rules file
with a hand-written binary target simply does not run dh, so dh can
do nothing to help it run the build target.

Reword the docs to not give the wrong impression that dh somehow
magically makes that work.
debhelper.pod
dh