From 9dbc5a868c52636d162d1992a516033d7b3f7e8f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 May 2003 16:41:53 +0000 Subject: [PATCH] r4852: Auto commit for Debian build --- debian/changelog | 6 ++++++ package.lisp | 5 ++--- reversi.asd | 5 +++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbb916a..77378cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-reversi (1.0.5-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:17:24 -0600 + cl-reversi (1.0.4-1) unstable; urgency=low * Remove the pusing of :reversi onto *features* diff --git a/package.lisp b/package.lisp index a57438e..ee2cd6a 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: package.lisp,v 1.4 2002/10/27 22:04:56 kevin Exp $ +;;;; $Id: package.lisp,v 1.5 2003/05/06 16:17:53 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -16,11 +16,10 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** - (in-package #:cl-user) (defpackage #:reversi - (:use #:common-lisp #:common-lisp-user + (:use #:common-lisp #+clisp #:ext #+clim #:clim #+clim #:clim-sys) diff --git a/reversi.asd b/reversi.asd index a6541f3..cb71108 100644 --- a/reversi.asd +++ b/reversi.asd @@ -8,7 +8,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: reversi.asd,v 1.3 2003/05/06 15:51:20 kevin Exp $ +;;;; $Id: reversi.asd,v 1.4 2003/05/06 16:17:53 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -17,7 +17,8 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** -(in-package :asdf) +(defpackage #:reversi-system (:use #:asdf #:cl)) +(in-package #:reversi-system) #+(and allegro linux (not allegro-cl-trial)) (require :climxm) #+(and allegro mswindows (not allegro-cl-trial)) (require :climnt) -- 2.34.1