[mate-desktop-environment] 01/01: debian/rules: Conform to glib-compile-schema naming convention for overrides. (LP: #1577715)
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Wed Nov 15 23:01:58 UTC 2017
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 15e21edf9fcdadb69c29bdc95fccce4cedc9710c
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Wed Nov 15 23:01:42 2017 +0000
debian/rules: Conform to glib-compile-schema naming convention for overrides. (LP: #1577715)
---
.../{mate-debian.gschema.override => 10_mate-debian.gschema.override} | 0
.../{mate-ubuntu.gschema.override => 10_mate-ubuntu.gschema.override} | 0
debian/rules | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/mate-debian.gschema.override b/debian/10_mate-debian.gschema.override
similarity index 100%
rename from debian/mate-debian.gschema.override
rename to debian/10_mate-debian.gschema.override
diff --git a/debian/mate-ubuntu.gschema.override b/debian/10_mate-ubuntu.gschema.override
similarity index 100%
rename from debian/mate-ubuntu.gschema.override
rename to debian/10_mate-ubuntu.gschema.override
diff --git a/debian/rules b/debian/rules
index 4a3542f..634a185 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,11 @@ override_dh_install:
dh_install
# GSettings overrides for Ubuntu
ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
- dh_install -pmate-desktop-environment-core debian/mate-ubuntu.gschema.override /usr/share/glib-2.0/schemas/
+ dh_install -pmate-desktop-environment-core debian/10_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/mate-debian.gschema.override /usr/share/glib-2.0/schemas/
+ dh_install -pmate-desktop-environment-core debian/10_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