File: control

package info (click to toggle)
golang-github-dchest-safefile 0.0~git20151022.0.855e8d9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye
  • size: 80 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.