1DH_INSTALLINFO(1) Debhelper DH_INSTALLINFO(1)
2
3
4
6 dh_installinfo - install info files
7
9 dh_installinfo [debhelper options] [-A] [file ...]
10
12 dh_installinfo is a debhelper program that is responsible for
13 installing info files into usr/share/info in the package build
14 directory.
15
16 From debhelper compatibility level 11 on, dh_install will fall back to
17 looking in debian/tmp for files, if it does not find them in the
18 current directory (or wherever you've told it to look using
19 --sourcedir).
20
22 debian/package.info
23 List info files to be installed.
24
25 Supports substitution variables in compat 13 and later as
26 documented in debhelper(7).
27
29 -A, --all
30 Install all files specified by command line parameters in ALL
31 packages acted on.
32
33 --sourcedir=dir
34 Look in the specified directory for files to be installed. This
35 option requires compat 11 or later (it is silently ignored in
36 compat 10 or earlier).
37
38 Note that this is not the same as the --sourcedirectory option used
39 by the dh_auto_* commands. You rarely need to use this option,
40 since dh_installinfo automatically looks for files in debian/tmp in
41 debhelper compatibility level 11 and above.
42
43 file ...
44 Install these info files into the first package acted on. (Or in
45 all packages if -A is specified).
46
48 debhelper(7)
49
50 This program is a part of debhelper.
51
53 Joey Hess <joeyh@debian.org>
54
55
56
5713.3.4 2021-05-13 DH_INSTALLINFO(1)