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 <clint@debian.org>
Standards-Version: 3.9.5
Build-Depends: texinfo, gettext, libselinux-dev [linux-any], autotools-dev
Vcs-Git: git://git.debian.org/users/clint/sed.git
Vcs-Browser: http://git.debian.org/?p=users/clint/sed.git;a=summary
Homepage: http://www.gnu.org/software/sed/
Package: sed
Architecture: any
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.
|