r4863: Auto commit for Debian build
[clsql.git] / clsql.asd
index 55562fd4da5666e47d5c136d6d2a29effeb12174..03faf1a084564e889ac56ef1e684ed91b898e2ea 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.17 2003/05/02 03:05:54 kevin Exp $
+;;;; $Id: clsql.asd,v 1.18 2003/05/07 02:45:08 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(in-package :asdf)
+(defpackage #:clsql-system (:use #:asdf #:cl))
+(in-package #:clsql-system)
 
 #+(or allegro lispworks cmu sbcl openmcl mcl scl)
-(defsystem :clsql
+(defsystem clsql
   :name "clsql"
   :author "Kevin Rosenberg <kevin@rosenberg.net>"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"