[Reproducible-commits] [debbindiff] annotated tag 10 created (now 65b5045)
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Mar 20 12:56:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to annotated tag 10
in repository debbindiff.
at 65b5045 (tag)
tagging 620cd3e608d0deee46dc5c64bacb725d14c917e3 (commit)
replaces 9
tagged by Jérémy Bobbio
on Fri Mar 20 13:55:27 2015 +0100
- Log -----------------------------------------------------------------
Format: 1.8
Date: Fri, 20 Mar 2015 13:52:44 +0100
Source: debbindiff
Binary: debbindiff
Architecture: source all
Version: 10
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: 778537 778641 779391 779474 779475
Changes:
debbindiff (10) unstable; urgency=low
.
[ Chris Lamb ]
* SVGZ files are gzip files.
* Use gzip comparator for .tgz files.
.
[ Reiner Herrmann ]
* Use zip comparator for Java web archives (.war).
* Use zip comparator for epub files.
* Don't fill up diffs with dots.
* Add support for squashfs images.
.
[ Jérémy Bobbio ]
* Output a nicer name for sub-directories.
* Also compare stat, acl, and xattrs when comparing directories.
* Check for availability of tools required by comparators (original work by
Reiner Herrmann). Most packages in Depends are now in Recommends.
* Ask objdump to display more sections.
* Drop stderr output when running cpio -t.
* Attempt to sort out multiple decoding and encoding issues.
(Closes: #778641)
* Fix source path when handling gzip, bzip2 and xz. (Closes: #779474)
* Don't crash when two .changes don't contain the same files.
(Closes: #779391)
* Properly split lines when comparing .changes.
* Add newlines if needed in text output.
* Remove most table borders in HTML output. (Closes: #779475)
* Properly close <span/> in HTML output.
* Add anchors in HTML output. (Closes: #778537)
* Update debian/copyright.
Checksums-Sha1:
30b355d1dfcae437b41880723232d9d5f05acdbf 878 debbindiff_10.dsc
87f8a2f1995f8f0a7dc8e32b58cc30ef5294ab3a 34157 debbindiff_10.tar.gz
b49d9b92d95c3f4c7e73a1c42a90a91a321ea8a1 21908 debbindiff_10_all.deb
Checksums-Sha256:
c9ef47e6d99918409036e88f5b07dbab2a3dba415402b61b7bbb335fe1c5c5ea 878 debbindiff_10.dsc
2f134de62210b2c7db34d8a43072333cf5dd9d6e3defddcb54c5672d980b8f80 34157 debbindiff_10.tar.gz
17171eaf2f7cfb92f190543a3704bec1caf0c11c233e33da54c421dda325c754 21908 debbindiff_10_all.deb
Files:
aa9ac5acc9d8b9115903f70dcce46369 878 devel optional debbindiff_10.dsc
818491b882c591125546ae073c244979 34157 devel optional debbindiff_10.tar.gz
f29bafcaf576a1b1a89eb48bb0197c9d 21908 devel optional debbindiff_10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCAAGBQJVDBi/AAoJEEAsIlA9Nuk2LbYP/12a+sIQ+IvuccdhwO+Kfypy
ngjzWPSbt2dpFm45jRsPW1E11JDapwVOL/nXGUluf1ZpmR3Gw2RegeStaX5BZKiP
bQj8a7neEBIVr0a8+Edwnuml1HF+oo/NfHv8HyphA9Q+CM3WXwiA4eA8uAkx+EV7
kG/W7E0eLSgwyLsoFaYRTWukEzxEvwMGvwOnkjaCAWEz4uJ1RbwfoKwX3/DDAybZ
0PRD1FDxQLNetsqpS6/3/XghGcUb/culZbJub4/xw0vzygG3hpHFOA6fXMDvI/6y
B0YxJunH9n5GvTnx2GCuHJxVCar4CRI6CsdapVbObYuQWx8cGv7EeY9oimefqf+j
uq+4gQ3tRPlWnKzs1fg1pt8/xRuU9oKG3+2w67c3gL41gC+GJKKnNnBIC5wlODpd
6Qs7QCO8PxNuLaQ2sou0XalksUGxD6SiI23HjplJV6gGKcolaq31C8tRQVZxVPRS
fw+DslXlBAbzBXlO8fVwp9FRA6ebixWmZNzX9h+uIc6o/bS2heWdRpGc0R/MDIr8
DrC34fs3YqH5taQA5kOrWkTPNaccgJ3qjj7RveNyO+ptCm/jF/VJ69fbFcYaMRBu
VNb4HkBosfQ7HgWzii4CajPhp4bNIZaM84ah8O/cYudgXdmTJ4KQD/KvN6XQgVD4
o67wa8H3cv0kNg5hDNSd
=X2HA
-----END PGP SIGNATURE-----
Chris Lamb (2):
SVGZ files are gzip files.
Use gzip comparator for .tgz files.
Jérémy Bobbio (20):
Output a nicer name for sub-directories
Document that we now use 'ls' for directories
Also compare stat, acl, and xattrs when comparing directories
Use find_executable from distutils.spawn instead of hand-rolled version
Properly adjust lsattr output
Improve optional usage of external commands
Ask more objdump to display more sections
Drop stderr output when running cpio -t
Attempt to sort out multiple decoding and encoding issues
Fix source path when handling gzip, bzip2 and xz
Another encoding fix
Remove most table borders in HTML output
Properly close <span/> in HTML output
Add anchors in HTML output
Don't crash when two .changes don't contain the same files
Add newlines if needed in text output
Properly split lines when comparing .changes
Fix Recommends substitution
Update debian/copyright
Release version 10
Reiner Herrmann (5):
Use zip comparator for Java web archives (.war)
Use zip comparator for epub files.
Don't fill up diffs with dots.
Add support for squashfs images
Check for availability of tools required by comparators
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new c187999 Fix Recommends substitution
new 1fc1e00 Update debian/copyright
new 620cd3e Release version 10
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.
--
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