corrected DEPRECIATED to DEPRECATED
[idzebra-moved-to-github.git] / debian / control
1 Source: idzebra
2 Priority: optional
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Build-Depends: debhelper (>= 4.0.0)
5 Standards-Version: 3.6.0
6 Build-Depends: libyaz-dev (>= 2.1.38), libexpat1-dev, tcl8.4-dev, libbz2-dev, libxslt1-dev
7
8 Package: idzebra-2.0
9 Section: text
10 Architecture: any
11 Depends: idzebra-2.0-common, libidzebra-2.0-dev, idzebra-2.0-utils, libidzebra-2.0-modules, idzebra-2.0-doc
12 Description: IDZebra virtual package (the works)
13  This virtual package installs all the necessary packages to start
14  working with IDZebra - including utility programs, development libraries,
15  documentation and modules.
16  .
17  IDZebra is a high-performance, general-purpose structured text indexing
18  and retrieval engine. It reads structured records in a variety of input
19  formats (eg. email, XML, MARC) and allows access to them through exact
20  boolean search expressions and relevance-ranked free-text queries.
21
22 Package: libidzebra-2.0-modules
23 Section: libs
24 Architecture: any
25 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
26 Description: IDZebra modules 
27  This virtual package contains all base IDZebra filter modules.
28  .
29  IDZebra is a high-performance, general-purpose structured text indexing
30  and retrieval engine. It reads structured records in a variety of input
31  formats (eg. email, XML, MARC) and allows access to them through exact
32  boolean search expressions and relevance-ranked free-text queries.
33
34 Package: idzebra-2.0-common
35 Section: text
36 Architecture: all
37 Description: IDZebra common files
38  This package includes common essential IDZebra configuration files.
39  .
40  IDZebra is a high-performance, general-purpose structured text indexing
41  and retrieval engine. It reads structured records in a variety of input
42  formats (eg. email, XML, MARC) and allows access to them through exact
43  boolean search expressions and relevance-ranked free-text queries.
44
45 Package: idzebra-2.0-utils
46 Section: text
47 Architecture: any
48 Conflicts: idzebra (<= 1.3.36-2)
49 Depends: ${shlibs:Depends}
50 Recommends: idzebra-2.0-common
51 Suggests: libidzebra-2.0-modules
52 Description: IDZebra utility programs
53  This package contains IDZebra utilities such as the zebraidx indexer
54  utility and the zebrasrv server.
55  .
56  IDZebra is a high-performance, general-purpose structured text indexing
57  and retrieval engine. It reads structured records in a variety of input
58  formats (eg. email, XML, MARC) and allows access to them through exact
59  boolean search expressions and relevance-ranked free-text queries.
60
61 Package: libidzebra-2.0-dev
62 Section: devel
63 Architecture: any
64 Depends: libidzebra-2.0 (= ${Source-Version})
65 Description: IDZebra development
66  This package contains development files for IDZebra, such as libraries
67  and header files.
68  .
69  IDZebra is a high-performance, general-purpose structured text indexing
70  and retrieval engine. It reads structured records in a variety of input
71  formats (eg. email, XML, MARC) and allows access to them through exact
72  boolean search expressions and relevance-ranked free-text queries.
73
74 Package: libidzebra-2.0
75 Section: libs
76 Architecture: any
77 Depends: ${shlibs:Depends}
78 Description: IDZebra libraries
79  This package contains all run-time libraries for IDZebra.
80  .
81  IDZebra is a high-performance, general-purpose structured text indexing
82  and retrieval engine. It reads structured records in a variety of input
83  formats (eg. email, XML, MARC) and allows access to them through exact
84  boolean search expressions and relevance-ranked free-text queries.
85
86 Package: libidzebra-2.0-mod-alvis
87 Section: libs
88 Architecture: any
89 Depends: ${shlibs:Depends}
90 Description: IDZebra filter alvis (XSLT filter for XML)
91  This package includes the alvis filter which uses libxslt1 to
92  transform XML records by XSLT into XML indexable records. 
93  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
94  .
95  IDZebra is a high-performance, general-purpose structured text indexing
96  and retrieval engine. It reads structured records in a variety of input
97  formats (eg. email, XML, MARC) and allows access to them through exact
98  boolean search expressions and relevance-ranked free-text queries.
99
100 Package: libidzebra-2.0-mod-dom
101 Section: libs
102 Architecture: any
103 Depends: ${shlibs:Depends}
104 Description: IDZebra filter 'dom' (XML DOM internal document model with XSLT)
105  This package includes the 'dom' filter which uses libxslt1 to
106  transform XML records by XSLT into XML indexable records. It can read and 
107  index any binary MARC syntax as well, and is therefore a modern replacement
108  for the 'alvis' and the family of 'grs' filters. 
109  .
110  IDZebra is a high-performance, general-purpose structured text indexing
111  and retrieval engine. It reads structured records in a variety of input
112  formats (eg. email, XML, MARC) and allows access to them through exact
113  boolean search expressions and relevance-ranked free-text queries.
114
115 Package: libidzebra-2.0-mod-text
116 Section: libs
117 Architecture: any
118 Depends: ${shlibs:Depends}
119 Description: IDZebra filter text
120  This package includes the a very simple text filter which indexes
121  all tokens in simple text.
122  .
123  IDZebra is a high-performance, general-purpose structured text indexing
124  and retrieval engine. It reads structured records in a variety of input
125  formats (eg. email, XML, MARC) and allows access to them through exact
126  boolean search expressions and relevance-ranked free-text queries.
127
128 Package: libidzebra-2.0-mod-grs-marc
129 Section: libs
130 Architecture: any
131 Depends: ${shlibs:Depends}
132 Description: IDZebra filter grs.marc (ISO2709 MARC reader)
133  This package includes the grs.marc and grs.marcxml filters that allows
134  IDZebra to read MARC records based on ISO2709.
135  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
136  .
137  IDZebra is a high-performance, general-purpose structured text indexing
138  and retrieval engine. It reads structured records in a variety of input
139  formats (eg. email, XML, MARC) and allows access to them through exact
140  boolean search expressions and relevance-ranked free-text queries.
141
142 Package: libidzebra-2.0-mod-grs-regx
143 Section: libs
144 Architecture: any
145 Depends: ${shlibs:Depends}
146 Description: IDZebra filters grs.regx, grs.tcl
147  This package includes the grs.regx and grs.tcl filters.
148  .
149  IDZebra is a high-performance, general-purpose structured text indexing
150  and retrieval engine. It reads structured records in a variety of input
151  formats (eg. email, XML, MARC) and allows access to them through exact
152  boolean search expressions and relevance-ranked free-text queries.
153
154 Package: libidzebra-2.0-mod-grs-xml
155 Section: libs
156 Architecture: any
157 Depends: ${shlibs:Depends}
158 Description: IDZebra filter grs.xml (XML filter)
159  This package includes the grs.xml filter which uses Expat to
160  parse records in XML and turn them into IDZebra's internal grs node.
161  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
162  .
163  IDZebra is a high-performance, general-purpose structured text indexing
164  and retrieval engine. It reads structured records in a variety of input
165  formats (eg. email, XML, MARC) and allows access to them through exact
166  boolean search expressions and relevance-ranked free-text queries.
167
168 Package: idzebra-2.0-doc
169 Section: doc
170 Architecture: all
171 Description: IDZebra documentation
172  This package includes documentation for IDZebra in PDF and HTML.
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