]> git.donarmstrong.com Git - debhelper.git/blob - dh_installmenu.1
r54: 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] [--no-act] [-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/package.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/package.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 the first first binary package listed in the control file, you may use
25 debian/menu and debian/menu-method instead.
26 .SH OPTIONS
27 .TP
28 .B \-v, \--verbose
29 Verbose mode; show all commands that modify the package build directory.
30 .TP
31 .B \-a, \--arch
32 Install menu files into all architecture dependent packages.
33 .TP
34 .B \-i, \--indep
35 Install menu files into all architecture independent packages.
36 .TP
37 .B \--no-act
38 Do not really do anything. If used with -v, the result is that this command
39 will output a list of what it would have done.
40 .TP
41 .B \-ppackage, \--package=package
42 Install menu files into the package named "package".
43 .TP
44 .B \-Ptmpdir, \--tmpdir=tmpdir
45 Use "tmpdir" for package build directory. 
46 .TP
47 .B \-n, \--noscripts
48 Do not modify postinst/postrm scripts.
49 .SH NOTES
50 The
51 .B \-a
52 .B \-i
53 and
54 .B \-p
55 arguments are cumulative. If none are specified, then all packages listed in
56 the control file will be effected.
57 .SH ENVIRONMENT
58 .TP
59 .I DH_VERBOSE
60 Enables verbose mode
61 .TP
62 .I DH_NO_ACT
63 Enables no-act mode (see above).
64 .SH "SEE ALSO"
65 .BR /usr/doc/debhelper/README
66 ,
67 .BR menufile (5)
68 .SH AUTHOR
69 Joey Hess <joeyh@master.debian.org>