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-Url: http://git.kpe.io/?p=postoffice.git;a=commitdiff_plain;h=d6b50b4735dae3ddf8c271f60c4f78f8b5775624 r3357: remove load-compile-op from .asd file --- diff --git a/debian/changelog b/debian/changelog index 8807173..074a387 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-postoffice (1.8.2-2) unstable; urgency=low + + * Remove 'load-compiled-op from changelog + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:40:45 -0700 + cl-postoffice (1.8.2-1) unstable; urgency=low * Change call to make-socket to use string rather than numeric ip diff --git a/debian/postoffice.asd b/debian/postoffice.asd index de36146..438c679 100644 --- a/debian/postoffice.asd +++ b/debian/postoffice.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: postoffice.asd,v 1.3 2002/10/16 02:10:56 kevin Exp $ +;;;; $Id: postoffice.asd,v 1.4 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,9 +37,3 @@ (:file "imap" :depends-on ("package"))) #-allegro :depends-on #-allegro (:acl-compat) ) - -#+(or allegro lispworks cmu openmcl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :postoffice)))) - (pushnew :postoffice cl:*features*))) -