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

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Jun 24 12:45:52 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  41f8402   Also remove 'Last modified' and 'MD5 checksum' lines from javap output
       new  25f11b6   Add tests for PDF comparator
       new  5d8453e   Add tests for PNG comparator
       new  59126fa   Factorize readelf commands
       new  7e90169   Filter archive name from readelf output
       new  bf81114   Filter archive name from objdump output
       new  8465b18   Add tests for ELF comparators

The 6 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/elf.py                    |  26 +++++----
 tests/comparators/test_elf.py                    |  60 ++++++++++++++++++++
 tests/comparators/{test_fonts.py => test_pdf.py} |  18 +++---
 tests/comparators/{test_fonts.py => test_png.py} |  12 ++--
 tests/data/elf_lib_metadata_expected_diff        |   3 +
 tests/data/elf_lib_objdump_expected_diff         |  26 +++++++++
 tests/data/elf_obj_expected_diff                 |  26 +++++++++
 tests/data/pdf_internal_expected_diff            |  52 +++++++++++++++++
 tests/data/pdf_text_expected_diff                |   5 ++
 tests/data/png_expected_diff                     |  10 ++++
 tests/data/test1.a                               | Bin 0 -> 1354 bytes
 tests/data/test1.o                               | Bin 0 -> 1216 bytes
 tests/data/test1.pdf                             |  69 +++++++++++++++++++++++
 tests/data/test1.png                             | Bin 0 -> 69 bytes
 tests/data/test2.a                               | Bin 0 -> 1354 bytes
 tests/data/test2.o                               | Bin 0 -> 1216 bytes
 tests/data/test2.pdf                             |  69 +++++++++++++++++++++++
 tests/data/test2.png                             | Bin 0 -> 69 bytes
 18 files changed, 352 insertions(+), 24 deletions(-)
 create mode 100644 tests/comparators/test_elf.py
 copy tests/comparators/{test_fonts.py => test_pdf.py} (71%)
 copy tests/comparators/{test_fonts.py => test_png.py} (81%)
 create mode 100644 tests/data/elf_lib_metadata_expected_diff
 create mode 100644 tests/data/elf_lib_objdump_expected_diff
 create mode 100644 tests/data/elf_obj_expected_diff
 create mode 100644 tests/data/pdf_internal_expected_diff
 create mode 100644 tests/data/pdf_text_expected_diff
 create mode 100644 tests/data/png_expected_diff
 create mode 100644 tests/data/test1.a
 create mode 100644 tests/data/test1.o
 create mode 100644 tests/data/test1.pdf
 create mode 100644 tests/data/test1.png
 create mode 100644 tests/data/test2.a
 create mode 100644 tests/data/test2.o
 create mode 100644 tests/data/test2.pdf
 create mode 100644 tests/data/test2.png

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