Version in base suite: 0.18.2+ds-5 Base version: golang-github-google-cel-go_0.18.2+ds-5 Target version: golang-github-google-cel-go_0.18.2+ds-5+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/g/golang-github-google-cel-go/golang-github-google-cel-go_0.18.2+ds-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/g/golang-github-google-cel-go/golang-github-google-cel-go_0.18.2+ds-5+deb13u1.dsc changelog | 7 +++++++ rules | 4 ++++ 2 files changed, 11 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpbg69azj7/golang-github-google-cel-go_0.18.2+ds-5.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpbg69azj7/golang-github-google-cel-go_0.18.2+ds-5+deb13u1.dsc: no acceptable signature found diff -Nru golang-github-google-cel-go-0.18.2+ds/debian/changelog golang-github-google-cel-go-0.18.2+ds/debian/changelog --- golang-github-google-cel-go-0.18.2+ds/debian/changelog 2024-08-04 01:23:30.000000000 +0000 +++ golang-github-google-cel-go-0.18.2+ds/debian/changelog 2026-09-14 21:50:00.000000000 +0000 @@ -1,3 +1,10 @@ +golang-github-google-cel-go (0.18.2+ds-5+deb13u1) trixie; urgency=medium + + * Team upload. + * Disable two flaky tests. Closes: #1102312. + + -- Santiago Vila Mon, 14 Sep 2026 23:50:00 +0200 + golang-github-google-cel-go (0.18.2+ds-5) unstable; urgency=medium * Team upload diff -Nru golang-github-google-cel-go-0.18.2+ds/debian/rules golang-github-google-cel-go-0.18.2+ds/debian/rules --- golang-github-google-cel-go-0.18.2+ds/debian/rules 2024-08-01 22:55:16.000000000 +0000 +++ golang-github-google-cel-go-0.18.2+ds/debian/rules 2026-09-14 21:00:00.000000000 +0000 @@ -3,6 +3,7 @@ #export DH_VERBOSE := 1 export DH_GOLANG_EXCLUDES := server examples codelab repl/appengine/main repl/main export BUILDDIR := build +SKIP = TestInterpreter_InterruptableEval|TestContextEval %: dh $@ --builddirectory=$(BUILDDIR) --buildsystem=golang --with=golang @@ -16,3 +17,6 @@ find debian/golang-github-google-cel-go-dev/usr/share/gocode/src/github.com/google/cel-go/ \ -type f -exec chmod -x \{\} \; dh_install -i + +override_dh_auto_test: + dh_auto_test -- -skip "$(SKIP)"