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