r2747: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 18 Sep 2002 07:00:16 +0000 (07:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 18 Sep 2002 07:00:16 +0000 (07:00 +0000)
debian/changelog
debian/rules
lml.asd

index 23d9885d19984e2bfe58a5c1a7b8c8e00d1cec35..95d986763a2813cd9a2ba4e5667a6168f20c00cf 100644 (file)
@@ -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 <kmr@debian.org>  Mon, 16 Sep 2002 09:17:56 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 17 Sep 2002 12:32:09 -0600
 
 cl-lml (1.0.3-1) unstable; urgency=low
 
index a93a0ebc799941f4e19dbd0b57e649c096b121cf..0bafb8a1c5d07ab1a994a6714fca77929a6852d3 100755 (executable)
@@ -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 2dc78a4516cbb104e20ea3788ad1bb28d9f2d0da..43354708da89ff88494cac7389915c8f5dbacaf3 100644 (file)
--- 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
 ;;;;
 (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")