dqlite 1.16.4-2 source package in Ubuntu

Changelog

dqlite (1.16.4-2) unstable; urgency=medium

  * Cherry-pick upstream fix for FTBFS on alpha and x32
  * Enable tracing when running tests to help figure out why flaky tests are
    failing (see #1069400)
  * Update Standards-Version to 4.7.0 in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Mon, 27 May 2024 16:03:14 +0000

Upload details

Uploaded by:
Free Ekanayaka
Uploaded to:
Sid
Original maintainer:
Free Ekanayaka
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dqlite_1.16.4-2.dsc 2.0 KiB 0953e1bcb898bcafccce31aefbbe08e27bcebc961e8844938e39b1d1ef38c411
dqlite_1.16.4.orig.tar.gz 487.4 KiB cb80458409eb13cdb0e6b06f55a41ec1faab76c4b3ed7a60e8062cacbeafea5f
dqlite_1.16.4-2.debian.tar.xz 7.2 KiB be0b79d943fc041464996870ff5e2b1016ef80c21c0240145b9924baadc0294e

Available diffs

No changes file available.

Binary packages built by this source

libdqlite-dev: Embeddable, replicated and fault tolerant SQL engine - development files

 Embeddable SQL database engine with high availability and automatic failover.
 .
 The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite
 extends SQLite with a network protocol that can connect together various
 instances of your application and have them act as a highly-available cluster,
 with no dependency on external databases.
 .
 This package contains the development headers and library files needed to
 compile programs using dqlite.

libdqlite0: Embeddable, replicated and fault tolerant SQL engine - shared library

 Embeddable SQL database engine with high availability and automatic failover.
 .
 The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite
 extends SQLite with a network protocol that can connect together various
 instances of your application and have them act as a highly-available cluster,
 with no dependency on external databases.
 .
 This package contains the C library needed to run executables that use dqlite.

libdqlite0-dbgsym: debug symbols for libdqlite0