diff --git a/debian/changelog b/debian/changelog index 53b9092..bf7ad74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +golang-github-imdario-mergo (0.3.8-1) unstable; urgency=medium + + * New upstream reelase + * DH to version 12 + * Standards-Version: 4.4.1 + * Added myself to Uploaders + * Build-Depends += "golang-github-stretchr-testify-dev" + + -- Dmitry Smirnov Mon, 30 Dec 2019 10:27:50 +1100 + golang-github-imdario-mergo (0.3.5-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 6df0c8d..fd57d45 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.31), golang-any, - golang-gopkg-yaml.v2-dev + golang-github-stretchr-testify-dev, + golang-gopkg-yaml.v2-dev, Standards-Version: 4.4.1 Homepage: https://github.com/imdario/mergo Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo @@ -19,7 +20,8 @@ Package: golang-github-imdario-mergo-dev Architecture: all Depends: ${misc:Depends}, - golang-gopkg-yaml.v2-dev + golang-github-stretchr-testify-dev, + 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,