Updates for new debian standards
[cl-readline.git] / debian / control
index 8e7d2e1cb0e0eb4efa0d8568b630c198b4c39de6..740e7e3e9d08d6ff197791df9afae89d5c894f76 100644 (file)
@@ -1,15 +1,14 @@
 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.10.0
+Build-Depends: debhelper (>= 7.0.0), libreadline5-dev | libreadline-dev
+Standards-Version: 3.8.2.0
 
 Package: cl-readline
 Architecture: any
 Depends: ${shlibs:Depends}, common-lisp-controller, 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.