* tests/foreign-loader.lisp: Commit patch from Luis Oliveira
[uffi.git] / debian / control
index 2ae4c4fc8d9f7eff246749e2895ff8cd8125d7a5..e1dfee6cac68c65bd0b63206936f213d2e34a0ec 100644 (file)
@@ -1,14 +1,23 @@
 Source: cl-uffi
 Section: devel
 Priority: optional
-Maintainer: Kevin M Rosenberg <kevin@rosenberg.net>
-Uploaders: Adam Di Carlo <aph@debian.org>, Barak A. Pearlmutter <bap@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.6
+Maintainer: Kevin M. Rosenberg <kmr@debian.org>
+Build-Depends: zlib1g-dev,debhelper (>= 4.0.0)
+Standards-Version: 3.8.0
 
 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:  ${shlibs: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.