diff options
| author | David Bremner <david@tethera.net> | 2022-04-07 17:43:15 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-06-17 08:40:19 -0300 |
| commit | 8d3d98991d5b48b6552712a3ca6797b4ac9d95bf (patch) | |
| tree | 208f40c5480261bd51850b23e1521c4fd43544ea /debian/control | |
| parent | 7d1e5a5348eb348a4e457650ca3b929e85efde70 (diff) | |
debian: install notmuch-git
Use a separate binary package to avoid dragging in dependencies on
python and git for those that do not want them.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a11d4130..9706b0f7 100644 --- a/debian/control +++ b/debian/control @@ -66,6 +66,22 @@ Description: thread-based email index, search and tagging . This package contains the notmuch command-line interface +Package: notmuch-git +Architecture: all +Depends: + git, + notmuch, + python3, + ${misc:Depends} +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 + the Xapian library to provide fast, full-text search with a very + convenient search syntax. + . + This package contains a simple tool to save, restore, and synchronize + notmuch tags via git repositories. + Package: notmuch-doc Architecture: all Depends: |
