r3357: remove load-compile-op from .asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
debian/changelog
debian/xptest.asd

index ef860f9bc791b278fe0268c4cb0e28e2b87f34bd..adf85edb4df936d29aed8e7c18d4d6d8905b572d 100644 (file)
@@ -1,3 +1,9 @@
+cl-xptest (1.1-2) unstable; urgency=low
+
+  * Remove 'load-compiled-op from .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:39:25 -0700
+
 cl-xptest (1.1-1) unstable; urgency=low
 
   * Move example package definition into example file
index a95da58eb15a5471f8f4ee4cad437edb093a9612..75399370a12c3346399715604472283fac4f7b63 100644 (file)
@@ -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*)))
-