From: Kevin M. Rosenberg Date: Tue, 6 May 2003 16:41:53 +0000 (+0000) Subject: r4852: Auto commit for Debian build X-Git-Url: http://git.kpe.io/?p=ptester.git;a=commitdiff_plain;h=7c63f04f4833c6ab447dc7f409e119d8e08c2b0c r4852: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index 512338d..3d4862a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-tester (1.1.1.4-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:29:15 -0600 + cl-tester (1.1.1.3-1) unstable; urgency=low * Improve loading on allegro using c-l-c:original-require diff --git a/tester.asd b/tester.asd index 436297a..3bfba96 100644 --- a/tester.asd +++ b/tester.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: tester.asd,v 1.2 2003/04/15 15:50:02 kevin Exp $ +;;;; $Id: tester.asd,v 1.3 2003/05/06 16:29:28 kevin Exp $ ;;;; ;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,11 +16,13 @@ ;;;; (http://www.gnu.org/licenses/lgpl.html) ;;;; ************************************************************************* -(in-package :asdf) +(defpackage #:tester-system (:use #:asdf #:cl)) +(in-package #:tester-sytsem) + #+(and allegro common-lisp-controller) (c-l-c:original-require 'tester) -(defsystem :tester +(defsystem tester :name "cl-tester" :author "Kevin Layer, Franz, Inc" :version "2.2.12.2.6.1" @@ -29,9 +31,6 @@ :description "Franz's Test Harness Package" :long-description "Tester provides an framework for creating automated testing progams." - :perform (load-op :after (op tester) - (pushnew :tester cl:*features*)) - :components ( #-allegro (:file "tester")