X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=debian%2Fcontrol;h=307fb9259d0fce8855355c1412365aab12e486ae;hp=f569b7f28f4a51b82f8ed9ae8371c8ddd3e1fa70;hb=001e8cd5d89dd4fd889b05022e51b2673e5a8efb;hpb=8dc6d0bc4ddbb2d37b3aafd93396a0e4a8e87560 diff --git a/debian/control b/debian/control index f569b7f..307fb92 100644 --- a/debian/control +++ b/debian/control @@ -2,44 +2,53 @@ Source: yazproxy Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.0 -Build-Depends: debhelper (>= 4.0.0), docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,libxml2-dev, libxslt1-dev, libyaz-dev (>= 2.0.9), libyazpp1-dev(>= 1.0) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp4-dev(>= 1.1.4) Package: yazproxy Section: utils Architecture: any -Depends: libyazproxy (= ${Source-Version}) -Description: YAZ Proxy. - YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and +Depends: ${shlibs:Depends}, libyazproxy2 (= ${Source-Version}) +Description: YAZ Proxy application + YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and converts them to Z39.50 client requests. The proxy has several facilities to optimize performance and tries to reduce the commnication with the backend server. + . + This package includes the YAZ Proxy application. -Package: libyazproxy +Package: libyazproxy2 Section: libs Architecture: any -Depends: ${shlibs:Depends}, libyazpp1 (>= 1.0) -Description: YAZ Proxy libraries. - YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and +Depends: ${shlibs:Depends} +Description: YAZ Proxy libraries + YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and converts them to Z39.50 client requests. The proxy has several facilities to optimize performance and tries to reduce the commnication with the backend server. + . + This package includes the YAZ Proxy run-time libraries. -Package: libyazproxy-dev +Package: libyazproxy2-dev Section: devel Architecture: any -Depends: libyazproxy (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp1-dev, libyaz-dev -Description: YAZ Proxy development libraries. - YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and +Depends: libyazproxy2 (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp4-dev +Conflicts: libyazproxy-dev +Description: YAZ Proxy development libraries + YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and converts them to Z39.50 client requests. The proxy has several facilities to optimize performance and tries to reduce the commnication with the backend server. + . + This package includes the YAZ Proxy development libraries. Package: yazproxy-doc Section: doc Architecture: all -Description: Documentation for YAZ proxy. +Description: YAZ Proxy documentation YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and converts them to Z39.50 client requests. The proxy has several facilities to optimize performance and tries to reduce the commnication with the backend server. + . + This package includes documentation.