From 99df1b1ec110a5d304042442c3e8cb8b1d17abe8 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 18 Sep 2002 07:00:16 +0000 Subject: [PATCH] r2747: *** empty log message *** --- debian/changelog | 4 ++-- debian/rules | 2 +- lml.asd | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23d9885..95d9867 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ cl-lml (1.0.4-1) unstable; urgency=low - * Remove :pathname from .asd file + * Remove pathname from asd file - -- Kevin M. Rosenberg Mon, 16 Sep 2002 09:17:56 -0600 + -- Kevin M. Rosenberg Tue, 17 Sep 2002 12:32:09 -0600 cl-lml (1.0.3-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a93a0eb..0bafb8a 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/lml. dh_installdirs $(clc-systems) $(clc-lml) $(doc-dir) - dh_install lml.system lml.asd $(shell echo *.cl) $(clc-lml) + dh_install lml.asd $(shell echo *.cl) $(clc-lml) dh_install $(shell echo doc/*.html) $(doc-dir) dh_link $(clc-lml)/lml.asd $(clc-systems)/lml.asd diff --git a/lml.asd b/lml.asd index 2dc78a4..4335470 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.6 2002/09/16 12:37:08 kevin Exp $ +;;;; $Id: lml.asd,v 1.7 2002/09/18 06:55:34 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,14 +19,14 @@ (in-package :asdf) (defsystem :lml - :components - ((:file "package") - (:file "utils" :depends-on ("package")) - (:file "files" :depends-on ("utils")) - (:file "lml" :depends-on ("files")) - (:file "stdsite" :depends-on ("lml")) - (:file "downloads" :depends-on ("lml")) - )) + :components + ((:file "package") + (:file "utils" :depends-on ("package")) + (:file "files" :depends-on ("utils")) + (:file "lml" :depends-on ("files")) + (:file "stdsite" :depends-on ("lml")) + (:file "downloads" :depends-on ("lml")) + )) (defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'lml)))) "cl") -- 2.34.1