r4852: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 16:41:53 +0000 (16:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 16:41:53 +0000 (16:41 +0000)
debian/changelog
xptest.asd

index 5f901435d240441a0e1b4018566d0a6300ac2e3e..05b2ea1f4ce061fa7225e3df6bd94b05774141cd 100644 (file)
@@ -1,3 +1,9 @@
+cl-xptest (1.2.3-1) unstable; urgency=low
+
+  * Improve .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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)
index 147af2f19c3fb85943e244abc41fee04b0b282d1..3e2cbe5047f5f18db24cd36f13769976046b680c 100644 (file)
@@ -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")))