[Reproducible-builds] [strip-nondeterminism] branch master updated (2e6ac7c -> ad9d61a)

Andrew Ayer agwa at andrewayer.name
Mon Sep 8 01:15:56 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  2e6ac7c   Properly handle JAR files with explicit META-INF/ entries
       new  ad9d61a   Completely reorganize and overhaul

The 1 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                               |  10 ++
 MANIFEST                                 |  11 ++
 MANIFEST.SKIP                            |  21 +++
 Makefile.PL                              |  20 +++
 TODO                                     |   6 +-
 bin/dh_strip_nondeterminism              |  85 +++++++++++
 bin/strip-nondeterminism                 | 110 ++++++++++++++
 dh_strip_nondeterminism                  | 248 -------------------------------
 handlers/README                          |   3 -
 handlers/gzip                            | 104 -------------
 handlers/zip                             |  12 --
 lib/StripNondeterminism.pm               |  76 ++++++++++
 lib/StripNondeterminism/handlers/ar.pm   |  86 +++++++++++
 lib/StripNondeterminism/handlers/gzip.pm | 122 +++++++++++++++
 lib/StripNondeterminism/handlers/jar.pm  |  43 ++++++
 lib/StripNondeterminism/handlers/zip.pm  |  45 ++++++
 16 files changed, 632 insertions(+), 370 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 MANIFEST
 create mode 100644 MANIFEST.SKIP
 create mode 100644 Makefile.PL
 create mode 100755 bin/dh_strip_nondeterminism
 create mode 100755 bin/strip-nondeterminism
 delete mode 100755 dh_strip_nondeterminism
 delete mode 100644 handlers/README
 delete mode 100755 handlers/gzip
 delete mode 100755 handlers/zip
 create mode 100644 lib/StripNondeterminism.pm
 create mode 100644 lib/StripNondeterminism/handlers/ar.pm
 create mode 100644 lib/StripNondeterminism/handlers/gzip.pm
 create mode 100644 lib/StripNondeterminism/handlers/jar.pm
 create mode 100644 lib/StripNondeterminism/handlers/zip.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-builds mailing list