X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=debian%2Fcontrol;h=e5903645564c39ce57655cff86263cef7a1fdb7c;hp=b70414e4e7dc231ee3a937cee10d4b094a7e9bef;hb=4cea1b9769079a2cdc143f4fe483e69d5b77a813;hpb=c04a10ad2c24474c9c86a8a1453f6f40e4bc1853 diff --git a/debian/control b/debian/control index b70414e..e590364 100644 --- a/debian/control +++ b/debian/control @@ -1,31 +1,150 @@ Source: idzebra -Standards-Version: 3.5.9.0 +Priority: optional Maintainer: Adam Dickmeiss -Priority: extra +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.0 Build-Depends: libyaz-dev (>= 2.0.2), libexpat1-dev, tcl8.3-dev, libbz2-dev -Package: idzebra-doc -Section: doc -Architecture: all -Recommends: idzebra -Description: Documentation for the Zebra engine. - Zebra is a high-performance, general-purpose structured text indexing +Package: idzebra1.4 +Section: text +Architecture: any +Provides: libidzebra1.4-dev, idzebra1.4-utils, libidzebra1.4-modules, idzebra1.4-doc +Description: IDZebra virtual package (the works) + This virtual package installs all the necessary packages to start + working with IDZebra - including utility programs, development libraries, + documentation and modules. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4-modules +Section: libs +Architecture: any +Provides: libidzebra1.4-mod-grs-xml, libidzebra1.4-mod-grs-regx, libidzebra1.4-mod-marc, libidzebra1.4-mod-danbib +Description: IDZebra modules + This virtual package contains all base IDZebra filter modules. + . + IDZebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact - boolean search expressions and relevance-ranked free-text queries. + boolean search expressions and relevance-ranked free-text queries. + +Package: idzebra1.4-common +Section: text +Architecture: all +Conflicts: idzebra +Description: IDZebra common files + This package includes common essential IDZebra configuration files. . - This package contains documentation for the Zebra engine. + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. -Package: idzebra +Package: idzebra1.4-utils Section: text Architecture: any Depends: ${shlibs:Depends} -Description: High-performance, text indexing and retrieval engine. - Zebra is a high-performance, general-purpose structured text indexing +Recommends: idzebra1.4-mod-grs-xml, idzebra1.4-mod-grs-regx, idzebra1.4-mod-marc +Conflicts: idzebra +Description: IDZebra utility programs + This package contains IDZebra utilities such as the zebraidx indexer + utility and the zebrasrv server. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4-dev +Section: devel +Architecture: any +Depends: libidzebra1.4 (= ${Source-Version}) +Description: IDZebra development + This package contains IDZebra development files, such as libraries + and header files. + . + IDZebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact - boolean search expressions and relevance-ranked free-text queries. + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, idzebra1.4-common +Conflicts: idzebra +Description: IDZebra libraries + This package contains all run-time libraries for IDZebra. . - The Zebra software is copyright Index Data and distributed under the - GPLv2 license. + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4-mod-grs-marc +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: IDZebra filter grs.marc (ISO2709 MARC reader) + This package includes the grs.marc and grs.marcxml filters that allows + IDZebra to read MARC records based on ISO2709. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4-mod-grs-danbib +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: IDZebra filter grs.danbib (DBC DanBib records) + This package includes grs.danbib filter which parses DanBib records. + DanBib is the Danish Union Catalogue hosted by DBC + (Danish Bibliographic Centre). + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4-mod-grs-regx +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: IDZebra filters grs.regx, grs.tcl + This package includes the grs.regx and grs.tcl filters. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: libidzebra1.4-mod-grs-xml +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: IDZebra filter grs.xml (XML filter) + This package includes the grs.xml filter which uses Expat to + parse records in XML and turn them into IDZebra's internal grs node. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + +Package: idzebra1.4-doc +Section: doc +Architecture: all +Conflicts: idzebra +Description: IDZebra documentation + This package includes documentation for IDZebra in PDF and HTML. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries.