File: control

package info (click to toggle)
fldiff 1.1%2B0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: cpp: 3,002; makefile: 131; sh: 42
file content (24 lines) | stat: -rw-r--r-- 987 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
Source: fldiff
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               libfltk1.3-dev,
Standards-Version: 4.7.0
Homepage: http://web.archive.org/web/20130406143757/http://www.easysw.com/~mike/fldiff/index.html
Vcs-Browser: https://salsa.debian.org/debian/fldiff
Vcs-Git: https://salsa.debian.org/debian/fldiff.git
Rules-Requires-Root: no

Package: fldiff
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: graphical diff program
 Fldiff is a graphical diff program that shows the differences between
 two files/directories, or a file/directory and a CVS or Subversion repository.
 It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of
 GUI toolkit has hampered their portability to many of the systems.
 .
 Fldiff uses the Fast Light Toolkit (FLTK) and has been tested on AIX, IRIX,
 Linux, MacOS X, and Solaris, and should also run on Windows.