]> git.donarmstrong.com Git - debhelper.git/blob - dh_shlibdeps.1
r308: * dh_suidregister: Die with understandable error message if asked to
[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] [-ldirectory] [-uparams] [-- params]"
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 .TP
24 .B \-\- params
25 Pass "params" to 
26 .BR dpkg-shlibdeps (1)
27 .TP
28 .B \-ldirectory
29 Before
30 .BR dpkg-shlibdeps (1)
31 is run, LD_LIBRARY_PATH will be set to the specified directory.
32 This is useful for multi-binary packages where a library
33 is built in one package and another package contains binaries linked
34 against said library.
35 .SH ENVIRONMENT
36 See
37 .BR debhelper (1)
38 for a list of environment variables that affect all debhelper commands.
39 .SH "SEE ALSO"
40 .TP
41 .BR debhelper (1)
42 .TP
43 .BR dpkg-shlibdeps (1)
44 .SH "CONFORMS TO"
45 Debian policy, version 3.0.1
46 .SH AUTHOR
47 Joey Hess <joeyh@master.debian.org>