diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 86ed31ca9..b54c39b05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,14 @@ apt (0.5.5) unstable; urgency=low * LD_LIBRARY_PATH thing. Closes: #109430 * /usr/doc reference in postinst. Closes: #126189 * Doc updates. Closes: #120689 - * Possible apt-cache segfault. Closes: #120311, #118431, #117915 - + * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295, + #131062 + * Print special message for EAI_AGAIN. Closes: #131397 + * libapt-pkg-dev needs to bring in the apt-inst library if linking + is to work. Closes: #133943 + * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786, + #109591, #105920, #103678 + -- Randolph Chung <tausq@debian.org> Tue, 4 Dec 2001 23:26:42 -0800 apt (0.5.4) unstable; urgency=low diff --git a/debian/control b/debian/control index c906cdd32..cd246f801 100644 --- a/debian/control +++ b/debian/control @@ -26,12 +26,12 @@ Description: Advanced front-end for dpkg Package: libapt-pkg-dev Architecture: any Priority: optional -Depends: ${libapt-pkg:provides} +Depends: ${libapt-pkg:provides}, ${libapt-inst:provides} Section: devel -Description: Development files for APT's libapt-pkg - This package contains the header files and static libraries for +Description: Development files for APT's libapt-pkg and libapt-inst + This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation - library. + library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-doc Architecture: all |