diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | doc/apt-ftparchive.1.sgml | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 7c95f32b0..e4b1c0229 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ apt (0.5.8) unstable; urgency=medium + * urgency=medium because the changes since 0.5.5.1 are pretty safe as + far as core functionality, 0.5.5.1 survived unstable for 10 days, and + I don't want to delay apt's progress into testing any further. It's + decidedly better than 0.5.4. * Clarify the meaning of the only-source option in apt-get(8) (Closes: #177258) * Updated French man pages from Philippe Batailler @@ -13,12 +17,9 @@ apt (0.5.8) unstable; urgency=medium * Update config.guess and config.sub from autotools-dev 20030717.1 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end up in output - * urgency=medium because the changes since 0.5.5.1 are pretty safe as - far as core functionality, 0.5.5.1 survived unstable for 10 days, and - I don't want to delay apt's progress into testing any further. It's - decidedly better than 0.5.4. + * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370) - -- + -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 19:44:16 -0400 apt (0.5.7) unstable; urgency=low diff --git a/doc/apt-ftparchive.1.sgml b/doc/apt-ftparchive.1.sgml index 25edac403..8107a846f 100644 --- a/doc/apt-ftparchive.1.sgml +++ b/doc/apt-ftparchive.1.sgml @@ -246,6 +246,12 @@ <filename>$(DIST)/$(SECTION)/binary-$(ARCH)/</> </VarListEntry> + <VarListEntry><term>SrcDirectory</term> + <ListItem><Para> + Sets the top of the source package directory tree. Defaults to + <filename>$(DIST)/$(SECTION)/source/</> + </VarListEntry> + <VarListEntry><term>Packages</term> <ListItem><Para> Sets the output Packages file. Defaults to |