[Git][reproducible-builds/strip-nondeterminism][master] 3 commits: Clarify --verbose and "non --verbose" output of bin/strip-nondeterminism so we...
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Tue Jan 21 11:24:20 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
17a5bedb by Chris Lamb at 2025-01-21T11:20:51+00:00
Clarify --verbose and "non --verbose" output of bin/strip-nondeterminism so we don't imply we are normalizing files that we are not. (Closes: #1093513)
- - - - -
1d09d2b2 by Chris Lamb at 2025-01-21T11:21:32+00:00
Release version 1.14.1
Gbp-Dch: ignore
- - - - -
8ae5a6b9 by Chris Lamb at 2025-01-21T11:23:36+00:00
Update changelog for 1.14.1-1 release
- - - - -
3 changed files:
- bin/strip-nondeterminism
- debian/changelog
- lib/File/StripNondeterminism.pm
Changes:
=====================================
bin/strip-nondeterminism
=====================================
@@ -113,8 +113,8 @@ for my $filename (@ARGV) {
}
}
- print "Normalizing $filename\n" if $verbose;
- eval { $normalizer->($filename); 1 }
+ print "Calling normalizer for $filename\n" if $verbose;
+ eval { print "Normalized $filename\n" if $normalizer->($filename); 1 }
or die "strip-nondeterminism: $filename: $@";
}
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+strip-nondeterminism (1.14.1-1) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * Clarify the --verbose and non-verbose output of the
+ strip-nondeterminism entry point so we don't imply we are normalizing files
+ when we are not. Thanks, Niels Thykier. (Closes: #1093513)
+
+ [ Ed J ]
+ * Use and define a $full_name variable to improve code legibility.
+
+ -- Chris Lamb <lamby at debian.org> Tue, 21 Jan 2025 11:23:24 +0000
+
strip-nondeterminism (1.14.0-1) unstable; urgency=medium
[ Alex Muntada ]
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -26,7 +26,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time, $verbose);
-$VERSION = '1.14.0'; # <https://semver.org/>
+$VERSION = '1.14.1'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/b8e5d87eeb5dabc83ac45b4c6a4923543736c5ea...8ae5a6b96e00cbae77dbaf57e4f3efa1ef3f528f
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/b8e5d87eeb5dabc83ac45b4c6a4923543736c5ea...8ae5a6b96e00cbae77dbaf57e4f3efa1ef3f528f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20250121/a45fe303/attachment.htm>
More information about the rb-commits
mailing list