]> git.donarmstrong.com Git - debhelper.git/blob - doc/TODO
releasing version 7.4.10
[debhelper.git] / doc / TODO
1 This is the TODO for debhelper. As more and more people use debhelper, this
2 list grows - I welcome patches to fix items on it!
3
4 Wishlist items:
5
6 v8:
7
8 * escaping in config files (for whitespace)?
9 * make dh_install use hard links for efficiency
10 * dh_installinit --restart-after-upgrade as default?
11 * #487006: dh_installman with 3-letter codes
12 * apply patch in #557603 (breaks compatability slightly; see #560120)
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 * Also, grep the entire archive for all dh_* command lines,
20   and check to see what other switches are not being used, and maybe remove
21   some of them. I'd also like to deprecate/remove debian/compress files, -X is
22   a better idea.
23 * dh_suidregister. Once nothing in the archive uses it.
24 * dh_installmanpages.
25 * dh_testversion. Remove as soon as nothing uses it.
26 * dh_movefiles. I won't hold my breath. Have not added deprecation
27   docs or message yet.
28 * dh_undocumented
29 * dh_installinit --init-script (make it warn)
30 * dh_python
31 * dh_clean -k (make it warn (need to make alien not use it 1st!))
32 * Convert warning about unknown command-line options back to an error.
33   Need to wait a while (from Oct 2008) to ensure that most rules files
34   that pass unknown options to commands are fixed.
35 * dh_desktop, dh_scrollkeeper. Remove eventually..
36 * -s flag, not formally deprecated yet; remove eventually
37 * -u flag; add a warning on use and remove eventually