[Reproducible-commits] [debbindiff] annotated tag 27 created (now 0a6ec5e)

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Jul 31 08:54:51 UTC 2015


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

lunar pushed a change to annotated tag 27
in repository debbindiff.

        at  0a6ec5e   (tag)
   tagging  6e09067d42f883ec78e9d70953eac10b6ba7c70f (commit)
  replaces  26
 tagged by  Jérémy Bobbio
        on  Fri Jul 31 10:52:15 2015 +0200

- Log -----------------------------------------------------------------
Format: 1.8
Date: Fri, 31 Jul 2015 08:38:10 +0000
Source: debbindiff
Binary: debbindiff
Architecture: source all
Version: 27
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 - highlight differences between two builds of Debian packages
Closes: 785777
Changes:
 debbindiff (27) unstable; urgency=low
 .
   [ Reiner Herrmann ]
   * Add dh-python to Build-Depends.
 .
   [ Daniel Kahn Gillmor ]
   * Add support for Mono PE executables.
 .
   [ Holger Levsen ]
   * Add myself to Uploaders.
 .
   [ Jérémy Bobbio ]
   * Add tests for tar comparator.
   * Massive rearchitecturing.
   * Now use libarchive to handle cpio archives and iso9660 images.
   * find is now used to compare directory listings.
   * Symlinks and devices can now be properly compared.
   * Files in squashfs are now extracted one by one.
   * Text files are now compared after being decoded with the detected
     encoding. Encoding differences are reported. (Closes: #785777)
   * Pre-compile regexps for ELF archives to get a good performance gain
     when comparing ELF objects.
   * Display better stacktrace for functions and methods using decorators.
   * Reset locale environment during tests.
   * Use numeric uid/gid when listing cpio content.
   * Set timezone to UTC when configuring locale.
   * Return no differences when there's none even when a required tool is
     unavailable.
   * Fix rpm expected listing after cpio change.
   * Skip tests when required tools are missing.
   * Skip squashfs listing test until #794096 is solved.
   * Analyze md5sums in .deb and skip identical files.
   * Add support for sqlite3 databases.
   * Implement fuzzy-matching of files in the same container using ssdeep.
   * Add pydist-overrides for magic and rpm.
   * When comparing .changes, match names without version numbers.
   * Switch to pybuild as dh buildsystem.
Checksums-Sha1:
 2c82a80b21890d0447905035a6893764d993f1d7 1039 debbindiff_27.dsc
 6437c2f040843be3cbb84a39e898ff57e208b7bb 245256 debbindiff_27.tar.gz
 525caeea67428764a0433cd597a5de63e54cf862 34472 debbindiff_27_all.deb
Checksums-Sha256:
 052cd90c857a22d214fa31aaeab805e57ceebc0cb4e15abeafe739b2786e14ec 1039 debbindiff_27.dsc
 0ead6f710f7c36fcb5e42469ea7069458e83da692cfeed3cd3b3f524a96ec56b 245256 debbindiff_27.tar.gz
 8ade0e3966bc2e00df27ca2845fbef92afb4f00eae7ccc4dc6efd66da8fe91c6 34472 debbindiff_27_all.deb
Files:
 608c7b6969648575d752f61342d432e4 1039 devel optional debbindiff_27.dsc
 2f46e507ec66254dcf955935e0ce386f 245256 devel optional debbindiff_27.tar.gz
 8a927a0690a42106d8f9bc91f0a693d8 34472 devel optional debbindiff_27_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJVuzc/AAoJEEAsIlA9Nuk2XbAP/iCzeq8skTThYxbdw4DuHNPF
CPR78sHImXQeLsI5TUqc3u5KCmP4WblUau9TmOF9D5S5I5CD0fvm1iNqqlc3ISUW
q+iN+EpsfInRPXhfcl524EsKOmOepikq7hMasYBnVUxESWQVk8gpi5i8r0BFH6zG
OgMvkPVi5RyHmru0ilypwS34nG28WQfqUI2MAirxUkavrV1B9FycL5KxxRjlpCvY
JSW94dL1eVdLC4spVP8KfbKkGT9xZnrXtnApcKoTm7Cd0y6wQzPz6KxlMHYl32ba
ohOrA8vkuI5lXEnqu1JeWlrvdvXqTN4LQQ9NgpzahPnMci1lW/5qxQRTEe9EX1D7
X1/Q2ltKQIPd1vjjdG5JleJnYlGQPEgyE34FA9O4YUHj70ixPKFmmNXlcplxWxwG
mu07ZFZl88Y2BVy6lP9OQYuFkYTL4Wgh9PQZBMvDXFy5TWbOzAhSOgGxFIE+jlj7
CuZKIatmKuQzujIG4KQQY2XiSCog02053KPrHptVru7HRIZ8E/WLOLsJM/nOxEjp
xYnwjiWMDX1ofnjELqWBATTgoFBQIUr9Ghgg9sq8/w4cYyyTUV70bGt+4XBw8BI1
kD/3/Cv4fq4XAdAxTNA9asocq91bQW9+vootDjHVcG+kQiZAiZakn804a4oTOYty
VAx75Zt++LD8gs8/iW+2
=eGHj
-----END PGP SIGNATURE-----

Daniel Kahn Gillmor (1):
      add test for PE assemblies and executables

Holger Levsen (1):
      Add myself to uploaders.

Jérémy Bobbio (25):
      Add tests for tar comparator
      Massive rearchitecturing: make each file type have their own class
      Pre-compile regexps for ELF archives
      Better stacktraces with functools.wraps
      Set locale environment during tests
      Use numeric uid/gid when listing cpio content
      Set timezone to UTC when configuring locale
      Return no differences when there's none even when tool is unavailable
      Fix rpm expected listing after cpio change
      Skip tests when required tools are missing
      Skip squashfs listing test if uid 1000 is not lunar
      Analyze md5sums in .deb and skip identical files
      Don't fail on .deb without a md5sums file
      Add tests for identical files in .deb
      Add support for sqlite3 database
      Implement fuzzy-matching of files in the same container
      Fix handling of content name for gzip, bzip2, and xz
      Use XS-Testsuite in debian/control to cope with older dpkg version
      Add that sqlite3 can be found in package sqlite3
      Add pydist-overrides for magic and rpm
      Ignore findutils in Recommends
      When comparing .changes, match names without version numbers
      Perform comparison with best fuzzy matching instead of first above threshold
      Switch to pybuild as dh buildsystem
      Release version 27

Reiner Herrmann (3):
      Retry once with utf8 for misdetected encodings
      Try both encodings if they differ
      Add dh-python to Build-Depends

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

This annotated tag includes the following new commits:

       new  4167f81   Use XS-Testsuite in debian/control to cope with older dpkg version
       new  d6584f2   Add that sqlite3 can be found in package sqlite3
       new  3e731aa   Add pydist-overrides for magic and rpm
       new  12ae28b   Ignore findutils in Recommends
       new  acf86ca   When comparing .changes, match names without version numbers
       new  c342857   Perform comparison with best fuzzy matching instead of first above threshold
       new  98f23dd   Switch to pybuild as dh buildsystem
       new  6e09067   Release version 27

The 8 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/debbindiff.git



More information about the Reproducible-commits mailing list