dictd 1.13.0+dfsg-1build2 source package in Ubuntu

Changelog

dictd (1.13.0+dfsg-1build2) jammy; urgency=medium

  * No-change rebuild for ppc64el baseline bump.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 23 Mar 2022 14:50:22 +0100

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Jammy
Original maintainer:
Robert Luberda
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main text
Lunar release main text
Jammy release main text

Downloads

File Size SHA-256 Checksum
dictd_1.13.0+dfsg.orig.tar.xz 252.1 KiB 2737c8584e4907f724e4bdd1564b59aa4143ad77c3ec605d7dc6aef39b1105f6
dictd_1.13.0+dfsg-1build2.debian.tar.xz 52.9 KiB db3c04f635746ddc66518a111292c70d074e37b5596467f689e8aaae4d34d4a9
dictd_1.13.0+dfsg-1build2.dsc 1.7 KiB d5e18de8e0888ad734e82bf6f6104f54246cef6a1a7a7d5dc56c80675f15c6af

View changes file

Binary packages built by this source

dict: 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.

dict-dbgsym: debug symbols for dict
dictd: 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.

dictd-dbgsym: debug symbols for dictd
dictfmt: 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.

dictfmt-dbgsym: debug symbols for dictfmt
dictzip: 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.

dictzip-dbgsym: debug symbols for dictzip