summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2007-11-12 15:52:37 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2007-11-14 16:20:20 -0800
commit2577ed724cc226bf69019cd2571fbbad8c9e6911 (patch)
tree7b05a0c0d3e2d059b534d2ffe9b923be736a2440 /debian/control
parentf533861f868afc167aae06968db5bc138729189f (diff)
downloadvyatta-bash-2577ed724cc226bf69019cd2571fbbad8c9e6911.tar.gz
vyatta-bash-2577ed724cc226bf69019cd2571fbbad8c9e6911.zip
* modify rules to build without tarball.
* remove bash-builtins, bash-doc, and bashdb builds. * add .gitignore.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/control b/debian/control
index 18eb0ac..b6d54a1 100644
--- a/debian/control
+++ b/debian/control
@@ -53,33 +53,3 @@ Description: The GNU Bourne Again SHell (static version)
.
Statically linked.
-Package: bash-builtins
-Architecture: any
-Depends: bash (= ${Source-Version})
-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
-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.
-
-Package: bashdb
-Architecture: any
-Depends: ${shlibs: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.