Require yazpp 1.4.1
[metaproxy-moved-to-github.git] / debian / control
1 Source: metaproxy
2 Section: devel
3 Standards-Version: 3.6.2
4 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
5 Priority: extra
6 Build-Depends: debhelper (>= 5),
7         libyaz4-dev (>= 4.2.50),
8         libyazpp5-dev (>= 1.4.1),
9         libxslt1-dev,
10         libboost-dev,
11         libboost-system-dev,
12         libboost-thread-dev,
13         libboost-test-dev,
14         libboost-regex-dev
15
16 Package: metaproxy
17 Section: net
18 Architecture: any
19 Depends: ${shlibs:Depends}, libmetaproxy4 (= ${Source-Version})
20 Conflicts: cf-engine (<= 2.12.5)
21 Description: Z39.50/SRU router (main executable)
22  This is a universal router, proxy and encapsulated metasearcher
23  for information retrieval protocols. It accepts, processes, interprets
24  and redirects requests from IR clients using standard protocols such as
25  the binary ANSI/NISO Z39.50  and the information search and retrieval web
26  service SRU as well as functioning as a limited HTTP server. 
27  .
28  This package includes the main Metaproxy executable.
29
30 Package: libmetaproxy4
31 Section: libs
32 Architecture: any
33 Depends: ${shlibs:Depends}
34 Description: Z39.50/SRU router (runtime)
35  This is a universal router, proxy and encapsulated metasearcher
36  for information retrieval protocols. It accepts, processes, interprets
37  and redirects requests from IR clients using standard protocols such as
38  the binary ANSI/NISO Z39.50  and the information search and retrieval web
39  service SRU as well as functioning as a limited HTTP server. 
40  .
41  This package includes the Metaproxy libraries.
42
43 Package: libmetaproxy4-dbg
44 Section: debug
45 Architecture: any
46 Depends: libmetaproxy4 (= ${binary:Version}), ${misc:Depends}
47 Description: debugging symbols for libmetaproxy4
48  This is a universal router, proxy and encapsulated metasearcher
49  for information retrieval protocols. It accepts, processes, interprets
50  and redirects requests from IR clients using standard protocols such as
51  the binary ANSI/NISO Z39.50  and the information search and retrieval web
52  service SRU as well as functioning as a limited HTTP server. 
53  .
54  This package contains the debugging symbols for libmetaproxy4.
55
56 Package: libmetaproxy4-dev
57 Section: libdevel
58 Architecture: any
59 Depends: libmetaproxy4 (= ${Source-Version}),
60         libyazpp5-dev (>= 1.4.0),
61         libxslt1-dev,
62         libboost-dev,
63         libboost-thread-dev,
64         libgnutls-dev
65 Conflicts: libmetaproxy2-dev, libmetaproxy3-dev
66 Description: Z39.50/SRU router (development)
67  This is a universal router, proxy and encapsulated metasearcher
68  for information retrieval protocols. It accepts, processes, interprets
69  and redirects requests from IR clients using standard protocols such as
70  the binary ANSI/NISO Z39.50  and the information search and retrieval web
71  service SRU as well as functioning as a limited HTTP server. 
72  .
73  This package includes development libraries and C++ header files.
74
75 Package: metaproxy-doc
76 Section: doc
77 Architecture: all
78 Description: Z39.50/SRU router (documentation)
79  This is a universal router, proxy and encapsulated metasearcher
80  for information retrieval protocols. It accepts, processes, interprets
81  and redirects requests from IR clients using standard protocols such as
82  the binary ANSI/NISO Z39.50  and the information search and retrieval web
83  service SRU as well as functioning as a limited HTTP server. 
84  .
85  This package includes HTML documentation for Metaproxy.