X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=debian%2Fcontrol;h=4b1c5e4aba2d8ed87573ea89ef88f12708fcf6e6;hp=4caac8d61a6836a39f72fba91d09624c918abd6d;hb=8fbe5b9885498e0aa375061f83c0ea7e0c42c719;hpb=1afd1883ed1422955d7ea19477641a6ac00f7771 diff --git a/debian/control b/debian/control index 4caac8d..4b1c5e4 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,18 @@ Source: cl-pubmed -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.9.0 +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 Architecture: all -Depends: ${shlibs: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 - 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.