]> git.donarmstrong.com Git - debhelper.git/blob - dh_makeshlibs.1
51ba8feeed2b9a12d13640f71d773383781b7328
[debhelper.git] / dh_makeshlibs.1
1 .TH DH_MAKESHLIBS 1
2 .SH NAME
3 dh_makeshlibs \- automatically create shlibs file
4 .SH SYNOPSIS
5 .B dh_makeshlibs
6 .I "[-v] [-a] [-i] [-ppackage]"
7 .SH "DESCRIPTION"
8 dh_makeshlibs is a debhelper program that automatically scans for shared
9 libraries, and generates a shlibs file for the libraries it finds.
10 .P
11 For this program to work, you cannot have already installed a DEBIAN/shlibs
12 file. If such a file exits, the program will exit with an error.
13 .SH OPTIONS
14 .TP
15 .B \-v
16 Verbose mode; show all commands that modify the package build directory.
17 .TP
18 .B \-a
19 Generate shlibs files for all architecture dependent packages.
20 .TP
21 .B \-i
22 Generate shlibs files for all architecture independent packages.
23 .TP
24 .B \-ppackage
25 Generate shlibs file for the package named "package".
26 .SH NOTES
27 The
28 .B \-a
29 .B \-i
30 and
31 .B \-p
32 arguments are cumulative. If none are specified, then all packages listed in
33 the control file will be effected.
34 .SH ENVIRONMENT
35 .TP
36 .I DH_VERBOSE
37 Enables verbose mode
38 .SH "SEE ALSO"
39 .BR /usr/doc/debhelper/README
40 .SH BUGS
41 There is no guarentee that the program will get the shlibs file right. For
42 example, it may not correctly guess the major number of your package. In
43 casews like these (and perhaps in general, just to be safe), it is better to
44 create a debian/shlibs file by hand.
45 This is a "do what I Mean" type program - you have been warned!
46 .SH AUTHOR
47 Joey Hess <joeyh@master.debian.org>