X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=fca7f1193b93a169b62636aa153bf0a474ebc3bd;hb=refs%2Ftags%2Fdebian-2.1.3-5;hp=c97d6396771dc5e5dcfe9ca43ce3103f06627503;hpb=37b73fa1adf2726d62978195cded311f247fa949;p=pubmed.git diff --git a/debian/control b/debian/control index c97d639..fca7f11 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.8.0 +Build-Depends-Indep: dh-lisp +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 +Vcs-Browser: http://git.b9.com/?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.