chiark / gitweb /
finalise changelog
[bash.git] / debian / control
1 Source: bash
2 Section: base
3 Priority: required
4 Maintainer: Matthias Klose <doko@debian.org>
5 Standards-Version: 3.9.3
6 Build-Depends: autoconf, autotools-dev, quilt, bison, libncurses5-dev,
7  texinfo, debhelper (>= 5), texi2html, locales, gettext, sharutils, time,
8  xz-utils, dpkg-dev (>= 1.16.1)
9 Build-Depends-Indep: texlive-latex-base, ghostscript
10 Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
11 Vcs-Browser: https://code.launchpad.net/~doko/+junk/pkg-bash-debian
12 Vcs-Bzr: http://bazaar.launchpad.net/~doko/+junk/pkg-bash-debian
13
14 Package: bash
15 Architecture: any
16 Multi-Arch: foreign
17 Pre-Depends: dash (>= 0.5.5.1-2.2), ${shlibs:Pre-Depends}, ${misc:Depends}
18 Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
19 Recommends: bash-completion (>= 20060301-0)
20 Conflicts: bash-completion (<< 20060301-0)
21 Replaces: bash-doc (<= 2.05-1), bash-completion (<< 20060301-0)
22 Suggests: bash-doc
23 Essential: yes
24 Section: shells
25 Priority: required
26 Description: GNU Bourne Again SHell
27  Bash is an sh-compatible command language interpreter that executes
28  commands read from the standard input or from a file.  Bash also
29  incorporates useful features from the Korn and C shells (ksh and csh).
30  .
31  Bash is ultimately intended to be a conformant implementation of the
32  IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
33  .
34  The Programmable Completion Code, by Ian Macdonald, is now found in
35  the bash-completion package.
36
37 Package: bash-static
38 Architecture: any
39 Multi-Arch: foreign
40 Depends: passwd (>= 1:4.0.3-10), ${misc:Depends}
41 Suggests: bash-doc
42 Section: shells
43 Priority: optional
44 Description: GNU Bourne Again SHell (static version)
45  Bash is an sh-compatible command language interpreter that executes
46  commands read from the standard input or from a file.  Bash also
47  incorporates useful features from the Korn and C shells (ksh and csh).
48  .
49  Statically linked.
50
51 Package: bash-builtins
52 Architecture: any
53 Depends: bash (= ${binary:Version}), ${misc:Depends}
54 Section: utils
55 Priority: optional
56 Description: Bash loadable builtins - headers & examples
57  Bash can dynamically load new builtin commands.  Included are the
58  necessary headers to compile your own builtins and lots of examples.
59
60 Package: bash-doc
61 Architecture: all
62 Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info
63 Section: doc
64 Priority: optional
65 Replaces: bash (<< 3.2-1)
66 Description: Documentation and examples for the The GNU Bourne Again SHell
67  Bash is an sh-compatible command language interpreter that executes
68  commands read from the standard input or from a file.  Bash also
69  incorporates useful features from the Korn and C shells (ksh and csh).
70  .
71  This package contains the distributable documentation, all the
72  examples and the main changelog.