]> git.donarmstrong.com Git - debhelper.git/blob - dh_installdebconf.1
r284: * Enhanced debconf support -- the database is now cleaned up on package
[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 "SEE ALSO"
37 .TP
38 .BR debhelper (1)
39 .SH AUTHOR
40 Joey Hess <joeyh@master.debian.org>