]> git.donarmstrong.com Git - debhelper.git/blobdiff - doc/TODO
releasing version 7.4.16
[debhelper.git] / doc / TODO
index bd9bb295658b491927a99fb12f970dd278792bbd..a223fb18f89244ce2cce3fbb44c176e1695a7e37 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -9,7 +9,10 @@ v8:
 * make dh_install use hard links for efficiency
 * dh_installinit --restart-after-upgrade as default?
 * #487006: dh_installman with 3-letter codes
-* apply patch in #557603 (breaks compatability slightly; see #560120)
+* apply patch in #557603 (breaks compatibility slightly; see #560120)
+* clean up dh's handling of options passed onto commands it calls,
+  either by requiring they come after -- , or by one of the other
+  changes discussed in #570039
 
 Deprecated:
 
@@ -35,3 +38,6 @@ Deprecated:
 * dh_desktop, dh_scrollkeeper. Remove eventually..
 * -s flag, not formally deprecated yet; remove eventually
 * -u flag; add a warning on use and remove eventually
+* delsubstvar() and the last parameter to addsubstvar that makes it remove
+  a string are not used in debhelper itself, but have been left in the
+  library in case other things use them. Deprecate and remove.