summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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 0000000..cca40a5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: scm
+Section: interpreters
+Priority: optional
+Maintainer: Thomas Bushnell, BSG <tb@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: slib (>> 3a5), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5)
+
+Package: scm
+Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb
+Section: interpreters
+Priority: optional
+Depends: slib (>> 3a5), ${shlibs:Depends}
+Description: A Scheme language interpreter
+ Scm conforms to Revised^5 Report on the Algorithmic Language Scheme and
+ the IEEE P1178 specification.