]> git.donarmstrong.com Git - debhelper.git/blob - dh_shlibdeps.1
6ced958ca1dbe3f1af89b9f607d7a6c0e56d61d0
[debhelper.git] / dh_shlibdeps.1
1 .TH DH_SHLIBDEPS 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_shlibdeps \- calculate shared library dependancies
4 .SH SYNOPSIS
5 .B dh_shlibdeps
6 .I "[debhelper options] [-uparams] [-Xitem] [-- params]"
7 .SH "DESCRIPTION"
8 dh_shlibdeps is a debhelper program that is responsible for calculating
9 shared library dependancies for packages.
10 .P
11 This program is merely a wrapper around
12 .BR dpkg-shlibdeps (1)
13 that calls it once for each package listed in the control file, passing it
14 a list of ELF executables and shared libraries it has found.
15 .SH OPTIONS
16 .TP
17 .B debhelper options
18 See
19 .BR debhelper (1)
20 for a list of options common to all debhelper commands.
21 .TP
22 .B \-uparams, \--dpkg-shlibdeps-params=params
23 .TP
24 .B \-\- params
25 Pass "params" to
26 .BR dpkg-shlibdeps (1)
27 .TP
28 .B \-Xitem, \--exclude=item
29 Exclude files that contain "item" anywhere in their filename from being
30 passed to dpkg-shlibdeps. This will make their dependancies be ignored.
31 This may be useful in some situations, but use it with caution. This option
32 may be used more than once to exclude more than one thing.
33 .TP
34 .B \-ldirectory
35 This option is ignored, for backwards compatability.
36 .SH ENVIRONMENT
37 See
38 .BR debhelper (1)
39 for a list of environment variables that affect all debhelper commands.
40 .SH "SEE ALSO"
41 .TP
42 .BR debhelper (1)
43 .TP
44 .BR dpkg-shlibdeps (1)
45 .SH "CONFORMS TO"
46 Debian policy, version 3.0.1
47 .SH AUTHOR
48 Joey Hess <joeyh@debian.org>