golang-github-davecgh-go-spew 1.1.1-3 source package in Ubuntu

Changelog

golang-github-davecgh-go-spew (1.1.1-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor (Jelmer Vernooij ) ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints to golang-github-davecgh-go-spew-dev:
    Add Multi-Arch: foreign.

  [ Anthony Fok ]
  * Reorder fields in debian/control and debian/copyright
  * debian/control:
    - Change Section from devel to golang
    - Update Maintainer email address to <email address hidden>
    - Bump build-dependency: debhelper-compat (= 13)
    - Use dh-sequence-golang instead of dh-golang and --with=golang
    - Bump Standards-Version to 4.6.1 (no change)
    - Remove unneeded Depends: ${shlibs:Depends}
  * debian/rules: Add --builddirectory=_build to dh invocation
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Wed, 13 Jul 2022 02:01:44 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-davecgh-go-spew_1.1.1-3.dsc 2.2 KiB 34d373d79ed6b956be60f33f6b30a14197bfac65062250cf984837fe6b55522d
golang-github-davecgh-go-spew_1.1.1.orig.tar.gz 41.2 KiB 9f5b53e8e936ff7279c49d0ffca8f4fad8b59096f2097b9029d017c76eb19eb3
golang-github-davecgh-go-spew_1.1.1-3.debian.tar.xz 2.7 KiB e07798cbbd88ff4df2a58edc8b6404107e41cbbc01d852e06d9cbe4345bb3376

Available diffs

No changes file available.

Binary packages built by this source

golang-github-davecgh-go-spew-dev: Implements a deep pretty printer for Go data structures to aid in debugging

 Go-spew implements a deep pretty printer for Go data structures to aid in
 debugging. A comprehensive suite of tests with 100% test coverage is provided
 to ensure proper functionality.