X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=3c85eabca307c0c71744d5a2cee5fe3fb91ee907;hb=f2adfc44040d1fc75aa7d0131de0ce1a1ef177ee;hp=8d10417bbe56dacc2647233b659208e7a82de861;hpb=d14ba2a1df03d29a6753467ea15489f1396a751c;p=cl-readline.git diff --git a/debian/control b/debian/control index 8d10417..3c85eab 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,16 @@ Source: cl-readline -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0), libreadline5-dev | libreadline-dev -Standards-Version: 3.6.2.1 +Build-Depends: debhelper (>= 7.0.0), dh-lisp, libreadline-dev +Standards-Version: 3.8.3.0 +Vcs-Git: git://git.b9.com/cl-readline.git +Vcs-Browser: http://git.b9.com/?p=cl-readline.git Package: cl-readline Architecture: any -Depends: ${shlibs:Depends}, common-lisp-controller, cl-uffi +Depends: ${shlibs:Depends}, ${misc:Depends}, cl-uffi Description: Common Lisp interface to the GNU readline library - This package uses UFFI to provide an interface to the GNU readline - library for Common Lisp programs. - - + This package uses Common Lisp UFFI package to provide an + interface to the GNU readline library. This allows Common Lisp + programs to use the readline library in their user interfaces.