X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/972d7a8678519641382bfa0dd410281a33c805d7..a71016725a61073f437a9e725af564a6dc371a38:/debian/control diff --git a/debian/control b/debian/control index da765e7..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) +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, automake -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'.