diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f0468e2..8e036f4 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: ksh Section: shells -Priority: optional +Priority: required Maintainer: Oliver Kiddle <okiddle@yahoo.co.uk> Homepage: http://www.kornshell.com/ Build-Depends: debhelper (>= 7) @@ -10,6 +10,9 @@ Package: ksh Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: pdksh (<< 5.2.14-18) +Replaces: system-shell +Provides: system-shell +Essential: yes 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 |