Revise description
[yazpp-moved-to-github.git] / debian / control
1 Source: yaz++
2 Priority: optional
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Standards-Version: 3.6.0
5 Build-Depends: debhelper (>= 4.0.0), docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,libxml2-dev, libxslt1-dev, libyaz-dev (>= 2.0.9)
6
7 Package: libyaz++
8 Section: libs
9 Architecture: any
10 Depends: ${shlibs:Depends}, libyaz (>= 2.0.9)
11 Description: YAZ++ and ZOOM library.
12  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
13
14 Package: libyaz++-dev
15 Section: devel
16 Architecture: any
17 Depends: libyaz++ (= ${Source-Version}), libyaz-dev
18 Description: Development libraries for YAZ++ and ZOOM.
19  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
20
21 Package: yaz++-doc
22 Section: doc
23 Architecture: all
24 Description: Documentation for YAZ++.
25  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
26
27 Package: libyazproxy
28 Section: libs
29 Architecture: any
30 Depends: ${shlibs:Depends}, libyaz++ (= ${Source-Version})
31 Description: YAZ Proxy libraries.
32  YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
33  converts them to Z39.50 client requests. The proxy has several facilities
34  to optimize performance and tries to reduce the commnication with the
35  backend server.
36
37 Package: libyazproxy-dev
38 Section: devel
39 Architecture: any
40 Depends: libyazproxy (= ${Source-Version}), libyaz++-dev (= ${Source-Version}), libxml2-dev, libxslt1-dev
41 Description: YAZ Proxy development libraries.
42  YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
43  converts them to Z39.50 client requests. The proxy has several facilities
44  to optimize performance and tries to reduce the commnication with the
45  backend server.
46
47 Package: yazproxy
48 Section: utils
49 Architecture: any
50 Depends: libyazproxy (= ${Source-Version})
51 Description: YAZ Proxy.
52  YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
53  converts them to Z39.50 client requests. The proxy has several facilities
54  to optimize performance and tries to reduce the commnication with the
55  backend server.