]> git.donarmstrong.com Git - debhelper.git/blob - dh_shlibdeps.1
r291: * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
[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]"
7 .SH "DESCRIPTION"
8 dh_shlibdeps is a debhelper program that is responsible for calculating
9 shared library dependancies for all executables found in the package build
10 directory.
11 .P
12 This program is merely a wrapper around
13 .BR dpkg-shlibdeps (1)
14 that calls it once for each package listed in the control file.
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 Pass "params" to 
24 .BR dpkg-shlibdeps (1)
25 .SH ENVIRONMENT
26 See
27 .BR debhelper (1)
28 for a list of environment variables that affect all debhelper commands.
29 .SH "SEE ALSO"
30 .TP
31 .BR debhelper (1)
32 .TP
33 .BR dpkg-shlibdeps (1)
34 .SH "CONFORMS TO"
35 Debian policy, version 3.0.1
36 .SH AUTHOR
37 Joey Hess <joeyh@master.debian.org>