r10621:
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 7 Jul 2005 03:31:35 +0000 (03:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 7 Jul 2005 03:31:35 +0000 (03:31 +0000)
debian/changelog
debian/control
src/libraries.lisp

index 6ad13bb8604db1ded4925e5457f4a363b4d9ec2e..68dfc3af5caa256f609a52270481b75ecabdc604 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (1.5.1-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  6 Jul 2005 21:29:46 -0600
+
 cl-uffi (1.5.0-1) unstable; urgency=low
 
   * New upstream
index e6c16204cb1992213ea1a0ed2956a62156c78668..de4f4be5be8dcd20c3f25b5c115009e63357038d 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 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
index dbf9dd9ef82c4a1662c2ba2dceefa49e7b95cf25..cb6b168e53b0a0b9d9c10790213708b3696a79be 100644 (file)
@@ -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))