golang-github-tidwall-rtree 0.0~git20180113.6cd4270-3 source package in Ubuntu

Changelog

golang-github-tidwall-rtree (0.0~git20180113.6cd4270-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper.
  * Bump debhelper dependency to >= 11, since that's what is used in
    debian/compat.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 21:16:02 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-3.dsc 2.3 KiB b996547bf3ade75bf67f5aca818a50625360a457249d287e665d280377f2266a
golang-github-tidwall-rtree_0.0~git20180113.6cd4270.orig.tar.xz 11.1 KiB 9d882a50a90d52014037601c2e9c88d11b5792ccb26dede14453520689954eb2
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-3.debian.tar.xz 2.3 KiB e044ee08ffc6bd175080c9ff27a160d90f6efb762ff2083aef503057d13a00b7

No changes file available.

Binary packages built by this source

golang-github-tidwall-rtree-dev: RTree implementation for Go

 This package provides an in-memory R-Tree implementation for Go, useful
 as a spatial data structure. It has support for 1-20 dimensions, and
 can store and search multidimensions interchangably in the same tree.