summaryrefslogtreecommitdiff
path: root/debian/control
blob: 83bf33aad595daf066f2e681d1bb4f2ffb8a0e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: sed
Section: utils
Priority: required
Maintainer: Clint Adams <clint@debian.org>
Standards-Version: 3.9.8
Build-Depends: texinfo, gettext, libselinux-dev [linux-any], autotools-dev, debhelper (>= 9), dh-autoreconf
Vcs-Git: https://anonscm.debian.org/git/users/clint/sed.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/clint/sed.git/
Homepage: https://www.gnu.org/software/sed/

Package: sed
Architecture: any
Multi-Arch: foreign
Essential: yes
Pre-Depends: ${shlibs:Pre-Depends}
Depends: dpkg (>= 1.15.4) | install-info
Description: The GNU sed stream editor
 sed reads the specified files or the standard input if no
 files are specified, makes editing changes according to a
 list of commands, and writes the results to the standard
 output.