X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Fcontrol;h=8a2e29dd585692b5c69aa4e35e00360b528afbcb;hb=edd5e15360d9f4df46722bc2399c9dee21429b3a;hp=fb2b31c1d7e45b19b9a91aea40222fc72f8dda76;hpb=b5db6aa1277e9e5645976a2dfdec2baaea385877;p=notmuch diff --git a/debian/control b/debian/control index fb2b31c1..8a2e29dd 100644 --- a/debian/control +++ b/debian/control @@ -6,22 +6,25 @@ 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-compat (= 12), + 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~), libpython3-all-dev, + libsexp-dev, libtalloc-dev, libxapian-dev, libz-dev, @@ -35,6 +38,7 @@ Build-Depends: ruby, ruby-dev (>>1:1.9.3~), texinfo, + xapian-tools , Standards-Version: 4.4.1 Homepage: https://notmuchmail.org/ Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release @@ -51,6 +55,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 +104,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 +130,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 +150,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