Updates for new debian standards
[cl-readline.git] / debian / control
index bd496856d686ffa19fe3898e1438c0f53acfb4d5..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), libreadline5-dev | libreadline-dev
-Standards-Version: 3.7.2.2
+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.