Commits (2)
strip-nondeterminism (1.6.3-3) UNRELEASED; urgency=medium
* Wrap long lines in changelog entries: 0.025-1, 0.023-1, thanks
lintian-brush.
-- Holger Levsen <holger@debian.org> Thu, 05 Mar 2020 13:12:42 +0000
strip-nondeterminism (1.6.3-2) unstable; urgency=medium
[ Debian Janitor ]
......
......@@ -64,7 +64,7 @@ sub get_normalizer_for_file($) {
return _handler('gzip');
}
# jar
if (m/\.(jar|war|hpi|apk)$/
if (m/\.(jar|war|hpi|apk|sym)$/
&& _get_file_type($_) =~ m/(Java|Zip) archive data/) {
return _handler('jar');
}
......