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

Chris Lamb chris at chris-lamb.co.uk
Sun Oct 22 23:02:18 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 eefc2957263b09d1eb996a18544e67944016584e
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Oct 22 19:01:19 2017 -0400

    Treat .pk3 files as .zip archives; they usually contain game data.
---
 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 93d6047..bb00670 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)$/
+	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par|pk3)$/
 		&& _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