Package: cl-alexandria
Version: 20140826-1
Severity: minor
Dear Maintainer,
When loading the `cl-alexandria' ASDF system, ASDF gives the following
warning:
WARNING:
compiling # completed without
its input file #P"/usr/share/common-lisp/source/alexandria/LICENCE"
Here is a sample of
alexandria.asd declares LICENCE as a static-file, therefore the file
must be present or asdf3 will complain (unlike asdf2, and unlike asdf1
where most uses of static-file's were not even portable). If the issue
is disk space, the debian package could replace it with a symlink to a
shared version. O