Happy new year
[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}, libmetaproxy5 (= ${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: libmetaproxy5
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: libmetaproxy5-dbg
44 Section: debug
45 Architecture: any
46 Depends: libmetaproxy5 (= ${binary:Version}), ${misc:Depends}
47 Description: debugging symbols for libmetaproxy5
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 libmetaproxy5.
55
56 Package: libmetaproxy5-dev
57 Section: libdevel
58 Architecture: any
59 Depends: libmetaproxy5 (= ${Source-Version}),
60         libyazpp6-dev (>= 1.5.2),
61         libxslt1-dev,
62         libboost-dev,
63         libboost-thread-dev,
64         libboost-regex-dev,
65         libboost-system-dev,
66         libgnutls-dev
67 Conflicts: libmetaproxy2-dev, libmetaproxy3-dev
68 Description: Z39.50/SRU router (development)
69  This is a universal router, proxy and encapsulated metasearcher
70  for information retrieval protocols. It accepts, processes, interprets
71  and redirects requests from IR clients using standard protocols such as
72  the binary ANSI/NISO Z39.50  and the information search and retrieval web
73  service SRU as well as functioning as a limited HTTP server. 
74  .
75  This package includes development libraries and C++ header files.
76
77 Package: metaproxy-doc
78 Section: doc
79 Architecture: all
80 Description: Z39.50/SRU router (documentation)
81  This is a universal router, proxy and encapsulated metasearcher
82  for information retrieval protocols. It accepts, processes, interprets
83  and redirects requests from IR clients using standard protocols such as
84  the binary ANSI/NISO Z39.50  and the information search and retrieval web
85  service SRU as well as functioning as a limited HTTP server. 
86  .
87  This package includes HTML documentation for Metaproxy.