This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository berusky.
commit ae770d9326e6eab0e06b787fc4585b7e19cf0ee4 Author: Markus Koschany <[email protected]> Date: Sun Oct 8 16:17:26 2017 +0200 Fix appstream legacy format --- debian/berusky.appdata.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/berusky.appdata.xml b/debian/berusky.appdata.xml index b2cc465..c86f764 100644 --- a/debian/berusky.appdata.xml +++ b/debian/berusky.appdata.xml @@ -4,9 +4,10 @@ BugReportURL: https://github.com/stransky/berusky/issues/2 SentUpstream: 2014-09-17 --> -<application> +<component type="desktop-application"> <id type="desktop">berusky.desktop</id> <metadata_license>CC0-1.0</metadata_license> + <name>Berusky</name> <summary>2D puzzle game</summary> <description> <p> @@ -21,4 +22,4 @@ SentUpstream: 2014-09-17 <screenshot>http://www.anakreon.cz/images/b1screens/Tezk2.gif</screenshot> </screenshots> <updatecontact>[email protected]</updatecontact> -</application> \ No newline at end of file +</component> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/berusky.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

