From 8d4a001814ce0a3a63b1a2850cb8f17c2d5db6e7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 May 2003 16:41:53 +0000 Subject: [PATCH] r4852: Auto commit for Debian build --- debian/changelog | 6 ++++++ pubmed.asd | 7 ++----- pubmed.lisp => src.lisp | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) rename pubmed.lisp => src.lisp (99%) diff --git a/debian/changelog b/debian/changelog index 8faa4d5..48449ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-pubmed (2.0.2-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:24:12 -0600 + cl-pubmed (2.0.1-1) unstable; urgency=low * Remove 'load-compiled-op from .asd file diff --git a/pubmed.asd b/pubmed.asd index 07dfdab..01cbbd4 100644 --- a/pubmed.asd +++ b/pubmed.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: pubmed.asd,v 1.3 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id: pubmed.asd,v 1.4 2003/05/06 16:24:49 kevin Exp $ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,10 +32,7 @@ :description "Library for querying the PubMed medical literature database" :long-description "This library has functions for querying the PubMed medical literature database and parsing the XML results into Common Lisp objects." - :perform (load-op :after (op pubmed) - (pushnew :pubmed cl:*features*)) - - :components ((:file "pubmed")) + :components ((:file "src")) :depends-on (:kmrcl #-allegro :aserve)) diff --git a/pubmed.lisp b/src.lisp similarity index 99% rename from pubmed.lisp rename to src.lisp index 1cdd1f6..7778fa8 100644 --- a/pubmed.lisp +++ b/src.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jun 2001 ;;;; -;;;; $Id: pubmed.lisp,v 1.7 2002/11/06 19:36:53 kevin Exp $ +;;;; $Id: src.lisp,v 1.1 2003/05/06 16:25:49 kevin Exp $ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1