Updates for new debian standards
[pubmed.git] / debian / control
index c97d6396771dc5e5dcfe9ca43ce3103f06627503..61ae853b9a98cb10a03ad5d7bcfaa3afea1f5bdf 100644 (file)
@@ -1,15 +1,14 @@
 Source: cl-pubmed
-Section: devel
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.8.0
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.8.2.0
 
 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.