Penguin
Blame: dh_installinfo(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installinfo(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLINFO
2 !!!DH_INSTALLINFO
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dh_installinfo - install and register info files
15 !!SYNOPSIS
16
17
18 __dh_installinfo__ [[''debhelper options''] [[__-A__]
19 [[__-n__] [[''file ...'']
20 !!DESCRIPTION
21
22
23 dh_installinfo is a debhelper program that is responsible
24 for installing info files and registering the files it
25 installs with install-info.
26
27
28 It determines some information about the info files by
29 parsing them, in particular, it looks at the
30 INFO-DIR-SECTION line to determine what section the info
31 file belongs in.
32
33
34 Any filenames specified as parameters will be installed into
35 the first package dh_installinfo is told to act on. By
36 default, this is the first binary package in debian/control,
37 but if you use -p, -i, or -a flags, it will be the first
38 package specified by those flags.
39
40
41 Files named debian/package.info can list other files to be
42 installed.
43
44
45 dh_installinfo will automatically generate the postinst and
46 prerm commands needed to interface with install-info,
47 updating the info . See ''dh_installdeb''(1) for an
48 explanation of how this works.
49 !!OPTIONS
50
51
52 __-A__, __--all__
53
54
55 Install all files specified by command line parameters in
56 ALL packages acted on.
57
58
59 __-n__, __--noscripts__
60
61
62 Do not modify postinst/prerm scripts.
63
64
65 ''file ...''
66
67
68 Install these info files into the first package acted on.
69 (Or in all packages if -A is specified).
70 !!NOTES
71
72
73 Note that this command is not idempotent. ``dh_clean -k''
74 should be called between invocations of this command.
75 Otherwise, it may cause multiple instances of the same text
76 to be added to maintainer scripts.
77 !!SEE ALSO
78
79
80 debhelper(1)
81
82
83 This program is a part of debhelper.
84 !!AUTHOR
85
86
87 Joey Hess
88 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.