[PATCH] debian: add build conflicts against ruby1.8
authorDavid Bremner <david@tethera.net>
Sun, 6 Apr 2014 13:03:17 +0000 (10:03 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:01:21 +0000 (10:01 -0800)
26/80a564f2027ac2d408c885614d5ccabed0bbc1 [new file with mode: 0644]

diff --git a/26/80a564f2027ac2d408c885614d5ccabed0bbc1 b/26/80a564f2027ac2d408c885614d5ccabed0bbc1
new file mode 100644 (file)
index 0000000..00ee79a
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0EEDF431FBC\r
+       for <notmuch@notmuchmail.org>; Sun,  6 Apr 2014 06:04:47 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 4CVp3nHLZP3h for <notmuch@notmuchmail.org>;\r
+       Sun,  6 Apr 2014 06:04:39 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+       [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C7D2E431FB6\r
+       for <notmuch@notmuchmail.org>; Sun,  6 Apr 2014 06:04:39 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+       4.72) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+       id 1WWmjp-0003dW-Oz; Sun, 06 Apr 2014 13:03:53 +0000\r
+Received: (nullmailer pid 31133 invoked by uid 1000); Sun, 06 Apr 2014\r
+       13:03:33 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] debian: add build conflicts against ruby1.8\r
+Date: Sun,  6 Apr 2014 10:03:17 -0300\r
+Message-Id: <1396789397-31077-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 1.9.0\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 06 Apr 2014 13:04:47 -0000\r
+\r
+Debian stable has ruby 1.9, so this should be OK. The issue is that\r
+the ruby bindings don't build if "ruby" points to ruby1.8\r
+---\r
+ debian/control | 1 +\r
+ 1 file changed, 1 insertion(+)\r
+\r
+diff --git a/debian/control b/debian/control\r
+index dd528c5..1623136 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -5,6 +5,7 @@ Maintainer: Carl Worth <cworth@debian.org>\r
+ Uploaders:\r
+  Jameson Graef Rollins <jrollins@finestructure.net>,\r
+  David Bremner <bremner@debian.org>\r
++Build-Conflicts: ruby1.8\r
+ Build-Depends:\r
+  debhelper (>= 9),\r
+  pkg-config,\r
+-- \r
+1.9.0\r
+\r