[Reproducible-commits] [debbindiff] branch master updated (2aa1ec3 -> 1058f2d)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Jul 29 13:10:37 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  2aa1ec3   Add myself to uploaders.
       new  71da3ff   Add tests for tar comparator
       new  5c02e00   Massive rearchitecturing: make each file type have their own class
       new  1058f2d   Pre-compile regexps for ELF archives

The 3 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/__init__.py                             |   3 +-
 debbindiff/comparators/__init__.py                 | 216 ++++++++-------------
 debbindiff/comparators/binary.py                   | 157 ++++++++++++++-
 debbindiff/comparators/bzip2.py                    |  72 ++++---
 debbindiff/comparators/cpio.py                     |  63 ++----
 debbindiff/comparators/deb.py                      | 115 ++++++-----
 debbindiff/comparators/debian.py                   | 135 ++++++++-----
 debbindiff/comparators/device.py                   |  54 ++++++
 debbindiff/comparators/directory.py                | 137 +++++++++----
 debbindiff/comparators/elf.py                      |  64 +++---
 debbindiff/comparators/fonts.py                    |  21 +-
 debbindiff/comparators/gettext.py                  |  19 +-
 debbindiff/comparators/gzip.py                     |  77 ++++----
 debbindiff/comparators/haskell.py                  |  51 ++++-
 debbindiff/comparators/ipk.py                      |  28 +--
 debbindiff/comparators/iso9660.py                  |  51 ++---
 debbindiff/comparators/java.py                     |  19 +-
 debbindiff/comparators/libarchive.py               | 149 ++++++++++++++
 debbindiff/comparators/{pe.py => mono.py}          |  19 +-
 debbindiff/comparators/pdf.py                      |  26 ++-
 debbindiff/comparators/png.py                      |  19 +-
 debbindiff/comparators/rpm.py                      |  73 ++++---
 debbindiff/comparators/{pe.py => rpm_fallback.py}  |  28 +--
 debbindiff/comparators/squashfs.py                 | 206 +++++++++++++++-----
 debbindiff/comparators/symlink.py                  |  52 +++++
 debbindiff/comparators/tar.py                      | 150 ++++++++++----
 debbindiff/comparators/text.py                     |  46 +++--
 debbindiff/comparators/utils.py                    | 190 +++++++++++++-----
 debbindiff/comparators/xz.py                       |  71 ++++---
 debbindiff/comparators/zip.py                      | 101 ++++++----
 debian/control                                     |   1 +
 setup.py                                           |   1 +
 tests/comparators/test_binary.py                   | 111 +++++++++--
 tests/comparators/test_bzip2.py                    |  35 +++-
 tests/comparators/test_cpio.py                     |  35 +++-
 tests/comparators/test_deb.py                      |  54 +++++-
 tests/comparators/test_debian.py                   |  38 ++--
 tests/comparators/test_directory.py                |  11 +-
 tests/comparators/test_elf.py                      |  50 +++--
 tests/comparators/test_fonts.py                    |  27 ++-
 tests/comparators/test_generic.py                  |  51 -----
 tests/comparators/test_gettext.py                  |  40 +++-
 tests/comparators/test_gzip.py                     |  33 +++-
 tests/comparators/test_ipk.py                      |  28 ++-
 tests/comparators/test_iso9660.py                  |  38 +++-
 tests/comparators/test_java.py                     |  27 ++-
 tests/comparators/{test_pe.py => test_mono.py}     |  23 ++-
 tests/comparators/test_pdf.py                      |  27 ++-
 tests/comparators/test_png.py                      |  27 ++-
 tests/comparators/test_rpm.py                      |  33 +++-
 tests/comparators/test_squashfs.py                 |  39 ++--
 .../comparators/{test_squashfs.py => test_tar.py}  |  50 +++--
 tests/comparators/test_text.py                     |  57 +++---
 tests/comparators/test_utils.py                    |  94 ---------
 tests/comparators/test_xz.py                       |  33 +++-
 tests/comparators/test_zip.py                      |  45 +++--
 tests/data/pe_expected_diff                        |   7 +-
 tests/data/rpm_listing_expected_diff               |   3 +
 tests/data/symlink_expected_diff                   |   3 +
 tests/data/tar_listing_expected_diff               |   9 +
 tests/data/test1.tar                               | Bin 0 -> 10240 bytes
 tests/data/test2.tar                               | Bin 0 -> 10240 bytes
 tests/data/text_iso8859_expected_diff              |   2 -
 64 files changed, 2314 insertions(+), 1132 deletions(-)
 create mode 100644 debbindiff/comparators/device.py
 create mode 100644 debbindiff/comparators/libarchive.py
 copy debbindiff/comparators/{pe.py => mono.py} (65%)
 rename debbindiff/comparators/{pe.py => rpm_fallback.py} (55%)
 create mode 100644 debbindiff/comparators/symlink.py
 delete mode 100644 tests/comparators/test_generic.py
 rename tests/comparators/{test_pe.py => test_mono.py} (72%)
 copy tests/comparators/{test_squashfs.py => test_tar.py} (61%)
 delete mode 100644 tests/comparators/test_utils.py
 create mode 100644 tests/data/rpm_listing_expected_diff
 create mode 100644 tests/data/symlink_expected_diff
 create mode 100644 tests/data/tar_listing_expected_diff
 create mode 100644 tests/data/test1.tar
 create mode 100644 tests/data/test2.tar

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