On Tue, May 15, 2012 at 02:25:27PM +0200, Matteo F. Vescovi wrote: > installing notmuch-mutt would force me to also install emacs.
You're right, thanks for noticing (I didn't as I had emacs installed
anyhow).
> This seems to happen because Recommends field in main package
> notmuch is lacking "notmuch-mutt" in multi-choice.
Agreed.
David, please find attached a Git patch suitable for the upstream
repo. It simply applies Matteo's patch and updates debian/changelog
accordingly. Can you please "git am" it?
Let me know if you need anything else,
Cheers.
--
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Maître de conférences ...... http://upsilon.cc/zack ...... . . o
Debian Project Leader ....... @zack on identi.ca ....... o o o
« the first rule of tautology club is the first rule of tautology club »
From ef58901426f29cf03cf58f3e01f5b46ec8d915de Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli <[email protected]> Date: Tue, 15 May 2012 15:12:25 +0200 Subject: [PATCH] debian: recommend notmuch-mutt as an alternative user interface Recommend all notmuch UI (including notmuch-mutt) as alternatives, to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi for the patch. Closes: #673011 --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9ee674..20c9a06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notmuch (0.13~rc1-3) experimental; urgency=low + + * Recommend all notmuch UI (including notmuch-mutt) as alternatives, + to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi + for the patch. (Closes: #673011) + + -- Stefano Zacchiroli <[email protected]> Tue, 15 May 2012 15:08:16 +0200 + notmuch (0.13~rc1-2) experimental; urgency=low * New upstream pre-release diff --git a/debian/control b/debian/control index da91570..812430f 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Dm-Upload-Allowed: yes Package: notmuch Architecture: any Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: notmuch-emacs | notmuch-vim, gnupg-agent +Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt, gnupg-agent 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 -- 1.7.10
signature.asc
Description: Digital signature

