1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: mgdiff
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: xutils-dev, libmotif-dev, libxt-dev, libxext-dev, debhelper (>= 9)
Standards-Version: 3.9.6
# Please migrate this to a non-private space once Alioth is back.
Vcs-Git: https://gitlab.com/kilobyte/pkg-mgdiff.git
Vcs-Browser: https://gitlab.com/kilobyte/pkg-mgdiff/tree/master
Package: mgdiff
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (>=1.7), file, mawk
Description: xdiff clone
mgdiff is modeled after xdiff and provides a nice graphical interface
for comparing the contents of two text files. rmgdiff recurses down
two directories collating difference information and invoking mgdiff
whenever two text files differ.
|