Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id F1092431FBF for ; Wed, 1 Aug 2012 01:10:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EGZvC3lSM7CT for ; Wed, 1 Aug 2012 01:10:11 -0700 (PDT) Received: from upsilon.hackadomia.org (upsilon.hackadomia.org [91.121.245.170]) by olra.theworths.org (Postfix) with ESMTP id 2B25E431FBC for ; Wed, 1 Aug 2012 01:10:08 -0700 (PDT) Received: from usha.takhisis.invalid (unknown [151.59.176.148]) by upsilon.hackadomia.org (Postfix) with ESMTPSA id 6CEFC9601D; Wed, 1 Aug 2012 10:10:07 +0200 (CEST) Received: by usha.takhisis.invalid (Postfix, from userid 1000) id 5AF9F683154; Wed, 1 Aug 2012 10:10:06 +0200 (CEST) From: Stefano Zacchiroli To: notmuch@notmuchmail.org Subject: [PATCH 2/2] debian packaging: new depends for duplicate removals in mutt contrib Date: Wed, 1 Aug 2012 10:09:42 +0200 Message-Id: <1343808582-9519-3-git-send-email-zack@upsilon.cc> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1343808582-9519-1-git-send-email-zack@upsilon.cc> References: <1343808582-9519-1-git-send-email-zack@upsilon.cc> Cc: "Kevin J. McCarthy" , Stefano Zacchiroli X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2012 08:10:12 -0000 both new hard dependency for File::Which and soft dependency on fdupes --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 812430f..e24fd94 100644 --- a/debian/control +++ b/debian/control @@ -109,8 +109,9 @@ Package: notmuch-mutt Architecture: all Depends: notmuch, libmail-box-perl, libmailtools-perl, libstring-shellquote-perl, libterm-readline-gnu-perl, + libfile-which-perl, ${misc:Depends} -Recommends: mutt +Recommends: mutt, fdupes Enhances: notmuch, mutt Description: thread-based email index, search and tagging (Mutt interface) notmuch-mutt provides integration among the Mutt mail user agent and -- 1.7.10.4