freecdb 0.77 source package in Ubuntu

Changelog

freecdb (0.77) unstable; urgency=medium

  * QA upload.
  * Explicitly pass CFLAGS to the build.  (Closes: #1011493, #1069481)
  * Fix building with -Werror=implicit-function-declaration.
  * Declare Rules-Requires-Root: no.

 -- Andreas Beckmann <email address hidden>  Mon, 22 Apr 2024 01:55:29 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils

Downloads

File Size SHA-256 Checksum
freecdb_0.77.dsc 1.5 KiB 26b7bea273740144f4b93be3bfa71d61c491a2438c5f557802f68bdaba7cfdfa
freecdb_0.77.tar.xz 213.0 KiB 8a8805a521ccc49f54b28abd9ab4ff0ceebdc14267bc72b946ccf3efd35aed95

Available diffs

No changes file available.

Binary packages built by this source

freecdb: creating and reading constant databases

 freecdb is a fast, reliable, simple package for creating and reading
 constant databases. Its database structure provides several features:
 .
  * Fast lookups: A successful lookup in a large database normally takes
    just two disk accesses. An unsuccessful lookup takes only one.
  * Low overhead: A database uses 2048 bytes, plus 24 bytes per record,
    plus the space for keys and data.
  * No random limits: cdb can handle any database up to 4 gigabytes.
    There are no other restrictions; records don't even have to fit into
    memory. Databases are stored in a machine-independent format.
  * Fast atomic database replacement: cdbmake can rewrite an entire
    database two orders of magnitude faster than other hashing packages.
  * Fast database dumps: cdbdump prints the contents of a database in
    cdbmake-compatible format.
 .
 This package is derived from the cdb package, and uses the original
 cdb library. See http://cr.yp.to/cdb.html

freecdb-dbgsym: debug symbols for freecdb