X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=debian%2Fcontrol;h=a3d384efacc9ff912102a79972ddf9aa5d23237d;hp=61ae853b9a98cb10a03ad5d7bcfaa3afea1f5bdf;hb=cbb63ee2a1ead34ef393ed47eed6d1a0d6e6bd94;hpb=1fb268703ec07f3112d2c7fbca138535091124c9 diff --git a/debian/control b/debian/control index 61ae853..a3d384e 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,18 @@ -Source: cl-pubmed +Source: cl-entrez Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.8.2.0 +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: common-lisp-controller (>= 3.37), cl-kmrcl, cl-aserve +Depends: ${misc:Depends}, cl-kmrcl, cl-aserve 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.