raft 0.17.7-1 source package in Ubuntu

Changelog

raft (0.17.7-1) unstable; urgency=medium

  [ Free Ekanayaka ]
  * Build docs using sphinx
  * Added myself as maintainer and Laszlo as uploader
  * Move upstream from canonical/raft to cowsql/raft (closes: #1053663)
  * Add Vcs info to debian/control
  * Library transition libraft2 -> libraft0, matching upstream soname

  [ Mathias Gibbens ]
  * d/copyright: Cleanup duplicate Copyright field; add Free and myself to debian/* stanza
  * Remove unused lintian overrides
  * Add d/upstream/metadata
  * d/control: debhelper-compat v13, Standards-version 4.6.2, and add myself as an uploader
  * Add d/gbp.conf
  * Add d/libraft0.symbols

  [ Free Ekanayaka ]
  * Drop Lower-mipsel_malloc.patch, since upstream has dropped that code
  * Build raft-benchmark and ship it in the raft-tools package

  [ Mathias Gibbens ]
  * d/control: Don't mark libraft-tools as Multi-Arch: same

 -- Free Ekanayaka <email address hidden>  Thu, 19 Oct 2023 08:13:54 +0100

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
raft_0.17.7-1.dsc 2.0 KiB a286ff93b255c5d3aa72656736c3693a6166ec5f6450663198a39cebe04cbf1d
raft_0.17.7.orig.tar.gz 325.7 KiB bf8ddc52ab64364c9bffc83c2b756115f4586d87ad88c6f3024bfde734c3e8e8
raft_0.17.7-1.debian.tar.xz 5.7 KiB 5c5f152d9d989b20464e1dd923d5daf6e4aec767e33c41e0df0c6ade24d20db5

Available diffs

No changes file available.

Binary packages built by this source

libraft-dev: Raft Consensus protocol implementation - development files

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains the development headers and library files needed to
 compile programs using Raft Consensus protocol.

libraft-tools: Raft Consensus protocol implementation - benchmarking programs

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains tools for benchmarking the libraft library.

libraft-tools-dbgsym: debug symbols for libraft-tools
libraft0: Raft Consensus protocol implementation - shared library

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains the C library needed to run executables that use Raft
 Consensus protocol.

libraft0-dbgsym: debug symbols for libraft0