File: control

package info (click to toggle)
sed 4.2.2-4%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 7,340 kB
  • ctags: 2,857
  • sloc: ansic: 15,774; sh: 6,433; sed: 950; perl: 373; makefile: 245
file content (21 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (2)
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.