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