golang-golang-x-xerrors 0.0~git20190717.a985d34-1 source package in Ubuntu

Changelog

golang-golang-x-xerrors (0.0~git20190717.a985d34-1) unstable; urgency=medium

  * New upstream version 0.0~git20190717.a985d34
  * Add debian/watch
  * Apply "cme fix dpkg" fixes
    - Bump Standards-Version to 4.4.0 (no change)
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Rename license short name "BSD-3" to "BSD-3-clause" in debian/copyright
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Sun, 28 Jul 2019 02:35:25 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-xerrors_0.0~git20190717.a985d34-1.dsc 2.3 KiB 5ca7bc3d608261193111f892984ec0a409bc72beeabbfd6c7ebc57a731f76f3d
golang-golang-x-xerrors_0.0~git20190717.a985d34.orig.tar.xz 11.1 KiB c4fd4b2e259bc70ba3b7adfa66639beece2eeee430ee9c3426d33b439614e4b1
golang-golang-x-xerrors_0.0~git20190717.a985d34-1.debian.tar.xz 2.2 KiB 54fd8db53ab44d08439a12d2dc24db8875fe6ad78573ae043282bf2f56f37454

No changes file available.

Binary packages built by this source

golang-golang-x-xerrors-dev: new Go 1.13 error values

 This package contains the transition packages for the new Go 1.13
 error values.
 .
 Most of the functions and types in this package will be incorporated into the
 standard library's errors package in Go 1.13; the behavior of this package's
 Errorf function will be incorporated into the standard library's fmt.Errorf.
 Use this package to get equivalent behavior in all supported Go versions.