golang-github-hashicorp-go-safetemp 1.0.0-3 source package in Ubuntu

Changelog

golang-github-hashicorp-go-safetemp (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + golang-github-hashicorp-go-safetemp-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 18:16:48 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-safetemp_1.0.0-3.dsc 2.3 KiB a9fcb9fcd106c68d310d7935d04e770dc6f07e87474b08d67742f87e669a7bd0
golang-github-hashicorp-go-safetemp_1.0.0.orig.tar.xz 6.1 KiB 65bd010ee3063968550a40f34aac4bef34d25633064cf82291ab5acfa8e8b3ba
golang-github-hashicorp-go-safetemp_1.0.0-3.debian.tar.xz 2.6 KiB 8b3b27b79db94896364845fbaa87c2fbdc5b45c9fc9f21686a5239c08ed277c5

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-safetemp-dev: Functions for working safely with temporary files and directories

 go-safetemp are functions for safely working with temporary directories
 and files.
 .
 The Go standard library provides the excellent ioutil package for working with
 temporary directories and files. This library builds on top of that to provide
 safe abstractions above that.