This is an automated email from the git hooks/post-receive script. natureshadow-guest pushed a commit to branch master in repository nano-assault.
commit d6caab00cca38bb901ec18fb98db957f734b1bc6 Author: Dominik George <[email protected]> Date: Mon Apr 24 17:42:14 2017 +0200 Add debian/. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 24 ++++++++++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/nano-assault | 3 +++ debian/nano-assault.desktop | 9 +++++++++ debian/nano-assault.install | 3 +++ debian/nano-assault.links | 1 + debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 3 +++ 11 files changed, 83 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..16d14a2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +nano-assault (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #) + + -- Dominik George <[email protected]> Thu, 22 Sep 2016 14:07:12 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a8afe40 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: nano-assault +Maintainer: Debian Games Team <[email protected]> +Uploaders: + Dominik George <[email protected]>, +Section: games +Priority: optional +Build-Depends: + debhelper (>= 10), +Standards-Version: 3.9.8 +Homepage: https://edugit.org/eike/nanoassault +Testsuite: autopkgtest-pkg-python +Vcs-Git: https://anonscm.debian.org/git/pkg-games/nano-assault.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-games/nano-assault.git + +Package: nano-assault +Architecture: all +Depends: + ${misc:Depends}, + python3-pygame +Description: Mini arcade game taking place inside a human body + Nano Assault is a game taking place inside a human body. You control a + nanobot and it’s your mission to eradicate all harmful bacteria. + . + This game was an entry in Ludum Dare 38. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ed4c5e9 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Nano-Assault +Upstream-Contact: Eike Jesinghaus <[email protected]> +Source: https://pypi.python.org/pypi/Nano-Assault + +Files: * +Copyright: Eike Jesinghaus <[email protected]> +License: GPL-3+ + +Files: debian/* +Copyright: 2017 Dominik George <[email protected]> +License: GPL-3+ + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, you can find the full text of the license in + /usr/share/common-licenses/GPL-3 . diff --git a/debian/nano-assault b/debian/nano-assault new file mode 100755 index 0000000..42a5bae --- /dev/null +++ b/debian/nano-assault @@ -0,0 +1,3 @@ +#!/bin/sh + +PYTHONPATH=/usr/share/games/nano-assault python3 -m nanoassault diff --git a/debian/nano-assault.desktop b/debian/nano-assault.desktop new file mode 100644 index 0000000..7406c83 --- /dev/null +++ b/debian/nano-assault.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Nano Assault +Comment=Mini arcade game taking place inside a human body +Exec=nano-assault +Icon=nano-assault +Terminal=false +Type=Application +Categories=Game;ArcadeGame; +StartupNotify=false diff --git a/debian/nano-assault.install b/debian/nano-assault.install new file mode 100644 index 0000000..6083662 --- /dev/null +++ b/debian/nano-assault.install @@ -0,0 +1,3 @@ +nanoassault usr/share/games/nano-assault +debian/nano-assault usr/games +debian/nano-assault.desktop usr/share/applications diff --git a/debian/nano-assault.links b/debian/nano-assault.links new file mode 100644 index 0000000..c90362e --- /dev/null +++ b/debian/nano-assault.links @@ -0,0 +1 @@ +/usr/share/games/nano-assault/nanoassault/img/player_walking0.png /usr/share/pixmaps/nano-assault.png diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..7ccebb6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/(rc|a|b|c)/~$1/" \ +http://pypi.debian.net/Nano-Assault/Nano-Assault@ANY_VERSION@@ARCHIVE_EXT@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nano-assault.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

