Source: dictd
Section: text
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: bison,
               debhelper (>= 11),
               flex,
               libltdl-dev,
               libmaa-dev (>= 1.4.2),
               libtool-bin,
               zlib1g-dev
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/debian/dictd.git
Vcs-Browser: https://salsa.debian.org/debian/dictd
Homepage: https://sourceforge.net/projects/dict/

Package: dictd
Architecture: any
Description: dictionary server
 This package provides a TCP-based server that allows a client to access
 dictionary definitions from a set of natural language dictionary databases.
 .
 Many dictionary databases have been packaged for use with dictd. They are
 described in the /usr/share/doc/dictd/README.Debian.gz file.
 .
 Either dict-gcide or dict-wn is essential for a useful English
 language dictionary server.  It is strongly recommended that both be
 installed.  If you are interested in computer terminology, it is
 recommended to install at least dict-jargon, dict-foldoc, or
 dict-vera.
 .
 The client program, dict, is packaged separately and is needed on all
 machines that will use the server.
Depends: adduser,
         dictzip (>= ${source:Upstream-Version}),
         lsb-base (>= 3.2-13),
         netbase,
         ucf (>= 3),
         update-inetd,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: dict | dict-client
Suggests: dict-foldoc, dict-gcide | dictd-dictionary, dict-jargon, dict-wn
Provides: dict-server
Conflicts: dict-server

Package: dict
Architecture: any
Description: dictionary client
 This package provides a client application to query a dictd server.
 The client-server protocol is TCP-based; the server may then be local or
 accessed through the network.
 .
 The DICT Development Group maintains several public servers which can
 be accessed from any machine connected to the Internet.  The default
 configuration is to query one of these servers first. This may be
 changed in the configuration file /etc/dictd/dict.conf.
 .
 Queries may be customized by numerous command line options, including
 specifying the database(s) to be queried and the search strategy to
 be used.
 .
 This package also provides dictl, which allows using UTF-8 encoded dictionaries
 with terminals that do not support UTF-8.
Depends: netbase, recode, ${misc:Depends}, ${shlibs:Depends}
Suggests: dictd | dict-server, gawk, m4
Provides: dict-client

Package: dictzip
Architecture: any
Description: compression utility for dictionary databases
 This package provides a utility to compress dictionary databases with the
 LZ77 algorithm in a manner which is completely compatible with gzip(1),
 but using an extension that allows for random access to chunks
 of about 57kB without the overhead of decompressing the entire file.
 .
 This package also includes dictunzip, to decompress dictzipped files,
 and dictzcat, for viewing dictzipped files.
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: dictd (<< 1.7.1-1)

Package: dictfmt
Section: utils
Architecture: any
Description: utility to format a file for use by a dictd server
 This package provides dictfmt. This utility can convert an input file
 to a dictionary database that conforms to the DICT protocol, and create
 a corresponding index file.
 .
 The package also provides dictunformat, which creates a raw database
 from a dictionary index and a dictionary database.
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: dictzip