This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gnumed-client.
commit 7386b56f224ddf5abaa026f9822ce83498d5a6ef Author: Andreas Tille <[email protected]> Date: Tue Sep 12 17:04:26 2017 +0200 AppStream data to /usr/share/metainfo/ --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e9eda1f..f3a70c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gnumed-client (1.6.14+dfsg-1) unstable; urgency=medium * New upstream version * Standards-Version: 4.1.0 + * AppStream data to /usr/share/metainfo/ -- Andreas Tille <[email protected]> Tue, 12 Sep 2017 16:45:11 +0200 diff --git a/debian/rules b/debian/rules index ec36cda..1eecbef 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,8 @@ override_dh_install: done # Install apstream data (https://wiki.debian.org/AppStream/) - mkdir -p debian/$(client)/usr/share/appdata - cp -a client/appdata.xml debian/$(client)/usr/share/appdata/$(client).appdata.xml + mkdir -p debian/$(client)/usr/share/metainfo/ + cp -a client/appdata.xml debian/$(client)/usr/share/metainfo/$(client).appdata.xml # Remove programming templates if installed by chance ... find debian -name "*.template" -exec rm -f \{\} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gnumed-client.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
