Require YAZ 5.13 or newer
[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 (>= 7),
7         libyaz5-dev (>= 5.13.0),
8         libyazpp6-dev (>= 1.6.0),
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}, libmetaproxy6 (= ${Source-Version})
20 Conflicts: cf-engine (<= 2.12.5)
21 Provides: metaproxy6
22 Description: Z39.50/SRU router (main executable)
23  This is a universal router, proxy and encapsulated metasearcher
24  for information retrieval protocols. It accepts, processes, interprets
25  and redirects requests from IR clients using standard protocols such as
26  the binary ANSI/NISO Z39.50  and the information search and retrieval web
27  service SRU as well as functioning as a limited HTTP server.
28  .
29  This package includes the main Metaproxy executable.
30
31 Package: libmetaproxy6
32 Section: libs
33 Architecture: any
34 Depends: ${shlibs:Depends}
35 Description: Z39.50/SRU router (runtime)
36  This is a universal router, proxy and encapsulated metasearcher
37  for information retrieval protocols. It accepts, processes, interprets
38  and redirects requests from IR clients using standard protocols such as
39  the binary ANSI/NISO Z39.50  and the information search and retrieval web
40  service SRU as well as functioning as a limited HTTP server.
41  .
42  This package includes the Metaproxy libraries.
43
44 Package: libmetaproxy6-dbg
45 Section: debug
46 Architecture: any
47 Depends: libmetaproxy6 (= ${binary:Version}), ${misc:Depends}
48 Description: debugging symbols for libmetaproxy6
49  This is a universal router, proxy and encapsulated metasearcher
50  for information retrieval protocols. It accepts, processes, interprets
51  and redirects requests from IR clients using standard protocols such as
52  the binary ANSI/NISO Z39.50  and the information search and retrieval web
53  service SRU as well as functioning as a limited HTTP server.
54  .
55  This package contains the debugging symbols for libmetaproxy6.
56
57 Package: libmetaproxy6-dev
58 Section: libdevel
59 Architecture: any
60 Provides: libmetaproxy-dev
61 Replaces: libmetaproxy-dev
62 Depends: libmetaproxy6 (= ${Source-Version}),
63         libyazpp6-dev (>= 1.5.2),
64         libxslt1-dev,
65         libboost-dev,
66         libboost-thread-dev,
67         libboost-regex-dev,
68         libboost-system-dev
69 Conflicts: libmetaproxy-dev,
70            libmetaproxy2-dev, libmetaproxy3-dev,
71            libmetaproxy4-dev, libmetaproxy5-dev
72 Description: Z39.50/SRU router (development)
73  This is a universal router, proxy and encapsulated metasearcher
74  for information retrieval protocols. It accepts, processes, interprets
75  and redirects requests from IR clients using standard protocols such as
76  the binary ANSI/NISO Z39.50  and the information search and retrieval web
77  service SRU as well as functioning as a limited HTTP server.
78  .
79  This package includes development libraries and C++ header files.
80
81 Package: metaproxy-doc
82 Section: doc
83 Architecture: all
84 Description: Z39.50/SRU router (documentation)
85  This is a universal router, proxy and encapsulated metasearcher
86  for information retrieval protocols. It accepts, processes, interprets
87  and redirects requests from IR clients using standard protocols such as
88  the binary ANSI/NISO Z39.50  and the information search and retrieval web
89  service SRU as well as functioning as a limited HTTP server.
90  .
91  This package includes HTML documentation for Metaproxy.