r4852: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 16:41:53 +0000 (16:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 16:41:53 +0000 (16:41 +0000)
debian/changelog
package.lisp
reversi.asd

index bbb916a6cd0ab83f4e5a02ac5eeb19617dcc3d1e..77378cfdd21757d166252dca2c66cdccaf099c5f 100644 (file)
@@ -1,3 +1,9 @@
+cl-reversi (1.0.5-1) unstable; urgency=low
+
+  * Improve .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 10:17:24 -0600
+
 cl-reversi (1.0.4-1) unstable; urgency=low
 
   * Remove the pusing of :reversi onto *features*
index a57438e130af6f3b675b90fc68432a336817f7e9..ee2cd6ac549375afabed076246d27344fd4c42be 100644 (file)
@@ -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 
 ;;;;
 ;;;; (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)
index a6541f3884bc3c6bb15242ad3bc7553d271f72d0..cb71108834cbc88efb5b32bbccc18f48a41e786f 100644 (file)
@@ -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)