]> git.donarmstrong.com Git - debhelper.git/blob - dh_shlibdeps.1
r55: 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] [--no-act] [-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, \--verbose
21 Verbose mode; show all commands that modify the package build directory.
22 .TP
23 .B \-a, \--arch
24 Install files for all architecture dependent packages.
25 .TP
26 .B \-i, \--indep
27 Install files for all architecture independent packages.
28 .TP
29 .B \--no-act
30 Do not really do anything. If used with -v, the result is that this command
31 will output a list of what it would have done.
32 .TP
33 .B \-ppackage, \--package=package
34 Install files for the package named "package".
35 .TP
36 .B \-Ptmpdir, \--tmpdir=tmpdir
37 Use "tmpdir" for package build directory. 
38 .TP
39 .B \-uparams, \--dpkg-shlibdeps-params=params
40 Pass "params" to 
41 .BR dpkg-shlibdeps (1)
42 .SH NOTES
43 The
44 .B \-a
45 .B \-i
46 and
47 .B \-p
48 arguments are cumulative. If none are specified, then all packages listed in
49 the control file will be effected.
50 .SH ENVIRONMENT
51 .TP
52 .I DH_VERBOSE
53 Enables verbose mode
54 .TP
55 .I DH_NO_ACT
56 Enables no-act mode (see above).
57 .SH "SEE ALSO"
58 .BR /usr/doc/debhelper/README
59 .BR dpkg-shlibdeps (1)
60 .SH "CONFORMS TO"
61 Debian policy, version 2.3.0.0
62 .SH AUTHOR
63 Joey Hess <joeyh@master.debian.org>