Codebase list golang-github-imdario-mergo / a30bcb2
Add DEP3 headers to patches Tim Potter 7 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
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/
07 Index: golang-github-imdario-mergo/mergo_test.go
18 ===================================================================
29 --- golang-github-imdario-mergo.orig/mergo_test.go
0 Description: Modify test fixture paths
1 The Debian packging process executes Go tests in a subdirectory
2 which is not handled correctly. The path to each test fixture
3 file has been updated to reflect this.
4 Author: Tim Potter <tpot@hpe.com>
5 Forwarded: no
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
08 Index: golang-github-imdario-mergo/mergo_test.go
19 ===================================================================
210 --- golang-github-imdario-mergo.orig/mergo_test.go