[Reproducible-commits] [debbindiff] branch master updated (f1774da -> bd20095)

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 29 18:29:23 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  f1774da   Add support for comparing tar files
       new  dcd90da   Split everything in little modules
       new  ea347c2   tar: remove temporary file after comparison
       new  1ec4667   Add missing import for binary_fallback
       new  4249ae2   Fix terminating condition in are_same_binaries
       new  89e1c5c   tar: stop adding an extra depth of differences
       new  6d38cdb   Add support for comparing .deb
       new  d88ef9c   Add support for comparing gzip files
       new  09ad75c   Add support for comparing bzip2
       new  158816b   Avoid calling libmagic if we recognize files by filename
       new  bd20095   Use plain xxd instead of pyxxd for speed reasons

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:
 .gitignore                                        |   2 +
 debbindiff.py                                     | 292 +---------------------
 debbindiff/comparators/__init__.py                |  79 ++++++
 debbindiff/{__init__.py => comparators/binary.py} |  21 +-
 debbindiff/comparators/bzip2.py                   |  46 ++++
 debbindiff/comparators/changes.py                 |  83 ++++++
 debbindiff/comparators/deb.py                     |  61 +++++
 debbindiff/comparators/gzip.py                    |  58 +++++
 debbindiff/comparators/tar.py                     |  70 ++++++
 debbindiff/{__init__.py => comparators/text.py}   |  17 +-
 debbindiff/comparators/utils.py                   |  65 +++++
 debbindiff/comparators/xz.py                      |  47 ++++
 debbindiff/difference.py                          |  73 ++++++
 debbindiff/pyxxd.py                               | 116 ---------
 14 files changed, 608 insertions(+), 422 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 debbindiff/comparators/__init__.py
 copy debbindiff/{__init__.py => comparators/binary.py} (63%)
 create mode 100644 debbindiff/comparators/bzip2.py
 create mode 100644 debbindiff/comparators/changes.py
 create mode 100644 debbindiff/comparators/deb.py
 create mode 100644 debbindiff/comparators/gzip.py
 create mode 100644 debbindiff/comparators/tar.py
 copy debbindiff/{__init__.py => comparators/text.py} (68%)
 create mode 100644 debbindiff/comparators/utils.py
 create mode 100644 debbindiff/comparators/xz.py
 create mode 100644 debbindiff/difference.py
 delete mode 100644 debbindiff/pyxxd.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