Use YAZ 5 in packages SIM-16
[simpleserver-moved-to-github.git] / debian / control
index 83fa13d..6d484bd 100644 (file)
@@ -1,16 +1,16 @@
 Source: libnet-z3950-simpleserver-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), libyaz-dev
+Build-Depends: debhelper (>= 7), libyaz5-dev (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7)
-Maintainer: Anders Mortensen <sondberg@indexdata.dk>
+Maintainer: Mike Taylor <mike@indexdata.com>
 Standards-Version: 3.6.1
 
 Package: libnet-z3950-simpleserver-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
-Description:  Perl package used to encode GRS-1 records.
- This Perl module helps you to create and manipulate GRS-1 records (generic record syntax).
- So far, you have only access to three methods:
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description:  Perl API to the YAZ generic front-end server (Z39.50 server). 
+ The SimpleServer module is a tool for constructing Z39.50 "Information
+ Retrieval" servers in Perl. The module is easy to use, but it
+ does help to have an understanding of the Z39.50 query
+ structure and the construction of structured retrieval records.