dh_gconf (1) Linux Manual Page
dh_gconf – install GConf defaults files and register schemas
Synopsis
dh_gconf [debhelperĀ options] [–priority=priority]Description
dh_gconf is a debhelper program that is responsible for installing GConf defaults files and registering GConf schemas. An appropriate dependency on gconf2 will be generated in ${misc:Depends}.
Files
- debian/package.gconf-defaults
- Installed into usr/share/gconf/defaults/10_package in the package build directory, with package replaced by the package name.
- debian/package.gconf-mandatory
- Installed into usr/share/gconf/mandatory/10_package in the package build directory, with package replaced by the package name.
Options
- –priority priority
- Use priority (which should be a 2-digit number) as the defaults priority instead of 10. Higher values than ten can be used by derived distributions (20), CDD distributions (50), or site-specific packages (90).
See Also
debhelper(7) This program is a part of debhelper.
