File: control

package info (click to toggle)
diffutils 1%3A3.8-4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 14,768 kB
  • sloc: ansic: 87,035; sh: 11,452; perl: 450; makefile: 214; sed: 16
file content (38 lines) | stat: -rw-r--r-- 1,406 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
28
29
30
31
32
33
34
35
36
37
38
Source: diffutils
Section: utils
Priority: required
Maintainer: Santiago Vila <sanvila@debian.org>
Build-Depends: debhelper-compat (= 13), texinfo
Standards-Version: 4.6.1
Homepage: https://www.gnu.org/software/diffutils/
Rules-Requires-Root: no

Package: diffutils
Essential: yes
Architecture: any
Pre-Depends: ${shlibs:Depends}
Depends: ${misc:Depends}
Replaces: diff
Suggests: diffutils-doc, wdiff
Description: File comparison utilities
 The diffutils package provides the diff, diff3, sdiff, and cmp programs.
 .
 `diff' shows differences between two files, or each corresponding file
 in two directories.  `cmp' shows the offsets and line numbers where
 two files differ.  `cmp' can also show all the characters that
 differ between the two files, side by side.  `diff3' shows differences
 among three files.  `sdiff' merges two files interactively.
 .
 The set of differences produced by `diff' can be used to distribute
 updates to text files (such as program source code) to other people.
 This method is especially useful when the differences are small compared
 to the complete files.  Given `diff' output, the `patch' program can
 update, or "patch", a copy of the file.

Package: diffutils-doc
Section: doc
Priority: optional
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for GNU diffutils in HTML format
 This package contains the HTML documentation for GNU diffutils.