]> git.donarmstrong.com Git - debhelper.git/blobdiff - TODO
r186: Initial Import
[debhelper.git] / TODO
diff --git a/TODO b/TODO
index 064dcbf0f18fcd4eb62d5c0d588204aa9a67bcb0..188e3c6c7bb9a0b4f502018c7e9058d049f8b678 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,15 +3,11 @@
     debmake (wishlist bug #17043). I just never saw the point of that file..
   - Make dh_movefiles remove emptied directories after it's moved all the
     files out of them (wishlist bug #17111).
-* dh_fixperms: allow listing of files not to be touched (difficult).
-* add a dh_debstd, which mimics debstd, but uses debhelper tools internally.
-  Note that the idea here is not just another debstd. This program will have
-  a -v switch, that lists all the other debhelper commands it needs to run to
-  do what debstd had to do. The intent is to make it easy to switch from
-  debstd to debhelper.
-* dh_compress: add --exclude "*.conf" type-thingy, since that's the change
-  you most often want to make to what it does, and a debian/compress file is
-  overkill in those cases.
+* something should add ldconfig calls properly to the postinst of packages
+  that contain shared libraries. maybe dh_makeshlibs? But it wasn't designed
+  to do that originally, and even worse, it is often run after
+  dh_installdeb, so the fragements wouldn't go into the postinst. So maybe a
+  new script is called for.
 * info support for debhelper (currently implemented, but I hate how I did it,
   so it's not in the package.) (wishlist bug #15717)
 * enhance dh_installmanpages so it associates binaries and man pages and