update watch file
[cl-readline.git] / debian / control
index 85adaed5eeefad7a90b5c31ddf34ba44e8d044cc..3c85eabca307c0c71744d5a2cee5fe3fb91ee907 100644 (file)
@@ -1,15 +1,16 @@
 Source: cl-readline
-Section: devel
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends: debhelper (>= 4.0.0), libreadline4-dev
-Standards-Version: 3.5.9.0
+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.