summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-05-02 10:10:28 +0200
committerNiels Thykier <niels@thykier.net>2015-05-02 10:21:32 +0200
commit951dee203ea9606e209238545d0bba630bc353bc (patch)
treef078e372d9e15b0a900df33cfedfcc552e700400 /dh_compress
parentb9b0320fbf7cf7b01d110a9a15898eed094d7cc6 (diff)
downloaddebhelper-951dee203ea9606e209238545d0bba630bc353bc.tar.gz
Revert "dh_compress: Skip compression of xhtml files"
This reverts commit d5c08b71d7a59dfa5e082672ae2548eee7503fda. Conflicts: debian/changelog
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 bbd58478..eb094a48 100755
--- a/dh_compress
+++ b/dh_compress
@@ -113,7 +113,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
find usr/share/doc \\
\\( -type d -name _sources -prune -false \\) -o \\
-type f \\( -size +4k -or -name "changelog*" -or -name "NEWS*" \\) \\
- \\( -name changelog.html -or ! -iname "*.htm*" -or ! -iname "*.xhtml" \\) \\
+ \\( -name changelog.html -or ! -iname "*.htm*" \\) \\
! -iname "*.gif" ! -iname "*.png" ! -iname "*.jpg" \\
! -iname "*.jpeg" ! -iname "*.gz" ! -iname "*.taz" \\
! -iname "*.tgz" ! -iname "*.z" ! -iname "*.bz2" \\