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 90DEB431FB6 for ; Thu, 9 Feb 2012 15:20:05 -0800 (PST) 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 0zQAeLpmZFsM for ; Thu, 9 Feb 2012 15:20:05 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) by olra.theworths.org (Postfix) with ESMTP id 25038431FAE for ; Thu, 9 Feb 2012 15:20:05 -0800 (PST) Received: from pip.fifthhorseman.net (lair.fifthhorseman.net [108.58.6.98]) by che.mayfirst.org (Postfix) with ESMTPSA id C5B21F970; Thu, 9 Feb 2012 18:20:00 -0500 (EST) Received: by pip.fifthhorseman.net (Postfix, from userid 1000) id AD0231187A; Thu, 9 Feb 2012 18:20:43 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH] Build-Depend on libgmime-2.6-dev | libgmime2.4-dev Date: Thu, 9 Feb 2012 18:20:20 -0500 Message-Id: <1328829620-28220-1-git-send-email-dkg@fifthhorseman.net> X-Mailer: git-send-email 1.7.8.3 Cc: Daniel Kahn Gillmor 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: Thu, 09 Feb 2012 23:20:05 -0000 libgmime-2.6-dev entered debian unstable today. If 2.6 is available, notmuch should build against 2.6 instead of 2.4, as 2.6 is the current upstream stable version of libgmime. --- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index f6f415e..b60790e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, - libgmime-2.4-dev, + libgmime-2.6-dev | libgmime-2.4-dev, libtalloc-dev, libz-dev, python-all (>= 2.6.6-3~), -- 1.7.8.3