r2839: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Sep 2002 02:42:07 +0000 (02:42 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Sep 2002 02:42:07 +0000 (02:42 +0000)
debian/control
debian/postinst
debian/prerm

index c90d2687b6a6a2f403a1a7e7c1cecce5dab5d932..0d61d5e02899a72c6000552468391e79e0ab30b8 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.7.0
 
 Package: cl-uffi
 Architecture: all
-Depends: common-lisp-controller (>= 3.27), cmucl | lisp-compiler
+Depends: common-lisp-controller (>= 3.27)
 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 f06c6cefcce97079deae58e4e4d5ec683aea4a95..7c638d6f5547f4f42b4b80f4aee1d8c9541f25ff 100644 (file)
@@ -28,8 +28,8 @@ LISP_PKG=uffi
 
 case "$1" in
     configure)
-       cl-only-compatible uffi allegro cmucl lispworks openmcl
-       register-common-lisp-source ${LISP_PKG}
+       clc-only-compatible $LISP_PKG allegro cmucl lispworks openmcl
+       register-common-lisp-source $LISP_PKG
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
index 8654688a32cc40040854828665c706e1a8b63f11..293612c949485f0c4e289025533a5f9925d86408 100644 (file)
@@ -22,7 +22,7 @@ LISP_PKG=uffi
 
 case "$1" in
     remove|upgrade|deconfigure)
-       /usr/sbin/unregister-common-lisp-source ${LISP_PKG}
+       /usr/sbin/unregister-common-lisp-source $LISP_PKG
         ;;
     failed-upgrade)
         ;;