diff options
| author | David Bremner <david@tethera.net> | 2021-09-10 21:02:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-10 21:02:10 -0300 |
| commit | 7556bb7da27621895327b84d22abba2519c24ba7 (patch) | |
| tree | 1e2f371105684bab439ec99fe947321d66183b19 /debian | |
| parent | dc8262bd336f1c406e5705ec8cb5029f1bacd524 (diff) | |
| parent | 8e59438025c88ebd83a78cf12c06ff954d979e01 (diff) | |
Merge tag '0.33.1'
notmuch 0.33.1 release
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cf400c2c..a985c505 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.33.1-1) unstable; urgency=medium + + * Upstream fix for flaky tests in T590-libconfig + + -- David Bremner <bremner@debian.org> Fri, 10 Sep 2021 08:28:48 -0300 + notmuch (0.33-2) unstable; urgency=medium * Disable two flaky tests in T590-libconfig. diff --git a/debian/rules b/debian/rules index 1d25f9c3..fa0551a9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ override_dh_auto_configure: --localstatedir=/var override_dh_auto_test: - dh_auto_test -- V=1 NOTMUCH_SKIP_TESTS="libconfig.18 libconfig.31" + dh_auto_test -- V=1 override_dh_auto_build: dh_auto_build -- V=1 |
