diff --git a/debian/control b/debian/control index b767b4c..de62068 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,10 @@ Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, + golang-github-davecgh-go-spew-dev, + golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-golang-x-crypto-dev, golang-golang-x-sys-dev, - golang-github-sirupsen-logrus-dev (>= 1.0.2~) Homepage: https://github.com/vbatts/go-mtree Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbatts-go-mtree Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbatts-go-mtree.git @@ -19,8 +20,9 @@ Package: golang-github-vbatts-go-mtree-dev Architecture: all Depends: ${misc:Depends}, + golang-github-davecgh-go-spew-dev, + golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-golang-x-crypto-dev, golang-golang-x-sys-dev, - golang-github-sirupsen-logrus-dev (>= 1.0.2~) Description: file systems verification library, in likeness of mtree(8) mtree is a filesystem hierarchy validation tooling and format.