X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/5eddcef785779760cc61248c5d4816c908268213..b9707689c439a7b4716fa062485305651c0ab23e:/debian/control diff --git a/debian/control b/debian/control index af08b1c..edf435e 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,16 @@ -Source: cfd -Section: devel +Source: runlisp +Section: lisp Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>> 8.0), automake, texinfo +Build-Depends: autoconf, autoconf-archive, automake, clisp, cl-asdf, + debhelper (>= 10), ecl, groff, gsfonts, sbcl Standards-Version: 3.1.1 -Package: cfd -Architecture: all -Recommends: autoconf, autoconf-archive, automake, libtool -Description: A collection of miscellaneous bits of build system. - The common files distribution (CFD) contains standard boilerplate files - and some handy autoconf macros. It also contains some scripts which - add symlinks to the master copies of these files to a directory, the - idea being that you don't need to check these files into your CVS - repository for every project. Instead, include a script which sets - up the symlinks correctly. +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'.