Update URL for package master
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Aug 2015 22:48:00 +0000 (16:48 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Aug 2015 22:48:00 +0000 (16:48 -0600)
1  2 
README
debian/control
debian/copyright

diff --combined README
index c9e1c28ca992300080e824f104f0f9e32f7deb6c,18755e9d51b1dccce5ef01e30f452d2c2751bf86..d4d32880382a981746ef486c4537e7d2b1fbdba5
--- 1/README
--- 2/README
+++ b/README
@@@ -1,17 -1,17 +1,16 @@@
- This is the Common Lisp PubMed package.
+ This is the Common Lisp Entrez package.
  
  This package is written and Copyright (C) 2000-2002 by 
  Kevin M. Rosenberg <kevin@rosenberg.net>
  
 -The web site for this package is http://entrez.b9.com/
 -
 +The web site for this package is http://pubmed.kpe.io/
  
  Prerequisites
  =============
   - The ASDF system definition facility, available for download at 
 -   ftp://ftp.b9.com/asdf/asdf.lisp
 +   ftp://ftp.kpe.io/asdf/asdf.lisp
   - The KMRCL utility package, available for download at
 -   ftp://ftp.b9.com/kmrcl 
 +   ftp://ftp.kpe.io/kmrcl 
   - Allegroserve which is included with AllegroCL and is available
     for other platforms at http://portableaserve.sourceforge.net.
  
  Installation
  ============ 
   - Debian:
-      evaluate (require 'pubmed
+      evaluate (require 'entrez
  
   - Other Operating Systems:
-      1. Install the ASDF, KMRCL, and PubMed packages into directories
+      1. Install the ASDF, KMRCL, and Entrez packages into directories
          of your choice.
       2. Load asdf.lisp.
-      3. Push the names of the directories containing the KMRCL and PubMed
+      3. Push the names of the directories containing the KMRCL and Entrez
          files on to the asdf:*central-registry* list.
       2. Load kmrcl.asd from the KMRCL package.
-      3. Load pubmed.asd from the PubMed package.
-      4. Evaluate (asdf:oos 'asdf:load-op 'pubmed).
+      3. Load entrez.asd from the Entrez package.
+      4. Evaluate (asdf:oos 'asdf:load-op 'entrez).
  
  
  USAGE
diff --combined debian/control
index 4b1c5e4aba2d8ed87573ea89ef88f12708fcf6e6,e4de6481062d6bcf8a71d05cb36779ee40ede9cd..a3d384efacc9ff912102a79972ddf9aa5d23237d
@@@ -1,18 -1,18 +1,18 @@@
- Source: cl-pubmed
+ Source: cl-entrez
  Section: lisp
  Priority: optional
  Maintainer: Kevin M. Rosenberg <kmr@debian.org>
  Build-Depends-Indep: dh-lisp
  Build-Depends: debhelper (>= 7.0.0)
  Standards-Version: 3.8.2.0
 -Homepage: http://files.b9.com/entrez/
 -Vcs-Git: git://git.b9.com/entrez.git
 -Vcs-Browser: http://git.b9.com/?p=entrez.git
 +Homepage: http://files.kpe.io/pubmed/
 +Vcs-Git: git://git.kpe.io/pubmed.git
 +Vcs-Browser: http://git.kpe.io/?p=pubmed.git
  
- Package: cl-pubmed
+ Package: cl-entrez
  Architecture: all
  Depends: ${misc:Depends}, cl-kmrcl, cl-aserve
 -Description: Common Lisp package to query Entrez medical literature database
 - This library has functions for querying the Entrez medical literature
 +Description: Common Lisp package to query Pubmed medical literature database
-  This library has functions for querying the PubMed medical literature
++ This library has functions for querying the Pubmed medical literature
   database and parsing the XML results into Common Lisp objects. This package
   uses the cl-aserve for HTTP fetches.
diff --combined debian/copyright
index 2ffce32ff240f1ec318ed07dee018cf524706172,841883157d742e13fdbec3fb80f3ca5da6e057cc..bf0b8b50ae46d7fdbef0c5d9f45f066ce2009fb6
@@@ -1,11 -1,11 +1,11 @@@
  This package was debianized by Kevin M. Rosenberg <kmr@debian.org> in
  October 2002.
  
 -The upstream source was downloaded from http://entrez.b9.com/
 +The upstream source was downloaded from http://pubmed.kpe.io/
  
  Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net>
  
- Copyright (c) 2000-2002 Kevin M. Rosenberg
+ Copyright (c) 2000-2013 Kevin M. Rosenberg
  
  This code is free software; you can redistribute it and/or modify it
  under the terms of the version 2.1 of the GNU Lesser General Public