diff --git a/debian/changelog b/debian/changelog index 6d605fbe..1bd26a1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -notmuch (0.38.3-3) UNRELEASED; urgency=medium +notmuch (0.38.3-3) unstable; urgency=medium [ James McCoy ] * Convert notmuch-vim to Vim addon policy 2.0 (Closes: #1015936). @@ -12,8 +12,10 @@ notmuch (0.38.3-3) UNRELEASED; urgency=medium [ David Bremner ] * remove "Build-Conflicts: gdb-minimal", thanks to Jeremy Bícha (Closes: #1077911). + * skip test T810-tsan everywhere, as it seems broken by the latest glib + (Closes: #1077910). Thanks to Jeremy Bícha for the report - -- David Bremner Mon, 05 Aug 2024 07:02:47 -0300 + -- David Bremner Mon, 05 Aug 2024 08:48:01 -0300 notmuch (0.38.3-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index ecf09abc..41f70298 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,7 @@ #!/usr/bin/make -f include /usr/share/dpkg/architecture.mk -ifeq ($(DEB_HOST_ARCH),ppc64el) - export NOTMUCH_SKIP_TESTS = T810-tsan -endif +export NOTMUCH_SKIP_TESTS = T810-tsan export DEB_BUILD_MAINT_OPTIONS = hardening=+all diff --git a/debian/tests/control b/debian/tests/control index 80be1deb..11aebad9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,7 @@ Test-command: env NOTMUCH_TEST_INSTALLED=1 TERM=dumb NOTMUCH_HAVE_MAN=1 NOTMUCH_HAVE_SFSEXP=1 NOTMUCH_HAVE_XAPIAN_DB_RETRY_LOCK=1 NOTMUCH_HAVE_PYTHON3_CFFI=1 NOTMUCH_HAVE_PYTHON3_PYTEST=1 - NOTMUCH_HAVE_ASAN=1 NOTMUCH_HAVE_TSAN=1 + NOTMUCH_HAVE_ASAN=1 NOTMUCH_HAVE_TSAN=1 NOTMUCH_SKIP_TESTS=T810-tsan ./test/notmuch-test Restrictions: allow-stderr Architecture: amd64, arm64