From eb39da2ec2671e34b72702ace3ca31ed7076b47b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 7 Jul 2005 03:31:35 +0000 Subject: [PATCH] r10621: --- debian/changelog | 6 ++++++ debian/control | 2 +- src/libraries.lisp | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6ad13bb..68dfc3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.5.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 6 Jul 2005 21:29:46 -0600 + cl-uffi (1.5.0-1) unstable; urgency=low * New upstream diff --git a/debian/control b/debian/control index e6c1620..de4f4be 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>= 4.0.0) Build-Depends: zlib1g-dev,debhelper (>= 4.0.0) -Standards-Version: 3.6.1.1 +Standards-Version: 3.6.2.1 Package: cl-uffi Architecture: all diff --git a/src/libraries.lisp b/src/libraries.lisp index dbf9dd9..cb6b168 100644 --- a/src/libraries.lisp +++ b/src/libraries.lisp @@ -86,8 +86,8 @@ library type if type is not specified." (setq filename (namestring (if (null (pathname-directory filename)) filename ;; lispworks treats as UNC, so use truename - #+(and lispworks win32 mswindows) (truename filename) - #-(and lispworks win32 mswindows) filename)))) + #+(and lispworks win32) (truename filename) + #-(and lispworks win32) filename)))) (if (and (not force-load) (find filename *loaded-libraries* :test #'string-equal)) -- 2.34.1