golang-github-coreos-bbolt 1.3.8-1 source package in Ubuntu

Changelog

golang-github-coreos-bbolt (1.3.8-1) unstable; urgency=medium

  * New upstream version 1.3.8
  * Reorder fields in debian/control and debian/copyright
  * Drop -dev package’s unneeded dependency on ${shlibs:Depends}
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Update versioned dependencies as per go.mod
  * debian/rules: Invoke dh with --builddirectory=_build
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * debian/rules: Exclude tests/failpoint;
    see .github/workflows/failpoint_test.yaml and Makefile

 -- Anthony Fok <email address hidden>  Sat, 04 Nov 2023 06:21:22 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-coreos-bbolt_1.3.8-1.dsc 2.5 KiB 96f2fd26521d2c55a158a60836f87165b28d18beec33597be344311452e31eaf
golang-github-coreos-bbolt_1.3.8.orig.tar.gz 114.7 KiB f96be484d9c9b9751ee021951111ec6ac06b45a61e913f9ea6683819699b784f
golang-github-coreos-bbolt_1.3.8-1.debian.tar.xz 4.4 KiB 09e307c3565502d9fa37fd8f11f3d8a6fe8f13387148dbb4fe6d7688f8072ccb

Available diffs

No changes file available.

Binary packages built by this source

golang-github-coreos-bbolt-dev: low-level key/value database for Go, especially CoreOS's etcd

 bbolt is a fork of Ben Johnson's Bolt key/value store
 (github.com/boltdb/bolt).
 .
 The purpose of this fork is to better cater to the needs of CoreOS's etcd
 (github.com/coreos/etcd), and to provide the Go community with an active
 maintenance and development target for Bolt; the goal is improved reliability
 and stability. bbolt includes bug fixes, performance enhancements, and
 features not found in Bolt while preserving backwards compatibility with the
 Bolt API.
 .
 Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB
 project. The goal of the project is to provide a simple, fast, and reliable
 database for projects that don't require a full database server such as
 Postgres or MySQL.