[Reproducible-commits] [debbindiff] branch master updated (d0f7e86 -> d46ef29)

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Mar 27 17:50:05 UTC 2015


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

lunar pushed a change to branch master
in repository debbindiff.

      from  d0f7e86   fix IndexError from --text with empty files (Closes: #781280)
      adds  a8ad371   attempt at fixing unicode issues with --text
      adds  383b4e8   Try with utf-8 encoding when comparing text files
      adds  3d5f0d7   Perform content comparison when creating Difference objects
      adds  34ec9ac   Also use tool_required for gpg and make it a Recommends
      adds  d46ef29   Release version 12

No new revisions were added by this update.

Summary of changes:
 debbindiff.py                       |   5 +-
 debbindiff/__init__.py              |  57 +++-
 debbindiff/changes.py               |   3 +-
 debbindiff/comparators/binary.py    |   3 +-
 debbindiff/comparators/bzip2.py     |   3 +-
 debbindiff/comparators/changes.py   |  12 +-
 debbindiff/comparators/cpio.py      |   7 +-
 debbindiff/comparators/deb.py       |   3 +-
 debbindiff/comparators/directory.py |  16 +-
 debbindiff/comparators/elf.py       |  13 +-
 debbindiff/comparators/fonts.py     |   6 +-
 debbindiff/comparators/gettext.py   |   6 +-
 debbindiff/comparators/gzip.py      |   6 +-
 debbindiff/comparators/haskell.py   |   5 +-
 debbindiff/comparators/pdf.py       |   9 +-
 debbindiff/comparators/png.py       |   6 +-
 debbindiff/comparators/rpm.py       |   7 +-
 debbindiff/comparators/squashfs.py  |   7 +-
 debbindiff/comparators/tar.py       |   3 +-
 debbindiff/comparators/text.py      |  10 +-
 debbindiff/comparators/utils.py     |  55 ----
 debbindiff/comparators/xz.py        |   3 +-
 debbindiff/comparators/zip.py       |   6 +-
 debbindiff/difference.py            | 140 +++++++++-
 debbindiff/presenters/html.py       | 538 +++++++++++++++++++++++++++---------
 debbindiff/presenters/text.py       |  18 +-
 debian/changelog                    |  15 +
 debian/control                      |   6 +-
 debian/copyright                    |   4 +
 29 files changed, 684 insertions(+), 288 deletions(-)

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



More information about the Reproducible-commits mailing list