[diffoscope] annotated tag 47 created (now 824a903)

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Jan 23 19:24:16 CET 2016


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to annotated tag 47
in repository diffoscope.

        at  824a903   (tag)
   tagging  a58ad38569289f5263d193d9d824272885311968 (commit)
  replaces  46
 tagged by  Jérémy Bobbio
        on  Sat Jan 23 19:22:38 2016 +0100

- Log -----------------------------------------------------------------
Format: 1.8
Date: Sat, 23 Jan 2016 18:08:33 +0000
Source: diffoscope
Binary: diffoscope debbindiff
Architecture: source all
Version: 47
Distribution: unstable
Urgency: low
Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
 debbindiff - transitional package
 diffoscope - in-depth comparison of files, archives, and directories
Changes:
 diffoscope (47) unstable; urgency=low
 .
   * Don't show a difference for identical but long diff inputs (e.g. objdump
     output). This should make diffoscope run longer for large diff inputs, but
     more correct reports worths it.
   * Fix symbol ignore regexp for ELF files.
   * Ask readelf to decompress sections before dumping their content.
   * Don't redefine .name() in Archive when its already defined in File.
   * All files can now belong to a container. This will help us implement
     cross-file analysis.
   * Update requirements for ELF tests.
   * Sort file order when comparing directories.
   * Use Python OrderedDict instead of keeping a list of sections in ELF
     container.
   * Install detached symbols from debug .deb before comparing ELF files.
     This means objdump output should have line numbers for Debian packages
     built with recent debhelper as long as the associated debug package is in
     the same directory.
   * Add support for Debian .buildinfo files.
Checksums-Sha1:
 6a31556f1c748f30658f8b5b83f8f8c3d34ede70 1131 diffoscope_47.dsc
 6dbf0bbfaf9c98453922a6d18734ea1dc66e4a91 252372 diffoscope_47.tar.xz
 33ad2132c5af6cc3a4f782797db6cb040e9f6979 13622 debbindiff_47_all.deb
 b139a853da597eadcd306311977e40d5fc9ea426 54734 diffoscope_47_all.deb
Checksums-Sha256:
 109cbe21fab29f664c3ff6298ba4b4292d8585848aca5cdcb3f49ceb52235314 1131 diffoscope_47.dsc
 7e48e76c3158d47e4b1188866553d604772907ee556b4762793e05c85bec56f0 252372 diffoscope_47.tar.xz
 d264d49fa03be0b9c8334e1c0eabcd062cb5cb64494fef1a093e71051b7760b8 13622 debbindiff_47_all.deb
 254e701552f30cd59b86fdba9b3237760e8d4634df8d14bc7b51c17668995815 54734 diffoscope_47_all.deb
Files:
 49b01a6ac9c949da8087d4b3a7afefff 1131 devel optional diffoscope_47.dsc
 cf002706c34c6c450840ef71d8d38ccc 252372 devel optional diffoscope_47.tar.xz
 28f120e9a38f6253b5921d9843210bed 13622 oldlibs extra debbindiff_47_all.deb
 620073ae35c9e29c861690ab2462f89d 54734 devel optional diffoscope_47_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJWo8TuAAoJEEAsIlA9Nuk2LIgP/j9o97duYY3p4xKNQKqjHZpA
ItLjpawb4iGNxKuWaayraaCALZid0UswfWH47GiS6Crpxhcd7GBZhkepaY7/Kv5e
8yqnvEvaQcww2i1u+FVs63k0q3NT3Ac5s4swgF7ix6asNBEeupCyRTMe1cqjWhvS
lxec2f7/X/a1gMPe6bMEa4dDxL/2S0P4KZfK5CfDDS1j47xopDSmbaGr/qmeSW9+
c0c3CvAUWI4kuGLx3nfgp3Pw76gampXA7apRNe273pxdB06U7wVwqUbMBtyjcQzQ
2K2QbrPqowfZ8Yj9LazUYu0wPTHjUsUyVqbsbP2bDrPgnJHWLUBsS6XRo1qANOJV
+qgCw8L/hwtSrfU1BPkUCxFJwL3yuLRInuZDO4+Sxbe94m6Qykzq1/QWjW5Fog23
zIoB5XsWfroPt1NKnYDusonn8lt8kgoYb/IrCn3Hdb3BbaJbqIeSNcSlJFUjj4VU
sXToL1ophPkO1k3d9CladejjAVyXSHkZR1BnbJLScBOUv4N3lhzpd4SRgnmc77jQ
KFU1fhgwYzw5680lG0CXdh/kRPtLdQcMK82Cn3DCv9GsXxuZo+xMfOqUPdk4g549
BJhCs2+7hF8pjUPkWPPohhcd151/pzdSLSEPbya0kbVAlUY//8KC8bXOLt4QCAru
+s09LIcsT4p6OVgmLofq
=3exK
-----END PGP SIGNATURE-----

Jérémy Bobbio (15):
      Don't show a difference for identical but long diff inputs
      Fix symbol ignore regexp for ELF files
      Ask readelf to decompress sections before dumping their content
      Fix --max-diff-input-line=0 that got broken with hashing
      Don't redefine .name() in Archive when its already defined in File
      All files can now belong to a container
      Update requirements for ELF tests
      Update test case for --max-diff-input-lines
      Sort directory entries in DirectoryContainer
      Use Python OrderedDict instead of keeping a list of sections in ELF container
      Install detached symbols from debug .deb before comparing ELF files
      Instanciate a directory container for files given on the command line
      Add support for Debian .buildinfo files
      Fix copy/paste error in debian_fallback module
      Release version 47

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  2965851   Fix copy/paste error in debian_fallback module
       new  a58ad38   Release version 47

The 2 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list