]> git.donarmstrong.com Git - debhelper.git/commit
dh: Add support for build-arch, build-indep, install-arch and install-indep sequences
authorRoger Leigh <rleigh@debian.org>
Mon, 22 Nov 2010 20:58:20 +0000 (20:58 +0000)
committerJoey Hess <joey@kitenet.net>
Mon, 22 Nov 2010 22:18:04 +0000 (18:18 -0400)
commit9e54d11d1d1beb8b001c78eb1cf51a6fa5089d00
tree0ec6147f4bc9f1a6847b5f781e9715b5ccf11d57
parent8e3c6c65a7da0b402616a8b6e63541e5c0b6fc7e
dh: Add support for build-arch, build-indep, install-arch and install-indep sequences

The existing binary-arch and binary-indep sequences depend upon these
new sequences, leading to the following possible orders:

binary → install → build
binary-arch → install-arch → build-arch
binary-indep → install-indep → build-indep

This is the logical dependency ordering of the sequences; the actual
order is of course in reverse so that build is followed by install
and binary.

Signed-off-by: Roger Leigh <rleigh@debian.org>
dh