[Reproducible-commits] [strip-nondeterminism] 02/03: Merge tag '0.023' into debian

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 commit to branch debian
in repository strip-nondeterminism.

commit 3634f4e8ff7a077078259b5b802070aa1e8842a7
Merge: b3a43bd 431b953
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Aug 22 23:34:35 2016 +0100

    Merge tag '0.023' into debian
    
    * tag '0.023':
      Release 0.023
      javaproperties.pm: Match more styles of .properties and loosen filename matching.
      Remove hyphen from non-determinism and non-deterministic.
      handlers/png.pm: Drop unused Archive::Zip import
      Support Android .apk files with the JAR normalizer.
      t/fixtures.t: Don't run normalizer if we didn't find one.
      t/fixtures.t: Explicitly test that we can find a normalizer
      t/fixtures.t: move to using subtests
      t/javaproperties: move pom.properties and version.properties tests to fixtures
      Add the "expected" filename to the end of the test name.
      Move "in" and "out" to the end of the filename so we can match more filenames
      Add gzip testcase fixture.
      Replace t/ar.t with a fixture.
      Replace t/javadoc.t with fixture
      Set a canonical time for fixture tests.
      Replace (single) pearregistry test with a fixture.
      Make fixture runner generic to all normalizer types.

 Makefile.PL                                        |   2 +-
 README                                             |   2 +-
 bin/dh_strip_nondeterminism                        |   6 +-
 bin/strip-nondeterminism                           |   4 +-
 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 -----
 44 files changed, 133 insertions(+), 356 deletions(-)

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