dump-ecl: Defeat ASDF's magic internal knowledge of itself.
[runlisp] / debian / control
index 54640aa..edf435e 100644 (file)
@@ -1,17 +1,16 @@
-Source: cfd
-Section: devel
+Source: runlisp
+Section: lisp
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-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, 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'.