From 4ec1a4c8ef7721b5956cbb7a5ca3757b1c424439 Mon Sep 17 00:00:00 2001 From: Peter Van Eynde <pvaneynd@debian.org> Date: Thu, 25 Feb 2010 18:36:16 +0100 Subject: [PATCH] Small patch to make :implementation-type work for clc --- asdf.lisp | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/asdf.lisp b/asdf.lisp index 5e693b62..269ed4b4 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -2253,7 +2253,7 @@ with a different configuration, so the configuration would be re-read then." (relativize-pathname-directory (truenamize *default-pathname-defaults*))) ((eql :implementation) (implementation-identifier)) - ((eql :implementation-type) (implementation-type)) + ((eql :implementation-type) (format nil "~a" (implementation-type))) ((eql :uid) (princ-to-string (get-uid))))) (d (if (pathnamep x) r (ensure-directory-pathname r))) (s (if (and wildenp (not (pathnamep x))) diff --git a/debian/changelog b/debian/changelog index cad5a3ce..b241f0dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ cl-asdf (2:1.625-1) unstable; urgency=low (Closes: #457919) * Added info that this version breaks clc * Fix conflict with clc + * Small patch to make :implementation-type work for clc - -- Peter Van Eynde <pvaneynd@debian.org> Thu, 25 Feb 2010 06:06:24 +0100 + -- Peter Van Eynde <pvaneynd@debian.org> Thu, 25 Feb 2010 18:36:16 +0100 cl-asdf (2:1.502-1) unstable; urgency=low -- GitLab