Update URL for package
[pubmed.git] / debian / control
index fc9e1fd1e660095ceac4da8b46e32cacd00a1304..a3d384efacc9ff912102a79972ddf9aa5d23237d 100644 (file)
@@ -1,15 +1,18 @@
-Source: cl-pubmed
-Section: devel
+Source: cl-entrez
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.7.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
+Package: cl-entrez
 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.
-
-
+ 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.