File: control

package info (click to toggle)
mgdiff 1.0%2Bdebian1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 3,796; makefile: 1,252; awk: 477; sh: 303
file content (27 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
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
Source: mgdiff
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libmotif-dev,
 libxext-dev,
 libxt-dev,
 xutils-dev,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/debian/mgdiff.git
Vcs-Browser: https://salsa.debian.org/debian/mgdiff

Package: mgdiff
Architecture: any
Depends:
 debianutils (>=1.7),
 file,
 mawk,
 ${misc:Depends},
 ${shlibs:Depends},
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.