1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: trydiffoscope
Section: devel
Priority: optional
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders:
Chris Lamb <lamby@debian.org>,
Build-Depends:
debhelper (>= 11~),
dh-python,
python-docutils,
python3-all,
python3-distutils,
Standards-Version: 4.2.1
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/trydiffoscope
Package: trydiffoscope
Architecture: all
Depends:
python3-requests,
${misc:Depends},
${python3:Depends},
Description: in-depth comparison of files, archives, etc. (try.diffoscope.org client)
diffoscope will try to get to the bottom of what makes files or directories
different. It will recursively unpack archives of many kinds and transform
various binary formats into more human readable form to compare them. It can
compare two tarballs, ISO images, or PDF just as easily. The differences can
be shown in a text or HTML report.
.
diffoscope is developed as part of the “reproducible builds” Debian
project.
.
This package contains the https://try.diffoscope.org/ command-line client.
|