summaryrefslogtreecommitdiff
path: root/dh_shlibdeps.1
diff options
context:
space:
mode:
authorjoey <joey>1999-11-29 05:56:08 +0000
committerjoey <joey>1999-11-29 05:56:08 +0000
commit854f6cec48a550299aa0b7a1d3b7f199b4d3ec9a (patch)
treeed913186d9acbd43923e844baf7df5acec15e612 /dh_shlibdeps.1
parent6f4c988721a164cd690ea7c11f8aa7cbb9bc7d93 (diff)
r317: * Added -X option, which makes it not examine some files. This is useful in
rare cases. Closes: #51100 * Always pass "-dDepends" before the list of files, which makes it easier to specify other -d parameters in the uparams, and doesn't otherwise change the result at all.
Diffstat (limited to 'dh_shlibdeps.1')
-rw-r--r--dh_shlibdeps.110
1 files changed, 8 insertions, 2 deletions
diff --git a/dh_shlibdeps.1 b/dh_shlibdeps.1
index 366ceefd..75f31a87 100644
--- a/dh_shlibdeps.1
+++ b/dh_shlibdeps.1
@@ -3,7 +3,7 @@
dh_shlibdeps \- calculate shared library dependancies
.SH SYNOPSIS
.B dh_shlibdeps
-.I "[debhelper options] [-ldirectory] [-uparams] [-- params]"
+.I "[debhelper options] [-ldirectory] [-uparams] [-Xitem] [-- params]"
.SH "DESCRIPTION"
dh_shlibdeps is a debhelper program that is responsible for calculating
shared library dependancies for all executables found in the package build
@@ -11,7 +11,8 @@ directory.
.P
This program is merely a wrapper around
.BR dpkg-shlibdeps (1)
-that calls it once for each package listed in the control file.
+that calls it once for each package listed in the control file, passing it
+a list of ELF executables it has found.
.SH OPTIONS
.TP
.B debhelper options
@@ -25,6 +26,11 @@ for a list of options common to all debhelper commands.
Pass "params" to
.BR dpkg-shlibdeps (1)
.TP
+.B \-Xitem, \--exclude=item
+Exclude files that contain "item" anywhere in their filename from being
+passed to dpkg-shlibdeps. This will make their dependancies be ignored.
+This may be useful in some situations, but use it with caution.
+.TP
.B \-ldirectory
Before
.BR dpkg-shlibdeps (1)