Your message dated Mon, 16 Jan 2017 00:48:26 +0000
with message-id <e1csvtg-00092p...@fasolo.debian.org>
and subject line Bug#850730: fixed in diffoscope 68
has caused the Debian Bug report #850730,
regarding diffoscope: ImageFile can't deal with .ico even if it claims so
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: diffoscope
version: 67

mattia@warren ..vel/reproducible/diffoscope/diffoscope (git)-[master] % 
bin/diffoscope --text /dev/null --debug $(find /usr/share -name '*.ico' | head 
-n 2 | xargs)
2017-01-09 19:45:35,380 D: diffoscope.main: Starting diffoscope 68
2017-01-09 19:45:35,381 D: diffoscope.locale: Normalising locale, timezone, etc.
2017-01-09 18:45:35,381 D: diffoscope.main: Starting comparison
2017-01-09 18:45:35,383 D: diffoscope.comparators.utils.specialize: Using 
ImageFile for /usr/share/calibre/content-server/favicon.ico
2017-01-09 18:45:35,383 D: diffoscope.comparators.utils.specialize: Using 
ImageFile for /usr/share/pyshared/subdownloader/gui/images/icon32.ico
2017-01-09 18:45:35,383 D: diffoscope.comparators.utils.compare: Comparing 
files <<class 'abc.ImageFile'> /usr/share/calibre/content-server/favicon.ico> 
and <<class 'abc.ImageFile'> 
/usr/share/pyshared/subdownloader/gui/images/icon32.ico>
2017-01-09 18:45:35,384 D: diffoscope.comparators.utils.file: 
Binary.has_same_content: <<class 'abc.ImageFile'> 
/usr/share/calibre/content-server/favicon.ico> <<class 'abc.ImageFile'> 
/usr/share/pyshared/subdownloader/gui/images/icon32.ico>
2017-01-09 18:45:35,387 D: diffoscope.comparators.utils.command: Executing 
img2txt --width 60 --format utf8 /usr/share/calibre/content-server/favicon.ico
2017-01-09 18:45:35,388 D: diffoscope.comparators.utils.command: Executing 
img2txt --width 60 --format utf8 
/usr/share/pyshared/subdownloader/gui/images/icon32.ico
2017-01-09 18:45:35,392 D: diffoscope.comparators.utils.command: img2txt 
--width 60 --format utf8 /usr/share/calibre/content-server/favicon.ico returned 
(exit code: 1)
2017-01-09 18:45:35,392 D: diffoscope.comparators.utils.command: Executing xxd 
/usr/share/calibre/content-server/favicon.ico
2017-01-09 18:45:35,394 D: diffoscope.comparators.utils.command: Executing xxd 
/usr/share/pyshared/subdownloader/gui/images/icon32.ico
2017-01-09 18:45:35,402 D: diffoscope.comparators.utils.command: xxd 
/usr/share/calibre/content-server/favicon.ico returned (exit code: 0)
2017-01-09 18:45:35,402 D: diffoscope.comparators.utils.command: xxd 
/usr/share/pyshared/subdownloader/gui/images/icon32.ico returned (exit code: 0)
2017-01-09 18:45:35,402 D: diffoscope.diff: Running diff -aU7 
/tmp/tmp377w3zwg/f1 /tmp/tmp377w3zwg/f2
2017-01-09 18:45:35,411 D: diffoscope.diff: diff -aU7 /tmp/tmp377w3zwg/f1 
/tmp/tmp377w3zwg/f2: returncode 1, parsed True
2017-01-09 18:45:35,412 D: diffoscope.presenters.utils: Generating 'text' 
output at '/dev/null'
1 mattia@warren ..vel/reproducible/diffoscope/diffoscope (git)-[master] %       
                                                                                
                   :(

As you can see it does a useless binary comparison of 2 .ico

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: diffoscope
Source-Version: 68

We believe that the bug you reported is fixed in the latest version of
diffoscope, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <la...@debian.org> (supplier of updated diffoscope package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 16 Jan 2017 11:24:22 +1100
Source: diffoscope
Binary: diffoscope
Architecture: source
Version: 68
Distribution: unstable
Urgency: medium
Maintainer: Reproducible builds folks 
<reproducible-builds@lists.alioth.debian.org>
Changed-By: Chris Lamb <la...@debian.org>
Description:
 diffoscope - in-depth comparison of files, archives, and directories
Closes: 849395 850055 850485 850501 850502 850730 850807 850850
Changes:
 diffoscope (68) unstable; urgency=medium
 .
   [ Chris Lamb ]
 .
   * Don't blow up if directory containing ELF debug symbols already exists.
     (Closes: #850807)
   * Fix .APK extration when provided with absolute filenames.
     (Closes: #850485)
   * Support comparing .ico files using img2txt. (Closes: #850730)
   * comparators.utils.file: If we don't have an archive-extraction tool (eg.
     apktool), don't blow up when attempting to unpack it.
   * Include magic file type when we know the file format but can't find
     file-specific details. (Closes: #850850)
   * Ensure fake "APK metadata" file appears first, fixing non-deterministic
     tests/output.
   * Correctly escape value of href="" elements (re. #849411)
 .
   * Optimisations:
     - Disable profiling entirely (unless enabled) for a 2%+ optimisation
     - Compile APK filename regex instead of generating it each loop.
 .
   * Logging:
     - Log tempfile cleanup process
     - Log when we add a progress observer.
     - Drop milliseconds from log output
 .
   * Misc:
     - Many unused import removals, indentation changes, etc.
     - Fix duplicated word and long line errors in debian/changelog.
     - Suggest some promotion in post-release documentation.
 .
   [ Maria Glukhova ]
   * comparators/device: don't crash when comparing a non-device against a
     device (Closes: #850055)
   * Remove archive name from apktool.yml and rename it. (Closes: #850501)
   * Zipinfo included in APK files comparison. (Closes: #850502)
     - Add some tests for APK comparator.
   * Add image metadata comparison. (Closes: #849395)
   * Ensure imagemagick version is new enough for image metadata tests.
 .
   [ Mattia Rizzolo ]
   * Skip the openssh_pub_key test if the version of ssh is < 6.9.
   * comparators/icc: rename RE_FILE_EXTENSION to RE_FILE_TYPE, as that's what
     the regular expression is looking for.
   * Make use of a new mechanism to remove a bunch of recognizes() methods
     dealing with simple RE_FILE_TYPE matching.
Checksums-Sha1:
 30784a46bd47bd40ea061544dbd8efa80c2f70b9 2940 diffoscope_68.dsc
 c2bb3ade5270b5eb1a74f04601a48daa04f6d979 324376 diffoscope_68.tar.xz
Checksums-Sha256:
 825057d67e926532df3fd06ea63e2c57a0075f5e0709dccd6bd393f77ac556e1 2940 
diffoscope_68.dsc
 42db84379df4a6932c09b5674b64828880ab9a64c5426628220c8c127d66f18b 324376 
diffoscope_68.tar.xz
Files:
 4237325fb0e88b2d2c5571f5fc9f0cac 2940 devel optional diffoscope_68.dsc
 aeb6a542b7db5b8d478b55d5a06abfec 324376 devel optional diffoscope_68.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlh8FEkACgkQHpU+J9Qx
Hlj3WBAAtsuSuNT0D0vgccnZq5y+S9byiuwotBQA5V/iDgpnuhmCRJnN4paFJfXn
wHCoFoTyqZZuX548DLC3UooidTJmSf1Bw5uCIBv++EyE4cSNwLaR2kV+7XE+WGnV
JA/WuwdH3QprhVzvGfCmLSDcsW7XHwS96jJlv/f4Qf42GSiRcZn30t9iaZlZAtPm
O9+oSZdWL8HKCgpdluB+YKe5nq7lH/qTtGecAzJvytlR9TqRlaId05jfc4f0dc8w
/znweuf0nWg4mbGRWhOll765XLp27puw4/bSee879990Q+8EBJKmmKpogWN+UiZR
NPMmDKV+caxOWeGT/uHWrr7A4ViMWlPw6jl1Z7jrNUZijYD1zQzYhSZMNOX5O7oT
wih2ynSYLpOSqRBjjx8U8lRhoKXsB9Yz9FHLYDLhtKAEymGld7hcsL7OdM/m9FNk
kQqHCUCpSkrO3RZQLmf+9dDKgwyuzR9z/AtmluYmJMJ7TntENn5+4Fk0sOCUxTah
QMnipPeBpku+lYFRAwwI9aa8CHRzsPb28PfSbRJKRrrvrCxXoyRxB0mZkiQpVm0H
HlIaddchgElL61zWcCXS9oZ9EMb8lQ4Pl7ArxMpyJxGJCap4MnmtrFTxzSQOe7v2
NYI9QHDDJj9eyBQMgvDqtTrEwCO0EhNwc8jmUC8EorvqhZPVhVE=
=1s7L
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to