X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Fcontrol;h=8b34d9edb86894998ce4670f47718fcc6ce35181;hb=6caf8c25d4fd9cdaa36fa4efbf89f9e59514707a;hp=1c9427b24f1660d36bba65139e33446916c77152;hpb=e712b91f46c076b5661835033d1d3db4293f8eb2;p=notmuch diff --git a/debian/control b/debian/control index 1c9427b2..8b34d9ed 100644 --- a/debian/control +++ b/debian/control @@ -6,18 +6,20 @@ Uploaders: Jameson Graef Rollins , David Bremner , Build-Conflicts: - gdb [ia64 mips mips64el], + gdb [ia64 mips mips64el hppa], gdb-minimal, ruby1.8, Build-Depends: bash-completion (>=1.9.0~), - debhelper (>= 11~), + debhelper-compat (= 13), 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~), - gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] , + gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha !hppa] , gnupg , gpgsm , libgmime-3.0-dev (>= 3.0.3~), @@ -51,6 +53,8 @@ Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm, +Suggests: + mailscripts Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses @@ -98,6 +102,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 +128,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 @@ -122,20 +148,12 @@ Description: Ruby interface to the notmuch mail search and index library This package provides a Ruby interface to the notmuch functionality, directly interfacing with a shared notmuch library. -Package: notmuch-emacs -Section: oldlibs -Architecture: all -Depends: - elpa-notmuch, - ${misc:Depends}, -Description: thread-based email index, search and tagging (transitional package) - This dummy package help ease transition to the new package elpa-notmuch - Package: elpa-notmuch Architecture: all Depends: ${elpa:Depends}, ${misc:Depends}, +Suggests: elpa-mailscripts Description: thread-based email index, search and tagging (emacs interface) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses