[debhelper-devel] [debhelper] 01/03: dh_compress: skip xhtml compression

Niels Thykier nthykier at moszumanska.debian.org
Wed May 20 20:20:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 44e3992466c0fb2817d1cfa16ef62a3a26bbec0e
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun May 10 09:10:16 2015 +0900

    dh_compress: skip xhtml compression
    
    Try again with correct fix
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_compress | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dh_compress b/dh_compress
index eb094a4..0716fdd 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" \\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list