Build require yazpp 1.3.0
[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 (>= 4),
7         libyaz4-dev (>= 4.2.32),
8         libyazpp4-dev (>= 1.3.0),
9         libxslt1-dev,
10         libboost-dev,
11         libboost-thread-dev,
12         libboost-test-dev,
13         libboost-regex-dev
14
15 Package: metaproxy
16 Section: net
17 Architecture: any
18 Depends: ${shlibs:Depends}, libmetaproxy4 (= ${Source-Version})
19 Conflicts: cf-engine (<= 2.12.5)
20 Description: Z39.50/SRU router (main executable)
21  This is a universal router, proxy and encapsulated metasearcher
22  for information retrieval protocols. It accepts, processes, interprets
23  and redirects requests from IR clients using standard protocols such as
24  the binary ANSI/NISO Z39.50  and the information search and retrieval web
25  service SRU as well as functioning as a limited HTTP server. 
26  .
27  This package includes the main Metaproxy executable.
28
29 Package: libmetaproxy4
30 Section: libs
31 Architecture: any
32 Depends: ${shlibs:Depends}, libyaz4 (>= 4.2.22)
33 Description: Z39.50/SRU router (runtime)
34  This is a universal router, proxy and encapsulated metasearcher
35  for information retrieval protocols. It accepts, processes, interprets
36  and redirects requests from IR clients using standard protocols such as
37  the binary ANSI/NISO Z39.50  and the information search and retrieval web
38  service SRU as well as functioning as a limited HTTP server. 
39  .
40  This package includes the Metaproxy libraries.
41
42 Package: libmetaproxy4-dev
43 Section: libdevel
44 Architecture: any
45 Depends: libmetaproxy4 (= ${Source-Version}),
46         libyazpp4-dev (>= 1.2.0),
47         libxslt1-dev,
48         libboost-dev,
49         libboost-thread-dev,
50         libgnutls-dev
51 Conflicts: libmetaproxy2-dev, libmetaproxy3-dev
52 Description: Z39.50/SRU router (development)
53  This is a universal router, proxy and encapsulated metasearcher
54  for information retrieval protocols. It accepts, processes, interprets
55  and redirects requests from IR clients using standard protocols such as
56  the binary ANSI/NISO Z39.50  and the information search and retrieval web
57  service SRU as well as functioning as a limited HTTP server. 
58  .
59  This package includes development libraries and C++ header files.
60
61 Package: metaproxy-doc
62 Section: doc
63 Architecture: all
64 Description: Z39.50/SRU router (documentation)
65  This is a universal router, proxy and encapsulated metasearcher
66  for information retrieval protocols. It accepts, processes, interprets
67  and redirects requests from IR clients using standard protocols such as
68  the binary ANSI/NISO Z39.50  and the information search and retrieval web
69  service SRU as well as functioning as a limited HTTP server. 
70  .
71  This package includes HTML documentation for Metaproxy.