r2826: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 06:54:22 +0000 (06:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 06:54:22 +0000 (06:54 +0000)
debian/changelog
debian/postinst

index fefa689e3c4e49be43aa6b094070edb5108513bb..7f657b66940697c7ecacf7d92b21662d2a7ce027 100644 (file)
@@ -1,6 +1,6 @@
 cl-uffi (0.8.1-2) unstable; urgency=low
 
-  * Add call to common-lisp-source-compatible
+  * Add call to common-lisp-only-compatible
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Sep 2002 21:00:57 -0600
 
index 69dae3a1bca65c0c0efc07aad3abf2b45a025478..8f27d482687499a37ebbc9141ed237f0d5ca0d77 100644 (file)
@@ -28,7 +28,7 @@ LISP_PKG=uffi
 
 case "$1" in
     configure)
-       common-lisp-only-compatible uffi allegro cmucl lispworks
+       common-lisp-only-compatible uffi allegro cmucl lispworks openmcl
        register-common-lisp-source ${LISP_PKG}
     ;;