golang-github-mitchellh-copystructure 1.2.0-1 source package in Ubuntu

Changelog

golang-github-mitchellh-copystructure (1.2.0-1) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Jelmer Vernooij ]
  * Change priority extra to priority optional.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper.

  [ Aloïs Micard ]
  * d/control:
    - Bump Standards-Version.
    - Add debhelper-compat.
    - Add Rules-Requires-Root: no.
  * d/copyright: use https.
  * d/watch: Add watch file.
  * d/upstream/metadata: Add upstream metadata.
  * New upstream version.

 -- Aloïs Micard <email address hidden>  Fri, 03 Sep 2021 16:02:14 +0200

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-copystructure_1.2.0-1.dsc 2.3 KiB 0834b7c0388434ddbf1ca4e1c8030105010031855d6ba2b20a236ec13387e2a2
golang-github-mitchellh-copystructure_1.2.0.orig.tar.gz 9.7 KiB 0f3c6a9d91d695470c22acaba390878a03e3c106a453c4b0b8abebfb76c1a009
golang-github-mitchellh-copystructure_1.2.0-1.debian.tar.xz 2.9 KiB a4434579523c3f80ea8dcad3c472ee407149267927a8735eb80b0279d058ac36

No changes file available.

Binary packages built by this source

golang-github-mitchellh-copystructure-dev: library for deep copying values in Go

 Copystructure is a Go library for deep copying values in Go.
 .
 This library can copy Go values that may contain reference values such as
 maps, slices, or pointers, and copy their data as well instead of just
 their references.