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