Codebase list golang-github-imdario-mergo / ff5013b
Replace golang-go with golang-any in Build-Depends, remove golang-go from Depends Konstantinos Margaritis 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 Priority: extra
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, golang-go, golang-yaml.v2-dev
5 Build-Depends: debhelper (>= 9), dh-golang, golang-any, golang-yaml.v2-dev
66 Standards-Version: 3.9.8
77 Homepage: https://github.com/imdario/mergo
88 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-imdario-mergo.git
1111
1212 Package: golang-github-imdario-mergo-dev
1313 Architecture: all
14 Depends: golang-go, golang-yaml.v2-dev, ${misc:Depends}, ${shlibs:Depends}
14 Depends: golang-yaml.v2-dev, ${misc:Depends}, ${shlibs:Depends}
1515 Description: Functions to merge structs and maps in Go
1616 Mergo is a set of helper functions to merge structs and maps in
1717 the Go language. It is useful for configuration default values,