From: Kevin M. Rosenberg Date: Fri, 8 Nov 2002 16:51:50 +0000 (+0000) Subject: r3357: remove load-compile-op from .asd file X-Git-Tag: debian-1.2.3-2~18 X-Git-Url: http://git.kpe.io/?p=xptest.git;a=commitdiff_plain;h=565ccf74a358d8199d3049a6ee7df788e8cabc99 r3357: remove load-compile-op from .asd file --- diff --git a/debian/changelog b/debian/changelog index ef860f9..adf85ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-xptest (1.1-2) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:39:25 -0700 + cl-xptest (1.1-1) unstable; urgency=low * Move example package definition into example file diff --git a/debian/xptest.asd b/debian/xptest.asd index a95da58..7539937 100644 --- a/debian/xptest.asd +++ b/debian/xptest.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: xptest.asd,v 1.1 2002/10/22 18:31:30 kevin Exp $ +;;;; $Id: xptest.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -27,9 +27,3 @@ :components ((:file "package") (:file "xptestsuite" :depends-on ("package")))) - -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) - (c (eql (find-system :xptest)))) - (pushnew :xptest cl:*features*))) -