]> git.donarmstrong.com Git - debhelper.git/blob - doc/TODO
dh_testversion: Removed this deprecated command.
[debhelper.git] / doc / TODO
1 v8:
2
3 * escaping in config files (for whitespace)?
4 * make dh_install use hard links for efficiency (maybe?)
5 * dh_installinit --restart-after-upgrade as default?
6 * clean up dh's handling of options passed onto commands it calls,
7   by implementing one of the changes discussed in #570039
8   (either change #3, change #4, or change #5; change #0 was done, but 
9   was an incomplete workaround)
10   My preference ATM is #3, require dh options come before --,
11   and after, options to be passed on to commands.
12 * better package arch filtering for -N , -p (#576990)
13 * Support DEB_BUILD_OPTIONS=debug ; maybe also support passing
14   -g -O2 by default. See patch (and discussion of why this breaks
15   compatability) in #544844.
16
17 Deprecated:
18
19 * DH_COMPAT 1, 2, 3, 4. Can be removed once all packages are seen to be using
20   a newer version. I won't hold my breath. Now with evil warning messages
21   though.
22 * dh_suidregister. Once nothing in the archive uses it.
23 * dh_installmanpages.
24 * dh_movefiles. I won't hold my breath. Have not added deprecation
25   docs or message yet.
26 * dh_undocumented
27 * dh_installinit --init-script (make it warn)
28 * dh_python
29 * dh_clean -k
30 * dh_desktop, dh_scrollkeeper. Remove eventually..
31 * -s flag, not formally deprecated yet; remove eventually
32 * -u flag; add a warning on use and remove eventually
33 * delsubstvar() and the last parameter to addsubstvar that makes it remove
34   a string are not used in debhelper itself, but have been left in the
35   library in case other things use them. Deprecate and remove.
36
37 Also, grep the entire archive for all dh_* command lines,
38 and check to see what other switches are not being used, and maybe remove
39 some of them. I'd also like to deprecate/remove debian/compress files, -X is
40 a better idea.