summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-06-24 22:32:55 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-06-24 22:32:55 +0000
commitf5c1f1e76951691b4e9fd7f522ed0a9d0726a5ba (patch)
tree8b20462e0dd8c8326c7a2b14d260dc9d41a93560 /debian/control
parent3950ffe2a485479f6561c27364d3d7df5a21d124 (diff)
downloadksh-f5c1f1e76951691b4e9fd7f522ed0a9d0726a5ba.tar.gz
Added debian-dir (original, from Debian)
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..f0468e2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: ksh
+Section: shells
+Priority: optional
+Maintainer: Oliver Kiddle <okiddle@yahoo.co.uk>
+Homepage: http://www.kornshell.com/
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.3
+
+Package: ksh
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: pdksh (<< 5.2.14-18)
+Description: Real, AT&T version of the Korn shell
+ Ksh is a UNIX command interpreter (shell) that is intended for both
+ interactive and shell script use. Its command language is a superset of
+ the sh(1) shell language.
+ .
+ The 1993 version adds a number of new, mostly scripting related,
+ features over the 1988 version that is typically distributed with
+ commercial UNIX variants. For example, it has lexical scoping, compound
+ variables, associative arrays, named references and floating point
+ math.