Parcourir la source

Changelog updates
Author: jgg
Date: 1999-11-06 20:05:38 GMT
Changelog updates

Arch Librarian il y a 22 ans
Parent
commit
d385e2e8e4
3 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 0 1
      configure.in
  2. 3 1
      debian/changelog
  3. 4 0
      doc/apt-get.8.yo

+ 0 - 1
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","")

+ 3 - 1
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
  

+ 4 - 0
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.