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
|
Source: bash3
Section: shells
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.6.1
Build-Depends: autoconf, automake1.8, patch, bison, libncurses5-dev, texinfo, autotools-dev, debhelper (>= 4.1), texi2html
Build-Depends-Indep: tetex-bin
Package: bash3
Architecture: any
Depends: base-files (>= 2.1.12), passwd (>= 1:4.0.3-10), ${shlibs:Depends}
Suggests: bash3-doc
Description: The GNU Bourne Again SHell (Version 3)
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).
Package: bash3-doc
Architecture: all
Section: doc
Priority: optional
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 documentation in info format, all the
examples and the main changelog.
|