logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_installgsettings - install GSettings overrides and set dependencies

Author

       Laurent Bigonville <bigon@debian.org>, Josselin Mouette <joss@debian.org>

13.24.1ubuntu2                                     2025-02-11                             DH_INSTALLGSETTINGS(1)

Description

dh_installgsettings is a debhelper program that is responsible for installing GSettings override files
       and generating appropriate dependencies on the GSettings backend.

       The dependency on the backend will be generated in ${misc:Depends}.

Files

       debian/package.gsettings-override
           Installed into usr/share/glib-2.0/schemas/10_package.gschema.override in the package build directory,
           with "package" replaced by the package name.

           The format of the file is the following:

             [org.gnome.mypackage]
             boolean-setting=true
             string-setting='string'
             ...

Name

       dh_installgsettings - install GSettings overrides and set dependencies

Options

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

See Also

debhelper(7)

       This program is a part of debhelper.

Synopsis

dh_installgsettings [debhelperoptions] [--priority=<number>]

See Also