summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 7 insertions, 38 deletions
diff --git a/debian/control b/debian/control
index b6d54a1..9d8af55 100644
--- a/debian/control
+++ b/debian/control
@@ -1,55 +1,24 @@
-Source: bash
+Source: vyatta-bash
Section: base
Priority: required
-Maintainer: Matthias Klose <doko@debian.org>
+Maintainer: An-Cheng Huang <ancheng@vyatta.com>
Standards-Version: 3.6.2
Build-Depends: autoconf, patch, bison, libncurses5-dev, texinfo, autotools-dev, debhelper (>= 4.1), texi2html, locales
Build-Depends-Indep: tetex-bin
-Package: bash
+Package: vyatta-bash
Architecture: any
Pre-Depends: ${shlibs:Pre-Depends}
-Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
-Conflicts: bash-completion
-Replaces: bash-doc (<= 2.05-1), bash-completion
-Suggests: bash-doc
-Essential: yes
+Depends: base-files (>= 2.1.12), debianutils (>= 2.15), bash (>= 3.1)
Section: shells
Priority: required
-Description: The GNU Bourne Again SHell
+Description: The Vyatta Shell based on GNU bash
+ The Vyatta Shell based on 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).
- .
- Included in the bash package is the Programmable Completion Code, by
- Ian Macdonald.
-
-Package: bash-minimal
-Architecture: any
-Depends: ${shlibs:Depends}, passwd (>= 1:4.0.3-10)
-Suggests: bash-doc
-Section: shells
-Priority: optional
-Description: The GNU Bourne Again SHell (minimal 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).
- .
- Configured using --enable-minimal-config.
-
-Package: bash-static
-Architecture: any
-Depends: passwd (>= 1:4.0.3-10)
-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.