Debian packages libyazproxy2, libyazproxy2-dev. These depend on
[yazproxy-moved-to-github.git] / debian / control
1 Source: yazproxy
2 Priority: optional
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Standards-Version: 3.6.0
5 Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp2-dev(>= 1.0.3)
6
7 Package: yazproxy
8 Section: utils
9 Architecture: any
10 Depends: ${shlibs:Depends}, libyazproxy2 (= ${Source-Version})
11 Description: YAZ Proxy.
12  YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
13  converts them to Z39.50 client requests. The proxy has several facilities
14  to optimize performance and tries to reduce the commnication with the
15  backend server.
16
17 Package: libyazproxy2
18 Section: libs
19 Architecture: any
20 Depends: ${shlibs:Depends}
21 Description: YAZ Proxy libraries.
22  YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
23  converts them to Z39.50 client requests. The proxy has several facilities
24  to optimize performance and tries to reduce the commnication with the
25  backend server.
26
27 Package: libyazproxy2-dev
28 Section: devel
29 Architecture: any
30 Depends: libyazproxy2 (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp2-dev
31 Conflicts: libyazproxy-dev
32 Description: YAZ Proxy development libraries.
33  YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
34  converts them to Z39.50 client requests. The proxy has several facilities
35  to optimize performance and tries to reduce the commnication with the
36  backend server.
37
38 Package: yazproxy-doc
39 Section: doc
40 Architecture: all
41 Description: Documentation for YAZ proxy.
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