r4544: Auto commit for Debian build
[xptest.git] / debian / xptest.asd
diff --git a/debian/xptest.asd b/debian/xptest.asd
deleted file mode 100644 (file)
index 7539937..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; *************************************************************************
-;;;; FILE IDENTIFICATION
-;;;;
-;;;; Name:          xptest.asd
-;;;; Purpose:       ASDF definition file for Xptest
-;;;; Programmer:    Kevin M. Rosenberg
-;;;; Date Started:  Sep 2002
-;;;;
-;;;; $Id: xptest.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $
-;;;; *************************************************************************
-
-(in-package :asdf)
-
-(defsystem :xptest
-  :name "cl-xptest"
-  :author "Craig Brozensky"
-  :version "2002.10.21"
-  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
-  :licence "Public domain"
-  :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 "package")
-   (:file "xptestsuite" :depends-on ("package"))))