]> git.donarmstrong.com Git - debhelper.git/blob - doc/TODO
update
[debhelper.git] / doc / TODO
1 v9:
2
3 * Support DEB_BUILD_OPTIONS=debug ; maybe also support passing
4   -g -O2 by default. See patch (and discussion of why this breaks
5   compatability) in #544844.
6 * escaping in config files (for whitespace)?
7 * dh_installinit --restart-after-upgrade as default?
8
9 Deprecated:
10
11 * DH_COMPAT 1, 2, 3, 4. Can be removed once all packages are seen to be using
12   a newer version. I won't hold my breath. (2 and 3 are getting close though.)
13 * dh_suidregister. Once nothing in the archive uses it.
14 * dh_installmanpages.
15 * dh_movefiles. I won't hold my breath. Have not added deprecation
16   docs or message yet.
17 * dh_undocumented
18 * dh_installinit --init-script (make it warn)
19 * dh_python
20 * dh_clean -k
21 * dh_desktop, dh_scrollkeeper. Remove eventually..
22 * -s flag, not formally deprecated yet; remove eventually
23 * -u flag; add a warning on use and remove eventually
24 * delsubstvar() and the last parameter to addsubstvar that makes it remove
25   a string are not used in debhelper itself, but have been left in the
26   library in case other things use them. Deprecate and remove.
27 * dh --before , --after , --until , --remaining (not formally deprecated yet)
28 * debian/compress files
29
30 Also, grep the entire archive for all dh_* command lines,
31 and check to see what other switches are not being used, and maybe remove
32 some of them.