Update lib version for metaproxy from 5 to 6 MP-506
[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 (>= 4.2.69),
8         libyazpp6-dev (>= 1.5.2),
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 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: libmetaproxy6
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: libmetaproxy6-dbg
44 Section: debug
45 Architecture: any
46 Depends: libmetaproxy6 (= ${binary:Version}), ${misc:Depends}
47 Description: debugging symbols for libmetaproxy6
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 libmetaproxy6.
55
56 Package: libmetaproxy6-dev
57 Section: libdevel
58 Architecture: any
59 Provides: libmetaproxy-dev
60 Replaces: libmetaproxy-dev
61 Depends: libmetaproxy6 (= ${Source-Version}),
62         libyazpp6-dev (>= 1.5.2),
63         libxslt1-dev,
64         libboost-dev,
65         libboost-thread-dev,
66         libboost-regex-dev,
67         libboost-system-dev,
68         libgnutls-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.