summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDmitry Smirnov <onlyjob@member.fsf.org>2013-05-25 08:09:27 +1000
committerDmitry Smirnov <onlyjob@member.fsf.org>2013-05-25 08:09:27 +1000
commit49766aced1299d781db0f9b7a200472720768fe5 (patch)
tree8f6ff9bffe61ec3e21fd47faf34fd9417cfed817 /debian/control
downloadd2x-rebirth-49766aced1299d781db0f9b7a200472720768fe5.tar.gz
d2x-rebirth-49766aced1299d781db0f9b7a200472720768fe5.tar.bz2
d2x-rebirth-49766aced1299d781db0f9b7a200472720768fe5.zip
Initial commit
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..562c44f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: d2x-rebirth
+Section: non-free/games
+Priority: optional
+Maintainer: Dmitry Smirnov <onlyjob@debian.org>
+Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9)
+ ,imagemagick
+ ,libphysfs-dev
+ ,libsdl1.2-dev
+ ,libsdl-mixer1.2-dev
+ ,scons
+Homepage: http://www.dxx-rebirth.com
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/onlyjob/d2x-rebirth.git
+Vcs-Git: git://anonscm.debian.org/users/onlyjob/d2x-rebirth.git
+
+Package: d2x-rebirth
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: timidity, freepats, d1x-rebirth-data-hires
+Description: port of the 1996 classic game Descent 2: Counterstrike
+ DXX-Rebirth is a Source Port of the Descent & Descent ][ Engines and
+ provides classical Gameplay combined with OpenGL graphics and effects,
+ a bunch of improvements and new features.
+ .
+ Original game data is needed to play this game.
bgstack15