From: Arch Librarian Date: Mon, 20 Sep 2004 17:06:55 +0000 (+0000) Subject: * Update apt-get(8) to reflect the fact that APT::Get::... X-Git-Tag: 0.7.24ubuntu1~435 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9dbed7ac641b61381c08ead38d4f4b996fc895ad?ds=inline * Update apt-get(8) to reflect the fact that APT::Get::... Author: mdz Date: 2004-05-18 01:15:56 GMT * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will affect apt-get build-dep as well as apt-get source --- diff --git a/debian/changelog b/debian/changelog index 8ba9d352e..f330532d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ apt (0.5.26) unstable; urgency=low - Spanish update from Ruben Porras (Closes: #248214) - Sync Spanish apt(8) (Closes: #249241) - French update from Christian Perrier (Closes: #248614) + * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will + affect apt-get build-dep as well as apt-get source -- diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 37151738a..24083aeb8 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -383,13 +383,14 @@ - Only has meaning for the source command. Indicates that the - given source names are not to be mapped through the binary - table. This means that if this option is specified, the - source command will only accept source package names as - arguments, rather than accepting binary package names and looking - up the corresponding source package. - Configuration Item: APT::Get::Only-Source. + Only has meaning for the + source and build-dep + commands. Indicates that the given source names are not to be + mapped through the binary table. This means that if this option + is specified, these commands will only accept source package + names as arguments, rather than accepting binary package names + and looking up the corresponding source package. Configuration + Item: APT::Get::Only-Source.