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