From ffa960214d69d5d566668aadd43e69cbf9f0dd13 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 23 May 2010 19:58:02 -0400 Subject: 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. --- doc/TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 728e38eb..3996c427 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,12 +1,8 @@ -This is the TODO for debhelper. As more and more people use debhelper, this -list grows - I welcome patches to fix items on it! - v8: * escaping in config files (for whitespace)? * make dh_install use hard links for efficiency (maybe?) * dh_installinit --restart-after-upgrade as default? -* #487006: dh_installman with 3-letter codes * clean up dh's handling of options passed onto commands it calls, by implementing one of the changes discussed in #570039 (either change #3, change #4, or change #5; change #0 was done, but @@ -25,7 +21,6 @@ Deprecated: though. * dh_suidregister. Once nothing in the archive uses it. * dh_installmanpages. -* dh_testversion. Remove as soon as nothing uses it. * dh_movefiles. I won't hold my breath. Have not added deprecation docs or message yet. * dh_undocumented -- cgit v1.2.3