7bbfab84e966732f8355b1d5777a2930eb252a8a
[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),
6         libyazpp5-dev(>= 1.4.0)
7
8 Package: yazproxy
9 Section: utils
10 Architecture: any
11 Depends: ${shlibs:Depends}, libyazproxy2 (= ${Source-Version})
12 Description: YAZ Proxy application
13  YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
14  converts them to Z39.50 client requests. The proxy has several facilities
15  to optimize performance and tries to reduce the commnication with the
16  backend server.
17  .
18  This package includes the YAZ Proxy application.
19
20 Package: libyazproxy2
21 Section: libs
22 Architecture: any
23 Depends: ${shlibs:Depends}
24 Description: YAZ Proxy libraries
25  YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
26  converts them to Z39.50 client requests. The proxy has several facilities
27  to optimize performance and tries to reduce the commnication with the
28  backend server.
29  .
30  This package includes the YAZ Proxy run-time libraries.
31
32 Package: libyazproxy2-dev
33 Section: devel
34 Architecture: any
35 Depends: libyazproxy2 (= ${Source-Version}),
36         libyazpp5-dev
37 Conflicts: libyazproxy-dev
38 Provides: libyazproxy-dev
39 Replaces: libyazproxy-dev
40 Description: YAZ Proxy development libraries
41  YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
42  converts them to Z39.50 client requests. The proxy has several facilities
43  to optimize performance and tries to reduce the commnication with the
44  backend server.
45  .
46  This package includes the YAZ Proxy development libraries.
47
48 Package: yazproxy-doc
49 Section: doc
50 Architecture: all
51 Description: YAZ Proxy documentation
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.
56  .
57  This package includes documentation.
58