[mate-desktop-environment] 06/07: debian/rules: Update dh_install for gschema overrides.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Fri Jan 19 23:29:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-desktop-environment.
commit caf902800e2061c8e3b512c9c8ba9cbaf3e7b013
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Fri Jan 19 23:18:09 2018 +0000
debian/rules: Update dh_install for gschema overrides.
---
debian/rules | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 634a185..c1aeda6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,14 @@
override_dh_install:
dh_install
+ dh_install -pmate-desktop-environment-core debian/10_mate-common.gschema.override /usr/share/glib-2.0/schemas/
# GSettings overrides for Ubuntu
ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
- dh_install -pmate-desktop-environment-core debian/10_mate-ubuntu.gschema.override /usr/share/glib-2.0/schemas/
+ dh_install -pmate-desktop-environment-core debian/20_mate-ubuntu.gschema.override /usr/share/glib-2.0/schemas/
endif
# GSettings overrides for Debian
ifeq ($(shell dpkg-vendor --is Debian && echo yes),yes)
- dh_install -pmate-desktop-environment-core debian/10_mate-debian.gschema.override /usr/share/glib-2.0/schemas/
+ dh_install -pmate-desktop-environment-core debian/20_mate-debian.gschema.override /usr/share/glib-2.0/schemas/
endif
ifeq ($(shell dpkg-vendor --is Debian && echo yes),yes)
ifeq ($(shell lsb_release -cs),wheezy)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-desktop-environment.git
More information about the pkg-mate-commits
mailing list