Your message dated Sun, 18 Jun 2017 09:05:15 +0000
with message-id <[email protected]>
and subject line Bug#861286: fixed in diffoscope 83
has caused the Debian Bug report #861286,
regarding diffoscope: crash: TypeError: object of type 'LibarchiveMember' has 
no len()
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 [email protected]
immediately.)


-- 
861286: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861286
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: diffoscope
Version: 82
Severity: normal
Control: found -1 78
Usertags: crash

diffoscope 78 and 82 crash when comparing the libmapi0 deb from my
openchange upload to proposed-updates with the libmapi0 deb already
available in Debian stable. When I remove the --new-file option from
the command-lines below, the traceback doesn't happen.

These are the files that I was comparing:

https://deb.debian.org/debian/pool/main/o/openchange/libmapi0_2.2-5+b1_amd64.deb
https://deb.debian.org/debian/pool/main/o/openchange/libmapi0_2.2-6+deb8u1_amd64.deb

This is the diffoscope 78 traceback:

$ diffoscope --new-file --max-diff-block-lines=0 --max-diff-input-lines=0 
--max-report-size=0 libmapi0_*
Traceback (most recent call 
last):#####################################################################################################|
  100%                             ETA:  0:00:00 
  File "/usr/lib/python3/dist-packages/diffoscope/main.py", line 285, in main
    sys.exit(run_diffoscope(parsed_args))
  File "/usr/lib/python3/dist-packages/diffoscope/main.py", line 261, in 
run_diffoscope
    parsed_args.path1, parsed_args.path2)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
64, in compare_root_paths
    return compare_files(file1, file2)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
94, in compare_commented_files
    difference = compare_files(file1, file2, source=source)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
94, in compare_commented_files
    difference = compare_files(file1, file2, source=source)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
94, in compare_commented_files
    difference = compare_files(file1, file2, source=source)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/container.py", 
line 123, in comparisons
    p.step(msg=my_member)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 99, in step
    ProgressManager().step(delta, msg)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 69, in step
    x.notify(self.current, self.total, msg)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 140, in 
notify
    self.bar.update()
  File "/usr/lib/python3/dist-packages/progressbar/__init__.py", line 283, in 
update
    self.fd.write(self._format_line() + '\r')
  File "/usr/lib/python3/dist-packages/progressbar/__init__.py", line 243, in 
_format_line
    widgets = ''.join(self._format_widgets())
  File "/usr/lib/python3/dist-packages/progressbar/__init__.py", line 223, in 
_format_widgets
    widget = format_updatable(widget, self)
  File "/usr/lib/python3/dist-packages/progressbar/widgets.py", line 38, in 
format_updatable
    if hasattr(updatable, 'update'): return updatable.update(pbar)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 112, in 
update
    if len(msg) <= width:
TypeError: object of type 'TextFile' has no len()

This is the diffoscope 82 traceback:

$ diffoscope --new-file --max-diff-block-lines=0 --max-diff-input-lines=0 
--max-report-size=0 libmapi0_*
Traceback (most recent call 
last):#####################################################################################################|
  100%                             ETA:  0:00:00 
  File "/usr/lib/python3/dist-packages/diffoscope/main.py", line 285, in main
    sys.exit(run_diffoscope(parsed_args))
  File "/usr/lib/python3/dist-packages/diffoscope/main.py", line 261, in 
run_diffoscope
    parsed_args.path1, parsed_args.path2)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
64, in compare_root_paths
    return compare_files(file1, file2)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
94, in compare_commented_files
    difference = compare_files(file1, file2, source=source)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
94, in compare_commented_files
    difference = compare_files(file1, file2, source=source)
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 
91, in compare_files
    return file1.compare(file2, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 237, in compare
    difference = self._compare_using_details(other, source)
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 194, in _compare_using_details
    details.extend(filter(None, self.as_container.compare(other.as_container)))
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/deb.py", line 
157, in comparisons
    for my_member, other_member, comment in super().comparisons(other):
  File 
"/usr/lib/python3/dist-packages/diffoscope/comparators/utils/container.py", 
line 123, in comparisons
    p.step(msg=my_member)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 107, in 
step
    ProgressManager().step(delta, msg)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 77, in step
    x.notify(self.current, self.total, msg)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 148, in 
notify
    self.bar.update()
  File "/usr/lib/python3/dist-packages/progressbar/__init__.py", line 283, in 
update
    self.fd.write(self._format_line() + '\r')
  File "/usr/lib/python3/dist-packages/progressbar/__init__.py", line 243, in 
_format_line
    widgets = ''.join(self._format_widgets())
  File "/usr/lib/python3/dist-packages/progressbar/__init__.py", line 223, in 
_format_widgets
    widget = format_updatable(widget, self)
  File "/usr/lib/python3/dist-packages/progressbar/widgets.py", line 38, in 
format_updatable
    if hasattr(updatable, 'update'): return updatable.update(pbar)
  File "/usr/lib/python3/dist-packages/diffoscope/progress.py", line 120, in 
update
    if len(msg) <= width:
TypeError: object of type 'LibarchiveMember' has no len()
Exception ignored in: <bound method File.__del__ of <<class 
'diffoscope.comparators.utils.libarchive.LibarchiveSymlink'> 
./usr/lib/x86_64-linux-gnu/libmapi.so.0>>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 92, in __del__
    self.cleanup()
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/symlink.py", line 
54, in cleanup
    os.remove(self._placeholder)
FileNotFoundError: [Errno 2] No such file or directory: 
'/tmp/user/1000/tmp3m_okx3d_diffoscope'
Exception ignored in: <bound method File.__del__ of <<class 
'diffoscope.comparators.utils.libarchive.LibarchiveSymlink'> 
./usr/lib/x86_64-linux-gnu/libmapi.so.0>>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", 
line 92, in __del__
    self.cleanup()
  File "/usr/lib/python3/dist-packages/diffoscope/comparators/symlink.py", line 
54, in cleanup
    os.remove(self._placeholder)
FileNotFoundError: [Errno 2] No such file or directory: 
'/tmp/user/1000/tmpb7mf68vd_diffoscope'

-- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (860, 
'testing-proposed-updates'), (800, 'unstable-debug'), (800, 'unstable'), (790, 
'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 
'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages diffoscope depends on:
ii  python3-libarchive-c   2.1-3.1
ii  python3-magic          1:5.29-3
ii  python3-pkg-resources  33.1.1-1
pn  python3:any            <none>

Versions of packages diffoscope recommends:
ii  acl                                            2.2.52-3+b1
ii  apktool                                        2.2.1+dfsg-2
ii  binutils-multiarch                             2.28-4
ii  bzip2                                          1.0.6-8.1
ii  caca-utils                                     0.99.beta19-2+b2
ii  colord                                         1.3.3-2
pn  default-jdk-headless | default-jdk | java-sdk  <none>
ii  enjarify                                       1:1.0.3-3
ii  fontforge-extras                               0.3-4
pn  fp-utils                                       <none>
ii  genisoimage                                    9:1.1.11-3+b2
ii  gettext                                        0.19.8.1-2
ii  ghc                                            8.0.1-17+b1
ii  ghostscript                                    9.20~dfsg-3
ii  giflib-tools                                   5.1.4-0.4
ii  gnupg                                          2.1.18-6
ii  imagemagick                                    8:6.9.7.4+dfsg-6
ii  imagemagick-6.q16 [imagemagick]                8:6.9.7.4+dfsg-6
ii  jsbeautifier                                   1.6.4-6
ii  llvm                                           1:3.8-34+nmu1
pn  mono-utils                                     <none>
ii  openssh-client                                 1:7.4p1-10
ii  pdftk                                          2.02-4+b2
ii  poppler-utils                                  0.48.0-2
ii  python3-argcomplete                            1.8.1-1
ii  python3-debian                                 0.1.30
pn  python3-guestfs                                <none>
ii  python3-progressbar                            2.3-4
ii  python3-rpm                                    4.12.0.2+dfsg1-2
ii  python3-tlsh                                   3.4.4+20151206-1+b2
ii  rpm2cpio                                       4.12.0.2+dfsg1-2
ii  sng                                            1.1.0-1+b1
ii  sqlite3                                        3.16.2-3
ii  squashfs-tools                                 1:4.3-3+b1
ii  unzip                                          6.0-21
ii  vim-common                                     2:8.0.0197-3
ii  xxd                                            2:8.0.0197-3
ii  xz-utils                                       5.2.2-1.2+b1

Versions of packages diffoscope suggests:
ii  libjs-jquery  3.1.1-2

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


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

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Sun, 18 Jun 2017 15:34:59 +0800
Source: diffoscope
Binary: diffoscope
Built-For-Profiles: nocheck
Architecture: source
Version: 83
Distribution: unstable
Urgency: medium
Maintainer: Reproducible builds folks 
<[email protected]>
Changed-By: Chris Lamb <[email protected]>
Description:
 diffoscope - in-depth comparison of files, archives, and directories
Closes: 780761 833697 850758 856446 856447 857610 857940 858223 858867 859034 
859056 859117 861109 861286
Changes:
 diffoscope (83) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * New features:
     * Add comparator for Fontconfig cache files.
   * Bug fixes:
     - Don't fail when run under perversely recursive input files. See
       <https://research.swtch.com/zip> for more information. (Closes: #780761)
     - Prevent a traceback when using --new-file with containers by passing
       progress_name of the Member and not the member itself. (Closes: #861286)
     - Drop passing has_differences around, fixing an issue with generating
       files called '-'.
   * Cleanups & refactoring:
     - Reorder and rename FIFOFeeder arguments to prevent tools incorrectly
       parsing as a SyntaxError.
     - Refactor HTML and text presenters so they fit the same interface.
     - Refactor Presenter to a singleton manager.
     - Split output and configuration of presenters.
     - Prevent abstraction-level violation by defining visual diff support on
       the Presenter classes.
     - Split diffoscope.difference into a feeders module.
     - Document various variables.
     - PEP8-ify and tidy a lot of files.
 .
   [ Ximin Luo ]
   * New features:
     - Add --max-container-depth CLI option.
     - Add various traverse_* methods to Difference.
     - Weigh elements in progress bar by their size.
     - Add a reader for the JSON format.
     - Add a --exclude-command CLI for filtering out long-running commands like
       "readelf --debug-dump=info".
     - Don't show +/- controls for differences with no children.
     - Use unicode chars for the +/- controls instead of punctuation.
   * Bug fixes:
     - Fix --exclude control.tar.gz.
     - Make the progress bar play nicely with --debug.
     - When enforcing max-container-depth, show which internal files differ,
       without showing details.
     - Fix JSON presenter to handle recursion properly.
     - Avoid a ZeroDivisionError in the progress bar
     - Fix create_limited_print_func.
   * Tests:
     - Fix failing tests due to logging global state.
     - Add tips about running with TMPDIR=/run/shm.
   * Cleanups & refactoring:
     - Remove unnecessary "dest" args to argparse.
     - Refactor DirectoryContainer to be more similar to Container.
     - Refactor Container abstract method names.
     - Remove unused imports and tidy up Container.comparisons().
     - rename get_{filtered => adjusted}_members_sizes for consistency.
     - Move tests/comparators/utils up one directory.
     - html-dir: show/hide diff comments which can be very large.
     - Refactor html-dir presenter to a class instance avoiding global state.
     - Move side-by-side and linediff algorithms to difference.py.
     - difference: has_children -> has_visible_children, and take into account
       comments.
     - Move ydiff/linediff from diffoscope.{difference => diff} to group
       unified_diff-related things together
 .
   [ Maria Glukhova ]
   * New features:
     - Add visual comparisons for JPEG, ICO, PNG and static GIF images.
   * Test improvements:
     - Test that external tools providers are being returned when tool is not
       found.
     - Add tests for OutputParserError and ContainerExtractionError.
   * Cleanups & refactoring:
     * Ignore text difference if we have a visual one.
     * Fix link formatting and typo in README.
     * Rename html_output to compute_visual_diffs and explain its purpose.
     * Removed duplicated functions from diff.py.
 .
   [ Mattia Rizzolo ]
   * Export junit-xml style test report when building on Jenkins.
 .
   [ anthraxx ]
   * Extend external Arch Linux tools list.
 .
 diffoscope (82) experimental; urgency=medium
 .
   [ Chris Lamb ]
   * New features:
     - Add support for comparing Pcap files. (Closes: #858867)
     - Add support for .docx and .odt files via docx2txt & odt2txt.
       (Closes: #859056)
     - Add support for PGP files via pgpdump. (Closes: #859034)
     - Add support for comparing Ogg Vorbis files.
   * Bug fixes:
     - Don't crash on invalid archives; print a useful error instead.
       (Closes: #833697)
     - Ensure tests and the runtime environment can locate binaries in
       /usr/sbin (eg. tcpdump)
   * Tests:
     - Ensure that PATH is modified.
     - Ensure @tool_required raises RequiredToolNotFound.
     - Don't assume that /sbin/init exists; locate any /sbin binary manually and
       then test for that. This should prevent FTBFS on travis-ci.org.
     - Show packages installed in report output.
   * Misc:
     - comparators.bzip2: Don't print error output from bzip2 call.
     - comparators.pcap: Show the delta, not the absolute time.
     - Use /usr/share/dpkg/pkg-info.mk over manual calls to dpkg-parsechangelog
       in debian/rules.
     - Document PYTHONPATH usage when running tests in README.Source.
     - Add internal documentation for @tool_required decorator.
 .
   [ [email protected] ]
   * Display differences in zip platform-specific timestamps. (Closes: #859117)
 .
   [ Ximin Luo ]
   * Add support for R .rds and .rdb object files.
 .
   [ Vagrant Cascadian ]
   * Add support for .dtb (device tree blob) files (Closes: #861109).
 .
 diffoscope (81) experimental; urgency=medium
 .
   [ Chris Lamb ]
   * Correct meaningless "1234-content" metadata when introspecting files
     within archives. This was a regression since #854723 due to the use of
     auto-incrementing on-disk filenames. (Closes: #858223)
   * Refactor get_compressed_content_name.
 .
   [ Ximin Luo ]
   * Improve ISO9660/DOS/MBR check.
 .
 diffoscope (80) experimental; urgency=medium
 .
   * Ensure that we really are using ImageMagick and not, for example, the
     GraphicsMagick compatibility layer installed by
     graphicsmagick-imagemagick-compat. (Closes: #857940)
   * Factor out the unicode decoding of the identify -version output.
   * travis.yml: Don't build tags.
 .
 diffoscope (79) experimental; urgency=medium
 .
   [ Chris Lamb ]
   * Extract SquashFS images in one go rather than per-file, speeding up (eg.)
     Tails ISO comparison by ~10x.
   * Support newer versions of cbfstool to avoid test failures.
     (Closes: #856446)
   * Skip icc test that varies on endian if the Debian-specific patch is not
     present. (Closes: #856447)
   * Compare GIF images using gifbuild. (Closes: #857610)
   * Also interpret "DOS/MBR boot sector" files as ISO images as they may have
     been processed by isohybrid.
   * Progress bar:
     - Hide bar if we are running with --debug mode.
     - Update prior to working on an item so the displayed filename is correct.
 .
   [ Maria Glukhova ]
   * Improve AndroidManifest.xml comparison for APK files.
     - Indicate the AndroidManifest.xml type. (Closes: #850758)
Checksums-Sha1:
 8ee2f30785e4c2eb1509acb9d682eb5ed00fb216 3217 diffoscope_83.dsc
 35b07d8349c804bd8d5028eefc9ccfd17bfe0d0e 641012 diffoscope_83.tar.xz
 8b811f4c2dbb8f9c4be03436326b503ad993d021 6370 diffoscope_83_amd64.buildinfo
Checksums-Sha256:
 487d50c63ee1c67fb304b7244038b935ae756c231f649156a23dc730e8fd1673 3217 
diffoscope_83.dsc
 09fc25285eb9ad9ebe6dec80b11c2b3f8c5b7250b3e047be6fefbf0f9149308f 641012 
diffoscope_83.tar.xz
 58e3e6df90a0b306f0bb0a419133dd8527ffd7119817a27702bbf87ebaa8c456 6370 
diffoscope_83_amd64.buildinfo
Files:
 2f3c4b9bc0f16ea6ac6257ec0283b382 3217 devel optional diffoscope_83.dsc
 dffd5533f8b0bfaf5a5ef59c6ff90f21 641012 devel optional diffoscope_83.tar.xz
 e5852580906da10eb8028c6f4af2c19c 6370 devel optional 
diffoscope_83_amd64.buildinfo

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

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAllGNGIACgkQHpU+J9Qx
HliPlA//bthdQrAQR8qfpuJCGj4wNS4j8V4b+ZgyCVLzHtBYmgiPjE69W6CTZZNf
pkZlLTtEkbnlbTL39bgKcNp3PAu8+4pWLj7blG2p/XxCnDrNPQvS0GN5zSI+hy+X
7I51641tjTzJQvYXFk7ZfSBAkwbNrsRm87WZySCOhU+TBSBYASBKpqHRqTpB3Csi
bVIW7z0Yli43h5+Ge9lpazp42ZXffBwt4rDhJHt/tKfoXhh2AXRL5Rer93Pih/Ah
akX/yL9LY691nfxNsv04kBNl4bBGBSKQDzsYuF71GO824R61XmsancMGlUT6QByP
czjILbdzbecFC6N3kikVXciwxPhXdAC3uRzGPIAAG+7Acqee7I270KR2nOxVZIoy
uVPPasXs4nK2pR50E9eHXh8P+TZxHHjTpVaYLh8aJwTBdpoGF/DUB1fmMkpZBvBD
5y7WxQlV2a/ZvwF4Hxt2nu5lJjvfb4zZH/2O07pVGnhPi/gmtAxGw8wLWKMaV6NJ
Ov1CtUMYp6nICWFMqumrDLHcZkp5rGlF2DVQy8l+o8A37gkioGQiwseIH5c/rt35
FVNXLkLwj2HfGC8PdVj8R9ZknVv20Tbhmd58pXshcPnSLetEM8pQbXDeiQHz7iEs
jU02FT9ac/EUHGAeKKoolo82/M4SYSV4H5xRaLHj6QMjuLfvXpU=
=2QRm
-----END PGP SIGNATURE-----

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

Reply via email to