From: Kevin M. Rosenberg Date: Tue, 6 May 2003 16:41:53 +0000 (+0000) Subject: r4852: Auto commit for Debian build X-Git-Tag: debian-1.2.3-2~4 X-Git-Url: http://git.kpe.io/?p=xptest.git;a=commitdiff_plain;h=37e19fbe4dda9214875070093b466fc58d668f6f r4852: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index 5f90143..05b2ea1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-xptest (1.2.3-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:22:54 -0600 + cl-xptest (1.2.2-1) unstable; urgency=low * Remove some newlines from the output (closes: 190398) diff --git a/xptest.asd b/xptest.asd index 147af2f..3e2cbe5 100644 --- a/xptest.asd +++ b/xptest.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: xptest.asd,v 1.7 2003/04/19 16:23:56 kevin Exp $ +;;;; $Id: xptest.asd,v 1.8 2003/05/06 16:23:12 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xptest-system (:use #:asdf #:cl)) @@ -22,8 +22,5 @@ :description "Extreme Programming Testing Suite" :long-description "The XPTEST package is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk an other languages." - :perform (load-op :after (op xptest) - (pushnew :xptest cl:*features*)) - :components ((:file "xptestsuite")))