diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 83ca6e546..59042ccaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ apt (0.5.9) unstable; urgency=low * Patch from Otavio Salvador to switch from dh_installmanpages to dh_installman. Fixes the problem where the pt_BR man page was installed in the wrong location (Closes: #194558) + * Move the French apt-ftparchive man page into apt-utils where it + belongs. apt-utils Replaces: apt (<< 0.5.9) * Write records from "apt-cache show" using fwrite(3) rather than write(2), in case for some reason the entire record doesn't get written by a single write(2) @@ -17,7 +19,7 @@ apt (0.5.9) unstable; urgency=low entirely of characters which look like end tags ('+', '-') (Closes: #200425) - -- + -- Matt Zimmerman <mdz@debian.org> Fri, 8 Aug 2003 19:31:25 -0400 apt (0.5.8) unstable; urgency=medium diff --git a/debian/control b/debian/control index 6bbce19bd..2dcfb0caf 100644 --- a/debian/control +++ b/debian/control @@ -55,6 +55,7 @@ Architecture: any Depends: ${shlibs:Depends} Priority: optional Provides: ${libapt-inst:provides} +Replaces: apt (<< 0.5.9) Section: admin Description: APT utility programs This package contains some APT utility programs such as apt-ftparchive, |