[game-data-packager] 01/08: add support for Tyrian

Simon McVittie smcv at debian.org
Mon Dec 29 10:47:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 7a8f164b9c189584e0d5a9985ed41d774929346d
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Jul 19 17:29:19 2014 +0200

    add support for Tyrian
---
 Makefile                  |  2 ++
 tyrian-data/README.Debian |  4 ++++
 tyrian-data/control.in    | 14 ++++++++++++++
 tyrian-data/copyright     | 20 ++++++++++++++++++++
 4 files changed, 40 insertions(+)

diff --git a/Makefile b/Makefile
index ee1b938..d70b577 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ default: $(DIRS)
 	make -f rott.mk VERSION=$(VERSION)
 	make -f wolf3d.mk VERSION=$(VERSION)
 	make -f lgeneral.mk LONG="LGeneral" VERSION=$(VERSION)
+	make -f tyrian.mk VERSION=$(VERSION)
 
 $(DIRS):
 	mkdir -p $@
@@ -84,6 +85,7 @@ clean:
 	make -f rott.mk VERSION=$(VERSION) clean
 	make -f wolf3d.mk VERSION=$(VERSION) clean
 	make -f lgeneral.mk LONG="LGeneral" VERSION=$(VERSION) clean
+	make -f tyrian.mk VERSION=$(VERSION) clean
 	for d in $(DIRS); do [ ! -d "$$d" ]  || rmdir "$$d"; done
 
 check:
diff --git a/tyrian-data/README.Debian b/tyrian-data/README.Debian
new file mode 100644
index 0000000..d0dd86c
--- /dev/null
+++ b/tyrian-data/README.Debian
@@ -0,0 +1,4 @@
+This package was generated by the game-data-packager program, to facilitate
+installation of the Tyrian (tyrian) data files into a Debian system.
+
+ -- Alexandre Detiste <alexandre.detiste at gmail.com>, Mon, 17 Feb 2014 12:22:22 +0000
diff --git a/tyrian-data/control.in b/tyrian-data/control.in
new file mode 100644
index 0000000..f6df688
--- /dev/null
+++ b/tyrian-data/control.in
@@ -0,0 +1,14 @@
+Package: tyrian-data
+Provides: tyrian-data
+Section: non-free/games
+Priority: optional
+Architecture: all
+Multi-Arch: foreign
+Recommends: opentyrian
+Installed-Size: 56
+Version: VERSION
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Description: Game data for OpenTyrian
+ OpenTyrian requires game data to play. This package contains
+ the game data from the shareware episode of OpenTyrian and
+ was generated using the "game-data-packager" program.
diff --git a/tyrian-data/copyright b/tyrian-data/copyright
new file mode 100644
index 0000000..c3fb102
--- /dev/null
+++ b/tyrian-data/copyright
@@ -0,0 +1,20 @@
+The tyrian-data package was generated using game-data-packager.
+Copyright © 2014 Alexandre Detiste <alexandre.detiste at gmail.com>.
+
+The files within "/usr/share/games/tyrian-data" are subject to the copyright
+described in /usr/share/doc/tyrian-data/license.doc.
+
+The remainder of this package is covered by the following
+Licence:
+
+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 2 of the License.
+
+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.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL-2.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list