]> git.donarmstrong.com Git - debhelper.git/blob - dh_installdebconf.1
176d61aaf3f93d0dbe1fc2985fc28ac1d8fa9220
[debhelper.git] / dh_installdebconf.1
1 .TH DH_INSTALLDEBCONF 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installdebconf \- install debconf files into package build directories
4 .SH SYNOPSIS
5 .B dh_installdebconf
6 .I "[debhelper options] [-n]"
7 .SH "DESCRIPTION"
8 dh_installdebconf is a debhelper program that is responsible for installing
9 files used by the debconf package into package build directories.
10 .P
11 It also automatically generates the postrm commands needed to 
12 interface with debconf. See 
13 .BR dh_installdeb (1)
14 for an explanation of how this works.
15 .P
16 Files named debian/package.config and debian/package.templates are installed
17 into the DEBIAN directory in the package build directory.
18 .P
19 For the first first binary package listed in the control file, you may use
20 debian/config and debian/templates instead.
21 .P
22 Note that if you use debconf, your package probably needs to depend on it.
23 .SH OPTIONS
24 .TP
25 .B debhelper options
26 See
27 .BR debhelper (1)
28 for a list of options common to all debhelper commands.
29 .TP
30 .B \-n, \--noscripts
31 Do not modify postrm script.
32 .SH ENVIRONMENT
33 See
34 .BR debhelper (1)
35 for a list of environment variables that affect all debhelper commands.
36 .SH NOTES
37 Note that this command is not idempotent. "dh_clean -k" should be called
38 between invocations of this command. Otherwise, it may cause multiple
39 instances of the same text to be added to maintainer scripts.
40 .SH "SEE ALSO"
41 .TP
42 .BR debhelper (1)
43 .SH AUTHOR
44 Joey Hess <joeyh@debian.org>