Codebase list golang-github-imdario-mergo / af2d747
Remove patch applied upstream Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com> Arnaud Rebillout 5 years ago
2 changed file(s) with 0 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
+0
-20
debian/patches/0001-use-newer-yaml-library.patch less more
0 Description: Use newer yaml library for unit tests
1 The unit tests for this package use an unpackaged version of
2 a YAML parsing library. This patch converts the tests to use
3 a more modern YAML parser that is present in Debian.
4 Author: Tim Potter <tpot@hpe.com>
5 ---
6 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 Index: golang-github-imdario-mergo/mergo_test.go
8 ===================================================================
9 --- golang-github-imdario-mergo.orig/mergo_test.go
10 +++ golang-github-imdario-mergo/mergo_test.go
11 @@ -11,7 +11,7 @@ import (
12 "testing"
13 "time"
14
15 - "gopkg.in/yaml.v1"
16 + "gopkg.in/yaml.v2"
17 )
18
19 type simpleTest struct {
+0
-1
debian/patches/series less more
0 0001-use-newer-yaml-library.patch