Run wrap-and-sort -ta
Gbp-Dch: Ignore
Shengjing Zhu
3 years ago
3 | 3 | Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
4 | 4 | Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>, |
5 | 5 | Dmitry Smirnov <onlyjob@debian.org>, |
6 | Tim Potter <tpot@hpe.com> | |
6 | Tim Potter <tpot@hpe.com>, | |
7 | 7 | Build-Depends: debhelper-compat (= 12), |
8 | 8 | dh-golang (>= 1.31), |
9 | 9 | golang-any, |
10 | golang-github-stretchr-testify-dev, | |
11 | golang-gopkg-yaml.v2-dev, | |
10 | golang-github-stretchr-testify-dev, | |
11 | golang-gopkg-yaml.v2-dev, | |
12 | 12 | Standards-Version: 4.5.0 |
13 | 13 | Homepage: https://github.com/imdario/mergo |
14 | 14 | Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo |
19 | 19 | |
20 | 20 | Package: golang-github-imdario-mergo-dev |
21 | 21 | Architecture: all |
22 | Depends: ${misc:Depends}, | |
23 | golang-gopkg-yaml.v2-dev, | |
22 | Depends: golang-gopkg-yaml.v2-dev, | |
23 | ${misc:Depends}, | |
24 | 24 | Description: Functions to merge structs and maps in Go |
25 | 25 | Mergo is a set of helper functions to merge structs and maps in |
26 | 26 | the Go language. It is useful for configuration default values, |