summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:37:17 +0000
committerjoey <joey>1999-08-17 04:37:17 +0000
commitc71c19eb874374de4b11b740af49c7d2d202dbc3 (patch)
tree124bee0e25cf1e34cc6a39c551a78a70d2d82182 /dh_compress
parent0c4875b3fecb5b376257e248b129537dd148e0c4 (diff)
downloaddebhelper-c71c19eb874374de4b11b740af49c7d2d202dbc3.tar.gz
r22: Initial Import
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress2
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
`