tags 321197 patch thanks man Hi,
attached is a patch that defines the CLOCC logical pathname host
correctly.
René van Bevern,
http://progn.org
PS: Peter, I do not have reading permissions to the cl-port Darcs
repository. :/
diff -u cl-port-20050624/debian/changelog cl-port-20050624/debian/changelog
--- cl-port-20050624/debian/changelog
+++ cl-port-20050624/debian/changelog
@@ -1,3 +1,10 @@
+cl-port (20050624-2) UNRELEASED; urgency=low
+
+ René van Bevern:
+ * port.asd: define "CLOCC" logical pathname host (Closes: #321197)
+
+ -- René van Bevern <[EMAIL PROTECTED]> Thu, 4 Aug 2005 09:36:24 +0200
+
cl-port (20050624-1) unstable; urgency=low
* Now uses clocc version instead of dead cclan version
diff -u cl-port-20050624/port.asd cl-port-20050624/port.asd
--- cl-port-20050624/port.asd
+++ cl-port-20050624/port.asd
@@ -7,6 +7,9 @@
(in-package :asdf)
+(setf (logical-pathname-translations "clocc")
+ '(("src;**;*" "/usr/share/common-lisp/source/**/*")))
+
(defsystem port
:components
((:file "ext")
pgpWb95aJYpMJ.pgp
Description: PGP signature

