From: Kevin M. Rosenberg Date: Wed, 19 Feb 2003 21:56:22 +0000 (+0000) Subject: r4081: Auto commit for Debian build X-Git-Tag: v1.6.1~237 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=a17713050ecbdd286fa24463cb6e28e280b06ae0;p=uffi.git r4081: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index b740810..77cf13b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.2.7-1) unstable; urgency=low + + * Remove reference to obsolete Corman module in uffi.asd + + -- Kevin M. Rosenberg Wed, 19 Feb 2003 14:56:15 -0700 + cl-uffi (1.2.6-1) unstable; urgency=low * Add :language :ansi-c for Lispworks def-function diff --git a/uffi.asd b/uffi.asd index 8d7d3f8..d48db11 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.21 2002/11/08 16:51:50 kevin Exp $ +;;;; $Id: uffi.asd,v 1.22 2003/02/19 21:56:22 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,9 +44,5 @@ (:file "functions" :depends-on ("primitives")) (:file "libraries" :depends-on ("package")) (:file "os" :depends-on ("package")))) - #+cormanlisp - (:module :src-corman - :components - ((:file "uffi-corman"))) ))