diff options
| author | David Bremner <david@tethera.net> | 2022-01-10 10:54:03 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-10 10:54:03 -0400 |
| commit | 1b58ea1e66997efdd7ea2a7a83f76890de40fe04 (patch) | |
| tree | 7db3d1aedaf2ae8e1ff0851ff8c56658273d074e /debian | |
| parent | 235b876793ec885b78c7b31904fd69d1a82fbe4a (diff) | |
| parent | 2394ee6289a2fc2628f198b4a9920116148dd814 (diff) | |
Merge tag 'debian/0.34.2-1' into debian/bullseye-backports
notmuch release 0.34.2-1 for unstable (sid) [dgit]
[dgit distro=debian no-split --quilt=linear]
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 41 | ||||
| -rw-r--r-- | debian/control | 5 | ||||
| -rw-r--r-- | debian/libnotmuch5.symbols | 1 | ||||
| -rw-r--r-- | debian/notmuch.manpages | 1 |
4 files changed, 46 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a5fcbe40..f6bdd7dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +notmuch (0.34.2-1) unstable; urgency=medium + + * New upstream bugfix with release, with fixes database location in + library and notmuch2 python module. + * Build only against the default version of python, to avoid including + multiple .abi3.so files in python3-notmuch2 + + -- David Bremner <bremner@debian.org> Fri, 10 Dec 2021 09:35:43 -0400 + +notmuch (0.34.1-1) unstable; urgency=medium + + * New upstream bugfix release. Fixes a memory deallocation error in + libnotmuch. + + -- David Bremner <bremner@debian.org> Wed, 03 Nov 2021 10:20:33 -0300 + +notmuch (0.34-1) unstable; urgency=medium + + * New upstream release + * Adds s-expression based query parser (man notmuch-sexp-queries). + * Bug fix: "notmuch breaks on directory removal", thanks to Joerg + Jaspert (Closes: #922536). + * Respect notmuch-show-text/html-blocked-images for renderer w3m + (Closes: #934082). + * Bug fix: "add an option to change the database path", thanks to + Michael Gold (Closes: #887041) (actually fixed in 0.32) + + -- David Bremner <bremner@debian.org> Wed, 20 Oct 2021 11:15:23 -0300 + +notmuch (0.34~rc0-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner <bremner@debian.org> Fri, 15 Oct 2021 08:50:57 -0300 + +notmuch (0.33.2-1) unstable; urgency=medium + + * Upstream fix for flaky/hanging tests in T355-smime + + -- David Bremner <bremner@debian.org> Thu, 30 Sep 2021 08:27:10 -0300 + notmuch (0.33.1-1~bpo11+1) bullseye-backports; urgency=medium * Rebuild for bullseye-backports. diff --git a/debian/control b/debian/control index 633d0be8..9872d602 100644 --- a/debian/control +++ b/debian/control @@ -23,12 +23,13 @@ Build-Depends: gnupg <!nocheck>, gpgsm <!nocheck>, libgmime-3.0-dev (>= 3.0.3~), - libpython3-all-dev, + libpython3-dev, + libsexp-dev, libtalloc-dev, libxapian-dev, libz-dev, pkg-config, - python3-all (>= 3.1.2-7~), + python3, python3-cffi, python3-pytest, python3-pytest-cov, diff --git a/debian/libnotmuch5.symbols b/debian/libnotmuch5.symbols index 4c7bffd9..e6d2b7c9 100644 --- a/debian/libnotmuch5.symbols +++ b/debian/libnotmuch5.symbols @@ -114,6 +114,7 @@ libnotmuch.so.5 libnotmuch5 #MINVER# notmuch_query_count_threads@Base 0.10~rc1 notmuch_query_count_threads_st@Base 0.21~rc1 notmuch_query_create@Base 0.3 + notmuch_query_create_with_syntax@Base 0.34~rc0 notmuch_query_destroy@Base 0.3 notmuch_query_get_database@Base 0.21~rc1 notmuch_query_get_query_string@Base 0.4 diff --git a/debian/notmuch.manpages b/debian/notmuch.manpages index 3ac2ff5b..d7e8cf59 100644 --- a/debian/notmuch.manpages +++ b/debian/notmuch.manpages @@ -17,3 +17,4 @@ usr/share/man/man1/notmuch.1.gz usr/share/man/man5/notmuch-hooks.5.gz usr/share/man/man7/notmuch-properties.7.gz usr/share/man/man7/notmuch-search-terms.7.gz +usr/share/man/man7/notmuch-sexp-queries.7.gz |
