From: Kevin M. Rosenberg Date: Sun, 27 Oct 2002 22:59:17 +0000 (+0000) Subject: r3222: *** empty log message *** X-Git-Tag: debian-1.0.14-3~45 X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=653782e93e66382d0d10e5f74498b4f597a24485 r3222: *** empty log message *** --- diff --git a/-clim/debian/changelog b/-clim/debian/changelog index c6d1f7c..168c9d4 100644 --- a/-clim/debian/changelog +++ b/-clim/debian/changelog @@ -1,6 +1,6 @@ cl-reversi-clim (1.0.1) unstable; urgency=low - * Initial Release (closes: ) + * Initial Release -- Kevin M. Rosenberg Fri, 25 Oct 2002 01:20:07 -0600 diff --git a/-clim/debian/rules b/-clim/debian/rules index 218694a..eba50f3 100755 --- a/-clim/debian/rules +++ b/-clim/debian/rules @@ -48,7 +48,7 @@ binary-arch: build install dh_installdocs dh_installchangelogs dh_installman cl-reversi.1 - dh_strip + #dh_strip # This breaks lispworks executables dh_compress dh_fixperms dh_installdeb diff --git a/-clim/lw-build-exec.lisp b/-clim/lw-build-exec.lisp index 41cf7e9..7081f23 100644 --- a/-clim/lw-build-exec.lisp +++ b/-clim/lw-build-exec.lisp @@ -1,4 +1,4 @@ (asdf:oos 'asdf:load-op 'reversi) #+lispworks -(deliver 'reversi::clim-reversi "cl-reversi" 2 :multiprocessing t) +(deliver 'reversi::clim-reversi "cl-reversi" 5 :multiprocessing t) diff --git a/debian/control b/debian/control index 0b019b6..6cde220 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Standards-Version: 3.5.7.0 Package: cl-reversi Architecture: all Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) +Recommends: cl-reversi-clim 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,