aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBastien Nocera2002-05-10 17:44:16 +0000
committerBastien Nocera2002-05-10 17:44:16 +0000
commit36acc99ae1631433f286dde703c89f7fe95679c7 (patch)
tree58ba7b2f71343b28dc8c2c3007f7fc879cbdcef3 /debian/control
parentc72ceda700dff760a90ff701aaf32a37829be9eb (diff)
downloadscummvm-rg350-36acc99ae1631433f286dde703c89f7fe95679c7.tar.gz
scummvm-rg350-36acc99ae1631433f286dde703c89f7fe95679c7.tar.bz2
scummvm-rg350-36acc99ae1631433f286dde703c89f7fe95679c7.zip
- removed wrapper script, re-added missing debian files (ooops!), added a README.Debian with some info about the config file for Ender
svn-id: r4269
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000000..f2ffa3a003
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: scummvm
+Section: contrib/games
+Priority: optional
+Maintainer: Bastien Nocera <hadess@hadess.net>
+Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev, libreadline4-dev, libncurses5-dev
+Standards-Version: 3.5.2
+
+Package: scummvm
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Engine to run some LucasArts adventure games
+ The "Script Creation Utility for Maniac Mansion Virtual Machine" (scummvm for
+ short) is an engine used to run a lot of LucasArts adventure games.
+ .
+ You will also need the data files from the game to be able to play it.