X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Fcontrol;h=e2bb166f5f6edcb27b146927be46a3e3ace9badc;hb=30e43c7c276133bd9ab6fbbb5e26fda8653b6a07;hp=1c9427b24f1660d36bba65139e33446916c77152;hpb=e712b91f46c076b5661835033d1d3db4293f8eb2;p=notmuch diff --git a/debian/control b/debian/control index 1c9427b2..e2bb166f 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,11 @@ Build-Conflicts: ruby1.8, Build-Depends: bash-completion (>=1.9.0~), - debhelper (>= 11~), + debhelper-compat (= 12), dh-elpa (>= 1.3), dh-python, + desktop-file-utils, + doxygen, dpkg-dev (>= 1.17.14), dtach (>= 0.8) , emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), @@ -98,6 +100,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 +126,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