X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=debian%2Fcontrol;h=b62f98fb477758e180747e51be74b2791a388aab;hp=4e4c4eae6af73b7ce68901565c1658726cc9ba64;hb=7dace8e13f71ea97eb0f4056adebb37bb07f1d60;hpb=33ee4177096aa1501e76ea7967fdfac7f0ecfb9f diff --git a/debian/control b/debian/control index 4e4c4ea..b62f98f 100644 --- a/debian/control +++ b/debian/control @@ -1,55 +1,27 @@ -Source: yaz++ +Source: yazpp +Section: devel 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) +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.0.0), docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex, libxml2-dev, libyaz-dev (>= 2.1.14) -Package: libyaz++ +Package: libyazpp1 Section: libs Architecture: any -Depends: ${shlibs:Depends}, libyaz (>= 2.0.9) -Description: YAZ++ and ZOOM library. +Depends: ${shlibs:Depends}, libyaz (>= 2.1.14) +Description: YAZ++ and ZOOM library YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. -Package: libyaz++-dev +Package: libyazpp-dev Section: devel Architecture: any -Depends: libyaz++ (= ${Source-Version}), libyaz-dev -Description: Development libraries for YAZ++ and ZOOM. +Depends: libyazpp1 (= ${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++-doc +Package: yazpp-doc Section: doc Architecture: all -Description: Documentation for YAZ++. +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: 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.