diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-12-29 12:12:01 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-12-31 02:29:20 +0100 |
commit | 0c646119dea438abb3ee8797994d016ba6834cd2 (patch) | |
tree | b511c1be09ce7984c06f524b0bebf91d49f0d552 /doc/apt-get.8.xml | |
parent | 0161280405fe5aa256dc9df6a56106dd3a1a6f38 (diff) |
add --indep-only for build-dep command
The implementation is quite different compared to --arch-only due to ABI
reasons but functionality wise they are similar and usually both
available for symmetry at least.
Closes: #845775
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index ff7b38e97..10366f561 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -545,12 +545,17 @@ Configuration Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</literal>, and <literal>APT::Get::Tar-Only</literal>.</para></listitem> </varlistentry> - + <varlistentry><term><option>--arch-only</option></term> <listitem><para>Only process architecture-dependent build-dependencies. Configuration Item: <literal>APT::Get::Arch-Only</literal>.</para></listitem> </varlistentry> + <varlistentry><term><option>--indep-only</option></term> + <listitem><para>Only process architecture-independent build-dependencies. + Configuration Item: <literal>APT::Get::Indep-Only</literal>.</para></listitem> + </varlistentry> + <varlistentry><term><option>--allow-unauthenticated</option></term> <listitem><para>Ignore if packages can't be authenticated and don't prompt about it. This can be useful while working with local repositories, |