From: Kevin M. Rosenberg Date: Sun, 19 Oct 2003 23:16:03 +0000 (+0000) Subject: r7995: Automated commit for Debian build of reversi upstream-version-1.0.9 X-Git-Tag: debian-1.0.14-3~18 X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=6ca3c114bd2b54421810e26add118c2170fdd1fc r7995: Automated commit for Debian build of reversi upstream-version-1.0.9 --- diff --git a/debian/changelog b/debian/changelog index a6005c7..82774ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-reversi (1.0.9-1) unstable; urgency=low + + * Change recommends to suggests for cl-reversi-clim (closes:216558) + * Minor upstream changes + + -- Kevin M. Rosenberg Sun, 19 Oct 2003 17:14:15 -0600 + cl-reversi (1.0.8-1) unstable; urgency=low * New upstream diff --git a/debian/control b/debian/control index 0a0e8ef..6dda847 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.5.10.0 Package: cl-reversi Architecture: all Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) -Recommends: cl-reversi-clim +Suggests: 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, diff --git a/reversi.asd b/reversi.asd index 054a0d1..37134a1 100644 --- a/reversi.asd +++ b/reversi.asd @@ -10,7 +10,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ;;;; Reversi users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License