Codebase list golang-github-imdario-mergo / edb1a2e
Update control file Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com> Arnaud Rebillout 5 years ago
1 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Source: golang-github-imdario-mergo
11 Section: devel
2 Priority: extra
2 Priority: optional
33 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
44 Uploaders: Tim Potter <tpot@hpe.com>
5 Build-Depends: debhelper (>= 9), dh-golang (>= 1.31), golang-any, golang-yaml.v2-dev
6 Standards-Version: 3.9.8
5 Build-Depends: debhelper (>= 11),
6 dh-golang (>= 1.31),
7 golang-any,
8 golang-gopkg-yaml.v2-dev
9 Standards-Version: 4.1.4
710 Homepage: https://github.com/imdario/mergo
811 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo
912 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo.git
1114
1215 Package: golang-github-imdario-mergo-dev
1316 Architecture: all
14 Depends: golang-yaml.v2-dev, ${misc:Depends}, ${shlibs:Depends}
17 Depends: ${misc:Depends},
18 golang-gopkg-yaml.v2-dev
1519 Description: Functions to merge structs and maps in Go
1620 Mergo is a set of helper functions to merge structs and maps in
1721 the Go language. It is useful for configuration default values,