[strip-nondeterminism] 01/01: Revert "Treat .pk3 files as .zip archives; they usually contain game data."; already there!

Chris Lamb chris at chris-lamb.co.uk
Sun Oct 22 23:53:45 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 fc4dd15130e06c41849d384bc0babe427a8b7274
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Oct 22 19:53:28 2017 -0400

    Revert "Treat .pk3 files as .zip archives; they usually contain game data."; already there!
    
    This reverts commit eefc2957263b09d1eb996a18544e67944016584e.
---
 lib/File/StripNondeterminism.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/File/StripNondeterminism.pm b/lib/File/StripNondeterminism.pm
index bb00670..93d6047 100644
--- a/lib/File/StripNondeterminism.pm
+++ b/lib/File/StripNondeterminism.pm
@@ -98,7 +98,7 @@ sub get_normalizer_for_file($) {
 			$_);
 	}
 	# zip
-	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par|pk3)$/
+	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par)$/
 		&& _get_file_type($_) =~ m/Zip archive data|EPUB document/) {
 		return _handler('zip');
 	}

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