Merge branch 'release'

This commit is contained in:
David Bremner 2021-09-04 11:51:21 -07:00
commit 005c620118
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
notmuch (0.33-2) unstable; urgency=medium
* Disable two flaky tests in T590-libconfig.
-- David Bremner <bremner@debian.org> Sat, 04 Sep 2021 11:29:44 -0700
notmuch (0.33-1) unstable; urgency=medium
* New upstream release

2
debian/rules vendored
View file

@ -16,7 +16,7 @@ override_dh_auto_configure:
--localstatedir=/var
override_dh_auto_test:
dh_auto_test -- V=1
dh_auto_test -- V=1 NOTMUCH_SKIP_TESTS="libconfig.18 libconfig.31"
override_dh_auto_build:
dh_auto_build -- V=1