r4863: Auto commit for Debian build
[clsql.git] / clsql-oracle.asd
index d7834573d0bacffd2a74266d34697201377bd18b..00e09e51ef8a495a1d9ce330b73af9d10731a8b1 100644 (file)
@@ -1,17 +1,17 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; This is copyrighted software.  See interfaces/oracle/* files for terms.
 ;;;; 
-;;;; $Id: clsql-oracle.asd,v 1.12 2002/10/16 11:51:04 kevin Exp $
+;;;; $Id: clsql-oracle.asd,v 1.13 2003/05/07 02:45:08 kevin Exp $
 
-(in-package :asdf)
+(defpackage #:clsql-oracle-system (:use #:asdf #:cl))
+(in-package #:clsql-oracle-system)
 
 ;;; System definition
 
 #+(or allegro lispworks cmu sbcl openmcl mcl scl)
-(defsystem :clsql-oracle
+(defsystem clsql-oracle
   :name "cl-sql-oracle"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
-  :version "0.9.2"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :licence "Lessor Lisp General Public License"
   :description "Common Lisp SQL Oracle Driver"