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