aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-12-10 18:53:57 -0400
committerDavid Bremner <david@tethera.net>2021-12-10 18:53:57 -0400
commita06b76b9b3c1212b17d2bb170bdd511711f578f8 (patch)
tree3d5f44ff44be0cc0694c32fc305324ce33d31a37 /debian
parent57f29f4cb1e5ddfca453384954226b47f53e2ea6 (diff)
parent2394ee6289a2fc2628f198b4a9920116148dd814 (diff)
Merge tag 'debian/0.34.2-1'
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/changelog9
-rw-r--r--debian/control4
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index aa84b3f9..be7bc397 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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
diff --git a/debian/control b/debian/control
index 8a2e29dd..9872d602 100644
--- a/debian/control
+++ b/debian/control
@@ -23,13 +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,