[PATCH] debian: add build conflicts against ruby1.8

Subject: [PATCH] debian: add build conflicts against ruby1.8

Date: Sun, 6 Apr 2014 10:03:17 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


Debian stable has ruby 1.9, so this should be OK. The issue is that
the ruby bindings don't build if "ruby" points to ruby1.8
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index dd528c5..1623136 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Carl Worth <cworth@debian.org>
 Uploaders:
  Jameson Graef Rollins <jrollins@finestructure.net>,
  David Bremner <bremner@debian.org>
+Build-Conflicts: ruby1.8
 Build-Depends:
  debhelper (>= 9),
  pkg-config,
-- 
1.9.0


Thread: