[Reproducible-commits] [strip-nondeterminism] branch debian updated (da2ca25 -> 7cec6eb)
Andrew Ayer
agwa at andrewayer.name
Sun Mar 22 18:41:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
agwa-guest pushed a change to branch debian
in repository strip-nondeterminism.
from da2ca25 Update debian/changelog for 0.005-2 release
adds 98c4cf3 Strip timestamp from Java version.properties files
adds a4e62c6 two more javaproperties signatures
adds ec6b057 set timezone to UTC before normalizing to get reproducible timestamps
adds 2094047 ar handler: preserve execute bit when normalizing permissions
adds 34310c3 Add test case for ar handler
adds 12830b3 Improve detection of timestamps in pom.properties files
new 8318863 Add a PNG handler
new c9513ff Version 0.006
new ff2489f Merge tag '0.006' into debian
new 7cec6eb Update debian/changelog for 0.006-1 release
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bin/dh_strip_nondeterminism | 4 +
bin/strip-nondeterminism | 4 +
debian/changelog | 13 ++
lib/File/StripNondeterminism.pm | 18 ++-
lib/File/StripNondeterminism/handlers/ar.pm | 3 +-
lib/File/StripNondeterminism/handlers/jar.pm | 8 +-
.../{pomproperties.pm => javaproperties.pm} | 12 +-
lib/File/StripNondeterminism/handlers/png.pm | 86 +++++++++++
t/ar.t | 161 +++++++++++++++++++++
t/{pomproperties.t => javaproperties.t} | 51 +++++--
10 files changed, 335 insertions(+), 25 deletions(-)
rename lib/File/StripNondeterminism/handlers/{pomproperties.pm => javaproperties.pm} (77%)
create mode 100644 lib/File/StripNondeterminism/handlers/png.pm
create mode 100644 t/ar.t
rename t/{pomproperties.t => javaproperties.t} (55%)
--
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