This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 95821c83c45a8ffd79a3062dcc8a328b67bfce8e Author: Jens Reyer <[email protected]> Date: Mon Feb 5 21:26:24 2018 +0100 Adapt and rename appdata.xml for src:wine-development. --- ...ehq.wine.appdata.xml => org.winehq.wine.development.appdata.xml} | 6 +++--- debian/wineVERSION.install | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/org.winehq.wine.appdata.xml b/debian/org.winehq.wine.development.appdata.xml similarity index 92% rename from debian/org.winehq.wine.appdata.xml rename to debian/org.winehq.wine.development.appdata.xml index f3faa15..dcead0c 100644 --- a/debian/org.winehq.wine.appdata.xml +++ b/debian/org.winehq.wine.development.appdata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2017 Jens Reyer <[email protected]> --> <component type="desktop-application"> - <id>org.winehq.wine</id> + <id>org.winehq.wine.development</id> <metadata_license>FSFAP</metadata_license> <project_license>LGPL-2.1+</project_license> - <name>Wine</name> + <name>Wine (development version)</name> <summary>Run Windows applications on Linux, BSD, Solaris and Mac OS X</summary> <description> @@ -19,7 +19,7 @@ </p> </description> - <icon type="stock">wine-stable</icon> + <icon type="stock">wine-development</icon> <url type="homepage">https://www.winehq.org/</url> <url type="bugtracker">https://bugs.winehq.org/</url> diff --git a/debian/wineVERSION.install b/debian/wineVERSION.install index c60b7dc..1a97a6f 100644 --- a/debian/wineVERSION.install +++ b/debian/wineVERSION.install @@ -2,4 +2,4 @@ debian/tmp/wineDEBSUFFIX usr/bin debian/tmp/wineserver usr/lib/wineVERSION debian/tmp/wineapploader usr/lib/wineVERSION debian/tmp/wineDEBSUFFIX.svg usr/share/icons/hicolor/scalable/apps/ -debian/org.winehq.wine.appdata.xml usr/share/metainfo/ +debian/org.winehq.wine.development.appdata.xml usr/share/metainfo/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
