[Reproducible-commits] [strip-nondeterminism] branch debian updated (63b2446 -> a313bfe)

Chris Lamb chris at chris-lamb.co.uk
Sun Jul 24 11:58:21 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  63b2446   Update changelog for 0.020-1 release
      adds  30291ac   Standardise on $modified over $changed.
      adds  4537968   handlers/ar.pm: Normalise whitespace
      adds  7836058   handlers/png.pm: Ensure $modified is always defined.
      adds  f4c9e63   Fix PNG handling caused by double-read(2). (Closes: #832306)
      adds  ebb1f5b   Unlink tempfile in the correct scope.
      adds  874b80b   Add test fixtures for PNG handler.
      adds  995fbb8   Add a PNG test that strips a teXT chunk
       new  61904cb   Release 0.021
       new  b7ad7d5   Merge tag '0.021' into debian
       new  a313bfe   Update changelog for 0.021-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:
 debian/changelog                                 |  12 +++++++++
 lib/File/StripNondeterminism.pm                  |   2 +-
 lib/File/StripNondeterminism/handlers/ar.pm      |   4 +--
 lib/File/StripNondeterminism/handlers/gettext.pm |   8 +++---
 lib/File/StripNondeterminism/handlers/png.pm     |  16 +++++++-----
 t/fixtures/png/1x1.in.png                        | Bin 0 -> 95 bytes
 t/fixtures/png/1x1.out.png                       |   1 +
 t/fixtures/png/huge-chunk-size.in.png            | Bin 0 -> 512 bytes
 t/fixtures/png/huge-chunk-size.out.png           |   1 +
 t/fixtures/png/kmidimon1.in.png                  | Bin 0 -> 77667 bytes
 t/fixtures/png/kmidimon1.out.png                 |   1 +
 t/fixtures/png/tEXt.in.png                       | Bin 0 -> 272 bytes
 t/fixtures/png/tEXt.out.png                      | Bin 0 -> 155 bytes
 t/{pearregistry.t => png.t}                      |  30 ++++++++++++++---------
 14 files changed, 50 insertions(+), 25 deletions(-)
 create mode 100644 t/fixtures/png/1x1.in.png
 create mode 120000 t/fixtures/png/1x1.out.png
 create mode 100644 t/fixtures/png/huge-chunk-size.in.png
 create mode 120000 t/fixtures/png/huge-chunk-size.out.png
 create mode 100644 t/fixtures/png/kmidimon1.in.png
 create mode 120000 t/fixtures/png/kmidimon1.out.png
 create mode 100644 t/fixtures/png/tEXt.in.png
 create mode 100644 t/fixtures/png/tEXt.out.png
 copy t/{pearregistry.t => png.t} (57%)

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