r4576: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 22 Apr 2003 14:07:18 +0000 (14:07 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 22 Apr 2003 14:07:18 +0000 (14:07 +0000)
debian/changelog
rules.lisp

index 548681a761bf0304a6c1111c5117c7612e90979e..184fe78f94b93dfce64617cc51a77c911b55a405 100644 (file)
@@ -1,3 +1,9 @@
+cl-hyperobject (2.6.4-1) unstable; urgency=low
+
+  * Work-around issue with cmucl
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 22 Apr 2003 08:06:37 -0600
+
 cl-hyperobject (2.6.3-1) unstable; urgency=low
 
   * Fix :type in object-view class
index 11d7dbfa5ab6266f7b3bf03d3e65572b9fcb219a..1b24cdf8e2c3e7458789eb04e8ee65966c9c93b2 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: rules.lisp,v 1.1 2002/12/26 23:18:16 kevin Exp $
+;;;; $Id: rules.lisp,v 1.2 2003/04/22 14:07:18 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
@@ -71,6 +71,7 @@
                       (slot standard-effective-slot-definition))
     (call-next-method))
 
+#+ignore
 (defmethod (setf slot-value-using-class) 
     :around (new-value (cl hyperobject-class) obj
                       (slot standard-effective-slot-definition))