From: Kevin M. Rosenberg Date: Thu, 1 Oct 2020 23:06:19 +0000 (-0600) Subject: Fix types/initforms X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=HEAD Fix types/initforms --- diff --git a/base.lisp b/base.lisp index f47126c..841f9a8 100644 --- a/base.lisp +++ b/base.lisp @@ -8,8 +8,6 @@ ;;;; Programer: Kevin Rosenberg based on code by Peter Norvig ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id$ -;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1998-2002 Peter Norvig ;;;; @@ -48,7 +46,7 @@ (defun make-moves () (make-array 60 :element-type 'cons :fill-pointer 0 - :adjustable nil)) + :adjustable nil :initial-element (cons nil nil))) (deftype moves () '(array cons (60))) @@ -83,7 +81,7 @@ (max-minutes :type fixnum :initarg :max-minutes :documentation "Maximum minites for each player" :reader max-minutes) - (clock :type clock :initarg :clock :initform nil + (clock :type clock :initarg :clock :documentation "An array of time-units left" :accessor clock)) (:default-initargs @@ -462,4 +460,3 @@ (dotimes (j N) (format t "~4f " (if (eql i j) '--- (aref scores i j))))))) - diff --git a/debian/changelog b/debian/changelog index b28664e..9f56ab6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-reversi (1.0.16-1) unstable; urgency=low + + * New upstream: compatible with latest SBCL + + -- Kevin M. Rosenberg Thu, 01 Oct 2020 17:05:26 -0600 + cl-reversi (1.0.15-1) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format diff --git a/debian/compat b/debian/compat index 7f8f011..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +11 diff --git a/debian/control b/debian/control index a60d275..03cda3d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp -Build-Depends: debhelper (>= 7.0.0) +Build-Depends: debhelper (>= 11.0.0) Standards-Version: 3.9.5.0 Homepage: http://files.kpe.io/reversi/ Vcs-Git: git://git.kpe.io/reversi.git diff --git a/debian/rules b/debian/rules index 1bcda62..a2632fe 100755 --- a/debian/rules +++ b/debian/rules @@ -7,14 +7,10 @@ clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) - build: build-indep build-arch - build-indep: - build-arch: - clean: dh_testdir dh_testroot