mtbl 0.5-1 source package in Ubuntu

Changelog

mtbl (0.5-1) unstable; urgency=medium


  * New upstream release.
    - Fix detection of big endian architectures. (Closes: #737123).
    - Avoid crashing when the MTBL file is too small to include the complete
      MTBL trailer. (Closes: #716628).
  * Use the pre-built manpage documentation rather than re-building the
    documentation at package build time. This avoids including potentially
    architecture dependent content in /usr/share in the -dev package when
    packages are built on different architectures on different days, due to
    the inclusion of today's date in the built man pages. (Closes: #736340).

 -- Robert S. Edmonds <email address hidden>  Mon, 03 Feb 2014 13:49:21 -0500

Upload details

Uploaded by:
Robert Edmonds
Uploaded to:
Sid
Original maintainer:
Robert Edmonds
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
mtbl_0.5-1.dsc 1.2 KiB 85be223b30591722affd1844bb650eac4f790ec101badac31ee29a127025baac
mtbl_0.5.orig.tar.gz 135.1 KiB 9993a465f56c61246bcd2627ae092576e4a579f47a124c08ddb4a3788535a428
mtbl_0.5-1.debian.tar.xz 3.6 KiB 4ea506e1ccfbe45fd8b07f8897649202cca784ca6f143185d7c94b48e235e8d5

Available diffs

No changes file available.

Binary packages built by this source

libmtbl-dev: immutable sorted string table library (development files)

 mtbl is a C library implementation of the Sorted String Table (SSTable)
 data structure, based on the SSTable implementation in the open source
 Google LevelDB library. An SSTable is a file containing an immutable
 mapping of keys to values. Keys are stored in sorted order, with an
 index at the end of the file allowing keys to be located quickly.
 .
 mtbl is not a database library. It does not provide an updateable
 key-value data store, but rather exposes primitives for creating,
 searching and merging SSTable files. Unlike databases which use
 the SSTable data structure internally as part of their data store,
 management of SSTable files -- creation, merging, deletion, combining
 of search results from multiple SSTables -- is left to the
 discretion of the mtbl library user.
 .
 This package contains the static library, header file, and documentation
 for libmtbl.

libmtbl0: No summary available for libmtbl0 in ubuntu utopic.

No description available for libmtbl0 in ubuntu utopic.

libmtbl0-dbg: No summary available for libmtbl0-dbg in ubuntu utopic.

No description available for libmtbl0-dbg in ubuntu utopic.

mtbl-bin: No summary available for mtbl-bin in ubuntu utopic.

No description available for mtbl-bin in ubuntu utopic.