[Git][reproducible-builds/strip-nondeterminism][master] 2 commits: [Temporarily] drop debian/changelog changes - canonically populated via gbp-dch upon release.
Chris Lamb
gitlab at salsa.debian.org
Wed Apr 8 23:09:54 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
d18cfdcc by Chris Lamb at 2020-04-09T00:06:24+01:00
[Temporarily] drop debian/changelog changes - canonically populated via gbp-dch upon release.
Gbp-Dch: ignore
- - - - -
1acb2c9c by Chris Lamb at 2020-04-09T00:08:26+01:00
Normalise *.sym files as Java archives. (Closes: reproducible-builds/strip-nondeterminism#15, #956160)
- - - - -
2 changed files:
- debian/changelog
- lib/File/StripNondeterminism.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,3 @@
-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 at debian.org> Thu, 05 Mar 2020 13:12:42 +0000
-
strip-nondeterminism (1.6.3-2) unstable; urgency=medium
[ Debian Janitor ]
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -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');
}
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/bf45fa5024a227d464daf2180147e871d2c0d35b...1acb2c9ca569b9b7c6c21178ed3dff56d5ce695a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/bf45fa5024a227d464daf2180147e871d2c0d35b...1acb2c9ca569b9b7c6c21178ed3dff56d5ce695a
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/20200408/df4eb2cd/attachment.htm>
More information about the rb-commits
mailing list