diff options
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/apt-get.8.yo | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3b8e52989..f6f225b05 100644 --- a/configure.in +++ b/configure.in @@ -116,7 +116,6 @@ if test x"$c9x_ints" = x"no"; then AC_SUBST(HAVE_C9X) fi - dnl Check for debiandoc AC_CHECK_PROG(DEBIANDOC_HTML,debiandoc2html,"yes","") AC_CHECK_PROG(DEBIANDOC_TEXT,debiandoc2text,"yes","") diff --git a/debian/changelog b/debian/changelog index 59a49ac84..e39e8c0bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,7 +31,9 @@ apt (0.3.13.1) unstable; urgency=low * Increased the cache size. Closes: #47648 * Comment woopsie. Closes: #48789 * Removes existing links when linking sources. Closes: #48775 - * Problem resolver does not install all virtual packages. Closes: #48591 + * Problem resolver does not install all virtual packages. Closes: #48591, #49252 + * Clearer usage message about 'source' Closes: #48858 + * Immediate configure internal error Closes: #49062, #48884 -- Jason Gunthorpe <jgg@debian.org> Fri, 3 Sep 1999 09:04:28 -0700 diff --git a/doc/apt-get.8.yo b/doc/apt-get.8.yo index c5b8a7162..6812e46c7 100644 --- a/doc/apt-get.8.yo +++ b/doc/apt-get.8.yo @@ -101,6 +101,10 @@ specified then the package will be compiled to a binary .deb using dpkg-buildpackage, if --download-only is specified then the source package will not be unpacked. +Note that source packages are not tracked like binary packages, they exist +only in the current directory and are similar to downloading source +tar balls. + dit(bf(check)) bf(check) is a diagnostic tool; it updates the package cache and checks for broken packages. |