[Reproducible-commits] [debbindiff] branch master updated (d9d7537 -> 9f2e0c6)

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 30 15:10:10 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  d9d7537   Add support for comparing .mo files
       new  67c5b47   Fix handling of objdump output
       new  7b2ea10   Add support for comparing .so files
       new  ba3c09d   Add style for errors in HTML output
       new  9e99276   Properly propagate exception with size limit was hit for HTML
       new  1096786   Add support for comparing zip and jar files
       new  2fd094a   Replace Python difflib by vim for speed reasons
       new  39c4982   Fix setter for Difference.comment
       new  3dbd095   Add support for comparing static libraries
       new  9f2e0c6   Add a proper command line interface

The 9 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                             | 26 ++++++++---
 debbindiff/__init__.py                    |  3 +-
 debbindiff/comparators/__init__.py        | 27 +++++++-----
 debbindiff/comparators/deb.py             |  6 +--
 debbindiff/comparators/elf.py             | 37 +++++++++++++---
 debbindiff/comparators/utils.py           |  4 ++
 debbindiff/comparators/{tar.py => zip.py} | 47 +++++++++-----------
 debbindiff/difference.py                  |  2 +-
 debbindiff/presenters/html.py             | 71 +++++++++++++++++++++++++------
 9 files changed, 151 insertions(+), 72 deletions(-)
 copy debbindiff/comparators/{tar.py => zip.py} (57%)

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