diff -Nru adsys-0.14.1build1/debian/changelog adsys-0.14.1~23.10/debian/changelog --- adsys-0.14.1build1/debian/changelog 2024-04-01 08:04:17.000000000 +0300 +++ adsys-0.14.1~23.10/debian/changelog 2024-04-30 15:54:03.000000000 +0300 @@ -1,8 +1,8 @@ -adsys (0.14.1build1) noble; urgency=medium +adsys (0.14.1~23.10) mantic; urgency=medium - * No-change rebuild for CVE-2024-3094 + * Backport to Mantic (LP: #2059756) - -- William Grant Mon, 01 Apr 2024 16:04:17 +1100 + -- Gabriel Nagy Tue, 30 Apr 2024 15:54:03 +0300 adsys (0.14.1) noble; urgency=medium diff -Nru adsys-0.14.1build1/debian/control adsys-0.14.1~23.10/debian/control --- adsys-0.14.1build1/debian/control 2024-03-21 12:27:01.000000000 +0200 +++ adsys-0.14.1~23.10/debian/control 2024-04-30 15:53:38.000000000 +0300 @@ -5,7 +5,7 @@ Build-Depends: debhelper-compat (= 13), dh-apport, dh-golang, - golang-go (>= 2:1.22~), + golang-1.22-go, apparmor, dbus, libdbus-1-dev, diff -Nru adsys-0.14.1build1/debian/rules adsys-0.14.1~23.10/debian/rules --- adsys-0.14.1build1/debian/rules 2024-03-21 12:27:01.000000000 +0200 +++ adsys-0.14.1~23.10/debian/rules 2024-04-30 15:53:54.000000000 +0300 @@ -3,6 +3,9 @@ export GOCACHE=$(shell mktemp -d /tmp/gocache-XXXX) +# Run with Go 1.22 +export PATH := /usr/lib/go-1.22/bin/:$(PATH) + WIN_ARCHS := amd64 arm64 # Tags should always come last as we append to them in other parts of the build COMMON_GOFLAGS := -ldflags=-X=github.com/ubuntu/adsys/internal/consts.Version=$(shell dpkg-parsechangelog -S Version) -mod=vendor -tags=withmo