]> git.donarmstrong.com Git - debhelper.git/commit
avoid infinite recursion
authorJoey Hess <joey@kitenet.net>
Tue, 14 Jun 2011 16:24:31 +0000 (12:24 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 14 Jun 2011 16:25:59 +0000 (12:25 -0400)
commitf82142aaf22547815f4a83eb0e94a0cf497c7fe5
tree7dfbf5414d0b1f86b1f91a6a68cee1526e62051d
parent959defaccc3f49cff7c0b020b66c64a28e1ea21b
avoid infinite recursion

The makefile parse causes dh to be run recursively.

Before, dh would just immediatly fail with "unknown sequence", but
now it has to run the makefile parse to calculate the sequences, so an
earlier bailout is needed.
dh