]> git.donarmstrong.com Git - debhelper.git/blob - doc/TODO
In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: #578805
[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. Now with evil warning messages
16   though.
17 * dh_suidregister. Once nothing in the archive uses it.
18 * dh_installmanpages.
19 * dh_movefiles. I won't hold my breath. Have not added deprecation
20   docs or message yet.
21 * dh_undocumented
22 * dh_installinit --init-script (make it warn)
23 * dh_python
24 * dh_clean -k
25 * dh_desktop, dh_scrollkeeper. Remove eventually..
26 * -s flag, not formally deprecated yet; remove eventually
27 * -u flag; add a warning on use and remove eventually
28 * delsubstvar() and the last parameter to addsubstvar that makes it remove
29   a string are not used in debhelper itself, but have been left in the
30   library in case other things use them. Deprecate and remove.
31 * dh --before , --after , --until , --remaining (not formally deprecated yet)
32 * debian/compress files
33
34 Also, grep the entire archive for all dh_* command lines,
35 and check to see what other switches are not being used, and maybe remove
36 some of them.