debian/: Add packaging support.
[runlisp] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..edf435e
--- /dev/null
@@ -0,0 +1,16 @@
+Source: runlisp
+Section: lisp
+Priority: extra
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Build-Depends: autoconf, autoconf-archive, automake, clisp, cl-asdf,
+ debhelper (>= 10), ecl, groff, gsfonts, sbcl
+Standards-Version: 3.1.1
+
+Package: runlisp
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Utility for running scripts written in Common Lisp.
+ `runlisp' is a small C program intended to be run from a script `#!'
+ line.  It selects and invokes a Common Lisp implementation, so as to run
+ the script.  In this sense, `runlisp' is a partial replacement for
+ `cl-launch'.