1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: tardiff
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.0
Homepage: http://tardiff.coolprojects.org/
Vcs-Git: https://salsa.debian.org/debian/tardiff.git
Vcs-Browser: https://salsa.debian.org/debian/tardiff
Rules-Requires-Root: no
Package: tardiff
Architecture: all
Depends: libtext-diff-perl,
${misc:Depends},
${perl:Depends}
Description: Tarball comparison tool
TarDiff compares the contents of two tarballs and reports on any
differences found between them. Its use is mainly for release
managers who can use it as a QA tool to make sure no files have
accidentally been left over or were added by mistake. TarDiff
supports compressed tarballs, diff statistics and suppression of GNU
autotool changes.
|