]> git.donarmstrong.com Git - debhelper.git/blob - dh_makeshlibs.1
r24: Initial Import
[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] [-Ptmpdir] [-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 .TP
27 .B \-Ptmpdir
28 Use "tmpdir" for package build directory. 
29 .SH NOTES
30 The
31 .B \-a
32 .B \-i
33 and
34 .B \-p
35 arguments are cumulative. If none are specified, then all packages listed in
36 the control file will be effected.
37 .SH ENVIRONMENT
38 .TP
39 .I DH_VERBOSE
40 Enables verbose mode
41 .SH "SEE ALSO"
42 .BR /usr/doc/debhelper/README
43 .SH BUGS
44 There is no guarentee that the program will get the shlibs file right. For
45 example, it may not correctly guess the major number of your package. In
46 casews like these (and perhaps in general, just to be safe), it is better to
47 create a debian/shlibs file by hand.
48 This is a "do what I Mean" type program - you have been warned!
49 .SH AUTHOR
50 Joey Hess <joeyh@master.debian.org>