diff -Nru opengcs-0.3.4+dfsg2/debian/changelog opengcs-0.3.4+dfsg2/debian/changelog --- opengcs-0.3.4+dfsg2/debian/changelog 2022-10-11 01:34:11.000000000 +0000 +++ opengcs-0.3.4+dfsg2/debian/changelog 2024-01-18 04:36:16.000000000 +0000 @@ -1,3 +1,17 @@ +opengcs (0.3.4+dfsg2-0ubuntu3.20.04.5) focal-security; urgency=medium + + * No change rebuild due to golang-1.20, golang-1.21 updates + + -- Nishit Majithia Thu, 18 Jan 2024 10:06:16 +0530 + +opengcs (0.3.4+dfsg2-0ubuntu3.20.04.4) focal; urgency=medium + + * Build with Go 1.20 to fix FTBFS against runc (LP: #2028405). + - d/control: b-d on golang-1.20-go instead of golang-any. + - d/rules: add Go 1.20 to the $PATH. + + -- Lucas Kanashiro Mon, 17 Jul 2023 16:42:51 -0300 + opengcs (0.3.4+dfsg2-0ubuntu3.20.04.3) focal-security; urgency=medium * No-change rebuild due to golang-1.13 update diff -Nru opengcs-0.3.4+dfsg2/debian/control opengcs-0.3.4+dfsg2/debian/control --- opengcs-0.3.4+dfsg2/debian/control 2018-03-08 10:48:56.000000000 +0000 +++ opengcs-0.3.4+dfsg2/debian/control 2023-07-17 19:42:49.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: busybox-static, debhelper (>= 10), dh-golang (>= 1.17~), - golang-any, + golang-1.20-go, # golang-github-docker-containerd-dev, # golang-github-docker-docker-dev, golang-github-docker-go-units-dev, diff -Nru opengcs-0.3.4+dfsg2/debian/rules opengcs-0.3.4+dfsg2/debian/rules --- opengcs-0.3.4+dfsg2/debian/rules 2018-02-03 02:15:07.000000000 +0000 +++ opengcs-0.3.4+dfsg2/debian/rules 2023-07-17 19:42:40.000000000 +0000 @@ -1,5 +1,8 @@ #!/usr/bin/make -f +# Build with Golang 1.20 +export PATH := $(PATH):/usr/lib/go-1.20/bin/ + %: dh $@ --buildsystem=golang --with=golang --builddirectory=_build