Penguin
Blame: dh_shlibdeps(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_shlibdeps(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_SHLIBDEPS
2 !!!DH_SHLIBDEPS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 dh_shlibdeps - calculate shared library dependancies
14 !!SYNOPSIS
15
16
17 __dh_shlibdeps__ [[''debhelper options'']
18 [[__-l__''directory''] [[__-X__''item'']
19 [[__--__ ''params'']
20 !!DESCRIPTION
21
22
23 dh_shlibdeps is a debhelper program that is responsible for
24 calculating shared library dependancies for
25 packages.
26
27
28 This program is merely a wrapper around
29 ''dpkg-shlibdeps''(1) that calls it once for each package
30 listed in the control file, passing it a list of
31 ELF executables and shared libraries it has
32 found.
33 !!OPTIONS
34
35
36 __-u__''params'',
37 __--dpkg-shlibdeps-params=__''params''
38
39
40 __--__ ''params''
41
42
43 Pass ``params'' to ''dpkg-shlibdeps''(1).
44
45
46 __-X__''item'',
47 __--exclude=__''item''
48
49
50 Exclude files that contain ``item'' anywhere in their
51 filename from being passed to dpkg-shlibdeps. This will make
52 their dependancies be ignored. This may be useful in some
53 situations, but use it with caution. This option may be used
54 more than once to exclude more than one thing.
55
56
57 __-l__''directory''[[:directory:directory:..]
58
59
60 Before dpkg-shlibdeps is run, LD_LIBRARY_PATH
61 will have added to it the specified directory (or
62 directories -- separate with colons). This is useful for
63 multi-binary packages where a library is built in one
64 package and another package contains binaries linked against
65 said library. Relative paths will be made absolute for the
66 benefit of dpkg-shlibdeps.
67 !!SEE ALSO
68
69
70 debhelper(1)
71
72
73 This program is a part of debhelper.
74 !!AUTHOR
75
76
77 Joey Hess
78 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.