[Reproducible-commits] [strip-nondeterminism] branch debian updated (b3a43bd -> cfe9520)

Chris Lamb chris at chris-lamb.co.uk
Mon Aug 22 22:36:44 UTC 2016


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

lamby pushed a change to branch debian
in repository strip-nondeterminism.

      from  b3a43bd   Update changelog for 0.022-1 release
      adds  340f0f2   Make fixture runner generic to all normalizer types.
      adds  2dddd4d   Replace (single) pearregistry test with a fixture.
      adds  b3e2272   Set a canonical time for fixture tests.
      adds  b2b708c   Replace t/javadoc.t with fixture
      adds  1ec4cf8   Replace t/ar.t with a fixture.
      adds  39435c5   Add gzip testcase fixture.
      adds  453e89a   Move "in" and "out" to the end of the filename so we can match more filenames
      adds  dee60d1   Add the "expected" filename to the end of the test name.
      adds  f9aca15   t/javaproperties: move pom.properties and version.properties tests to fixtures
      adds  b425976   t/fixtures.t: move to using subtests
      adds  691e070   t/fixtures.t: Explicitly test that we can find a normalizer
      adds  1438297   t/fixtures.t: Don't run normalizer if we didn't find one.
      adds  e7760c9   Support Android .apk files with the JAR normalizer.
      adds  c1887f5   handlers/png.pm: Drop unused Archive::Zip import
      adds  732aba7   Remove hyphen from non-determinism and non-deterministic.
      adds  8070a32   javaproperties.pm: Match more styles of .properties and loosen filename matching.
       new  431b953   Release 0.023
       new  3634f4e   Merge tag '0.023' into debian
       new  cfe9520   Update changelog for 0.023-1 release

The 3 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:
 Makefile.PL                                        |   2 +-
 README                                             |   2 +-
 bin/dh_strip_nondeterminism                        |   6 +-
 bin/strip-nondeterminism                           |   4 +-
 debian/changelog                                   |  20 +++
 lib/File/StripNondeterminism.pm                    |   6 +-
 lib/File/StripNondeterminism/handlers/jar.pm       |   2 +-
 .../StripNondeterminism/handlers/javaproperties.pm |   3 +-
 lib/File/StripNondeterminism/handlers/png.pm       |   1 -
 t/ar.t                                             | 161 ---------------------
 t/{png.t => fixtures.t}                            |  25 ++--
 t/fixtures/ar/one.a.in                             |  32 ++++
 t/fixtures/ar/one.a.out                            |  32 ++++
 t/fixtures/gzip/vimoutliner_vo_readme_txt.gz.in    | Bin 0 -> 13068 bytes
 t/fixtures/gzip/vimoutliner_vo_readme_txt.gz.out   | Bin 0 -> 13054 bytes
 t/fixtures/jar/android.apk.in                      | Bin 0 -> 15775 bytes
 t/fixtures/jar/android.apk.out                     |   1 +
 t/fixtures/javadoc/a.html.in                       |   8 +
 t/fixtures/javadoc/a.html.out                      |   7 +
 .../javaproperties/configuration.properties.in     |   4 +
 .../javaproperties/configuration.properties.out    |   3 +
 t/fixtures/javaproperties/pom.properties.in        |   3 +
 t/fixtures/javaproperties/pom.properties.out       |   2 +
 t/fixtures/javaproperties/version.properties.in    |   3 +
 t/fixtures/javaproperties/version.properties.out   |   2 +
 t/fixtures/pearregistry/test.reg.in                |   1 +
 t/fixtures/pearregistry/test.reg.out               |   1 +
 t/fixtures/png/1x1.out.png                         |   1 -
 t/fixtures/png/{1x1.in.png => 1x1.png.in}          | Bin
 t/fixtures/png/1x1.png.out                         |   1 +
 t/fixtures/png/bug_802057.out.png                  |   1 -
 .../png/{bug_802057.in.png => bug_802057.png.in}   | Bin
 t/fixtures/png/bug_802057.png.out                  |   1 +
 t/fixtures/png/huge-chunk-size.out.png             |   1 -
 ...ge-chunk-size.in.png => huge-chunk-size.png.in} | Bin
 t/fixtures/png/huge-chunk-size.png.out             |   1 +
 t/fixtures/png/kmidimon1.out.png                   |   1 -
 .../png/{kmidimon1.in.png => kmidimon1.png.in}     | Bin
 t/fixtures/png/kmidimon1.png.out                   |   1 +
 t/fixtures/png/tEXt.out.png                        | Bin 155 -> 0 bytes
 t/fixtures/png/{tEXt.in.png => tEXt.png.in}        | Bin
 t/fixtures/png/tEXt.png.out                        | Bin 0 -> 272 bytes
 t/javadoc.t                                        |  81 -----------
 t/javaproperties.t                                 |  51 +------
 t/pearregistry.t                                   |  38 -----
 45 files changed, 153 insertions(+), 356 deletions(-)
 delete mode 100644 t/ar.t
 rename t/{png.t => fixtures.t} (62%)
 create mode 100644 t/fixtures/ar/one.a.in
 create mode 100644 t/fixtures/ar/one.a.out
 create mode 100644 t/fixtures/gzip/vimoutliner_vo_readme_txt.gz.in
 create mode 100644 t/fixtures/gzip/vimoutliner_vo_readme_txt.gz.out
 create mode 100644 t/fixtures/jar/android.apk.in
 create mode 120000 t/fixtures/jar/android.apk.out
 create mode 100644 t/fixtures/javadoc/a.html.in
 create mode 100644 t/fixtures/javadoc/a.html.out
 create mode 100644 t/fixtures/javaproperties/configuration.properties.in
 create mode 100644 t/fixtures/javaproperties/configuration.properties.out
 create mode 100644 t/fixtures/javaproperties/pom.properties.in
 create mode 100644 t/fixtures/javaproperties/pom.properties.out
 create mode 100644 t/fixtures/javaproperties/version.properties.in
 create mode 100644 t/fixtures/javaproperties/version.properties.out
 create mode 100644 t/fixtures/pearregistry/test.reg.in
 create mode 100644 t/fixtures/pearregistry/test.reg.out
 delete mode 120000 t/fixtures/png/1x1.out.png
 rename t/fixtures/png/{1x1.in.png => 1x1.png.in} (100%)
 create mode 120000 t/fixtures/png/1x1.png.out
 delete mode 120000 t/fixtures/png/bug_802057.out.png
 rename t/fixtures/png/{bug_802057.in.png => bug_802057.png.in} (100%)
 create mode 120000 t/fixtures/png/bug_802057.png.out
 delete mode 120000 t/fixtures/png/huge-chunk-size.out.png
 rename t/fixtures/png/{huge-chunk-size.in.png => huge-chunk-size.png.in} (100%)
 create mode 120000 t/fixtures/png/huge-chunk-size.png.out
 delete mode 120000 t/fixtures/png/kmidimon1.out.png
 rename t/fixtures/png/{kmidimon1.in.png => kmidimon1.png.in} (100%)
 create mode 120000 t/fixtures/png/kmidimon1.png.out
 delete mode 100644 t/fixtures/png/tEXt.out.png
 rename t/fixtures/png/{tEXt.in.png => tEXt.png.in} (100%)
 create mode 100644 t/fixtures/png/tEXt.png.out
 delete mode 100644 t/javadoc.t
 delete mode 100644 t/pearregistry.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