Source: golang-github-dchest-safefile
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/dchest/safefile
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-dchest-safefile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-dchest-safefile.git
XS-Go-Import-Path: github.com/dchest/safefile

Package: golang-github-dchest-safefile-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: 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.
