diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:52 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:52 +0000 |
commit | 16c76dd2cb44a67a581ff0888d6ff47a9e72ab4c (patch) | |
tree | bce82de895785dc6e1395d7bf1a62a2d81234d3e /debian/control | |
parent | a7cf4273ca0d5e47622bf278b547a4e984afbf4b (diff) |
Move the guide and offline docs to a separate package. ...
Author: doogie
Date: 2003-02-12 07:39:45 GMT
Move the guide and offline docs to a separate package. This allows us to
split the build-deps, so binary-arch builds are not as heavyweight.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 0361d7989..2c66f9d3c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: important Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org> Standards-Version: 3.5.8.0 -Build-Depends: debhelper (>= 2), debiandoc-sgml, docbook-utils (>= 0.6.12-1), libdb2-dev, gettext (>= 0.11.5) +Build-Depends: debhelper (>= 2), libdb2-dev, gettext (>= 0.11.5) +Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt Architecture: any @@ -12,7 +13,7 @@ Depends: ${shlibs:Depends} Priority: standard Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} -Suggests: dpkg-dev +Suggests: dpkg-dev, apt-doc Section: base Description: Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. @@ -20,8 +21,16 @@ Description: Advanced front-end for dpkg simpler, safer way to install and upgrade packages. . APT features complete installation ordering, multiple source capability - and several other unique features, see the Users Guide in - /usr/share/doc/apt/guide.text.gz + and several other unique features, see the Users Guide in apt-doc. + +Package: apt-doc +Architecture: all +Priority: optional +Replaces: apt (<< 0.5.4.9) +Section: doc +Description: Documentation for APT + This package contains the user guide and offline guide, for APT, an + Advanced Package Tool. Package: libapt-pkg-dev Architecture: any |