r2821: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 03:02:44 +0000 (03:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 03:02:44 +0000 (03:02 +0000)
debian/changelog
debian/control
debian/postinst

index b3aed0f7f87f038e048fdddfe8023aaa6750f8f8..fefa689e3c4e49be43aa6b094070edb5108513bb 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (0.8.1-2) unstable; urgency=low
+
+  * Add call to common-lisp-source-compatible
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Sep 2002 21:00:57 -0600
+
 cl-uffi (0.8.1-1) unstable; urgency=low
 
   * Fix size of openmcl's and mcl's integers
index 0c13d42ba7d0b02d2cff6b75ccfc916bc8ec1d0d..9cb7cdea6fb60cd92a3787f1dae4baaa03193657 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.7.0
 
 Package: cl-uffi
 Architecture: all
-Depends: common-lisp-controller, cmucl | lisp-compiler
+Depends: common-lisp-controller (>= 3.26+pre1), cmucl | lisp-compiler
 Description: Universal Foreign Function Library for Common Lisp
  UFFI provides a universal foreign function interface (FFI) for Common Lisp.
  UFFI supports CMUCL, Lispworks, and AllegroCL.
index fb9e0b0ec10caf4279ba74555a27aabd3ccbaf3f..c9bdeae0bca9bdf9998ff892f4b819e4deddaf6a 100644 (file)
@@ -28,8 +28,8 @@ LISP_PKG=uffi
 
 case "$1" in
     configure)
-       /usr/sbin/register-common-lisp-source ${LISP_PKG}
-
+       common-lisp-source-compatible uffi allegro cmucl lispworks
+       register-common-lisp-source ${LISP_PKG}
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)