diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-12-23 17:17:22 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-04-01 22:50:27 -0300 |
| commit | 5bf5aa1cff84d54e72bfe9a92b46e166f2e7656e (patch) | |
| tree | dffbe957664a73a69a78e354ca170737593573c9 /debian/control | |
| parent | bd0b5abd5d6c6fe0c1a028192680f3a505a18ef2 (diff) | |
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.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fb2b31c1..a1371fc8 100644 --- a/debian/control +++ b/debian/control @@ -98,6 +98,25 @@ Depends: libnotmuch5 (>= ${source:Version}), ${misc:Depends}, ${python3:Depends}, +Description: Python 3 legacy interface to the notmuch mail search and index library + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package provides a legacy Python 3 interface to the notmuch + functionality, directly interfacing with a shared notmuch library. + . + New projects are encouraged to use python3-notmuch2 instead. + +Package: python3-notmuch2 +Architecture: any +Section: python +Depends: + libnotmuch5 (>= ${source:Version}), + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, Description: Python 3 interface to the notmuch mail search and index library Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses @@ -105,7 +124,10 @@ Description: Python 3 interface to the notmuch mail search and index library convenient search syntax. . This package provides a Python 3 interface to the notmuch - functionality, directly interfacing with a shared notmuch library. + functionality using CFFI bindings, which interface with a shared + notmuch library. + . + This is the preferred way to use notmuch via Python. Package: ruby-notmuch Architecture: any |
