Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 93 / 29eea81950b1d6a0e7e08117b3ef748d066277
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 56895429E4F\r
6         for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:42 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id MSlMtwsT6CYF for <notmuch@notmuchmail.org>;\r
16         Sat,  1 Jun 2013 09:27:34 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 4222D431FDE\r
20         for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:34 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 1C75866E00DD\r
23         for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:32 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-173-75-86.socal.res.rr.com\r
26         [76.173.75.86]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 20D4066E00F3\r
28         for <notmuch@notmuchmail.org>; Sat,  1 Jun 2013 09:27:24 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 6754361709; Sat,  1 Jun 2013 09:27:23 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] debian: update build dependency to require ruby-dev 1:1.9.3\r
34 Date: Sat,  1 Jun 2013 09:27:23 -0700\r
35 Message-Id: <1370104043-31975-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.10.4\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Sat, 01 Jun 2013 16:27:42 -0000\r
50 \r
51 ruby1.8-dev provides ruby-dev, but ruby1.9.1-dev is currently\r
52 required (which is pulled by ruby-dev 1:1.9.3).\r
53 ---\r
54  debian/changelog |    6 ++++++\r
55  debian/control   |    2 +-\r
56  2 files changed, 7 insertions(+), 1 deletion(-)\r
57 \r
58 diff --git a/debian/changelog b/debian/changelog\r
59 index a7a091f..284cf2a 100644\r
60 --- a/debian/changelog\r
61 +++ b/debian/changelog\r
62 @@ -1,3 +1,9 @@\r
63 +notmuch (0.15.2-3) unstable; urgency=low\r
64 +\r
65 +  * Build-depend on ruby-dev require >>1:1.9.3~.\r
66 +\r
67 + -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 01 Jun 2013 09:17:38 -0700\r
68 +\r
69  notmuch (0.15.2-2) unstable; urgency=low\r
70  \r
71    * Bug fix: tighten dependence of notmuch-mutt on notmuch,\r
72 diff --git a/debian/control b/debian/control\r
73 index 08071be..cc16960 100644\r
74 --- a/debian/control\r
75 +++ b/debian/control\r
76 @@ -15,7 +15,7 @@ Build-Depends:\r
77   libz-dev,\r
78   python-all (>= 2.6.6-3~),\r
79   python3-all (>= 3.1.2-7~),\r
80 - ruby, ruby-dev,\r
81 + ruby, ruby-dev (>>1:1.9.3~),\r
82   emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |\r
83   emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),\r
84   gdb,\r
85 -- \r
86 1.7.10.4\r
87 \r