Hello, I noted that Lintian is reporting that there are some missing manpages for the Common Lisp Controller package. I checked and they should be simply some symlinks to existing manpages and I think that the issue is only that there's no call to dh_link in debian/rules.
You can review attached patch that may fix the issue. Cheers, -- Paulo
diff --git a/debian/rules b/debian/rules index 2c433a1..c74a724 100755 --- a/debian/rules +++ b/debian/rules @@ -51,6 +51,7 @@ binary-indep: build dh_installdebconf dh_installman + dh_link dh_compress dh_fixperms --exclude debian/common-lisp-controller/var/cache/common-lisp-controller dh_installdeb
_______________________________________________ pkg-common-lisp-devel mailing list pkg-common-lisp-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel