From 565ccf74a358d8199d3049a6ee7df788e8cabc99 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 --- debian/changelog | 6 ++++++ debian/xptest.asd | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) 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*))) - -- 2.34.1