Codebase list golang-github-imdario-mergo / e33fefb
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 2 package versions. Please wait... Got info from api.ftp-master.debian.org for 2 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.0' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.5.1'. Debian Janitor 2 years ago
1 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 Source: golang-github-imdario-mergo
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
42 Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
53 Dmitry Smirnov <onlyjob@debian.org>,
6 Tim Potter <tpot@hpe.com>,
4 Tim Potter <tpot@hpe.com>
5 Section: devel
6 Testsuite: autopkgtest-pkg-go
7 Priority: optional
78 Build-Depends: debhelper-compat (= 12),
89 dh-golang,
910 golang-any,
1011 golang-github-stretchr-testify-dev,
1112 golang-gopkg-yaml.v2-dev
12 Standards-Version: 4.5.0
13 Homepage: https://github.com/imdario/mergo
13 Standards-Version: 4.5.1
1414 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo
1515 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo.git
16 Homepage: https://github.com/imdario/mergo
17 Rules-Requires-Root: no
1618 XS-Go-Import-Path: github.com/imdario/mergo
17 Rules-Requires-Root: no
18 Testsuite: autopkgtest-pkg-go
1919
2020 Package: golang-github-imdario-mergo-dev
2121 Architecture: all
2222 Depends: golang-gopkg-yaml.v2-dev,
23 ${misc:Depends},
23 ${misc:Depends}
2424 Description: Functions to merge structs and maps in Go
2525 Mergo is a set of helper functions to merge structs and maps in
2626 the Go language. It is useful for configuration default values,