diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-26 02:16:06 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-26 02:16:06 +0000 |
commit | c5069eeb3e476bcf7974e0c869f8857a84483f2a (patch) | |
tree | aae9fc96321202936255d326036c44c5aa3b6a31 /debian/control | |
parent | 9ee3c6fa1448246239a878ca6a92fd5e4873e721 (diff) | |
download | busybox-w32-c5069eeb3e476bcf7974e0c869f8857a84483f2a.tar.gz busybox-w32-c5069eeb3e476bcf7974e0c869f8857a84483f2a.tar.bz2 busybox-w32-c5069eeb3e476bcf7974e0c869f8857a84483f2a.zip |
Make a seperate busybox-doc package
git-svn-id: svn://busybox.net/trunk/busybox@6015 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3626718da..2a0ffa8bf 100644 --- a/debian/control +++ b/debian/control | |||
@@ -2,8 +2,15 @@ Source: busybox | |||
2 | Priority: optional | 2 | Priority: optional |
3 | Maintainer: Erik Andersen <andersee@debian.org> | 3 | Maintainer: Erik Andersen <andersee@debian.org> |
4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) |
5 | Build-Depends-Indep: sgmltools-lite, w3m | ||
5 | Standards-Version: 3.2.1.0 | 6 | Standards-Version: 3.2.1.0 |
6 | 7 | ||
8 | Package: busybox-doc | ||
9 | Architecture: all | ||
10 | Section: doc | ||
11 | Description: Documentation for busybox | ||
12 | Documentation in various formats on busybox commands and their options. | ||
13 | |||
7 | Package: busybox | 14 | Package: busybox |
8 | Architecture: any | 15 | Architecture: any |
9 | Depends: ${shlibs:Depends} | 16 | Depends: ${shlibs:Depends} |