Browse Source

* 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

Arch Librarian 22 years ago
parent
commit
9dbed7ac64
2 changed files with 10 additions and 7 deletions
  1. 2 0
      debian/changelog
  2. 8 7
      doc/apt-get.8.xml

+ 2 - 0
debian/changelog

@@ -5,6 +5,8 @@ apt (0.5.26) unstable; urgency=low
     - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
     - Sync Spanish apt(8) (Closes: #249241)
     - French update from Christian Perrier <bubulle@debian.org> (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
 
  --
 

+ 8 - 7
doc/apt-get.8.xml

@@ -383,13 +383,14 @@
      </varlistentry>
 
      <varlistentry><term><option>--only-source</option></term>
-     <listitem><para>Only has meaning for the <literal>source</literal> 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
-     <literal>source</literal> command will only accept source package names as
-     arguments, rather than accepting binary package names and looking
-     up the corresponding source package.
-     Configuration Item: <literal>APT::Get::Only-Source</literal>.</para></listitem>
+     <listitem><para>Only has meaning for the
+     <literal>source</literal> and <literal>build-dep</literal>
+     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: <literal>APT::Get::Only-Source</literal>.</para></listitem>
      </varlistentry>
 
      <varlistentry><term><option>--diff-only</option></term><term><option>--tar-only</option></term>