From 83c80aab4115165590a4e760bf01ed432e581ec5 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 9 Aug 2018 08:24:59 +0000 Subject: apt-get.8: mention --only-source in 'source' and 'build-dep' description --- doc/apt-get.8.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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 or per package with the pkg/release syntax, if possible. + The arguments are interpreted as binary package names. See the + option. + Source packages are tracked separately from binary packages via deb-src lines in the &sources-list; file. This means that you will need to add such a line @@ -193,7 +196,8 @@ build-dep 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 instead. + with the option instead.The arguments are + interpreted as binary package names. See the option. -- cgit v1.2.3 From 95fe9cac1443316cff19c2152b04c0af0ca103d7 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 9 Aug 2018 08:24:59 +0000 Subject: clarification do not suggest that 'source' and 'build-dep' arguments are binary package names only --- doc/apt-get.8.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 244565877..541bf08ea 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -165,8 +165,8 @@ the option or per package with the pkg/release syntax, if possible. - The arguments are interpreted as binary package names. See the - option. + The arguments are interpreted as binary and source package names. + See the option if you want to change that. Source packages are tracked separately from binary packages via deb-src lines @@ -197,7 +197,8 @@ 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 instead.The arguments are - interpreted as binary package names. See the option. + interpreted as binary or source package names. See the + option if you want to change that. -- cgit v1.2.3