]> git.donarmstrong.com Git - debhelper.git/commit
dh_testversion: Removed this deprecated command.
authorJoey Hess <joey@kitenet.net>
Sun, 23 May 2010 23:58:02 +0000 (19:58 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 23 May 2010 23:58:02 +0000 (19:58 -0400)
commitffa960214d69d5d566668aadd43e69cbf9f0dd13
tree41e7e6012d4fb8a51edec0a539d17c54996b605c
parent78279dbcdd52d16b14f2de5eb6958948f9dc3dcf
dh_testversion: Removed this deprecated command.

2 packages in the archive still use it, but both like this:

ifneq ($(shell dh_testversion '<<' 7.4.10 2>/dev/null && echo old),old)
dh_parallel = --parallel
endif

Happily, the way that was written, if the command doesn't exist,
it does the right thing and enables the behavior for the new debhelper.
Not that it would greatly matter if it did not, since --parallel is not
crucial.
debian/changelog
dh_testversion [deleted file]
doc/TODO