X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=0f14bf480533d07bb86adb52e41550355b4b6399;hb=1e5809bc5e68d9f1f5a676fa24253b3b95d490ac;hp=ffee3268de754673d191c883751f6197d168f5e4;hpb=97c5cecac59c1f3bf3a7bce8d8ed607f126a34c0;p=uffi.git diff --git a/debian/control b/debian/control index ffee326..0f14bf4 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,24 @@ Source: cl-uffi Section: devel Priority: optional -Maintainer: Kevin Rosenberg -Uploaders: Adam Di Carlo -Build-Depends-Indep: debhelper (>> 3.0.0) -Standards-Version: 3.5.2 +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: debhelper (>= 4.0.0) +Build-Depends: zlib1g-dev,debhelper (>= 4.0.0) +Standards-Version: 3.7.2.1 Package: cl-uffi Architecture: all -Depends: common-lisp-controller, cmucl | lisp-compiler +Depends: common-lisp-controller (>= 3.37) +Recommends: cl-uffi-tests 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. + UFFI provides a universal foreign function interface (FFI) for + Common Lisp. + UFFI supports AllegroCL, CMUCL, Lispworks, MCL, OpenMCL, + SBCL, and SCL. + +Package: cl-uffi-tests +Architecture: any +Depends: common-lisp-controller (>= 3.37), cl-uffi, zlib1g-dev +Description: Regression tests for UFFI Common Lisp Library + This is a test of regression tests for UFFI. Besides providing + testing for UFFI, the tests serve as an example of UFFI usage.