tags 472776 + patch
thanks
Hi,
the bug is caused by the specifications in debian/cl-usocket.install
that overwrites the original usocket.asd with a symlink from the "test"
directory. In the attached patch the .install file is cut down to the
necessary files. The test suite itself is not that interesting and
including it causes file name overlaps ("package.lisp" is in usocket and
usocket-test). Another way would be to have usocket-test its own
directory under /usr/share/common-lisp/source, but I really don't think
thats necessary.
Regards,
Sebastian
--- cl-usocket-0.3.5.orig/debian/cl-usocket.install 2008-04-27 22:41:50.000000000 +0000
+++ cl-usocket-0.3.5/debian/cl-usocket.install 2008-04-27 22:47:15.000000000 +0000
@@ -1 +1 @@
-backend/* package.lisp usocket.asd usocket.lisp test/* run-usocket-tests.sh usr/share/common-lisp/source/cl-usocket/
+*.lisp usocket.asd backend/* usr/share/common-lisp/source/cl-usocket/