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 0EEDF431FBC for ; Sun, 6 Apr 2014 06:04:47 -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 4CVp3nHLZP3h for ; Sun, 6 Apr 2014 06:04:39 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C7D2E431FB6 for ; Sun, 6 Apr 2014 06:04:39 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.72) (envelope-from ) id 1WWmjp-0003dW-Oz; Sun, 06 Apr 2014 13:03:53 +0000 Received: (nullmailer pid 31133 invoked by uid 1000); Sun, 06 Apr 2014 13:03:33 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] debian: add build conflicts against ruby1.8 Date: Sun, 6 Apr 2014 10:03:17 -0300 Message-Id: <1396789397-31077-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.9.0 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: Sun, 06 Apr 2014 13:04:47 -0000 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 Uploaders: Jameson Graef Rollins , David Bremner +Build-Conflicts: ruby1.8 Build-Depends: debhelper (>= 9), pkg-config, -- 1.9.0