[mate-calc] 03/04: debian/{rules, mate-calc-common.install}: Move appstream metainfo to correct location.
Mike Gabriel
sunweaver at debian.org
Wed Feb 14 14:56:48 UTC 2018
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository mate-calc.
commit b54b03e9ddf3fdff24b7e079e13bd1efa416e21d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Feb 14 15:54:14 2018 +0100
debian/{rules,mate-calc-common.install}: Move appstream metainfo to correct location.
---
debian/mate-calc-common.install | 2 +-
debian/rules | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/mate-calc-common.install b/debian/mate-calc-common.install
index 23d2c2b..b8e07d0 100644
--- a/debian/mate-calc-common.install
+++ b/debian/mate-calc-common.install
@@ -1,6 +1,6 @@
-usr/share/appdata/
usr/share/glib-2.0/
usr/share/help/
usr/share/locale/
usr/share/man/
+usr/share/metainfo/
usr/share/mate-calc/
diff --git a/debian/rules b/debian/rules
index 4afc176..2911958 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,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-calc.appdata.xml debian/tmp/usr/share/metainfo/
dh_install
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-calc.git
More information about the pkg-mate-commits
mailing list