[Reproducible-builds] [debhelper] 01/33: dh_compress: Avoid compressing .map files, which may be html usemaps. Closes: #704443

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Aug 29 04:34:57 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds_fixmtimes
in repository debhelper.

commit 34b1638276dfb61c76900d89c1fa28379322c914
Author: Joey Hess <joey at kitenet.net>
Date:   Sat Jan 25 15:50:14 2014 -0400

    dh_compress: Avoid compressing .map files, which may be html usemaps. Closes: #704443
---
 debian/changelog | 7 +++++++
 dh_compress      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cd52f9d..ebf733c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (9.20131228) UNRELEASED; urgency=medium
+
+  * dh_compress: Avoid compressing .map files, which may be html
+    usemaps. Closes: #704443
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 25 Jan 2014 15:49:45 -0400
+
 debhelper (9.20131227) unstable; urgency=medium
 
   [ Guillem Jover ]
diff --git a/dh_compress b/dh_compress
index 73c477a..e908dd8 100755
--- a/dh_compress
+++ b/dh_compress
@@ -122,7 +122,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 				! -iname "*.odg" ! -iname "*.odp" ! -iname "*.odt" \\
 				! -iname ".htaccess" ! -iname "*.css" \\
 				! -iname "*.svg" ! -iname "*.svgz" ! -iname "*.js" \\
-				! -name "index.sgml" ! -name "objects.inv" \\
+				! -name "index.sgml" ! -name "objects.inv" ! -name "*.map" \\
 				! -name "copyright" 2>/dev/null || true;
 			find usr/share/fonts/X11 -type f -name "*.pcf" 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-builds mailing list