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