diff --git a/debian/control b/debian/control index e3d17fc..20be748 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, - golang-github-hashicorp-errwrap-dev (>= 1.0.0~), + golang-github-hashicorp-errwrap-dev, golang-any Standards-Version: 4.6.0.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-multierror @@ -19,7 +19,7 @@ Package: golang-github-hashicorp-go-multierror-dev Architecture: all -Depends: golang-github-hashicorp-errwrap-dev (>= 1.0.0~), +Depends: golang-github-hashicorp-errwrap-dev, ${misc:Depends}, ${shlibs:Depends} Description: Go package for representing a list of errors as a single error