[strip-nondeterminism] 01/01: Update comment. Thanks to Apollon Oikonomopoulos for the suggestion.

Chris Lamb chris at chris-lamb.co.uk
Tue Oct 3 14:36:38 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 cb9261d05e6891153f3d44ad2cc6c0e3184dbc60
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Oct 3 15:36:33 2017 +0100

    Update comment. Thanks to Apollon Oikonomopoulos for the suggestion.
    
    Gbp-Dch: ignore
---
 lib/File/StripNondeterminism/handlers/jar.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/File/StripNondeterminism/handlers/jar.pm b/lib/File/StripNondeterminism/handlers/jar.pm
index 9342aae..0d14260 100644
--- a/lib/File/StripNondeterminism/handlers/jar.pm
+++ b/lib/File/StripNondeterminism/handlers/jar.pm
@@ -95,8 +95,8 @@ sub _jar_normalize_member($$) {
 	} elsif ($member->fileName() =~ /\.clj$/) {
 		# Clojure considers the .class file to be stale if it shares
 		# the same timestamp of the .clj. We thus adjust the timestamps
-		# of the .clj to always be younger. We do not need to worry
-		# about underflowing due to SAFE_EPOCH.
+		# of the .clj to always be to older than the .class. We do not
+		# need to worry about underflow due to Zip's SAFE_EPOCH.
 		$timestamp--;
 	} elsif ($member->fileName() =~ /\.jar$/) {
 		File::StripNondeterminism::handlers::zip::normalize_member($member,

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