From 220be00027c02ef176e2e9f6081a6aef6d38717f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 3 Nov 2002 23:05:33 +0000 Subject: [PATCH] r3289: *** empty log message *** --- debian/changelog | 6 ++++++ package.lisp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4290225..4b6c73b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-umlisp (1.1-1) unstable; urgency=low + + * Change dependencies + + -- + cl-umlisp (1.0-1) unstable; urgency=low * Initial Release (closes: 164428) diff --git a/package.lisp b/package.lisp index 79e3436..0bd2ad7 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.7 2002/10/16 15:22:28 kevin Exp $ +;;;; $Id: package.lisp,v 1.8 2002/11/03 23:05:33 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -20,7 +20,7 @@ (defpackage umlisp (:nicknames :u) - (:use #:kmrcl #:common-lisp) + (:use #:kmrcl #:common-lisp #:hyperobject) (:export ;; From classes.lisp -- 2.34.1