X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=32857a037572f5787c65673955d10257a8e76eaf;hb=5dab1da154a199e054832dfb1ad8e182bc319ed9;hp=357ca00741c9f05ca33d9201f5952356dc550d9f;hpb=992243fdab51a7a8520607776797643286f1831b;p=uffi.git diff --git a/debian/control b/debian/control index 357ca00..32857a0 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,15 @@ Source: cl-uffi -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Build-Depends: zlib1g-dev,debhelper (>= 4.0.0) -Standards-Version: 3.5.9.0 +Build-Depends: dh-lisp, zlib1g-dev,debhelper (>= 7.0.0) +Standards-Version: 3.8.3.0 +Homepage: http://uffi.b9.com/ +Vcs-Git: git://git.b9.com/uffi.git Package: cl-uffi Architecture: all -Depends: common-lisp-controller (>= 3.37) +Depends: ${misc:Depends} Recommends: cl-uffi-tests Description: Universal Foreign Function Library for Common Lisp UFFI provides a universal foreign function interface (FFI) for @@ -18,7 +19,9 @@ Description: Universal Foreign Function Library for Common Lisp Package: cl-uffi-tests Architecture: any -Depends: common-lisp-controller (>= 3.37), cl-uffi, zlib1g +Depends: ${shlibs:Depends}, ${misc:Depends}, 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. + This is a test of regression tests for Debian cl-uffi package. + UFFI is a universal foreign function interface for Common Lisp + implementations. Besides providing testing for UFFI, the tests + serve as an example of UFFI usage.