X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=3c85eabca307c0c71744d5a2cee5fe3fb91ee907;hb=f2adfc44040d1fc75aa7d0131de0ce1a1ef177ee;hp=bd496856d686ffa19fe3898e1438c0f53acfb4d5;hpb=044e8c98d9b11b20a62d6a3ea31bfb6458a6c2f7;p=cl-readline.git diff --git a/debian/control b/debian/control index bd49685..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.7.2.2 +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.