[Reproducible-commits] [strip-nondeterminism] branch debian updated (246fc80 -> 1d46124)

Andrew Ayer agwa at andrewayer.name
Thu Feb 5 22:10:30 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  246fc80   Update debian/changelog for 0.003-1 release
      adds  4ec308b   Fix how ar handler deals with padding
      adds  79086e6   Treat .war and .hpi files as JAR files
      adds  94204e5   Strip non-deterministic fields from MANIFEST.MF files inside JARs
      adds  4dd9533   Add $File::StripNondeterminism::canonical_time for setting a canonical time
      adds  4b221cd   ignore MYMETA.json
      adds  1268a23   test for javadoc
      adds  b1702b0   ignore *.swp
      adds  0acea0d   strip generation time from pom.properties
      adds  e5d67a4   Rewrite the first timestamp in a PE (.exe) file
      adds  8e29141   strip-nondeterminism: add --timestamp option for setting canonical time
      adds  36144ae   dh_strip_nondeterminism: replace timestamps with most recent debian/changelog date
      adds  4e69315   Normalize extended timestamp extra field in Zip archives
      adds  2421284   Add missing `use File::Basename` to jar handler
      adds  295c53d   Normalize Unix permissions in Zip archives
      adds  1383c89   Add support for pk3 and dz files
      adds  f0912ff   zip handler: also normalize local extra fields
      adds  71251cf   Ar files: ignore contents of padding bytes
      adds  33aeeeb   Add support for Python Wheel packages (renamed Zip files)
      adds  4e25a15   Use Zip handler also for .xpi files
      adds  7eedde0   Strip _lastmodified times from PEAR registry files.
      adds  966f648   Replace generated times in files generated by docbook-to-man.
      adds  4ae56f5   javadoc: normalize the <META NAME="date"> header
      adds  d4d90b0   Update javadoc test case to test <META NAME="date"> removal
      adds  9a2cfe7   javadoc: Preserve case when normalizing <META NAME="date">
      adds  dc19df3   Add another javadoc test
      adds  2b6b286   Use gmtime instead of localtime for normalizing timestamps
       new  d117f4f   Work around bug in Archive::Zip that causes infinite loop
       new  5566af6   Version 0.004
       new  bd00cb6   Merge tag '0.004' into debian
       new  1d46124   Update debian/changelog for 0.004-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:
 .gitignore                                         |  2 +
 bin/dh_strip_nondeterminism                        |  5 ++
 bin/strip-nondeterminism                           | 11 ++-
 debian/changelog                                   | 30 ++++++++
 lib/File/StripNondeterminism.pm                    | 34 +++++++--
 lib/File/StripNondeterminism/handlers/ar.pm        |  9 ++-
 .../StripNondeterminism/handlers/docbooktoman.pm   | 59 ++++++++++++++++
 lib/File/StripNondeterminism/handlers/gzip.pm      |  3 +-
 lib/File/StripNondeterminism/handlers/jar.pm       | 31 +++++++++
 lib/File/StripNondeterminism/handlers/javadoc.pm   | 49 ++++++++-----
 lib/File/StripNondeterminism/handlers/pe.pm        | 52 ++++++++++++++
 .../StripNondeterminism/handlers/pearregistry.pm   | 65 +++++++++++++++++
 .../handlers/{javadoc.pm => pomproperties.pm}      | 19 ++---
 lib/File/StripNondeterminism/handlers/zip.pm       | 59 +++++++++++++++-
 t/docbooktoman.t                                   | 51 ++++++++++++++
 t/javadoc.t                                        | 81 ++++++++++++++++++++++
 t/pearregistry.t                                   | 38 ++++++++++
 t/pomproperties.t                                  | 50 +++++++++++++
 18 files changed, 608 insertions(+), 40 deletions(-)
 create mode 100644 lib/File/StripNondeterminism/handlers/docbooktoman.pm
 create mode 100644 lib/File/StripNondeterminism/handlers/pe.pm
 create mode 100644 lib/File/StripNondeterminism/handlers/pearregistry.pm
 copy lib/File/StripNondeterminism/handlers/{javadoc.pm => pomproperties.pm} (77%)
 create mode 100644 t/docbooktoman.t
 create mode 100644 t/javadoc.t
 create mode 100644 t/pearregistry.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