aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000000..0976a74f88
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: scummvm
+Section: interpreters
+Priority: optional
+Maintainer: David Given <dg@hilfy>
+Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev
+Standards-Version: 3.5.2
+
+Package: scummvm
+Architecture: any
+Depends: ${shlibs:Depends}, libsdl1.2
+Description: SCUMM graphic adventure game interpreter
+ ScummVM is an interpreter that will play graphic adventure games written for
+ LucasArts' SCUMM virtual machine. It uses the SDL library for outputting
+ graphics.