Add entrez package, not currently working
[pubmed.git] / debian / control
index d9ab75e02aeb6392cc39c63143a73123f460422c..e4de6481062d6bcf8a71d05cb36779ee40ede9cd 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.1
+Build-Depends-Indep: dh-lisp
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.8.2.0
+Homepage: http://files.b9.com/entrez/
+Vcs-Git: git://git.b9.com/entrez.git
+Vcs-Browser: http://git.b9.com/?p=entrez.git
 
-Package: cl-pubmed
+Package: cl-entrez
 Architecture: all
-Depends: ${shlibs: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.
-
-
+Depends: ${misc:Depends}, cl-kmrcl, cl-aserve
+Description: Common Lisp package to query Entrez medical literature database
+ This library has functions for querying the Entrez medical literature
+ database and parsing the XML results into Common Lisp objects. This package
+ uses the cl-aserve for HTTP fetches.