summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-18 10:51:10 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-18 10:51:10 -0400
commit58bccaad2f48495f6564d9082914a2f7fb9beff4 (patch)
treec6bbfe9873aa5a6c1abf629e7ef4fd6a9c6df512 /debian/control
parentfix minor error in dsc (diff)
downloadd2x-rebirth-master.tar.gz
d2x-rebirth-master.tar.bz2
d2x-rebirth-master.zip
add recommends: d2x-rebirth-dataHEADmaster
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index bd53690..88ad5f4 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Git: git://anonscm.debian.org/users/onlyjob/d2x-rebirth.git
Package: d2x-rebirth
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: timidity, freepats
+Recommends: timidity, freepats, d2x-rebirth-data
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,
bgstack15