golang-github-dchest-safefile 0.0~git20151022.0.855e8d9-2 source package in Ubuntu

Changelog

golang-github-dchest-safefile (0.0~git20151022.0.855e8d9-2) unstable; urgency=medium

  [ Simon Josefsson ]
  * Team upload.
  * Add watch file.
  * gbp.conf: Use DEP14-style.
  * Bump Standards-Version to 4.6.2.
  * Bump d/copyright years.
  * Use Section: golang.
  * Use debhelper-compat 13.
  * Add Rules-Requires-Root: no.
  * Run wrap-and-sort -a.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + golang-github-dchest-safefile-dev: Add Multi-Arch: foreign.

 -- Simon Josefsson <email address hidden>  Thu, 15 Feb 2024 13:52:09 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dchest-safefile_0.0~git20151022.0.855e8d9-2.dsc 1.7 KiB 73ae0db8ee63f3be947e6f1da5bcd337a9c071758bb7a11255df835fba06c1f8
golang-github-dchest-safefile_0.0~git20151022.0.855e8d9.orig.tar.xz 4.5 KiB eb540e484dd3e9150f955548c4a9cf0b5d8675dc22139b1ad80b75e0245bd171
golang-github-dchest-safefile_0.0~git20151022.0.855e8d9-2.debian.tar.xz 2.5 KiB 55ddcf8c9e5c9c4529eb33b3a22cb71014ef3e415c25c31090ce3707a8259787

No changes file available.

Binary packages built by this source

golang-github-dchest-safefile-dev: Implements safe "atomic" saving of files for Go

 Go package safefile implements safe "atomic" saving of files.
 .
 Instead of truncating and overwriting the destination file, it creates
 a temporary file in the same directory, writes to it, and then renames
 the temporary file to the original name when calling Commit.