From: Kevin M. Rosenberg Date: Fri, 6 Sep 2002 10:26:17 +0000 (+0000) Subject: r2569: Auto commit for Debian build X-Git-Tag: v3.8.6~955 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=ef790603600edc88958389d269922b1f379781e1 r2569: Auto commit for Debian build --- diff --git a/clsql-aodbc.asd b/clsql-aodbc.asd index b50d362..f981046 100644 --- a/clsql-aodbc.asd +++ b/clsql-aodbc.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-aodbc.asd,v 1.3 2002/09/01 09:00:14 kevin Exp $ +;;;; $Id: clsql-aodbc.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,10 +19,6 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :asdf) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-aodbc)))) - "cl") - (defsystem clsql-aodbc :pathname #.(format nil "~A:clsql-aodbc;" +clsql-logical-host+) :components ((:file "aodbc-package") @@ -30,3 +26,7 @@ :depends-on (:clsql-base)) +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-aodbc)))) + "cl") + diff --git a/clsql-base.asd b/clsql-base.asd index a7b9fae..3642a20 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.5 2002/09/01 09:00:14 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.6 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -36,10 +36,6 @@ #-common-lisp-controller "clsql" "Logical hostname for loading system") -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-base)))) - "cl") - ;;; System definitions (defsystem clsql-base @@ -54,3 +50,8 @@ (: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") + diff --git a/clsql-mysql.asd b/clsql-mysql.asd index a18db47..44789a6 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-mysql.asd,v 1.3 2002/09/01 09:00:14 kevin Exp $ +;;;; $Id: clsql-mysql.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,10 +22,6 @@ ;;; System definition -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-mysql)))) - "cl") - (defsystem clsql-mysql :pathname #.(format nil "~A:clsql-mysql;" +clsql-logical-host+) :components ((:file "mysql-package") @@ -36,6 +32,7 @@ :depends-on (:uffi :clsql-base :clsql-uffi)) - - +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-mysql)))) + "cl") diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 08bf7be..5d75466 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,16 +1,12 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.3 2002/09/01 09:00:15 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ (in-package :asdf) ;;; System definition -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-oracle)))) - "cl") - (defsystem :clsql-oracle :pathname #.(format nil "~A:clsql-oracle;" +clsql-logical-host+) :pathname "cl-library:clsql-oracle" @@ -26,4 +22,9 @@ +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-oracle)))) + "cl") + + diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 7faa04b..ca43518 100644 --- a/clsql-postgresql-socket.asd +++ b/clsql-postgresql-socket.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.asd,v 1.3 2002/09/01 09:00:15 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -21,10 +21,6 @@ ;;; System definition -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-postgresql-socket)))) - "cl") - (defsystem clsql-postgresql-socket :pathname #.(format nil "~A:clsql-postgresql-socket;" +clsql-logical-host+) :components ((:file "postgresql-socket-package") @@ -33,3 +29,8 @@ (:file "postgresql-socket-sql" :depends-on ("postgresql-socket-api"))) :depends-on (:clsql-base :uffi)) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-postgresql-socket)))) + "cl") + diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index d9c24b9..21f6725 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql.asd,v 1.3 2002/09/01 09:00:15 kevin Exp $ +;;;; $Id: clsql-postgresql.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,10 +19,6 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :asdf) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-postgresql)))) - "cl") - (defsystem clsql-postgresql :pathname #.(format nil "~A:clsql-postgresql;" +clsql-logical-host+) :components ((:file "postgresql-package") @@ -32,3 +28,8 @@ (:file "postgresql-usql" :depends-on ("postgresql-sql"))) :depends-on (:uffi :clsql-base :clsql-uffi)) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-postgresql)))) + "cl") + diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 9d5c21e..f5b5a32 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-uffi.asd,v 1.4 2002/09/01 09:00:15 kevin Exp $ +;;;; $Id: clsql-uffi.asd,v 1.5 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,10 +22,6 @@ ;;; System definition -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-uffi)))) - "cl") - (defsystem clsql-uffi :pathname #.(format nil "~A:clsql-uffi;" +clsql-logical-host+) :components ((:file "clsql-uffi-package") @@ -33,3 +29,8 @@ (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))) :depends-on (:uffi)) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-uffi)))) + "cl") + diff --git a/clsql.asd b/clsql.asd index 9a1460b..ac2fb35 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.4 2002/09/01 09:00:15 kevin Exp $ +;;;; $Id: clsql.asd,v 1.5 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -29,10 +29,6 @@ ;;; System definitions -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql)))) - "cl") - (defsystem clsql :pathname #.(format nil "~A:clsql;" +clsql-logical-host+) :perform (load-op :after (op clsql) @@ -46,3 +42,8 @@ (:file "usql" :depends-on ("sql"))) :depends-on (:clsql-base) ) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql)))) + "cl") + diff --git a/debian/changelog b/debian/changelog index fecf9ea..485cff8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (0.8.6-1) unstable; urgency=low + + * New upstream version, fixes problem with .asd files + + -- Kevin M. Rosenberg Fri, 6 Sep 2002 04:26:06 -0600 + cl-sql (0.8.5-1) unstable; urgency=low * New upstream version