r2787: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 20 Sep 2002 06:40:56 +0000 (06:40 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 20 Sep 2002 06:40:56 +0000 (06:40 +0000)
clsql-base.asd
clsql-mysql.asd
clsql-postgresql-socket.asd
clsql-postgresql.asd
clsql.asd
debian/changelog

index b33abedcf0e3adb84ef9ecc65a886dda02f0c126..bf75d30dab8006cc99f08846a0a9a91421010e30 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.asd,v 1.12 2002/09/20 01:40:54 kevin Exp $
+;;;; $Id: clsql-base.asd,v 1.13 2002/09/20 06:37:39 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -18,7 +18,7 @@
 
 (in-package :asdf)
 
 
 (in-package :asdf)
 
-(defsystem clsql-base
+(defsystem :clsql-base
   :name "cl-sql-base"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
   :version "0.9.2"
   :name "cl-sql-base"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
   :version "0.9.2"
   :description "Common Lisp SQL Base Package"
   :long-description "cl-sql-base package provides the low-level interface for the database drivers."
 
   :description "Common Lisp SQL Base Package"
   :long-description "cl-sql-base package provides the low-level interface for the database drivers."
 
-
   :perform (load-op :after (op clsql-base)
   :perform (load-op :after (op clsql-base)
-                     (pushnew :clsql-base cl:*features*))
-    :components
-    ((:module :base
-             :components
-             ((:file "cmucl-compat")
-              (:file "package")
-              (:file "utils" :depends-on ("package"))
-              (:file "classes" :depends-on ("package"))
-              (:file "conditions" :depends-on ("classes"))
-              (:file "db-interface" :depends-on ("conditions"))
-              (:file "initialize" :depends-on ("db-interface"))))))
+                   (pushnew :clsql-base cl:*features*))
+  :components
+  ((:module :base
+           :components
+           ((:file "cmucl-compat")
+            (:file "package")
+            (:file "utils" :depends-on ("package"))
+            (:file "classes" :depends-on ("package"))
+            (:file "conditions" :depends-on ("classes"))
+            (:file "db-interface" :depends-on ("conditions"))
+            (:file "initialize" :depends-on ("db-interface"))))))
 
 (defmethod source-file-type  ((c cl-source-file)
                              (s (eql (find-system :clsql-base)))) 
    "cl")
 
 
 (defmethod source-file-type  ((c cl-source-file)
                              (s (eql (find-system :clsql-base)))) 
    "cl")
 
+(when (ignore-errors (find-class 'load-compiled-op))
+  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql-base))))
+    (pushnew :clsql-base cl:*features*)))
index a29ac1ca7b22b8e7d63a3c3e69bf9efdfc3261e2..aaae2afcc07ce798485feb79f016e25c99109b0e 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-mysql.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $\r
+;;;; $Id: clsql-mysql.asd,v 1.9 2002/09/20 06:37:39 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -16,8 +16,6 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
 ;;;; *************************************************************************\r
 \r
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
 ;;;; *************************************************************************\r
 \r
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))\r
-\r
 (in-package :asdf)\r
 \r
 ;;; System definition\r
 (in-package :asdf)\r
 \r
 ;;; System definition\r
index e1569cf7403da32d120b6ef4de46a06c22b78d1b..ee844077e4fb4a91d64d2147a346727e5520792a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql-socket.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $\r
+;;;; $Id: clsql-postgresql-socket.asd,v 1.9 2002/09/20 06:37:39 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
 ;;;; *************************************************************************\r
 \r
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.\r
 ;;;; *************************************************************************\r
 \r
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))\r
 (in-package :asdf)\r
 \r
 ;;; System definition\r
 \r
 (in-package :asdf)\r
 \r
 ;;; System definition\r
 \r
-(defsystem clsql-postgresql-socket\r
+(defsystem :clsql-postgresql-socket\r
   :name "cl-sql-postgresql-socket"\r
   :author "Kevin M. Rosenberg <kmr@debian.org>"\r
   :version "0.9.2"\r
   :name "cl-sql-postgresql-socket"\r
   :author "Kevin M. Rosenberg <kmr@debian.org>"\r
   :version "0.9.2"\r
index d7b9c07a91b2169f7fbccd75c467c6e4e6be08ff..64b67a12d80d07dd5476ad00759cd5c81bc16292 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $\r
+;;;; $Id: clsql-postgresql.asd,v 1.9 2002/09/20 06:37:39 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -41,4 +41,3 @@
 (defmethod source-file-type  ((c cl-source-file)\r
                              (s (eql (find-system :clsql-postgresql)))) \r
    "cl")\r
 (defmethod source-file-type  ((c cl-source-file)\r
                              (s (eql (find-system :clsql-postgresql)))) \r
    "cl")\r
-\r
index 74dab7be1ad16242e50a9a33c551f9f24b5f12dd..06607abda4e2a6112bba8cb3bf40bcdd1e1689b2 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.10 2002/09/20 01:40:54 kevin Exp $
+;;;; $Id: clsql.asd,v 1.11 2002/09/20 06:37:39 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -18,7 +18,7 @@
 
 (in-package :asdf)
 
 
 (in-package :asdf)
 
-(defsystem clsql
+(defsystem :clsql
   :name "cl-sql"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
   :version "0.9.2"
   :name "cl-sql"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
   :version "0.9.2"
@@ -45,3 +45,9 @@
 (defmethod source-file-type  ((c cl-source-file)
                              (s (eql (find-system :clsql)))) 
    "cl")
 (defmethod source-file-type  ((c cl-source-file)
                              (s (eql (find-system :clsql)))) 
    "cl")
+
+
+(when (ignore-errors (find-class 'load-compiled-op))
+  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql))))
+    (pushnew :clsql cl:*features*)))
+
index eb03a2f270aa4491355d86263e31980fc5ac7cef..486e1b0a8aa98acb09cb5a9f8f50eac657e14bda 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (0.9.3-1) unstable; urgency=low
+
+  * push onto cl:*features* if loaded with 'asdf:load-compiled-op
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 00:07:25 -0600
+
 cl-sql (0.9.2-1) unstable; urgency=low
 
   * Add information fields to .asd files
 cl-sql (0.9.2-1) unstable; urgency=low
 
   * Add information fields to .asd files