]> git.notmuchmail.org Git - notmuch/commit
debian: Add packaging for python3-notmuch2
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 23 Dec 2019 22:17:22 +0000 (17:17 -0500)
committerDavid Bremner <david@tethera.net>
Thu, 2 Apr 2020 01:50:27 +0000 (22:50 -0300)
commit5bf5aa1cff84d54e72bfe9a92b46e166f2e7656e
treedffbe957664a73a69a78e354ca170737593573c9
parentbd0b5abd5d6c6fe0c1a028192680f3a505a18ef2
debian: Add packaging for python3-notmuch2

Ship a new debian package for the notmuch2 CFFI-based Python interface
to notmuch.

Unlike the notmuch python module, the new notmuch2 module is no longer
arch-independent, because it builds and ships a shared object in
addition to the python code.

This patch encourages new downstream development to rely on notmuch2
instead of on notmuch, to get the benefits of the new module.

I welcome any suggested improvements to this packaging, but it appears
to me to be sufficient to get "import notmuch2" to work and do some
basic tests.
debian/control
debian/rules