summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6b831b5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,12 @@
+Source: scm
+Section: devel
+Priority: optional
+Maintainer: Karl Sackett <krs@debian.org>
+Standards-Version: 2.1.1.2
+
+Package: scm
+Architecture: any
+Depends: slib, ${shlibs:Depends}
+Description: A Scheme language interpreter.
+ Scm conforms to Revised^4 Report on the Algorithmic Language Scheme and
+ the IEEE P1178 specification.