diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:08 +0000 |
commit | 44cf9c6d2d274eac37502e835155f7e985f1b8e6 (patch) | |
tree | 9576ba968924c5b9a55ba9e14f4f26184c62c7d4 /man/dpkg-shlibdeps.pod | |
parent | Adding upstream version 1.22.6. (diff) | |
download | dpkg-44cf9c6d2d274eac37502e835155f7e985f1b8e6.tar.xz dpkg-44cf9c6d2d274eac37502e835155f7e985f1b8e6.zip |
Adding upstream version 1.22.7.upstream/1.22.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/dpkg-shlibdeps.pod')
-rw-r--r-- | man/dpkg-shlibdeps.pod | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/dpkg-shlibdeps.pod b/man/dpkg-shlibdeps.pod index 3d04e79..2e83808 100644 --- a/man/dpkg-shlibdeps.pod +++ b/man/dpkg-shlibdeps.pod @@ -225,6 +225,21 @@ B<dpkg-shlibdeps> will automatically remove the dependency from all fields except the one representing the most important dependencies. +=item B<--package=>I<package> + +Define the package name. + +When specified, +the package name will be used to change defaults based on the +binary package metadata in F<debian/control>. + +If the package is B<Essential: yes>, +then the default dependency field is B<Pre-Depends>, otherwise B<Depends>. +The default package type is set from the B<Package-Type> field. +The package is added to the set of packages excluded by B<-x>. + +Option supported since dpkg 1.22.7. + =item B<-p>I<varname-prefix> Start substitution variables with @@ -343,6 +358,12 @@ Show the version and exit. =over +=item B<DEB_HOST_ARCH> + +Sets the host architecture. +This affects the objects and symbols files searched for and +their default search pathnames. + =item B<DPKG_COLORS> Sets the color mode (since dpkg 1.18.5). |