diff options
author | joey <joey> | 2003-05-23 01:27:30 +0000 |
---|---|---|
committer | joey <joey> | 2003-05-23 01:27:30 +0000 |
commit | 20c961d63ea4d305bf673b8a55f2fb9839959ecf (patch) | |
tree | b72ff86e5a5dac9e46713ebdfdda722a4c7f0f4d /doc/TODO | |
parent | fbdf58f81f0cbe7cf12fa621ef23deddd9b5c3a3 (diff) | |
download | debhelper-20c961d63ea4d305bf673b8a55f2fb9839959ecf.tar.gz |
r587: typos
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Wishlist items: * All debhelper programs should only accept the options they are documented to accept (rather than accepting all debhelper options). They should - be able to print breif usage summaries. + be able to print brief usage summaries. I think this calls for a restucturing. Make a Debhelper.pm class. Each program subclasses the class. The class provides command line parsing, @@ -40,7 +40,7 @@ Deprecated: higher. I won't hold my breath. * Also, grep the entire archive for all dh_* command lines (I do this now), and check to see what other switches are not being used, and maybe remove - some of them. I'd also like to depercate/remove debian/compress files, -X is + some of them. I'd also like to deprecate/remove debian/compress files, -X is a better idea. * dh_suidregister. Once nothing in the archive uses it. * dh_installmanpages. Only mildly deprecated right now. Once dh_installman |