golang-github-google-pprof 0.0~git20211008.947d60d-1 source package in Ubuntu

Changelog

golang-github-google-pprof (0.0~git20211008.947d60d-1) unstable; urgency=medium

  * Team upload.
  * New upstream snapshot 0.0~git20211008.947d60d
  * Update Section to golang
  * Update Standards-Version to 4.6.0 (no changes)
  * Add Multi-Arch hint
  * Remove patches which are applied by upstream
  * Disable TestWebList which fails with new GNU binutils (Closes: #997555)

 -- Shengjing Zhu <email address hidden>  Sun, 24 Oct 2021 23:35:19 +0800

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-google-pprof_0.0~git20211008.947d60d-1.dsc 1.8 KiB c56fb4c616b47702a8cdab40872d450413ee92e31c9c70c79474a3495453308f
golang-github-google-pprof_0.0~git20211008.947d60d.orig.tar.xz 1.4 MiB 9181da3e041393e2a3be6241eb303eb21038f58e3cbe6b6e771953173f033ac0
golang-github-google-pprof_0.0~git20211008.947d60d-1.debian.tar.xz 4.3 KiB 1cf6e06ce21866e14130fb170fd26400afe067a801428ec087ea71e76eb16ca8

No changes file available.

Binary packages built by this source

golang-github-google-pprof-dev: pprof is a tool for visualization and analysis of profiling data

 pprof reads a collection of profiling samples in profile.proto format
 and generates reports to visualize and help analyze the data. It can
 generate both text and graphical reports (through the use of the dot
 visualization package).
 .
 profile.proto is a protocol buffer that describes a set of callstacks
 and symbolization information. A common usage is to represent a set of
 sampled callstacks from statistical profiling. The format is described
 on the proto/profile.proto (./proto/profile.proto) file. For details on
 protocol buffers, see https://developers.google.com/protocol-buffers
 .
 Profiles can be read from a local file, or over http. Multiple profiles
 of the same type can be aggregated or compared.
 .
 If the profile samples contain machine addresses, pprof can symbolize
 them through the use of the native binutils tools (addr2line and nm).
 .
 This is not an official Google product.