X-Git-Url: http://git.kpe.io/?p=rt.git;a=blobdiff_plain;f=debian%2Frt.asd;fp=debian%2Frt.asd;h=0000000000000000000000000000000000000000;hp=b6c3e32d35a90e43960632998b992ec57ef68c6d;hb=68d7b0f5fd413d825e78eba8536f42c733111dbe;hpb=d5ad9a59d50cbf2c07c5662acf7073adfc831773 diff --git a/debian/rt.asd b/debian/rt.asd deleted file mode 100644 index b6c3e32..0000000 --- a/debian/rt.asd +++ /dev/null @@ -1,33 +0,0 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ************************************************************************* -;;;; FILE IDENTIFICATION -;;;; -;;;; Name: rt.asd -;;;; Purpose: ASDF definition file for Rt -;;;; Programmer: Kevin M. Rosenberg -;;;; Date Started: Sep 2002 -;;;; -;;;; $Id: rt.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $ -;;;; -;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg -;;;; -;;;; cl-rt users are granted the rights to distribute and use this software -;;;; as governed by the terms of the GNU Lesser General Public License -;;;; (http://www.gnu.org/licenses/lgpl.html) -;;;; ************************************************************************* - -(in-package :asdf) - -(defsystem :rt - :name "cl-rt" - :version "1990.12.19" - :maintainer "Kevin M. Rosenberg " - :licence "MIT" - :description "MIT Regression Tester" - :long-description "RT provides a framework for writing regression test suites" - :perform (load-op :after (op rt) - (pushnew :rt cl:*features*)) - :components - ((:file "rt"))) - -