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