diff options
author | joey <joey> | 1999-08-17 04:51:17 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:51:17 +0000 |
commit | 473b811394da493f2643d196d3ea2316b6ea034f (patch) | |
tree | ebf14354e3a2cd136fb56fbaad09f25aff394eca /TODO | |
parent | fa0b6b8309672b44488dfef0891de99ef6f09d30 (diff) | |
download | debhelper-473b811394da493f2643d196d3ea2316b6ea034f.tar.gz |
r86: Initial Import
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -3,12 +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. +* 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 |