[strip-nondeterminism] 01/01: Move from verbose_print to nonquiet_print so we print when normalising a file. This is so we can start to target the removal of strip-nondeterminism itself. (Closes: #862031)

Chris Lamb chris at chris-lamb.co.uk
Sun May 7 17:26:57 UTC 2017


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit b763e31a17ada00f36da0354776708a566454f30
Author: Chris Lamb <lamby at debian.org>
Date:   Sun May 7 19:23:02 2017 +0200

    Move from verbose_print to nonquiet_print so we print when normalising a file. This is so we can start to target the removal of strip-nondeterminism itself. (Closes: #862031)
---
 bin/dh_strip_nondeterminism | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/dh_strip_nondeterminism b/bin/dh_strip_nondeterminism
index b8b483d..e1dbbf3 100755
--- a/bin/dh_strip_nondeterminism
+++ b/bin/dh_strip_nondeterminism
@@ -83,7 +83,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 	foreach (@nondeterministic_files) {
 		my ($path, $normalize) = @$_;
-		verbose_print("Normalizing $path");
+		nonquiet_print("Normalizing $path");
 		eval { $normalize->($path); 1 }
 		  or error("$path: $@");
 	}

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



More information about the Reproducible-commits mailing list