File: control

package info (click to toggle)
bash 4.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,108 kB
  • ctags: 161
  • sloc: sh: 1,555; ansic: 854; makefile: 479
file content (77 lines) | stat: -rw-r--r-- 2,842 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: bash
Section: base
Priority: required
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.8.3
Build-Depends: autoconf, autotools-dev, patch, bison, libncurses5-dev,
 texinfo, debhelper (>= 5), texi2html, locales, gettext, sharutils, time, xz-utils
Build-Depends-Indep: texlive-latex-base, ghostscript
Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html

Package: bash
Architecture: any
Pre-Depends: dash (>= 0.5.5.1-2.2), ${shlibs:Pre-Depends}, ${misc:Depends}
Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
Recommends: bash-completion (>= 20060301-0)
Conflicts: bash-completion (<< 20060301-0)
Replaces: bash-doc (<= 2.05-1), bash-completion (<< 20060301-0)
Suggests: bash-doc
Essential: yes
Section: shells
Priority: required
Description: The GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
 .
 The Programmable Completion Code, by Ian Macdonald, is now found in
 the bash-completion package.

Package: bash-static
Architecture: any
Depends: passwd (>= 1:4.0.3-10), ${misc:Depends}
Suggests: bash-doc
Section: shells
Priority: optional
Description: The GNU Bourne Again SHell (static version)
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Statically linked.

Package: bash-builtins
Architecture: any
Depends: bash (= ${binary:Version}), ${misc:Depends}
Section: utils
Priority: optional
Description: Bash loadable builtins - headers & examples
 Bash can dynamically load new builtin commands.  Included are the
 necessary headers to compile your own builtins and lots of examples.

Package: bash-doc
Architecture: all
Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info
Section: doc
Priority: optional
Replaces: bash (<< 3.2-1)
Description: Documentation and examples for the The GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 This package contains the distributable documentation, all the
 examples and the main changelog.

Package: bashdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: bash-doc
Section: shells
Priority: optional
Description: The GNU Bourne Again SHell Debugger
 The bash debugger is a patched version of bash 2.05b to provide
 debugging support and better error reporting.