[Reproducible-commits] [debhelper] 44/61: dh_compress: exclude .xz .lzma and .lz files from compression

Mattia Rizzolo mattia at mapreri.org
Sat Apr 4 18:37:37 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 3f389b60224782cfca34aa0c3f94aa6d5223b5f9
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Feb 22 11:40:30 2015 +0100

    dh_compress: exclude .xz .lzma and .lz files from compression
---
 debian/changelog | 2 ++
 dh_compress      | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b80d1f3..1105d73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -82,6 +82,8 @@ debhelper (9.20150101.1) UNRELEASED; urgency=medium
   * autoconf is always passed one of
      --enable-silent-rules (if DH_QUIET is set) or
      --disable-silent-rules (otherwise). (Closes: #551463, #680686)
+  * dh_compress: exclude .xz .lzma and .lz files from compression
+    (Closes: #778927)
 
  -- Niels Thykier <niels at thykier.net>  Thu, 01 Jan 2015 17:24:38 +0100
 
diff --git a/dh_compress b/dh_compress
index 53a6bb1..bbd5847 100755
--- a/dh_compress
+++ b/dh_compress
@@ -121,6 +121,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 				! -iname "*.epub" ! -iname "*.jar" ! -iname "*.zip" \\
 				! -iname "*.odg" ! -iname "*.odp" ! -iname "*.odt" \\
 				! -iname ".htaccess" ! -iname "*.css" \\
+				! -iname "*.xz" ! -iname "*.lz" ! -iname "*.lzma" \\
 				! -iname "*.svg" ! -iname "*.svgz" ! -iname "*.js" \\
 				! -name "index.sgml" ! -name "objects.inv" ! -name "*.map" \\
 				! -name "copyright" 2>/dev/null || true;

-- 
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