dh-make-golang 0.3.2-1 source package in Ubuntu

Changelog

dh-make-golang (0.3.2-1) unstable; urgency=medium

  * New upstream version 0.3.2:
    - Refactor shortHostName:
      Move knownHosts to a map to simplify the code,
      and fix the publicsuffix guess, input should be fqdn.
    - Sort the knownHosts list in alphabetical order
    - Add {sigs,}k8s.io, "gocloud" (gocloud.dev), sourcehut (git.sr.ht),
      and "uber" (go.uber.org) to knownHosts.
    - Fix version detection for multi-module repo.
    - Download upstream tarball from GitHub or GitLab
      if so resolved by vcs.RepoRootForImportPath().
    - Update Standards-Version to 4.5.0
    - Fix ineffectual assignment to err in tarballFromHoster()
    - Manage MIT (Expat) license too
    - Remove unneeded golang-*-dev dependency for program.
      Fixes a bug that was introduced in commit 8ed6b21 for v0.1.0
  * Bump Standards-Version to 4.5.0 (no change)

 -- Anthony Fok <email address hidden>  Sun, 23 Feb 2020 01:41:22 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dh-make-golang_0.3.2-1.dsc 2.4 KiB ed82ada2603ca23bc851ff2a62c01d270723f9741167997f3b97b9c2178b9ab3
dh-make-golang_0.3.2.orig.tar.gz 24.0 KiB c55d34f4571e1742f715f544eba935a5bfd2291c9c16afce656342d863732966
dh-make-golang_0.3.2-1.debian.tar.xz 6.3 KiB e30bc79dc49b3e86f34fcb98ecf6901014271bb44d0ad137c0f4f2479cba98bf

Available diffs

No changes file available.

Binary packages built by this source

dh-make-golang: tool that converts Go packages into Debian package source

 dh-make-golang is a tool to automatically create Debian packaging for Go
 packages. Its goal is to automate away as much of the work as possible when
 creating a Debian package for a Go library package.

dh-make-golang-dbgsym: debug symbols for dh-make-golang