From e096a26b30542ee3d768d1c6ade28cc34303cb6a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 19 Sep 2002 23:32:37 +0000 Subject: [PATCH] r2777: *** empty log message *** --- debian/changelog | 6 ++++++ lml.asd | 13 ++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 95d9867..48f919d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (1.0.5-1) unstable; urgency=low + + * Update .asd file + + -- Kevin M. Rosenberg Thu, 19 Sep 2002 17:31:15 -0600 + cl-lml (1.0.4-1) unstable; urgency=low * Remove pathname from asd file diff --git a/lml.asd b/lml.asd index 4335470..fadf607 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.7 2002/09/18 06:55:34 kevin Exp $ +;;;; $Id: lml.asd,v 1.8 2002/09/19 23:32:37 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,6 +19,17 @@ (in-package :asdf) (defsystem :lml + :name "cl-lml" + :author "Kevin M. Rosenberg " + :version "1.0.5" + :maintainer "Kevin M. Rosenberg " + :licence "GNU General Public License" + :description "Lisp Markup Language" + :long-description "LML provides creation of XHTML for Lisp programs." + + :perform (load-op :after (op lml) + (pushnew :lml cl:*features*)) + :components ((:file "package") (:file "utils" :depends-on ("package")) -- 2.34.1