1DH_GCONF(1) Debhelper DH_GCONF(1)
2
3
4
6 dh_gconf - install GConf defaults files and register schemas
7
9 dh_gconf [debhelperĀ options] [--priority=priority]
10
12 dh_gconf is a debhelper program that is responsible for installing
13 GConf defaults files and registering GConf schemas.
14
15 An appropriate dependency on gconf2 will be generated in
16 ${misc:Depends}.
17
19 debian/package.gconf-defaults
20 Installed into usr/share/gconf/defaults/10_package in the package
21 build directory, with package replaced by the package name.
22
23 debian/package.gconf-mandatory
24 Installed into usr/share/gconf/mandatory/10_package in the package
25 build directory, with package replaced by the package name.
26
28 --priority priority
29 Use priority (which should be a 2-digit number) as the defaults
30 priority instead of 10. Higher values than ten can be used by
31 derived distributions (20), CDD distributions (50), or site-
32 specific packages (90).
33
35 debhelper(7)
36
37 This program is a part of debhelper.
38
40 Ross Burton <ross@burtonini.com> Josselin Mouette <joss@debian.org>
41
42
43
4411.4 2018-09-14 DH_GCONF(1)