X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=07e2aae97e307b0bf29476accdb4895b6e1098a0;hb=db35f469bfd99e26306395c1f1a12e0fbd786d6f;hp=fc9e1fd1e660095ceac4da8b46e32cacd00a1304;hpb=d335b5cf5b01963d8d65cefda7906f7df544cf4f;p=pubmed.git diff --git a/debian/control b/debian/control index fc9e1fd..07e2aae 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,16 @@ Source: cl-pubmed -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.7.0 +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/pubmed/ +Vcs-Git: git://git.b9.com/pubmed.git Package: cl-pubmed Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37), cl-kmrcl, cl-aserve +Depends: common-lisp-controller (>= 3.37), cl-kmrcl, cl-aserve Description: Common Lisp package to query Pubmed medical literature database This library has functions for querying the PubMed medical literature - database and parsing the XML results into Common Lisp objects. - - + database and parsing the XML results into Common Lisp objects. This package + uses the cl-aserve for HTTP fetches.