NAME

dh_gconf - generate GConf schema registration scripts

SYNOPSIS

dh_gconf [debhelper options] [--priority=<number>]

DESCRIPTION

dh_gconf is a debhelper program that is responsible for registering GConf schemas.

It automatically generates the postinst and prerm fragments needed to register and unregister the schemas in usr/share/gconf/schemas, using gconf-schemas.

If a file named debian/package.gconf-defaults exists, then it is installed into usr/share/gconf/defaults/10_package in the package build directory, with "package" replaced by the package name. Some postinst and postrm fragments will be generated to launch update-gconf-defaults.

The gconf-schemas and update-gconf-defaults scripts are provided by the gconf2 package. An appropriate dependency will be generated in ${misc:Depends}.

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.

AUTHOR

Ross Burton <ross@burtonini.com> Josselin Mouette <joss@debian.org>