[Reproducible-commits] [debbindiff] branch master updated (97aa770 -> d9d7537)

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 29 22:35:19 UTC 2014


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

lunar pushed a change to branch master
in repository debbindiff.

      from  97aa770   Output nice HTML instead of scary mingled text
       new  84dd34e   Remove dead code
       new  4e76134   Small style improvement in output
       new  a822efc   Add missing file
       new  4076362   Add support for comparing .hi and .p_hi files
       new  f1e2dd7   Log progress while producing HTML output
       new  2d594d8   Fix shebang
       new  5f86348   Add support for comparing ELF
       new  77f2ec9   Add specific comparison function for md5sums files
       new  0c4e97b   Tweak print limiting system
       new  d9d7537   Add support for comparing .mo files

The 10 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.py                                    |  2 +-
 debbindiff/comparators/__init__.py               | 21 ++++++----
 debbindiff/comparators/deb.py                    |  9 ++++-
 debbindiff/comparators/elf.py                    | 49 ++++++++++++++++++++++++
 debbindiff/comparators/{binary.py => gettext.py} | 21 +++++-----
 debbindiff/comparators/{binary.py => haskell.py} | 22 ++++++-----
 debbindiff/difference.py                         | 21 ----------
 debbindiff/presenters/__init__.py                |  0
 debbindiff/presenters/html.py                    | 19 ++++-----
 9 files changed, 104 insertions(+), 60 deletions(-)
 create mode 100644 debbindiff/comparators/elf.py
 copy debbindiff/comparators/{binary.py => gettext.py} (68%)
 copy debbindiff/comparators/{binary.py => haskell.py} (65%)
 create mode 100644 debbindiff/presenters/__init__.py

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