This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository xgalaga++.
commit 0185389e95679b0298b717331310f3c87b792b12 Author: Markus Koschany <[email protected]> Date: Sat Dec 12 12:48:34 2015 +0100 Imported Debian patch 0.8.4-2 --- debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 20 +++++++++++++------- debian/copyright | 9 ++++++++- debian/install | 2 ++ debian/source/include-binaries | 1 + debian/watch | 6 ------ debian/xgalaga++.desktop | 11 +++++++++++ debian/xgalaga++.png | Bin 0 -> 9018 bytes 9 files changed, 49 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 48a800c..7efc5b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +xgalaga++ (0.8.4-2) unstable; urgency=medium + + * Team upload. + * Use compat level 9 and require debhelper >= 9. + * Maintain the package in a Git repository to comply with the Games Team + policy. + * wrap-and-sort -sa. + * Set priority to optional. + * Declare compliance with Debian Policy 3.9.6. + * Provide new hicolor icon and desktop file. (Closes: #726903) + + -- Markus Koschany <[email protected]> Sat, 12 Dec 2015 12:48:34 +0100 + xgalaga++ (0.8.4-1) unstable; urgency=medium * Imported Upstream version 0.8.4 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 4db30b3..d1fa5e9 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,23 @@ Source: xgalaga++ Section: games -Priority: extra +Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: TANIGUCHI Takaki <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxpm-dev -Standards-Version: 3.9.5 +Uploaders: + TANIGUCHI Takaki <[email protected]> +Build-Depends: + debhelper (>= 9), + libx11-dev, + libxpm-dev +Standards-Version: 3.9.6 Homepage: http://marc.mongenet.ch/OSS/XGalaga/ -#Vcs-Git: git://git.debian.org/collab-maint/xgalaga++.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/xgalaga++.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-games/xgalaga++.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/xgalaga++.git Package: xgalaga++ Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: classic single screen vertical shooter, inspired by xgalaga XGalaga++ is a classic vertical scrolling shoot'em up. It requires no X Window extension and its window is freely resizable. It is inspired by diff --git a/debian/copyright b/debian/copyright index 5e9c1e1..c434388 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,6 +15,14 @@ Files: debian/* Copyright: 2010-1011 TANIGUCHI Takaki <[email protected]> License: GPL +Files: debian/xgalaga++.png +Copyright: Nuvola Icon Theme, David Vignoni +License: LGPL-2.1 + On Debian systems, the complete text of the GNU Lesser General Public License + version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". +Comment: + This icon is also known as games-arcade-2.png + License: GPL This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,4 +39,3 @@ License: GPL . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..b56fdb4 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +debian/xgalaga++.desktop usr/share/applications +debian/xgalaga++.png usr/share/icons/hicolor/128x128/apps diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 0000000..db90404 --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +debian/xgalaga++.png diff --git a/debian/watch b/debian/watch index f734e56..8da51e8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,8 +1,2 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 http://marc.mongenet.ch/OSS/XGalaga/ xgalaga\+\+_([^_]*)\.tar\.gz diff --git a/debian/xgalaga++.desktop b/debian/xgalaga++.desktop new file mode 100644 index 0000000..39cd5f4 --- /dev/null +++ b/debian/xgalaga++.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Name=xgalaga++ +GenericName=vertical shooter +Comment=classic single screen vertical shooter, inspired by xgalaga +Comment[de]=klassisches vertikales »Shoot'em up«-Spiel, das xgalaga nachempfunden wurde +Icon=xgalaga++ +Exec=xgalaga++ +Terminal=false +Categories=Game;ArcadeGame; +Keywords=shooter;shmup;shootemup;vertical; diff --git a/debian/xgalaga++.png b/debian/xgalaga++.png new file mode 100644 index 0000000..2e00daf Binary files /dev/null and b/debian/xgalaga++.png differ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xgalaga++.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

