aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control42
1 files changed, 24 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index 232377a..bdcec48 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,25 @@
-Source: ioquake3
-Section: user/games
-Priority: extra
-Maintainer: Oliver McFadden <oliver.mcfadden@nokia.com>
-Build-Depends: debhelper (>= 5), opengles-sgx-img-common-dev, libgles1-sgx-img-dev, perl, libsdl1.2-dev
-Standards-Version: 3.8.1
-Homepage: http://ioquake3.org/
-
-Package: ioquake3
-Architecture: armel
-Depends: opengles-sgx-img-common, libgles1-sgx-img, xserver-xomap, ${shlibs:Depends}, ${misc:Depends}
-Description: Quake III Arena
- Welcome to the Arena, where high-ranking warriors are transformed into
- spineless mush. Abandoning every ounce of common sense and any trace of doubt,
- you lunge onto a stage of harrowing landscapes and veiled abysses. Your new
- environment rejects you with lava pits and atmospheric hazards as legions of
- foes surround you, testing the gut reaction that brought you here in the first
- place. Your new mantra: Fight or be finished.
+Source: ioquake3-gles
+Section: games
+Priority: optional
+Maintainer: Fathi Boudra <fathi.boudra@linaro.org>
+Build-Depends: debhelper (>= 8.0.0),
+ libegl1-sgx-omap4-dev,
+ libgles1-sgx-omap4-dev,
+ libsdl1.2-dev
+Standards-Version: 3.9.2
+Homepage: http://www.ioquake3.org/
+Package: ioquake3-gles
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Game engine for 3D first person shooter games (GL ES 1.1)
+ This package installs a modified version of the ioQuake3 game engine,
+ which can be used to play various games based on that engine, such as
+ OpenArena, Quake III: Arena, and in future perhaps World of Padman and
+ Urban Terror.
+ .
+ This package alone isn't of any use; to get a playable game, install
+ openarena or another suitable set of game data.
+ .
+ The openarena package currently contains its own version of ioQuake3,
+ but in future it will depend on this package for the engine.