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