Bug#787420: cl-alexandria: Warning on compiling without the LICENCE input file

2015-06-01 Thread Diogo Ramos
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

Bug#787420: cl-alexandria: Warning on compiling without the LICENCE input file

2015-06-01 Thread Faré
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