X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=debian%2Fcontrol;h=4e4c4eae6af73b7ce68901565c1658726cc9ba64;hb=4747b581a54bf1a0e80eefd324b3096b03399821;hp=0849bd32e0ea40ca95dba7a56d12c02a65866ef4;hpb=8d0d83a86d852bfe5166f4f6913c7c5a9817b510;p=yazpp-moved-to-github.git diff --git a/debian/control b/debian/control index 0849bd3..4e4c4ea 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,55 @@ Source: yaz++ Priority: optional Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.6.0 -Build-Depends: docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,libxml2-dev, libxslt-dev, libyaz-dev (>= 2.0.9) +Build-Depends: debhelper (>= 4.0.0), docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,libxml2-dev, libxslt1-dev, libyaz-dev (>= 2.0.9) Package: libyaz++ Section: libs Architecture: any Depends: ${shlibs:Depends}, libyaz (>= 2.0.9) -Description: YAZ++ development library for Z39.50 applications in C++. +Description: YAZ++ and ZOOM library. YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. Package: libyaz++-dev Section: devel Architecture: any -Depends: libyaz++ (= ${Source-Version}), libxml2-dev, libxslt-dev, libyaz-dev -Description: YAZ++ library for Z39.50 applications in C++. +Depends: libyaz++ (= ${Source-Version}), libyaz-dev +Description: Development libraries for YAZ++ and ZOOM. YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. -Package: yaz++ +Package: yaz++-doc +Section: doc +Architecture: all +Description: Documentation for YAZ++. + YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. + +Package: libyazproxy +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, libyaz++ (= ${Source-Version}) +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. + +Package: libyazproxy-dev Section: devel Architecture: any -Depends: ${shlibs:Depends} -Description: YAZ++ programs. - YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. +Depends: libyazproxy (= ${Source-Version}), libyaz++-dev (= ${Source-Version}), libxml2-dev, libxslt1-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. + +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 + 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.