diff --git a/debian/control b/debian/control index 6f12082..b2047fe 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends-Indep: golang-any, golang-github-stretchr-testify-dev, + golang-golang-x-sys-dev, Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alexflint-go-filemutex Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alexflint-go-filemutex.git @@ -22,6 +23,7 @@ Architecture: all Multi-Arch: foreign Depends: + golang-golang-x-sys-dev, ${misc:Depends}, Description: processes synchronization library FileMutex is similar to sync.RWMutex, but also synchronizes across