diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/libapt-pkg-doc.dhelp | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 6e2e9a344..16f80a4ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ apt (0.5.4) unstable; urgency=low * M68k config.guess patch. Closes: #88913 * Bi-yearly test on OpenBSD and Solaris - * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057, #97520 + * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057, + #97520, #102867, #101071, #102421, #101565, #98272 * Various cosmetic code updates. Closes: #89066, #89066, #89152 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after update). @@ -11,7 +12,9 @@ apt (0.5.4) unstable; urgency=low similar situations. Closes: #56708, #59432 * no_proxy and ftp. Closes: #89671 * Philippe Batailler's man page patches. - * Fix for display bug. Closes: #92033, #93652, #98468, #102951 + * Fix for display bug. Closes: #92033, #93652, #98468 + * Use more than 16bits for the dep ID. Some people ran out.. + Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362 * Reordered some things to make dante and FTP happier. Closes: #92757 * James R. Van Zandt's guide.sgml updates. Closes: #90027 * apt-ftparchive copes with no uncompressed package files + contents. @@ -31,6 +34,9 @@ apt (0.5.4) unstable; urgency=low * EINTR check. Closes: #102293 * Various changes to the locking metholodgy for --print-uris. Closes: #100590 + * Lame LD_LIBRARY_PATH thing. Closes: #98928 + * apt-cache search searchs provide names too now. Closes: #98695 + * Checksum and long lines problem. Closes: #106591 -- Jason Gunthorpe <jgg@debian.org> Thu, 8 Mar 2001 22:48:06 -0700 diff --git a/debian/libapt-pkg-doc.dhelp b/debian/libapt-pkg-doc.dhelp index 7c93c736b..1ac9d25f7 100644 --- a/debian/libapt-pkg-doc.dhelp +++ b/debian/libapt-pkg-doc.dhelp @@ -2,7 +2,7 @@ <directory>devel <dirtitle>Development Tools <linkname>APT Cache Specification -<filename>../apt/cache.html/index.html +<filename>cache.html/index.html <description> The APT Cache Specification describes the complete implementation and format of the APT Cache file. The APT Cache file is a way for APT to parse @@ -18,7 +18,7 @@ structures used by the package library and the APT GUI. <directory>devel <dirtitle>Development Tools <linkname>APT Design Document -<filename>../apt/design.html/index.html +<filename>design.html/index.html <description> The APT Design Document is an overview of the specifications and design goals of the APT project. It also attempts to give a broad descriptiontion of the @@ -30,7 +30,7 @@ implementation as well. <directory>devel <dirtitle>Development Tools <linkname>DPkg Technical Manual -<filename>../apt/design.html/index.html +<filename>dpkg-tech.html/index.html <description> The DPkg Technical Manual gives an overview of dpkg's external functions and describes how it views the world. @@ -41,7 +41,7 @@ and describes how it views the world. <directory>devel <dirtitle>Development Tools <linkname>APT Files -<filename>../apt/files.html/index.html +<filename>files.html/index.html <description> The APT Files document describes the complete implementation and format of the installed APT directory structure. It also serves as guide to how @@ -53,7 +53,7 @@ APT views the Debian archive. <directory>devel <dirtitle>Development Tools <linkname>APT Method Interface -<filename>../apt/method.html/index.html +<filename>method.html/index.html <description> The APT Method Interface document describes the interface that APT uses to the archive access methods. |