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