diff options
author | Damyan Ivanov <dmn@debian.org> | 2018-08-09 08:24:59 +0000 |
---|---|---|
committer | Damyan Ivanov <dmn@debian.org> | 2018-08-09 09:43:06 +0000 |
commit | 83c80aab4115165590a4e760bf01ed432e581ec5 (patch) | |
tree | 7b4708ed09eb9c31e5aeb1b3b6f6b22965b8ac88 /doc/apt-get.8.xml | |
parent | 55489885b51b02b7f74e601a393ecaefd1f71f9c (diff) |
apt-get.8: mention --only-source in 'source' and 'build-dep' description
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index c1db915b3..244565877 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 package names. See the + <option>--only-source</option> option.</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,8 @@ <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 package names. See the <option>--only-source</option> option.</para></listitem> </varlistentry> <varlistentry><term><option>check</option></term> |