r2930: packaging updates
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 1 Oct 2002 20:49:07 +0000 (20:49 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 1 Oct 2002 20:49:07 +0000 (20:49 +0000)
debian/changelog
debian/control

index d95e03a97d465a2b6d0cf957ecfa757dd3351277..20acc7274381dce4988e995d9d0de7a55c797cc6 100644 (file)
@@ -1,7 +1,8 @@
-cl-uffi (0.9.2-1) unstable; urgency=low
+cl-uffi (0.9.2-1) unstable; urgency=high
 
   * Add AUTHORS file
   * Integrate Reini Urban's cormanlisp patches into main source
+  * Add Depends: version on Common Lisp Controller
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  1 Oct 2002 08:11:21 -0600
 
index 5b64675f89ce7c21e3c15e2958c5b77084f00813..27282ad310837997622a47466dcf2606fc4192ff 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.7.0
 
 Package: cl-uffi
 Architecture: all
-Depends: common-lisp-controller
+Depends: common-lisp-controller (>= 3.37)
 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.