diff options
author | joey <joey> | 2002-02-17 17:52:47 +0000 |
---|---|---|
committer | joey <joey> | 2002-02-17 17:52:47 +0000 |
commit | 5221e81cc5f195b32758617409cdc39e12277b82 (patch) | |
tree | 16cca2fc42f87c00168665693b0626e5d09f72d0 /doc/TODO | |
parent | 8e0691a21799ddf303419876e0681df88cfcf56e (diff) | |
download | debhelper-5221e81cc5f195b32758617409cdc39e12277b82.tar.gz |
r510: * Thanks to Benjamin Drieu <benj@debian.org>, dh_installdocs -X now works.
I had to modify his patch to use cp --parents, since -P spews warnings
now. Also, I made it continue to use cp -a if nothing is excluded,
which is both faster, and means this patch is less likely to break
anything if it turns out to be buggy. Also, stylistic changes.
Closes: #40649
* Implemented -X for dh_installexamples as well.
* dh_clean -X substvars will also work now. Closes: #66890
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -53,8 +53,6 @@ Wishlist items: * Add a switch to dh_installdeb to allow it to do user defined substitutions. OTOH, maybe it's better if people just sed postinst.in before debhelper gets it's hands on it... (#25235) -* dh_installdocs needs -X support, which probably means going with tar - instead of cp -a. Ugh. v4: |