[Reproducible-commits] [strip-nondeterminism] branch master updated (4ec308b -> 36144ae)

Andrew Ayer agwa at andrewayer.name
Sun Nov 16 23:16:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

agwa-guest pushed a change to branch master
in repository strip-nondeterminism.

      from  4ec308b   Fix how ar handler deals with padding
       new  79086e6   Treat .war and .hpi files as JAR files
       new  94204e5   Strip non-deterministic fields from MANIFEST.MF files inside JARs
       new  4dd9533   Add $File::StripNondeterminism::canonical_time for setting a canonical time
       new  4b221cd   ignore MYMETA.json
       new  1268a23   test for javadoc
       new  b1702b0   ignore *.swp
       new  0acea0d   strip generation time from pom.properties
       new  e5d67a4   Rewrite the first timestamp in a PE (.exe) file
       new  8e29141   strip-nondeterminism: add --timestamp option for setting canonical time
       new  36144ae   dh_strip_nondeterminism: replace timestamps with most recent debian/changelog date

The 10 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:
 .gitignore                                         |  2 +
 bin/dh_strip_nondeterminism                        |  5 ++
 bin/strip-nondeterminism                           | 11 ++++-
 lib/File/StripNondeterminism.pm                    | 16 ++++++-
 lib/File/StripNondeterminism/handlers/ar.pm        |  2 +-
 lib/File/StripNondeterminism/handlers/gzip.pm      |  3 +-
 lib/File/StripNondeterminism/handlers/jar.pm       | 30 ++++++++++++
 lib/File/StripNondeterminism/handlers/pe.pm        | 52 ++++++++++++++++++++
 .../handlers/{javadoc.pm => pomproperties.pm}      | 19 ++++----
 lib/File/StripNondeterminism/handlers/zip.pm       |  2 +-
 t/javadoc.t                                        | 56 ++++++++++++++++++++++
 t/pomproperties.t                                  | 50 +++++++++++++++++++
 12 files changed, 232 insertions(+), 16 deletions(-)
 create mode 100644 lib/File/StripNondeterminism/handlers/pe.pm
 copy lib/File/StripNondeterminism/handlers/{javadoc.pm => pomproperties.pm} (77%)
 create mode 100644 t/javadoc.t
 create mode 100644 t/pomproperties.t

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