[Reproducible-commits] [debhelper] 09/33: dh_compress: skip xhtml compression

Mattia Rizzolo mattia at mapreri.org
Sun Jun 28 13:15:19 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
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/reproducible/debhelper.git



More information about the Reproducible-commits mailing list