unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 0ffe958c86b9916940d4326e7dc38797a567341c 7497 bytes (raw)
name: debian/control 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
 
Source: notmuch
Section: mail
Priority: optional
Maintainer: Carl Worth <cworth@debian.org>
Uploaders:
 Jameson Graef Rollins <jrollins@finestructure.net>,
 David Bremner <bremner@debian.org>,
Build-Conflicts:
 gdb [ia64 mips mips64el hppa],
 gdb-minimal,
 ruby1.8,
Build-Depends:
 bash-completion (>=1.9.0~),
 debhelper-compat (= 13),
 dh-elpa (>= 1.3),
 dh-python,
 desktop-file-utils,
 doxygen,
 dpkg-dev (>= 1.17.14),
 dtach (>= 0.8) <!nocheck>,
 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 !hppa] <!nocheck>,
 git <!nocheck>,
 gnupg <!nocheck>,
 gpgsm <!nocheck>,
 libgmime-3.0-dev (>= 3.0.3~),
 libpython3-dev,
 libsexp-dev,
 libtalloc-dev,
 libxapian-dev,
 libz-dev,
 pkg-config,
 python3,
 python3-cffi,
 python3-pytest,
 python3-pytest-cov,
 python3-setuptools,
 python3-sphinx,
 ruby,
 ruby-dev (>>1:1.9.3~),
 texinfo,
 xapian-tools <!nocheck>,
Standards-Version: 4.4.1
Homepage: https://notmuchmail.org/
Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release
Vcs-Browser: https://git.notmuchmail.org/git/notmuch
Rules-Requires-Root: no

Package: notmuch
Architecture: any
Depends:
 libnotmuch5 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
 gnupg-agent,
 gpgsm,
Suggests:
 mailscripts,
 notmuch-doc,
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 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:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Suggests:
 notmuch
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 the HTML documentation

Package: libnotmuch5
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: thread-based email index, search and tagging (runtime)
 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 the runtime library, necessary to run
 applications using libnotmuch.

Package: libnotmuch-dev
Section: libdevel
Architecture: any
Depends:
 libnotmuch5 (= ${binary:Version}),
 ${misc:Depends},
Description: thread-based email index, search and tagging (development)
 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 the necessary development libraries and header
 files to allow you to develop new software using libnotmuch.

Package: python3-notmuch
Architecture: all
Section: python
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
 the Xapian library to provide fast, full-text search with a very
 convenient search syntax.
 .
 This package provides a Python 3 interface to the notmuch
 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
Section: ruby
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Ruby 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 Ruby interface to the notmuch
 functionality, directly interfacing with a shared notmuch library.

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
 the Xapian library to provide fast, full-text search with a very
 convenient search syntax.
 .
 This package provides an emacs based mail user agent based on
 notmuch.

Package: notmuch-vim
Architecture: all
Breaks:
 notmuch (<<0.6~254~),
Replaces:
 notmuch (<<0.6~254~),
Depends:
 notmuch,
 ruby-notmuch,
 vim-addon-manager,
 vim-ruby,
 ${misc:Depends},
Recommends:
 ruby-mail,
Description: thread-based email index, search and tagging (vim interface)
 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 vim based mail user agent based on
 notmuch.

Package: notmuch-mutt
Architecture: all
Depends:
 libmail-box-perl,
 libmailtools-perl,
 libstring-shellquote-perl,
 libterm-readline-gnu-perl,
 notmuch (>= 0.4),
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 mutt,
Enhances:
 mutt,
 notmuch,
Description: thread-based email index, search and tagging (Mutt interface)
 notmuch-mutt provides integration among the Mutt mail user agent and
 the Notmuch mail indexer.
 .
 notmuch-mutt offer two main integration features. The first one is
 the ability of stating a search query interactively and then jump to
 a fresh Maildir containing its search results only. The second one is
 the ability to reconstruct threads on the fly starting from the
 current highlighted mail.

debug log:

solving 0ffe958c ...
found 0ffe958c in https://yhetil.org/notmuch.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).