diff -Nru golang-github-json-iterator-go-1.1.10/debian/changelog golang-github-json-iterator-go-1.1.10/debian/changelog --- golang-github-json-iterator-go-1.1.10/debian/changelog 2020-06-19 06:07:47.000000000 +0000 +++ golang-github-json-iterator-go-1.1.10/debian/changelog 2020-10-06 12:41:35.000000000 +0000 @@ -1,3 +1,12 @@ +golang-github-json-iterator-go (1.1.10-2) unstable; urgency=medium + + * Team upload. + * Add patch to disable test failed on go1.15. (Closes: #971157) + See more info at + https://github.com/json-iterator/go/issues/463#issuecomment-703259456 + + -- Shengjing Zhu Tue, 06 Oct 2020 20:41:35 +0800 + golang-github-json-iterator-go (1.1.10-1) unstable; urgency=medium * Team upload. diff -Nru golang-github-json-iterator-go-1.1.10/debian/patches/0001-Disable-test-failed-on-go1.15.patch golang-github-json-iterator-go-1.1.10/debian/patches/0001-Disable-test-failed-on-go1.15.patch --- golang-github-json-iterator-go-1.1.10/debian/patches/0001-Disable-test-failed-on-go1.15.patch 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-json-iterator-go-1.1.10/debian/patches/0001-Disable-test-failed-on-go1.15.patch 2020-10-06 12:41:35.000000000 +0000 @@ -0,0 +1,19 @@ +From: Shengjing Zhu +Date: Tue, 6 Oct 2020 20:39:26 +0800 +Subject: Disable test failed on go1.15 + +https://github.com/json-iterator/go/issues/463#issuecomment-703259456 +--- + type_tests/map_key_test.go | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/type_tests/map_key_test.go b/type_tests/map_key_test.go +index e6bb8ae..ee96289 100644 +--- a/type_tests/map_key_test.go ++++ b/type_tests/map_key_test.go +@@ -1,4 +1,4 @@ +-// +build go1.15 ++// +build ignore + // remove these tests temporarily until https://github.com/golang/go/issues/38105 and + // https://github.com/golang/go/issues/38940 is fixed + diff -Nru golang-github-json-iterator-go-1.1.10/debian/patches/series golang-github-json-iterator-go-1.1.10/debian/patches/series --- golang-github-json-iterator-go-1.1.10/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-json-iterator-go-1.1.10/debian/patches/series 2020-10-06 12:41:35.000000000 +0000 @@ -0,0 +1 @@ +0001-Disable-test-failed-on-go1.15.patch