From 3c9bffd89a3267ccfe8805f8ab7000399ba81889 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 8 Nov 2002 16:51:50 +0000 Subject: [PATCH] r3357: remove load-compile-op from .asd file --- clsql-base.asd | 6 +----- clsql.asd | 8 +------- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/clsql-base.asd b/clsql-base.asd index 5ca88a0..72e02b8 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.17 2002/10/16 11:51:04 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.18 2002/11/08 16:51:50 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -41,7 +41,3 @@ (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface")))))) -#+(or allegro lispworks cmu sbcl openmcl mcl scl) -(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*))) diff --git a/clsql.asd b/clsql.asd index 36c688c..0db72bf 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.15 2002/10/16 11:51:04 kevin Exp $ +;;;; $Id: clsql.asd,v 1.16 2002/11/08 16:51:50 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -42,9 +42,3 @@ (:file "usql" :depends-on ("sql"))))) :depends-on (:clsql-base) ) - -#+(or allegro lispworks cmu sbcl openmcl mcl scl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql)))) - (pushnew :clsql cl:*features*))) - diff --git a/debian/changelog b/debian/changelog index eb261c5..33dcf41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.2.2-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:49:09 -0700 + cl-sql (1.2.1-1) unstable; urgency=low * New upstream version -- 2.34.1