diff options
| author | David Bremner <david@tethera.net> | 2023-09-13 20:28:42 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-13 20:28:42 -0300 |
| commit | 28a0978ec04d2c09b56a140718c171b1e7a58960 (patch) | |
| tree | d7f188e04faf2818078449af53147d5c58bfb1f1 | |
| parent | cb309ae03af0dad4392b6a6d6dd7ddee8addc74b (diff) | |
| parent | 40a44bfe6101da7bc4285c84166dd0f90a9b2baf (diff) | |
Merge branch 'release'
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/tests/control | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a4363281..c2c2f6ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.38-2) unstable; urgency=medium + + * Restrict autopkgtests to amd64 and aarch64. There are failures in + remaining architectures, but the same tests pass at build time, so any + bugs are probably related to either the autopkgtest environment, or + the (new) upstream test runner for installed notmuch. + + -- David Bremner <bremner@debian.org> Wed, 13 Sep 2023 19:55:00 -0300 + notmuch (0.38-1) unstable; urgency=medium * New upstream release diff --git a/debian/tests/control b/debian/tests/control index 87e00dc8..80be1deb 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,6 +4,7 @@ Test-command: env NOTMUCH_TEST_INSTALLED=1 TERM=dumb NOTMUCH_HAVE_ASAN=1 NOTMUCH_HAVE_TSAN=1 ./test/notmuch-test Restrictions: allow-stderr +Architecture: amd64, arm64 Depends: @, build-essential, dtach, |
