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, help2man
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: ${misc:Depends}
Description: GNU stream editor for filtering/transforming text
 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.

