1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: delta
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 12), flex
Rules-Requires-Root: no
Homepage: http://delta.tigris.org/
Vcs-Browser: https://salsa.debian.org/debian/delta
Vcs-Git: https://salsa.debian.org/debian/delta.git
Package: delta
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: heuristic minimizer of interesting files
Delta assists you in minimizing "interesting" files subject to a test of
their "interestingness". A common such situation is when attempting to
isolate a small failure-inducing substring of a large input that causes
your program to exhibit a bug.
|