[Reproducible-commits] [debbindiff] branch master updated (112bd5e -> 72d1ca5)

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Apr 2 15:04:23 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  112bd5e   Decode msgunfmt output using actual PO charset
      adds  da8af70   Revert "Stop dumping ELF files when they are too big"
      adds  e9d72ec   Refactor Difference constructor
      adds  13743a5   Refactor how we run diff and feed its input
      adds  bc232ba   Add the ability to feed diff from file objects
      adds  32f704e   Convert text comparator to pass file directly to diff
      adds  e1a0551   Add a new abstract class to pass command output to diff
      adds  3693b67   Convert showttf to Command class
      adds  ad64512   Convert cpio to Command class
      adds  3facebf   Fix ls in directory comparator
      adds  4d9d4a5   Convert stat and getfacl to Command class
      adds  1c5212b   Stop feeding input to diff after a certain amount of lines
      adds  73ff674   Convert elf comparator to Command class
      adds  064ec09   Convert Haskell comparators to Command class
      adds  5e1b295   Convert PDF comparators to Command class
      adds  eee9fcb   Convert sng to Command class
      adds  ace3291   Convert squashfs comparator to Command class
      adds  a6e728a   Swallow output when extracting files from squashfs
      adds  232f7e8   Convert Zip comparator to Command class
      adds  4509154   Fix newline and tab handling in HTML presenter
       new  bbaee6a   Fix sed script trimming Recommends
       new  72d1ca5   Release version 14

The 2 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:
 debbindiff/__init__.py              |   2 +-
 debbindiff/comparators/binary.py    |  17 ++-
 debbindiff/comparators/changes.py   |  19 +--
 debbindiff/comparators/cpio.py      |  27 ++---
 debbindiff/comparators/deb.py       |   9 +-
 debbindiff/comparators/directory.py |  64 +++++-----
 debbindiff/comparators/elf.py       |  80 ++++++-------
 debbindiff/comparators/fonts.py     |  21 ++--
 debbindiff/comparators/gettext.py   |  48 +++++---
 debbindiff/comparators/gzip.py      |   7 +-
 debbindiff/comparators/haskell.py   |  19 ++-
 debbindiff/comparators/pdf.py       |  43 +++----
 debbindiff/comparators/png.py       |  35 +++---
 debbindiff/comparators/rpm.py       |   7 +-
 debbindiff/comparators/squashfs.py  |  45 ++++----
 debbindiff/comparators/tar.py       |   7 +-
 debbindiff/comparators/text.py      |   9 +-
 debbindiff/comparators/utils.py     |  74 +++++++++++-
 debbindiff/comparators/zip.py       |  38 +++---
 debbindiff/difference.py            | 225 ++++++++++++++++++++++++++++--------
 debbindiff/presenters/html.py       |   9 +-
 debian/changelog                    |  13 +++
 debian/rules                        |   2 +-
 23 files changed, 530 insertions(+), 290 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