diff options
author | joey <joey> | 2000-08-21 02:04:06 +0000 |
---|---|---|
committer | joey <joey> | 2000-08-21 02:04:06 +0000 |
commit | e3534180b30e6f5e546078105bedfd5341664118 (patch) | |
tree | 60a635600b9df4b5854e3745f0d3e73c9fb98f51 /doc | |
parent | a4664178e1e455907c0ae2c9caf089ee6b8d0cc2 (diff) | |
download | debhelper-e3534180b30e6f5e546078105bedfd5341664118.tar.gz |
r367: * debian/package.filename.arch is now checked for first, before
debian/package.filename. Closes: #69453
* Added a section to debhelper(1) about files in debian/ used by
debhelper, which documents this. Removed scattered references to
debian/filename from all over the man pages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3,8 +3,6 @@ list grows - I welcome patches to fix items on it! Wishlist items: -* Move the perl libs into the correct perl lib dirs. Makes all debehelper - scripts shorter.. * Make dh_* "use strict". * Make dh_movefiles remove emptied directories after it's moved all the files out of them (#17111). @@ -67,6 +65,10 @@ Deprecated: - currently, a few packages in potato use dh_du, but bugs have been filed. * Remove support for --number option - only dh_installemacsen ever used it, it is not --priority. -* DH_COMPAT 1. Can be removed onve all packages are seen to be using 2 or +* DH_COMPAT 1. Can be removed once all packages are seen to be using 2 or higher. I won't hold my breath. +* Also, grep the entire archive for all dh_* command lines, 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 + a better idea. |