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
26 -A, --all
27 Install all files specified by command line parameters in ALL
28 packages acted on.
29
30 --sourcedir=dir
31 Look in the specified directory for files to be installed. This
32 option requires compat 11 or later (it is silently ignored in
33 compat 10 or earlier).
34
35 Note that this is not the same as the --sourcedirectory option used
36 by the dh_auto_* commands. You rarely need to use this option,
37 since dh_installinfo automatically looks for files in debian/tmp in
38 debhelper compatibility level 11 and above.
39
40 file ...
41 Install these info files into the first package acted on. (Or in
42 all packages if -A is specified).
43
45 debhelper(7)
46
47 This program is a part of debhelper.
48
50 Joey Hess <joeyh@debian.org>
51
52
53
5412.7.3 2020-07-27 DH_INSTALLINFO(1)