Source: golang-github-spf13-fsync
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-spf13-afero-dev
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spf13-fsync
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spf13-fsync.git
Homepage: https://github.com/spf13/fsync
XS-Go-Import-Path: github.com/spf13/fsync

Package: golang-github-spf13-fsync-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-spf13-afero-dev
Description: Keeps files or directories in sync for Go
 Package fsync keeps files and directories in sync for the Go Programming
 Language.
 .
 Read the documentation on GoDoc (http://godoc.org/github.com/spf13/fsync).
 .
 Forked from "github.com/mostafah/fsync" to add support for Afero
 "github.com/spf13/afero".
