]> git.donarmstrong.com Git - debhelper.git/blob - dh_shlibdeps.1
r36: Initial Import
[debhelper.git] / dh_shlibdeps.1
1 .TH DH_INSTALLDEBFILES 1
2 .SH NAME
3 dh_shlibdeps \- calculate shared library dependancies
4 .SH SYNOPSIS
5 .B dh_shlibdeps
6 .I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [-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. You may 
15 prefer to simply run 
16 .BR dpkg-shlibdeps (1)
17 by hand.
18 .SH OPTIONS
19 .TP
20 .B \-v
21 Verbose mode; show all commands that modify the package build directory.
22 .TP
23 .B \-a
24 Install files for all architecture dependent packages.
25 .TP
26 .B \-i
27 Install files for all architecture independent packages.
28 .TP
29 .B \-ppackage
30 Install files for the package named "package".
31 .TP
32 .B \-Ptmpdir
33 Use "tmpdir" for package build directory. 
34 .TP
35 .B \-uparams
36 Pass "params" to 
37 .BR dpkg-shlibdeps (1)
38 .SH NOTES
39 The
40 .B \-a
41 .B \-i
42 and
43 .B \-p
44 arguments are cumulative. If none are specified, then all packages listed in
45 the control file will be effected.
46 .SH ENVIRONMENT
47 .TP
48 .I DH_VERBOSE
49 Enables verbose mode
50 .SH "SEE ALSO"
51 .BR /usr/doc/debhelper/README
52 .BR dpkg-shlibdeps (1)
53 .SH "CONFORMS TO"
54 Debian policy, version 2.3.0.0
55 .SH AUTHOR
56 Joey Hess <joeyh@master.debian.org>