From 951dee203ea9606e209238545d0bba630bc353bc Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 2 May 2015 10:10:28 +0200 Subject: Revert "dh_compress: Skip compression of xhtml files" This reverts commit d5c08b71d7a59dfa5e082672ae2548eee7503fda. Conflicts: debian/changelog --- dh_compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_compress') 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" \\ -- cgit v1.2.3