[PATCH] debian: update build dependency to require ruby-dev 1:1.9.3
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 1 Jun 2013 16:27:23 +0000 (09:27 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:55:16 +0000 (09:55 -0800)
93/29eea81950b1d6a0e7e08117b3ef748d066277 [new file with mode: 0644]

diff --git a/93/29eea81950b1d6a0e7e08117b3ef748d066277 b/93/29eea81950b1d6a0e7e08117b3ef748d066277
new file mode 100644 (file)
index 0000000..87a8500
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <jrollins@finestructure.net>\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 56895429E4F\r
+       for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:42 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 MSlMtwsT6CYF for <notmuch@notmuchmail.org>;\r
+       Sat,  1 Jun 2013 09:27:34 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 4222D431FDE\r
+       for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:34 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 1C75866E00DD\r
+       for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:32 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-173-75-86.socal.res.rr.com\r
+       [76.173.75.86]) (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 20D4066E00F3\r
+       for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:24 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 6754361709; Sat,  1 Jun 2013 09:27:23 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH] debian: update build dependency to require ruby-dev 1:1.9.3\r
+Date: Sat,  1 Jun 2013 09:27:23 -0700\r
+Message-Id: <1370104043-31975-1-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.10.4\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: Sat, 01 Jun 2013 16:27:42 -0000\r
+\r
+ruby1.8-dev provides ruby-dev, but ruby1.9.1-dev is currently\r
+required (which is pulled by ruby-dev 1:1.9.3).\r
+---\r
+ debian/changelog |    6 ++++++\r
+ debian/control   |    2 +-\r
+ 2 files changed, 7 insertions(+), 1 deletion(-)\r
+\r
+diff --git a/debian/changelog b/debian/changelog\r
+index a7a091f..284cf2a 100644\r
+--- a/debian/changelog\r
++++ b/debian/changelog\r
+@@ -1,3 +1,9 @@\r
++notmuch (0.15.2-3) unstable; urgency=low\r
++\r
++  * Build-depend on ruby-dev require >>1:1.9.3~.\r
++\r
++ -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 01 Jun 2013 09:17:38 -0700\r
++\r
+ notmuch (0.15.2-2) unstable; urgency=low\r
\r
+   * Bug fix: tighten dependence of notmuch-mutt on notmuch,\r
+diff --git a/debian/control b/debian/control\r
+index 08071be..cc16960 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -15,7 +15,7 @@ Build-Depends:\r
+  libz-dev,\r
+  python-all (>= 2.6.6-3~),\r
+  python3-all (>= 3.1.2-7~),\r
+- ruby, ruby-dev,\r
++ ruby, ruby-dev (>>1:1.9.3~),\r
+  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |\r
+  emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),\r
+  gdb,\r
+-- \r
+1.7.10.4\r
+\r