730adeae0bfebe6fd61cc96747f1dbb00a9c2512
[idzebra-moved-to-github.git] / debian / control
1 Source: idzebra
2 Priority: optional
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Standards-Version: 3.6.0
5 Build-Depends: debhelper (>= 4.0.0),
6  libyaz5-dev (>= 5.0.0),
7  libexpat1-dev,
8  tcl8.5-dev,
9  libbz2-dev,
10  libxslt1-dev,
11  zlib1g-dev
12
13 Package: idzebra-2.0
14 Section: text
15 Architecture: any
16 Depends: idzebra-2.0-common,
17  libidzebra-2.0-dev,
18  idzebra-2.0-utils (= ${source:Version}),
19  libidzebra-2.0-modules,
20  idzebra-2.0-doc
21 Description: virtual package with most components
22  This virtual package installs all the necessary packages to start
23  working with IDZebra - including utility programs, development libraries,
24  documentation and modules.
25  .
26  IDZebra is a high-performance, general-purpose structured text indexing
27  and retrieval engine. It reads structured records in a variety of input
28  formats (eg. email, XML, MARC) and allows access to them through exact
29  boolean search expressions and relevance-ranked free-text queries.
30
31 Package: idzebra-2.0-dbg
32 Section: debug
33 Architecture: any
34 Depends: libidzebra-2.0 (= ${binary:Version}), ${misc:Depends}
35 Description: debugging symbols for the search engine
36  This package contains debugging symbols for the search engine.
37  .
38  IDZebra is a high-performance, general-purpose structured text indexing
39  and retrieval engine. It reads structured records in a variety of input
40  formats (eg. email, XML, MARC) and allows access to them through exact
41  boolean search expressions and relevance-ranked free-text queries.
42
43 Package: libidzebra-2.0-modules
44 Section: libs
45 Architecture: any
46 Depends: libidzebra-2.0-mod-alvis,
47  libidzebra-2.0-mod-dom,
48  libidzebra-2.0-mod-grs-xml,
49  libidzebra-2.0-mod-grs-regx,
50  libidzebra-2.0-mod-grs-marc,
51  libidzebra-2.0-mod-text
52 Description: record filter modules
53  This virtual package contains all base IDZebra filter modules.
54  .
55  IDZebra is a high-performance, general-purpose structured text indexing
56  and retrieval engine. It reads structured records in a variety of input
57  formats (eg. email, XML, MARC) and allows access to them through exact
58  boolean search expressions and relevance-ranked free-text queries.
59
60 Package: idzebra-2.0-common
61 Section: text
62 Architecture: all
63 Description: common files
64  This package includes common essential IDZebra configuration files.
65  .
66  IDZebra is a high-performance, general-purpose structured text indexing
67  and retrieval engine. It reads structured records in a variety of input
68  formats (eg. email, XML, MARC) and allows access to them through exact
69  boolean search expressions and relevance-ranked free-text queries.
70
71 Package: idzebra-2.0-examples
72 Section: text
73 Architecture: all
74 Description: example configurations
75  This package includes examples for indexing of various
76  data formats like OAI-PMH, Marc21, and MarcXML.
77  .
78  IDZebra is a high-performance, general-purpose structured text indexing
79  and retrieval engine. It reads structured records in a variety of input
80  formats (eg. email, XML, MARC) and allows access to them through exact
81  boolean search expressions and relevance-ranked free-text queries.
82
83 Package: idzebra-2.0-utils
84 Section: text
85 Architecture: any
86 Conflicts: idzebra (<= 1.3.36-2)
87 Depends: ${shlibs:Depends}, libidzebra-2.0 (= ${source:Version})
88 Recommends: idzebra-2.0-common
89 Suggests: libidzebra-2.0-modules
90 Description: utility programs including indexer and server
91  This package contains IDZebra utilities such as the zebraidx indexer
92  utility and the zebrasrv server.
93  .
94  IDZebra is a high-performance, general-purpose structured text indexing
95  and retrieval engine. It reads structured records in a variety of input
96  formats (eg. email, XML, MARC) and allows access to them through exact
97  boolean search expressions and relevance-ranked free-text queries.
98
99 Package: libidzebra-2.0-dev
100 Section: libdevel
101 Architecture: any
102 Depends: libidzebra-2.0 (= ${source:Version}), libyaz5-dev
103 Description: development files
104  This package contains development files for IDZebra, such as libraries
105  and header files.
106  .
107  IDZebra is a high-performance, general-purpose structured text indexing
108  and retrieval engine. It reads structured records in a variety of input
109  formats (eg. email, XML, MARC) and allows access to them through exact
110  boolean search expressions and relevance-ranked free-text queries.
111
112 Package: libidzebra-2.0
113 Section: libs
114 Architecture: any
115 Depends: ${shlibs:Depends}
116 Description: IDZebra libraries
117  Libraries
118  .
119  IDZebra is a high-performance, general-purpose structured text indexing
120  and retrieval engine. It reads structured records in a variety of input
121  formats (eg. email, XML, MARC) and allows access to them through exact
122  boolean search expressions and relevance-ranked free-text queries.
123
124 Package: libidzebra-2.0-mod-alvis
125 Section: libs
126 Architecture: any
127 Depends: ${shlibs:Depends}
128 Description: record filter module for XSLT indexing (obsolete)
129  This package includes the alvis filter which uses libxslt1 to
130  transform XML records by XSLT into XML indexable records. 
131  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
132  .
133  IDZebra is a high-performance, general-purpose structured text indexing
134  and retrieval engine. It reads structured records in a variety of input
135  formats (eg. email, XML, MARC) and allows access to them through exact
136  boolean search expressions and relevance-ranked free-text queries.
137
138 Package: libidzebra-2.0-mod-dom
139 Section: libs
140 Architecture: any
141 Depends: ${shlibs:Depends}
142 Description: record filter module for XSLT indexing (replaces alvis)
143  This package includes the 'dom' filter which uses libxslt1 to
144  transform XML records by XSLT into XML indexable records. It can read and 
145  index any binary MARC syntax as well, and is therefore a modern replacement
146  for the 'alvis' and the family of 'grs' filters. 
147  .
148  IDZebra is a high-performance, general-purpose structured text indexing
149  and retrieval engine. It reads structured records in a variety of input
150  formats (eg. email, XML, MARC) and allows access to them through exact
151  boolean search expressions and relevance-ranked free-text queries.
152
153 Package: libidzebra-2.0-mod-text
154 Section: libs
155 Architecture: any
156 Depends: ${shlibs:Depends}
157 Description: record filter module for indexing plain text
158  This package includes the a very simple text filter which indexes
159  all tokens in simple text.
160  .
161  IDZebra is a high-performance, general-purpose structured text indexing
162  and retrieval engine. It reads structured records in a variety of input
163  formats (eg. email, XML, MARC) and allows access to them through exact
164  boolean search expressions and relevance-ranked free-text queries.
165
166 Package: libidzebra-2.0-mod-grs-marc
167 Section: libs
168 Architecture: any
169 Depends: ${shlibs:Depends}
170 Description: record filter module for indexing MARC/ISO2709
171  This package includes the grs.marc and grs.marcxml filters that allows
172  IDZebra to read MARC records based on ISO2709.
173  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
174  .
175  IDZebra is a high-performance, general-purpose structured text indexing
176  and retrieval engine. It reads structured records in a variety of input
177  formats (eg. email, XML, MARC) and allows access to them through exact
178  boolean search expressions and relevance-ranked free-text queries.
179
180 Package: libidzebra-2.0-mod-grs-regx
181 Section: libs
182 Architecture: any
183 Depends: ${shlibs:Depends}
184 Description: record filter module for indexing using Tcl
185  This package includes the grs.regx and grs.tcl filters.
186  .
187  IDZebra is a high-performance, general-purpose structured text indexing
188  and retrieval engine. It reads structured records in a variety of input
189  formats (eg. email, XML, MARC) and allows access to them through exact
190  boolean search expressions and relevance-ranked free-text queries.
191
192 Package: libidzebra-2.0-mod-grs-xml
193 Section: libs
194 Architecture: any
195 Depends: ${shlibs:Depends}
196 Description: record filter module for indexing XML using Expat (SAX)
197  This package includes the grs.xml filter which uses Expat to
198  parse records in XML and turn them into IDZebra's internal grs node.
199  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
200  .
201  IDZebra is a high-performance, general-purpose structured text indexing
202  and retrieval engine. It reads structured records in a variety of input
203  formats (eg. email, XML, MARC) and allows access to them through exact
204  boolean search expressions and relevance-ranked free-text queries.
205
206 Package: idzebra-2.0-doc
207 Section: doc
208 Architecture: all
209 Description: documentation
210  This package includes documentation for IDZebra in PDF and HTML.
211  .
212  IDZebra is a high-performance, general-purpose structured text indexing
213  and retrieval engine. It reads structured records in a variety of input
214  formats (eg. email, XML, MARC) and allows access to them through exact
215  boolean search expressions and relevance-ranked free-text queries.
216