]> git.donarmstrong.com Git - debhelper.git/blob - doc/TODO
update
[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
13 Deprecated:
14
15 * DH_COMPAT 1, 2, 3, 4. Can be removed once all packages are seen to be using
16   a newer version. I won't hold my breath. Now with evil warning messages
17   though.
18 * Also, grep the entire archive for all dh_* command lines,
19   and check to see what other switches are not being used, and maybe remove
20   some of them. I'd also like to deprecate/remove debian/compress files, -X is
21   a better idea.
22 * dh_suidregister. Once nothing in the archive uses it.
23 * dh_installmanpages.
24 * dh_testversion. Remove as soon as nothing uses it.
25 * dh_movefiles. I won't hold my breath.
26 * dh_undocumented
27 * dh_installinit --init-script
28 * dh_python
29 * dh_clean -k (make it warn)
30 * Convert warning about unknown command-line options back to an error.
31   Need to wait a while (from Oct 2008) to ensure that most rules files
32   that pass unknown options to commands are fixed.
33 * dh_desktop. Remove eventually..