From ef297c4486d9af631e1566fb7bfcc8fb1e16a722 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 30 Sep 2002 10:19:10 +0000 Subject: [PATCH] r2913: *** empty log message *** --- debian/changelog | 6 ++++++ debian/rules | 2 +- debian/tester.asd | 5 +---- tester.cl => tester.lisp | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) rename tester.cl => tester.lisp (99%) diff --git a/debian/changelog b/debian/changelog index 831b9e2..ec5f948 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-tester (1.1-3) unstable; urgency=low + + * Rename .cl to .lisp files + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 04:15:41 -0600 + cl-tester (1.1-2) unstable; urgency=low * Add Franz's Preamble to the copyright file diff --git a/debian/rules b/debian/rules index 9e306cf..15e528a 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/tester. dh_installdirs $(clc-systems) $(clc-tester) $(doc-dir) - dh_install debian/tester.asd $(shell echo *.cl) $(clc-tester) + dh_install debian/tester.asd $(shell echo *.lisp) $(clc-tester) dh_install $(shell echo *.html) $(doc-dir) dh_link $(clc-tester)/tester.asd $(clc-systems)/tester.asd diff --git a/debian/tester.asd b/debian/tester.asd index 4766b00..ee789d4 100644 --- a/debian/tester.asd +++ b/debian/tester.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: tester.asd,v 1.1 2002/09/20 07:34:06 kevin Exp $ +;;;; $Id: tester.asd,v 1.2 2002/09/30 10:16:25 kevin Exp $ ;;;; ;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,9 +33,6 @@ :components ((:file "tester"))) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'tester)))) - "cl") - (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :tester)))) (pushnew :tester cl:*features*))) diff --git a/tester.cl b/tester.lisp similarity index 99% rename from tester.cl rename to tester.lisp index 9218eac..c66a044 100644 --- a/tester.cl +++ b/tester.lisp @@ -26,7 +26,7 @@ ;;;; from the original ACL 6.1 sources: ;; Id: tester.cl,v 2.2.12.1 2001/06/05 18:45:10 layer Exp -;; $Id: tester.cl,v 1.2 2002/09/20 07:55:56 kevin Exp $ +;; $Id: tester.lisp,v 1.1 2002/09/30 10:16:25 kevin Exp $ (defpackage :util.test (:use :common-lisp) -- 2.34.1