summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a3a6547
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: sed
+Section: utils
+Priority: required
+Maintainer: Clint Adams <clint@debian.org>
+Standards-Version: 4.2.1
+Build-Depends: texinfo, gettext, libselinux-dev [linux-any], debhelper (>= 10), help2man, libacl1-dev
+Vcs-Git: https://salsa.debian.org/debian/sed.git
+Vcs-Browser: https://salsa.debian.org/debian/sed
+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.
+