diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:06 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:06 +0000 |
commit | 416bf691228efceac29b90397828fcd0cf491164 (patch) | |
tree | 109a5de95fed22e9d1a8417cdebecf413d9ce8ae | |
parent | b0c76450cc4a6737a17c740870e219f48d706323 (diff) |
Fixed apt override disparity
Author: jgg
Date: 2001-03-06 02:27:45 GMT
Fixed apt override disparity
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ef9bf8268..59c9ec48f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ apt (0.5.3) unstable; urgency=low - * JoeyH's dpkg::preconfig not working. + * JoeyH's dpkg::preconfig not working. Closes: #88675 + * Fixed apt override disparity -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700 diff --git a/debian/control b/debian/control index f14954e0a..a9bb64e3e 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Priority: standard Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} Suggests: dpkg-dev +Section: base Description: Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a @@ -25,6 +26,7 @@ Package: libapt-pkg-dev Architecture: any Priority: optional Depends: ${libapt-pkg:provides} +Section: devel Description: Development files for APT's libapt-pkg This package contains the header files and static libraries for developing with APT's libapt-pkg Debian package manipulation @@ -33,6 +35,7 @@ Description: Development files for APT's libapt-pkg Package: libapt-pkg-doc Architecture: all Priority: optional +Section: doc Description: Documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. @@ -42,6 +45,7 @@ Architecture: any Depends: ${shlibs:Depends} Priority: optional Provides: ${libapt-inst:provides} +Section: admin Description: APT utility programs This package contains some infrequently used APT utility programs such as apt-ftparchive and apt-sortpkgs. |