]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmenu.1
r38: Initial Import
[debhelper.git] / dh_installmenu.1
1 .TH DH_INSTALLMENU 1
2 .SH NAME
3 dh_installmenu \- install debian menu files into package build directories
4 .SH SYNOPSIS
5 .B dh_installmenu
6 .I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [-n]"
7 .SH "DESCRIPTION"
8 dh_installmenu is a debhelper program that is responsible for installing
9 files used by the debian menu package into package build directories. 
10 .P
11 It also automatically generates the postinst and postrm commands needed to 
12 interface with the debian menu package. See 
13 .BR dh_installdeb (1)
14 for an explanation of how this works.
15 .P
16 If a file named debian/menu exists, then it is installed into
17 usr/lib/menu/package in the package build directory. This is a debian menu
18 file.
19 .P
20 If a file named debian/menu-method exits, then it is installed into
21 etc/menu-methods/package in the package build directory. This is a debian
22 menu method file.
23 .P
24 For packages other than the first binary package listed in
25 the control file, use debian/package.menu and debian/package.menu-method 
26 instead (replace "package" with the name of the package.)
27 .SH OPTIONS
28 .TP
29 .B \-v
30 Verbose mode; show all commands that modify the package build directory.
31 .TP
32 .B \-a
33 Install menu files into all architecture dependent packages.
34 .TP
35 .B \-i
36 Install menu files into all architecture independent packages.
37 .TP
38 .B \-ppackage
39 Install menu files into the package named "package".
40 .TP
41 .B \-Ptmpdir
42 Use "tmpdir" for package build directory. 
43 .TP
44 .B \-n
45 Do not modify postinst/postrm scripts.
46 .SH NOTES
47 The
48 .B \-a
49 .B \-i
50 and
51 .B \-p
52 arguments are cumulative. If none are specified, then all packages listed in
53 the control file will be effected.
54 .SH ENVIRONMENT
55 .TP
56 .I DH_VERBOSE
57 Enables verbose mode
58 .SH "SEE ALSO"
59 .BR /usr/doc/debhelper/README
60 ,
61 .BR menufile (5)
62 .SH AUTHOR
63 Joey Hess <joeyh@master.debian.org>