[Reproducible-commits] [debbindiff] branch master updated (b9a185f -> 41f8402)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Jun 24 11:52:24 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  b9a185f   Add tests for binary comparator
       new  3ba38cf   Add tests for bzip2 comparator
       new  f1a19e3   Add tests for xz comparator
       new  115be37   Add tests for ttf comparator
       new  edf62f2   Add tests for binary_fallback
       new  32f9324   Add tests for .class comparator
       new  94a4430   Strip path from javap output even when relative
       new  41f8402   Also remove 'Last modified' and 'MD5 checksum' lines from javap output

The 7 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/comparators/java.py                    |   7 +-
 debian/copyright                                  |  30 ++++++++
 tests/comparators/{test_gzip.py => test_bzip2.py} |  28 +++-----
 tests/comparators/{test_gzip.py => test_fonts.py} |  33 ++-------
 tests/comparators/{test_gzip.py => test_java.py}  |  33 ++-------
 tests/comparators/test_utils.py                   |  81 ++++++++++++++++++++++
 tests/comparators/{test_gzip.py => test_xz.py}    |  28 +++-----
 tests/data/Samyak-Malayalam1.ttf                  | Bin 0 -> 46408 bytes
 tests/data/Samyak-Malayalam2.ttf                  | Bin 0 -> 46408 bytes
 tests/data/Test1.class                            | Bin 0 -> 255 bytes
 tests/data/Test2.class                            | Bin 0 -> 254 bytes
 tests/data/class_expected_diff                    |  15 ++++
 tests/data/test1.bz2                              | Bin 0 -> 305 bytes
 tests/data/test1.xz                               | Bin 0 -> 388 bytes
 tests/data/test2.bz2                              | Bin 0 -> 466 bytes
 tests/data/test2.xz                               | Bin 0 -> 532 bytes
 tests/data/ttf_expected_diff                      |  71 +++++++++++++++++++
 17 files changed, 239 insertions(+), 87 deletions(-)
 copy tests/comparators/{test_gzip.py => test_bzip2.py} (64%)
 copy tests/comparators/{test_gzip.py => test_fonts.py} (50%)
 copy tests/comparators/{test_gzip.py => test_java.py} (50%)
 create mode 100644 tests/comparators/test_utils.py
 copy tests/comparators/{test_gzip.py => test_xz.py} (64%)
 create mode 100644 tests/data/Samyak-Malayalam1.ttf
 create mode 100644 tests/data/Samyak-Malayalam2.ttf
 create mode 100644 tests/data/Test1.class
 create mode 100644 tests/data/Test2.class
 create mode 100644 tests/data/class_expected_diff
 create mode 100644 tests/data/test1.bz2
 create mode 100644 tests/data/test1.xz
 create mode 100644 tests/data/test2.bz2
 create mode 100644 tests/data/test2.xz
 create mode 100644 tests/data/ttf_expected_diff

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