On Sun, 2016-07-24 at 12:06 +0000, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the dh-strip-nondeterminism package: > > #832306: dh-strip-nondeterminism: png file handling is messed up > > It has been closed by Chris Lamb <[email protected]>.
From Git:
> diff --git a/lib/File/StripNondeterminism/handlers/png.pm
> b/lib/File/StripNondeterminism/handlers/png.pm
> index 793250e..87235cd 100644
> --- a/lib/File/StripNondeterminism/handlers/png.pm
> +++ b/lib/File/StripNondeterminism/handlers/png.pm
> @@ -107,6 +107,11 @@ sub _normalize {
> $modified = 1;
> next;
> }
> +
> + # Not a chunk we care about but we already read the
> + # data so we cannot fall through
> + print $tempfile $header . $data;
> + next;
> }
>
> print $tempfile $header;
This seems to break the IEND "garbage after png file" handling. The
testcase from #802057 fails after this.
James
signature.asc
Description: This is a digitally signed message part

