diff options
-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 |