diff options
author | Osamu Aoki <osamu@debian.org> | 2015-05-10 09:10:16 +0900 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2015-05-20 22:16:41 +0200 |
commit | 44e3992466c0fb2817d1cfa16ef62a3a26bbec0e (patch) | |
tree | df929827db5ca9f455c76177943e595bc078fac7 /dh_compress | |
parent | bdb3a1f1e12b272dcff0f8d5fff3e2b499f19ec0 (diff) | |
download | debhelper-44e3992466c0fb2817d1cfa16ef62a3a26bbec0e.tar.gz |
dh_compress: skip xhtml compression
Try again with correct fix
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_compress b/dh_compress index eb094a48..0716fdd3 100755 --- a/dh_compress +++ b/dh_compress @@ -114,6 +114,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { \\( -type d -name _sources -prune -false \\) -o \\ -type f \\( -size +4k -or -name "changelog*" -or -name "NEWS*" \\) \\ \\( -name changelog.html -or ! -iname "*.htm*" \\) \\ + ! -iname "*.xhtml" \\ ! -iname "*.gif" ! -iname "*.png" ! -iname "*.jpg" \\ ! -iname "*.jpeg" ! -iname "*.gz" ! -iname "*.taz" \\ ! -iname "*.tgz" ! -iname "*.z" ! -iname "*.bz2" \\ |