summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2018-10-14 19:23:10 +0000
committerJulian Andres Klode <jak@debian.org>2018-10-14 19:23:10 +0000
commitbb2f6c8c2a965ac1ff01582b93e64da8991dcbfc (patch)
treebb1a0bbd6bd9248ed7e9dd2d5bafbcbf420d8f10 /doc
parentd9c4384c7494eb45f77a60586763847c1bd7815c (diff)
parent95fe9cac1443316cff19c2152b04c0af0ca103d7 (diff)
Merge branch 'master' into 'master'
apt-get.8: mention --only-source in 'source' and 'build-dep' description See merge request apt-team/apt!24
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-get.8.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index b9b2c4441..b1099aa56 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -165,6 +165,9 @@
the <option>-t</option> option or per package with the
<literal>pkg/release</literal> syntax, if possible.</para>
+ <para>The arguments are interpreted as binary and source package names.
+ See the <option>--only-source</option> option if you want to change that.</para>
+
<para>Source packages are tracked separately
from binary packages via <literal>deb-src</literal> lines
in the &sources-list; file. This means that you will need to add such a line
@@ -193,7 +196,9 @@
<listitem><para><literal>build-dep</literal> causes apt-get to install/remove packages in an
attempt to satisfy the build dependencies for a source package. By default the dependencies are
satisfied to build the package natively. If desired a host-architecture can be specified
- with the <option>--host-architecture</option> option instead.</para></listitem>
+ with the <option>--host-architecture</option> option instead.</para><para>The arguments are
+ interpreted as binary or source package names. See the <option>--only-source</option>
+ option if you want to change that.</para></listitem>
</varlistentry>
<varlistentry><term><option>check</option></term>