r10944: update standards version
[reversi.git] / debian / control
1 Source: cl-reversi
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: debhelper (>= 4.0.0)
6 Standards-Version: 3.6.2.2
7
8 Package: cl-reversi
9 Architecture: all
10 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37)
11 Suggests: cl-reversi-clim
12 Description: Reversi game for Common Lisp
13  This package is based on Peter Norvig's reversi program in the book
14  Paradigms of Artificial Intelligence. Compared to the code in the book,
15  this package employs significant optimizations and includes a CLIM-based
16  graphical user interface.