aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Daniel Kahn Gillmor <dkg@fifthhorseman.net>2012-02-09 18:20:20 -0500
committerGravatar David Bremner <bremner@debian.org>2012-02-27 21:55:48 -0400
commit3f88b961671122e35162911b3a3276c7163d7547 (patch)
treedb5e3c73dd520479959f11cb0af49fddb1848236
parent4d2d96be5f5c5d7c138a932c362e10cd9c94d665 (diff)
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.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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~),