diff options
author | joey <joey> | 1999-08-17 04:37:17 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:37:17 +0000 |
commit | c71c19eb874374de4b11b740af49c7d2d202dbc3 (patch) | |
tree | 124bee0e25cf1e34cc6a39c551a78a70d2d82182 /dh_compress | |
parent | 0c4875b3fecb5b376257e248b129537dd148e0c4 (diff) | |
download | debhelper-c71c19eb874374de4b11b740af49c7d2d202dbc3.tar.gz |
r22: Initial Import
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress index 86ab8373..a54cd2f8 100755 --- a/dh_compress +++ b/dh_compress @@ -23,7 +23,7 @@ for PACKAGE in $DH_DOPACKAGES; do # By default fall back on what the policy manual says to compress. files=` find usr/info usr/man usr/X11*/man -type f 2>/dev/null ; - find usr/doc -type f -size +4k \ + find usr/doc -type f \( -size +4k -or -name "changelog*" \) \ ! -name "*.htm*" ! -name "*.gif" \ ! -name "copyright" 2>/dev/null ` |