golang-github-google-btree 0.0~git20161217.0.316fb6d-1 source package in Ubuntu

Changelog

golang-github-google-btree (0.0~git20161217.0.316fb6d-1) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Anthony Fok ]
  * New upstream snapshot
  * Update debian/gbp.conf to do without a build-area directory
  * Fix minor typo in package description as per README
  * Remove reference to non-existent debian/patches/* in d/copyright
  * Update debian/control:
    - Add XS-Go-Import-Path field
      and remove the corresponding DH_GOPKG variable in debian/rules
    - Build-Depends on golang-any instead of golang-go
      and remove unnecessary Depends on golang-go from -dev package
    - Remove unnecessary Built-Using field for -dev package
    - Use debhelper (>= 10)
    - Bump Standards-Version to 4.0.0:
      Use https form of the copyright-format URL in debian/copyright
    - Add "Testsuite: autopkgtest-pkg-go"
    - Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Fri, 28 Jul 2017 16:22:21 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-btree_0.0~git20161217.0.316fb6d-1.dsc 2.4 KiB 841bd4bcb307f84f6cb771c75f892c295a4ed150be75188b87c75d32106e8087
golang-github-google-btree_0.0~git20161217.0.316fb6d.orig.tar.xz 13.0 KiB f3fe6246df7432d2368158ce39b9bb8e554a0fd4177b09046be70bf3c378c576
golang-github-google-btree_0.0~git20161217.0.316fb6d-1.debian.tar.xz 2.2 KiB 685c3dad7bd3b1bb70215f5c5ca53e852abe97e0b2495ec5305c440156155037

No changes file available.

Binary packages built by this source

golang-github-google-btree-dev: BTree implementation for Go

 This package provides an in-memory B-Tree implementation for Go, useful
 as an ordered, mutable data structure.
 .
 The API is based off of the wonderful
 http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow
 btree to act as a drop-in replacement for gollrb trees.