This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository chocolate-doom.
commit d826fd8aa423471c25b40ed703c5577d2a01d825 Author: Fabian Greffrath <[email protected]> Date: Fri Sep 18 09:46:29 2015 +0200 Install upstream appdata files and remove them in the clean rule --- debian/chocolate-doom.install | 1 + debian/chocolate-heretic.install | 1 + debian/chocolate-hexen.install | 1 + debian/chocolate-strife.install | 1 + debian/clean | 1 + 5 files changed, 5 insertions(+) diff --git a/debian/chocolate-doom.install b/debian/chocolate-doom.install index 643264c..cd1e741 100644 --- a/debian/chocolate-doom.install +++ b/debian/chocolate-doom.install @@ -1,4 +1,5 @@ usr/games/chocolate-doom +usr/share/appdata/chocolate-doom.appdata.xml usr/share/applications/chocolate-doom.desktop usr/share/applications/screensavers/chocolate-doom-screensaver.desktop usr/share/doc/chocolate-doom diff --git a/debian/chocolate-heretic.install b/debian/chocolate-heretic.install index 7ef7e43..72a8c2e 100644 --- a/debian/chocolate-heretic.install +++ b/debian/chocolate-heretic.install @@ -1,4 +1,5 @@ usr/games/chocolate-heretic +usr/share/appdata/chocolate-heretic.appdata.xml usr/share/applications/chocolate-heretic.desktop usr/share/doc/chocolate-heretic usr/share/man/man5/chocolate-heretic.cfg.5 diff --git a/debian/chocolate-hexen.install b/debian/chocolate-hexen.install index e48d7dc..7a5aff3 100644 --- a/debian/chocolate-hexen.install +++ b/debian/chocolate-hexen.install @@ -1,4 +1,5 @@ usr/games/chocolate-hexen +usr/share/appdata/chocolate-hexen.appdata.xml usr/share/applications/chocolate-hexen.desktop usr/share/doc/chocolate-hexen usr/share/man/man5/chocolate-hexen.cfg.5 diff --git a/debian/chocolate-strife.install b/debian/chocolate-strife.install index 9633f0c..e57876c 100644 --- a/debian/chocolate-strife.install +++ b/debian/chocolate-strife.install @@ -1,4 +1,5 @@ usr/games/chocolate-strife +usr/share/appdata/chocolate-strife.appdata.xml usr/share/applications/chocolate-strife.desktop usr/share/doc/chocolate-strife usr/share/man/man5/chocolate-strife.cfg.5 diff --git a/debian/clean b/debian/clean index 2c56fe1..b5093c0 100644 --- a/debian/clean +++ b/debian/clean @@ -1 +1,2 @@ data/chocolate-*.png +src/chocolate-*.appdata.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

