[mate-system-monitor] 04/05: debian/{rules, mate-system-monitor-common.install}: Move appstream metadata file to new location (until upstream has fixed their location).

Mike Gabriel sunweaver at debian.org
Tue Feb 13 20:23:59 UTC 2018


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

sunweaver pushed a commit to branch master
in repository mate-system-monitor.

commit 8c65609b275ccede94b03190e848a1cb03ad4788
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Feb 13 20:29:18 2018 +0100

    debian/{rules,mate-system-monitor-common.install}: Move appstream metadata file to new location (until upstream has fixed their location).
---
 debian/mate-system-monitor-common.install | 2 +-
 debian/rules                              | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/mate-system-monitor-common.install b/debian/mate-system-monitor-common.install
index bebc273..8795636 100644
--- a/debian/mate-system-monitor-common.install
+++ b/debian/mate-system-monitor-common.install
@@ -1,7 +1,7 @@
-usr/share/appdata/
 usr/share/glib-2.0/
 usr/share/help/
 usr/share/locale/
 usr/share/man/
+usr/share/metainfo/
 usr/share/pixmaps/
 usr/share/polkit-1/
diff --git a/debian/rules b/debian/rules
index 1173807..d4655ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ override_dh_missing:
 	dh_missing --fail-missing
 
 override_dh_install:
+	mkdir -p debian/tmp/usr/share/metainfo/
+	mv debian/tmp/usr/share/appdata/mate-system-monitor.appdata.xml debian/tmp/usr/share/metainfo/
 	dh_install
 
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-system-monitor.git



More information about the pkg-mate-commits mailing list