[Reproducible-commits] [diffoscope] annotated tag 31 created (now 8de81dc)
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Aug 20 22:09:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to annotated tag 31
in repository diffoscope.
at 8de81dc (tag)
tagging 6968b26d632c52fc0fa70459895bc540e74d8c75 (commit)
replaces 30
tagged by Jérémy Bobbio
on Fri Aug 21 00:05:34 2015 +0200
- Log -----------------------------------------------------------------
Format: 1.8
Date: Fri, 21 Aug 2015 00:03:11 +0200
Source: diffoscope
Binary: diffoscope debbindiff
Architecture: source all
Version: 31
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
Closes: 795292 796204
Changes:
diffoscope (31) unstable; urgency=low
.
[ Reiner Herrman ]
* Fix detection of jar archives.
* Make some hardcoded limits configurable. (Closes: #795292)
.
[ Mattia Rizzolo ]
* Don't print the traceback when killed by KeyboardInterrupt.
* Add a --debugger option to dump the user into pdb in case of crashes.
(Closes: #796204)
.
[ Jérémy Bobbio ]
* Replace ssdeep by tlsh
.
[ Chris Lamb ]
* Unify to 4 spaces everywhere.
* Leave string interpolation to logging.$level(..) calls.
* Add missing 'sys' import.
* Specify source of 'Files' correct; was using "Changes" leaked from for loop.
* Remove unused and duplicate imports.
* Support passing directories as "foo/" or "foo".
Checksums-Sha1:
dd9b12ea737ae048d37ab0a864eb8b4045c8f68c 1059 diffoscope_31.dsc
5a417e5bc809f3de4194719dfde20743d303a38f 249640 diffoscope_31.tar.gz
437732a5678271078d9c2107e0f0e1cc105955d7 8178 debbindiff_31_all.deb
a2a2bc5b5c1442c7748fad378813f3c20e51f13d 37506 diffoscope_31_all.deb
Checksums-Sha256:
bb2e94d3f50dde60edca3d6a834a7104984985d147d60b2cf16a8d11f8ba7697 1059 diffoscope_31.dsc
eb06ba029a2d84d70db01131a85a60c990f0e8e2163ddc9fc54a507c4400e25d 249640 diffoscope_31.tar.gz
469127f1275175b4f2170f88207df07821f91734e98955e26cc6c1cf7b1e656c 8178 debbindiff_31_all.deb
7e015624f7ada638dd3c57600fbdcbc2e0399540bd1825763344c070c1b69765 37506 diffoscope_31_all.deb
Files:
c99d89d7c3ca58c840d18dd6141e5e97 1059 devel optional diffoscope_31.dsc
96b8289c5b1a99f336c33a67cab7912f 249640 devel optional diffoscope_31.tar.gz
6219321ea51d09054db95881219c2347 8178 oldlibs extra debbindiff_31_all.deb
6bee64c73c8fc2aa5242f0c3a337d712 37506 devel optional diffoscope_31_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCAAGBQJV1k8uAAoJEEAsIlA9Nuk2Ag8P/1b87pbxh43CQLxV9O4B0jh4
1pcpVJmVc4g5TzJCxVH5Bi+6IqpDMXQ82YyRGNGq6g0fZz8YfG3EirfFQGGchmmY
oAKlHdlW5d5LPTT+VAOZr1dkPwtQUTW1+O9+4G/wPqEDeewtLvO9TMIzLlSDMPsw
VvUoOKKueaXQF3lpb9V0Y4joFyE5dxm1X1CH0UaZlfWMnhF5Wm8n/bKQsrh09XK+
/H2ryAlX9rTLnmSl62Ac/Y5yM2zI8WnNYvMaG2wgWl9RkW/+XZ+HC6uuXss//2eG
K2/hSw5fiQdAeRfNLke0rgy1Ysso1pfmUcu1qF8JSojCxro41/6FTWTI2h06tx9Y
5HlWKSa6BC6OUBRN6hiTiE1njCyiTGkyq9OhRFnaqmiCbc9/a0gKmdwYz35axPWe
S1aZfxnvbU3jmrOK2ZxFLA2GdV6jhOSmpezfwJkrd9A7ZCqeGgEsX1FwjhfA6/NS
Mpm4fAp3qj6qopYSLlJb8YWEWBOLW8uXi+2MEg6hhl9fZljSkCyzCp7SMUTjPunC
eH0Zl29Vd9La5AX7bs4eioePjWawHQLZilCa5lTE1P6SKonhHsyVXFVdj5KSbMdZ
TwvyL8EEjRVQpP6yyeUIylvSgvLsvZYPmIXV/0e9RBBPclkr4hbguxjk2mT1gIJk
cXhNt8dFm4FrXw/xEpSO
=rSHG
-----END PGP SIGNATURE-----
Chris Lamb (6):
Unify to 4 spaces everywhere.
Leave string interpolation to logging.$level(..) calls
Add missing 'sys' import
Specify source of 'Files' correct; was using "Changes" leaked from for loop
Remove unused and duplicate imports.
Support passing directories as "foo/" or "foo"
Jérémy Bobbio (3):
Replace ssdeep by tlsh
Use a class property for global config
Release version 31
Mattia Rizzolo (3):
Don't print the traceback when killed by KeyboardInterrupt
add a --debugger option to dump the user into pdb in case of crashes
fix case when argparse exit early
Reiner Herrmann (4):
Fix detection of jar archives
Remove unused line
Make some hardcoded limits configurable.
Refactor configuration to use Python properties
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6c9206d Replace ssdeep by tlsh
new 18f5ac1 Use a class property for global config
new f24293b Unify to 4 spaces everywhere.
new a93af7a Leave string interpolation to logging.$level(..) calls
new 6cd0884 Add missing 'sys' import
new 3325563 Specify source of 'Files' correct; was using "Changes" leaked from for loop
new 927fd58 Remove unused and duplicate imports.
new 618cc39 Support passing directories as "foo/" or "foo"
new 6968b26 Release version 31
The 9 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 Reproducible-commits
mailing list