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