summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:45:51 +0000
committerjoey <joey>1999-08-17 04:45:51 +0000
commitfbfd7d1a61ebb896864d9dcd6e6c06df192a3971 (patch)
tree635651cfe687eb2c524b42ef8fe4190a4d589956 /TODO
parent68d066bb56e569f842c85dca04641a3676a15623 (diff)
downloaddebhelper-fbfd7d1a61ebb896864d9dcd6e6c06df192a3971.tar.gz
r58: Initial Import
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 22 insertions, 3 deletions
diff --git a/TODO b/TODO
index 00281d70..6683d0dd 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,25 @@
-* .so files of compressed manpages -- change to symlinks
* add all other functionality of debstd (??)
+ - add a program to generate file similar to buildinfo.Debian generated by
+ 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).
+ - .so files of compressed manpages -- change to symlinks. Policy says we
+ need only do this "if it's easy". The hard bit is implementing it ;-)
* dh_fixperms: allow listing of files not to be touched (diffucult).
* add a dh_debstd, which mimics debstd, but uses debhelper tools internally.
-* dh_compress: add --exclude "*.conf" type-thingy
-* info support for debhelper
+ Note thatthe 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, sincethat's the change
+ you most often want to make to what it does, and a debian/conpress file is
+ overkill in those cases.
+* info support for debhelper (currently implmented, 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
+ installs the man pages into the correct areas to suit the binaries they
+ document. I may need to make this only happen when a switch is given, to
+ preserve backward compatability.
+* maybe make dh_installmanpages look at the .TH line of man pages whose
+ filenames end in .man, to figure out what section they go it. This would
+ require a switch to turn on, for backwards compatability.