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