1DH_INSTALLGSETTINGS(1)             Debhelper            DH_INSTALLGSETTINGS(1)
2
3
4

NAME

6       dh_installgsettings - install GSettings overrides and set dependencies
7

SYNOPSIS

9       dh_installgsettings [debhelperĀ options] [--priority=<number>]
10

DESCRIPTION

12       dh_installgsettings is a debhelper program that is responsible for
13       installing GSettings override files and generating appropriate
14       dependencies on the GSettings backend.
15
16       The dependency on the backend will be generated in ${misc:Depends}.
17

FILES

19       debian/package.gsettings-override
20           Installed into
21           usr/share/glib-2.0/schemas/10_package.gschema.override in the
22           package build directory, with "package" replaced by the package
23           name.
24
25           The format of the file is the following:
26
27             [org.gnome.mypackage]
28             boolean-setting=true
29             string-setting='string'
30             ...
31

OPTIONS

33       --priority priority
34           Use priority (which should be a 2-digit number) as the override
35           priority instead of 10. Higher values than ten can be used by
36           derived distributions (20), blend distributions (50), or site-
37           specific packages (90).
38

SEE ALSO

40       debhelper(7)
41
42       This program is a part of debhelper.
43

AUTHOR

45       Laurent Bigonville <bigon@debian.org>, Josselin Mouette
46       <joss@debian.org>
47
48
49
5012.7.3                            2020-07-27            DH_INSTALLGSETTINGS(1)
Impressum