dh_lisp is a debhelper program that is responsible for registering Common Lisp source and implementations
with the Common Lisp Controller.
For Common Lisp library packages dh_lisp will automatically generate the postinst and prerm commands
needed to interface with the Common Lisp Controller. It also links the given ASDF system definitions
appropriately. It takes into account all ASDs that you installed below usr/share/common-lisp/source (for
example with dh_install(1)).
If dh_lisp finds precompiled files from CLISP, SBCL or CMUCL, it will add a dependency on the
implementation that can read the FASL version used by the implementation currently installed. (this is
most likely the one which built the binaries in the package)
If you supply implementation, dh_lisp automatically installs the implementation-specific script, which is
expected to reside in debian/implementation.sh. dh_lisp automatically generates the necessary maintainer
scripts to register the implementation with the Common Lisp Controller.