diff --git a/debian/control b/debian/control index d6115e3..8792d9e 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Maintainer: Debian Go Packaging Team Uploaders: Arnaud Rebillout , Dmitry Smirnov , - Tim Potter + Tim Potter , Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.31), golang-any, - golang-github-stretchr-testify-dev, - golang-gopkg-yaml.v2-dev, + golang-github-stretchr-testify-dev, + golang-gopkg-yaml.v2-dev, Standards-Version: 4.5.0 Homepage: https://github.com/imdario/mergo Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo @@ -20,8 +20,8 @@ Package: golang-github-imdario-mergo-dev Architecture: all -Depends: ${misc:Depends}, - golang-gopkg-yaml.v2-dev, +Depends: golang-gopkg-yaml.v2-dev, + ${misc:Depends}, Description: Functions to merge structs and maps in Go Mergo is a set of helper functions to merge structs and maps in the Go language. It is useful for configuration default values,