[Reproducible-builds] [strip-nondeterminism] 01/02: Add a comment to dh_strip_nondeterminism
Andrew Ayer
agwa at andrewayer.name
Sun Aug 31 16:58:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
agwa-guest pushed a commit to branch master
in repository strip-nondeterminism.
commit f47083f029badb85455a6c05e80b98fc751fbc45
Author: Andrew Ayer <agwa at andrewayer.name>
Date: Sun Aug 31 09:56:56 2014 -0700
Add a comment to dh_strip_nondeterminism
---
dh_strip_nondeterminism | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dh_strip_nondeterminism b/dh_strip_nondeterminism
index 1e9ea8c..73ca4e8 100755
--- a/dh_strip_nondeterminism
+++ b/dh_strip_nondeterminism
@@ -66,6 +66,8 @@ sub testfile {
# gzip
if (m/\.gz$/) {
+ # No need for get_file_type b/c the gzip normalizer
+ # silently ignores non-gzip files
push @nondeterministic_files, [$fn, \&handlers::gzip::normalize];
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git
More information about the Reproducible-builds
mailing list