From: Kevin M. Rosenberg Date: Wed, 7 May 2003 16:03:11 +0000 (+0000) Subject: r4865: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~91 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=1dcc7087f7e716725abd3e0decc8e33d6308ae1a r4865: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index d2189f6..f0e3e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-hyperobject (2.7.2-1) unstable; urgency=low + + * Fix for cmucl's 18e mop + + -- Kevin M. Rosenberg Wed, 7 May 2003 10:01:34 -0600 + cl-hyperobject (2.7.1-1) unstable; urgency=low * New upstream diff --git a/package.lisp b/package.lisp index 7eaebb6..8c61b3c 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.44 2003/04/28 21:11:55 kevin Exp $ +;;;; $Id: package.lisp,v 1.45 2003/05/07 16:01:48 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -25,7 +25,8 @@ #+cmu (eval-when (:compile-toplevel :load-toplevel :execute) - (if (find-package 'mop) + (if (eq (symbol-package 'pcl:find-class) + (find-package 'common-lisp)) (pushnew :kmr-cmucl-mop cl:*features*) (pushnew :kmr-cmucl-pcl cl:*features*)))