From: Daniel Kahn Gillmor Date: Thu, 9 Feb 2012 23:20:20 +0000 (-0500) Subject: Build-Depend on libgmime-2.6-dev | libgmime2.4-dev X-Git-Tag: debian/0.12_rc1-1~30 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3f88b961671122e35162911b3a3276c7163d7547;ds=sidebyside Build-Depend on libgmime-2.6-dev | libgmime2.4-dev 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. --- diff --git a/debian/control b/debian/control index f6f415ed..b60790e2 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~),