r3215: *** empty log message ***
[reversi.git] / debian / control
index 603beddc082d0f0a8b8131c619e6c609abcc048c..788fc9584d3f56577cfd4599c53f2963f512856f 100644 (file)
@@ -1,18 +1,24 @@
-Source: cl-othello
+Source: cl-reversi
 Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0)
 Standards-Version: 3.5.7.0
 
-Package: cl-othello
+Package: cl-reversi
 Architecture: all
 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37)
-Description: Othello game for Common Lisp
- This package is based on Peter Norvig's othello program in the book
+Description: Reversi game for Common Lisp
+ This package is based on Peter Norvig's reversi program in the book
  Paradigms of Artificial Intelligence. Compared to the code in the book,
  this package employs significant optimizations and includes a CLIM-based
  graphical user interface.
 
+Package: cl-reversi-clim
+Architecture: i386
+Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37)
+Description: Graphical User Interface Executable for cl-reversi package
+ This package contains a graphical user interface executable for cl-reversi
+ that is based on CLIM.