golang-github-go-stack-stack 1.8.0-1 source package in Ubuntu

Changelog

golang-github-go-stack-stack (1.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.8.0 (Closes: #952164)
  * Replace extra Priority to optional
  * Update maintainer address to <email address hidden>
  * Bump debhelper compat to 12
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root and Testsuite
  * Remove golang-godebiancontrol-dev from Build-Depends

 -- Shengjing Zhu <email address hidden>  Sun, 12 Apr 2020 17:25:42 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-stack-stack_1.8.0-1.dsc 1.6 KiB c24d4db2dd1f5fc35cea422559cf8bdb7cde8a11f1e517ec8bcd2a3d84d02b30
golang-github-go-stack-stack_1.8.0.orig.tar.gz 7.9 KiB 3b8987e137d76f4f35db1e8005ec7fb766b68eed8cac0ca0b795ac43cd72b319
golang-github-go-stack-stack_1.8.0-1.debian.tar.xz 2.4 KiB ca9bfffd94592b9289ad002c3f343cb186970710ab14220b6eceaaefa33bb2e4

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-stack-stack-dev: capture, manipulate, and format call stacks

 Package stack implements utilities to capture, manipulate,
 and format call stacks. It provides a simpler API than
 package runtime.
 .
 The implementation takes care of the minutia and special
 cases of interpreting the program counter (pc) values
 returned by runtime.Callers.