From: Kevin M. Rosenberg Date: Mon, 23 Sep 2002 03:02:44 +0000 (+0000) Subject: r2821: *** empty log message *** X-Git-Tag: v1.6.1~303 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=4516d78a6166a11bf5e810fd1984ea2f3a2a3cc5;p=uffi.git r2821: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index b3aed0f..fefa689 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (0.8.1-2) unstable; urgency=low + + * Add call to common-lisp-source-compatible + + -- Kevin M. Rosenberg 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 diff --git a/debian/control b/debian/control index 0c13d42..9cb7cde 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/postinst b/debian/postinst index fb9e0b0..c9bdeae 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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)