diff --git a/debian/control b/debian/control index 3e0cc8b..c0290a0 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,13 @@ Source: golang-github-imdario-mergo Section: devel -Priority: extra +Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Tim Potter -Build-Depends: debhelper (>= 9), dh-golang (>= 1.31), golang-any, golang-yaml.v2-dev -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 11), + dh-golang (>= 1.31), + golang-any, + golang-gopkg-yaml.v2-dev +Standards-Version: 4.1.4 Homepage: https://github.com/imdario/mergo Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo.git @@ -12,7 +15,8 @@ Package: golang-github-imdario-mergo-dev Architecture: all -Depends: golang-yaml.v2-dev, ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + golang-gopkg-yaml.v2-dev 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,