Various .deb files

This commit is contained in:
Way, No 2014-04-27 12:51:53 +11:00
parent d72212aa5f
commit e12092b895
6 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
set -e
if command -v update-menus >/dev/null 2>&1 ; then
update-menus
fi

View File

@ -0,0 +1,11 @@
openspades (0.0.11) trusty; urgency=low
* Even dummier entry
-- yvt <i@yvt.jp> Sat, 26 Apr 2014 16:57:23 +1100
openspades (0.0.10) trusty; urgency=medium
* Dummy entry
-- yvt <i@yvt.jp> Sat, 26 Apr 2014 16:20:11 +1100

View File

@ -0,0 +1,23 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenSpades
Upstream-Contact: yvt <i@yvt.jp>
Source: https://github.com/yvt/openspades
Files: *
Copyright: Copyright 2013-${CMAKE_CURRENT_YEAR} yvt <i@yvt.jp>
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; version 3 dated June, 2007.
.
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, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GPL v3 can be found in
/usr/share/common-licenses/GPL-3

View File

@ -6,6 +6,7 @@ Exec=openspades %U
Name=OpenSpades
GenericName=Sandbox building and FPS videogame
Comment=Open-source clone of Ace of Spades
Keywords=game;fps;sandbox;voxel;aos;
Icon=openspades.png
Categories=Application;Network;Game;
MimeType=x-scheme-handler/aos

View File

@ -0,0 +1,36 @@
.TH "openspades" "6" "" "openspades" ""
.SH "NAME"
OpenSpades \- Open-source clone of Ace of Spades
.SH "SYNOPSIS"
.
.B openspades
[\fIOPTIONS\fR]
[SERVER URI]
.
.SH "DESCRIPTION"
OpenSpades is a clone of Voxlap Ace of Spades 0.75, which is a free multiplayer game created by Ben Aksoy.
Here are some features:
- ability to connect to vanilla/pyspades server
- better performance on some modern computers/netbooks
- sophisticated graphics
- fully open source (GPLv3 compliant)
- cross-platform
.SH "OPTIONS"
.
.TP
.BI \-v \ version
Specify protocol version. Possible values: 0.75, 0.76
.TP
SERVER URI
Should be string like 'aos://address:port'. Address could be regular IP address or specified Ace of Spades address.
Port is just regular port.
.
.SH "COPYRIGHT"
.
Copyright \(co 2013\-${CMAKE_CURRENT_YEAR} yvt <i@yvt.jp>
.br
License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
.

View File

@ -0,0 +1,2 @@
?package(openspades):needs="X11" section="Games/Action"\
title="OpenSpades" command="/usr/games/openspades" icon="/usr/share/pixmaps/openspades.xpm"