dqlite 1.16.7-2 source package in Ubuntu

Changelog

dqlite (1.16.7-2) unstable; urgency=medium

  * Fix FTBFS on armel and powerpc by explicitly linking -latomic

 -- Mathias Gibbens <email address hidden>  Fri, 02 Aug 2024 07:52:01 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
dqlite_1.16.7-2.dsc 2.0 KiB cb074e34ee703f3a115c1c67f29fb4f8ca7cbdb05bf40a940a342dd42e1d88cf
dqlite_1.16.7.orig.tar.gz 516.3 KiB 0dffa1995328a7dbbbe257390d132b8e1ad0fff2d140b3f6e5d3e68c0b833258
dqlite_1.16.7-2.debian.tar.xz 6.1 KiB f2464938ce028eec1755e8630e0cd6dba9086e5b7e5d44451ee814293ab6cdb7

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