[mate-desktop-environment] 01/01: debian/rules: Conform to glib-compile-schema naming convention for overrides.

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Thu Nov 16 07:44:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

gnugr-guest pushed a commit to branch parrot/3.7
in repository mate-desktop-environment.

commit e9988d4cc68ea02dd2dc5dd1ebcadc486b55b35e
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Thu Nov 16 09:44:09 2017 +0200

    debian/rules: Conform to glib-compile-schema naming convention for overrides.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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