diff options
| author | David Bremner <david@tethera.net> | 2023-09-13 19:58:39 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-13 20:04:33 -0300 |
| commit | 40a44bfe6101da7bc4285c84166dd0f90a9b2baf (patch) | |
| tree | 413a062491865c9911cdd68d6f37b18ffa56000f /debian | |
| parent | 60b5ea319a45900b1e610715481faaa339ea3a4c (diff) | |
debian: upload 0.38-2: disable most autopkgtestsdebian/0.38-2archive/debian/0.38-2
Diffstat (limited to 'debian')
| -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, |
