dqlite 1.16.0-1 source package in Ubuntu

Changelog

dqlite (1.16.0-1) unstable; urgency=medium

  * New upstream release (Closes: #1054542, #1051516)

  [ Free Ekanayaka ]
  * Set myself as Maintainer and Laszlo as Uploader
  * Bump Build-Depends on libraft-dev to version 0.17
  * Fix Description, which was mentioning raft instead of dqlite
  * Add Vcs fields pointing to the salsa repository

  [ Mathias Gibbens ]
  * Add d/gbp.conf
  * d/copyright: Add Free and myself to debian/* stanza
  * d/control: Standards-Version 4.6.2, add myself as an uploader, and
    differentiate package descriptions

 -- Mathias Gibbens <email address hidden>  Sat, 28 Oct 2023 22:05:39 +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.0-1.dsc 2.0 KiB bfff2fc1e23b9940bff8027ad49e67803721774d9a1a8de2e218a4839e0571b7
dqlite_1.16.0.orig.tar.gz 211.7 KiB beb37049b766a2396d81b6128bf386a1f10c5f90b9be64b3fc200902fc59af13
dqlite_1.16.0-1.debian.tar.xz 4.4 KiB 8db02ed7750f1b4eadebbac93a78e077c39a0ae017123b351c944d07d0165844

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