diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..19c6a4e --- /dev/null +++ b/debian/control @@ -0,0 +1,74 @@ +Source: zsh +Section: shells +Priority: optional +Build-Depends: debhelper (>= 8), dh-autoreconf, + bsdmainutils, groff-base, libcap-dev [linux-any], + libncursesw5-dev, libpcre3-dev, texi2html (>= 1.76-3), texinfo, texlive-latex-base, yodl, + gawk +Maintainer: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org> +Uploaders: Michael Prokop <mika@debian.org>, Axel Beckert <abe@debian.org>, Clint Adams <clint@debian.org>, Frank Terbeck <ft@bewatermyfriend.org>, Richard Hartmann <richih.mailinglist@gmail.com> +Standards-Version: 3.9.3 +Homepage: http://www.zsh.org/ +Vcs-Git: git://git.debian.org/collab-maint/zsh.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/zsh.git;a=summary + +Package: zsh +Architecture: any +Depends: ${shlibs:Depends} +Recommends: ${shlibs:Recommends} +Suggests: zsh-doc +Description: shell with lots of features + Zsh is a UNIX command interpreter (shell) usable as an + interactive login shell and as a shell script command + processor. Of the standard shells, zsh most closely resembles + ksh but includes many enhancements. Zsh has command-line editing, + built-in spelling correction, programmable command completion, + shell functions (with autoloading), a history mechanism, and a + host of other features. + +Package: zsh-doc +Architecture: all +Section: doc +Depends: dpkg (>= 1.15.4) | install-info +Description: zsh documentation - info/HTML format + Zsh is a UNIX command interpreter (shell) usable as an + interactive login shell and as a shell script command + processor. Of the standard shells, zsh most closely resembles + ksh but includes many enhancements. Zsh has command-line editing, + built-in spelling correction, programmable command completion, + shell functions (with autoloading), a history mechanism, and a + host of other features. + . + This contains the documentation in GNU info and HTML formats. + +Package: zsh-dev +Architecture: any +Section: libdevel +Description: shell with lots of features (development files) + Zsh is a UNIX command interpreter (shell) usable as an + interactive login shell and as a shell script command + processor. Of the standard shells, zsh most closely resembles + ksh but includes many enhancements. Zsh has command-line editing, + built-in spelling correction, programmable command completion, + shell functions (with autoloading), a history mechanism, and a + host of other features. + . + This package contains headers and scripts necessary to compile + third-party modules. + +Package: zsh-dbg +Architecture: any +Section: debug +Priority: extra +Depends: zsh (= ${binary:Version}) +Description: shell with lots of features (debugging symbols) + Zsh is a UNIX command interpreter (shell) usable as an + interactive login shell and as a shell script command + processor. Of the standard shells, zsh most closely resembles + ksh but includes many enhancements. Zsh has command-line editing, + built-in spelling correction, programmable command completion, + shell functions (with autoloading), a history mechanism, and a + host of other features. + . + This package contains gdb debugging symbols for the 'zsh' + package. |