Bug#321197: [cl-debian] Bug#321197: cl-port: logical host not yet defined: "CLOCC"

René van Bevern rvb at pro-linux.de
Thu Aug 4 07:55:12 UTC 2005


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. :/
-------------- next part --------------
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 <rvb at pro-linux.de>  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")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-debian/attachments/20050804/0c5d32cb/attachment.sig>


More information about the Cl-debian mailing list