golang-objx 0.4.0-1 source package in Ubuntu

Changelog

golang-objx (0.4.0-1) unstable; urgency=medium

  [ Debian Janitor (Jelmer Vernooij ) ]
  * Remove constraints unnecessary since buster:
    + golang-github-stretchr-objx-dev: Drop versioned constraint on
      golang-objx-dev in Replaces and Breaks.

  [ Anthony Fok ]
  * New upstream version 0.4.0
  * Reorder fields in debian/control and debian/copyright
  * debian/control:
    - Use dh-sequence-golang instead of dh-golang and --with=golang
    - Bump Standards-Version to 4.6.1 (no change)
    - Remove unneeded dependency on ${shlibs:Depends}
  * debian/rules: Invoke dh with --builddirectory=_build
  * debian/copyright: Update copyright holders
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Wed, 13 Jul 2022 02:18:15 -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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-objx_0.4.0-1.dsc 2.1 KiB aa3a7e68741a5b1f2d2a1084dc854c3898b8d95bedc3bb56b3da0093e2c2af17
golang-objx_0.4.0.orig.tar.xz 26.7 KiB dff021657f9e0df7cfb287af6d8a76f3b55a08a8236519d9d2b020c232e5d3d4
golang-objx_0.4.0-1.debian.tar.xz 3.7 KiB bc8e06d85950b443f854c16a18b1a6623004a3efff034499e59d85ea44cdea11

Available diffs

No changes file available.

Binary packages built by this source

golang-github-stretchr-objx-dev: Go package for dealing with maps, slices, JSON and other data

 Objx provides the `objx.Map` type, which is a `map[string]interface{}` that
 exposes a powerful `Get` method (among others) that allows you to
 easily and quickly get access to data within the map, without having to
 worry too much about type assertions, missing data, default values etc.
 .
 This package contains the source.