summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-23 19:58:02 -0400
committerJoey Hess <joey@kitenet.net>2010-05-23 19:58:02 -0400
commitffa960214d69d5d566668aadd43e69cbf9f0dd13 (patch)
tree41e7e6012d4fb8a51edec0a539d17c54996b605c /debian
parent78279dbcdd52d16b14f2de5eb6958948f9dc3dcf (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a9fc669..fd0beb53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ debhelper (7.4.21) UNRELEASED; urgency=low
means that libraries in unusual locations, where dpkg-gensymbols does
not itself normally look will be passed to it, a behavior change which
may break some packages. Closes: #557603
+ * dh_testversion: Removed this deprecated command.
-- Joey Hess <joeyh@debian.org> Mon, 17 May 2010 20:01:19 -0400