summaryrefslogtreecommitdiff
path: root/debian/control
blob: d61043243fd08001e62fcb6d133888016450eff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: sed
Section: utils
Priority: required
Maintainer: Clint Adams <schizo@debian.org>
Standards-Version: 3.8.2
Build-Depends: texinfo, gettext, libselinux-dev
Vcs-Git: git://git.debian.org/git/private/schizo/sed.git
Vcs-Browser: http://git.debian.org/?p=private/schizo/sed.git;a=summary
Homepage: http://www.gnu.org/software/sed/

Package: sed
Architecture: any
Essential: yes
Pre-Depends: ${shlibs:Pre-Depends}
Replaces: ssed (<< 3.59)
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.