diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:54 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:54 +0000 |
commit | 301a7101e840979ff297d762c195c10bbf08602d (patch) | |
tree | 48c8b523f891ba28b60566586a672b3048e7cae7 /debian | |
parent | 2337c67318f0f00a6071ec2ed19e3d01270aeecd (diff) |
libapt-pkg-dev now depends on apt-utils.
Author: doogie
Date: 2002-11-10 23:57:24 GMT
libapt-pkg-dev now depends on apt-utils.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a25ea8e96..b3d96d617 100644 --- a/debian/changelog +++ b/debian/changelog @@ -64,6 +64,7 @@ apt (0.5.5) unstable; urgency=low * Display both current version and new version in apt-get -s. Closes: #92358 * Add an options and timeout config item to ssh/rsh. Closes: #90654 + * libapt-pkg-dev now depends on apt-utils. Closes: #133942. -- Jason Gunthorpe <jgg@debian.org> Sun, 15 Sep 2002 17:16:59 -0600 diff --git a/debian/control b/debian/control index cd246f801..7059ea58d 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Description: Advanced front-end for dpkg Package: libapt-pkg-dev Architecture: any Priority: optional -Depends: ${libapt-pkg:provides}, ${libapt-inst:provides} +Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides} Section: devel Description: Development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for |