]> git.cworth.org Git - notmuch/commitdiff
debian: build only against default python version archive/debian/0.34.2-1 debian/0.34.2-1
authorDavid Bremner <david@tethera.net>
Fri, 10 Dec 2021 01:26:39 +0000 (21:26 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 10 Dec 2021 13:36:10 +0000 (09:36 -0400)
This problem will will be solved in the next release of dh-python, but
the crude solution is needed for backports anyway.

debian/changelog
debian/control

index b3c52a414d8667c78eab188b8b99ae17b2c6ba59..be7bc3979bae3a4173ca0ed597625a504721939e 100644 (file)
@@ -2,8 +2,10 @@ 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>  Thu, 09 Dec 2021 08:48:53 -0400
+ -- David Bremner <bremner@debian.org>  Fri, 10 Dec 2021 09:35:43 -0400
 
 notmuch (0.34.1-1) unstable; urgency=medium
 
index 8a2e29dd585692b5c69aa4e35e00360b528afbcb..9872d60240ed3d479b4703a7f4323c89d3f256b3 100644 (file)
@@ -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,