summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-16 19:23:35 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-16 19:23:35 -0400
commit9dc557ebd6b305bb4d4146dc77b499f7288fa37c (patch)
tree5c6913f0b0c9a327131aeee52fbfc0dfa8f3d0de /debian/control
parentbringing in updates to the package since then (diff)
downloadd2x-rebirth-9dc557ebd6b305bb4d4146dc77b499f7288fa37c.tar.gz
d2x-rebirth-9dc557ebd6b305bb4d4146dc77b499f7288fa37c.tar.bz2
d2x-rebirth-9dc557ebd6b305bb4d4146dc77b499f7288fa37c.zip
update packaging for building now
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 141d36d..bd53690 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,14 @@
Source: d2x-rebirth
Section: non-free/games
Priority: optional
-Maintainer: Dmitry Smirnov <onlyjob@debian.org>
+Maintainer: B. Stack <bgstack15@gmail.com>
+XSBC-Original-Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9)
,imagemagick
,libphysfs-dev
,libsdl1.2-dev
+ ,libsdl-image1.2-dev
,libsdl-mixer1.2-dev
,scons
XS-Autobuild: yes
@@ -24,3 +26,4 @@ Description: port of the 1996 classic game Descent 2: Counterstrike
a bunch of improvements and new features.
.
Original game data is needed to play this game.
+ Updated package maintained by stackrpms
bgstack15