]> git.donarmstrong.com Git - debhelper.git/commit
improve sequence logic
authorJoey Hess <joey@kitenet.net>
Mon, 13 Jun 2011 20:41:21 +0000 (16:41 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 13 Jun 2011 20:44:31 +0000 (16:44 -0400)
commitb957dfe6c454da2db67c8d36abb9cee0cf173b72
tree7789d6e3c16114cdba2c42477380eaf129c1e453
parentff33166782b3d1c8a89d4d844b4259e51e606b5d
improve sequence logic

Reorder code so sequences can all be built before addons are loaded, so
addon interface can always affect all commands in any sequences. This fixes
a bug in the previous patch, where addons could not influence dh_testdir
and dh_testroot.
dh