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