r11711: fix build-twice-in-a-row
[cl-readline.git] / debian / control
1 Source: cl-readline
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: debhelper (>= 4.0.0), libreadline5-dev | libreadline-dev
6 Standards-Version: 3.7.2.2
7
8 Package: cl-readline
9 Architecture: any
10 Depends: ${shlibs:Depends}, common-lisp-controller, cl-uffi
11 Description: Common Lisp interface to the GNU readline library
12  This package uses UFFI to provide an interface to the GNU readline
13  library for Common Lisp programs.
14
15