freecdb 0.76 source package in Ubuntu

Changelog

freecdb (0.76) unstable; urgency=medium

  * QA upload.
  * Mark source format as 3.0
  * Update Standards-Version to 4.5.0
  * Orphan the package. (See: #947698)
  * Use debhelper-compat.
    - Mark compat level to 12.
    - Add dependency on ${misc:Depends}.
  * simplify debian/rules.
    - list files to install.
    - list man pages.
    - remove debian/implicit.
  * Fix FTBFS with clang. (Closes: #757409)
    - Thanks to Arthur Marble.
  * Add Vcs link to salsa.

 -- Sudip Mukherjee <email address hidden>  Mon, 13 Apr 2020 21:43:06 +0100

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
Noble release universe utils
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
freecdb_0.76.dsc 1.5 KiB 1b61b9d52f62cfd9442b5a2764d1e7606c06e47d9a8fcc14d9782a667f662df7
freecdb_0.76.tar.xz 213.7 KiB 96af85fc35e2a1527ca6e1de7fbebd8b29dbc11ea24f97e48201002c83c20b50

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