[PATCH 2/4 v3] test: `notmuch-test-run' should protect against buffer switching.
[notmuch-archives.git] / 7a / 56d76504652b876132c163860d6aeda1683aa3
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 B1D66431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:18:02 -0800 (PST)\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 ChHVjkpiD6Hx for <notmuch@notmuchmail.org>;\r
16         Thu, 10 Nov 2011 16:18:02 -0800 (PST)\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 12193431FD0\r
20         for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:18:02 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id ACFBB66E01AE\r
23         for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:17:59 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
26         [76.174.136.149]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 88ABF66E018B\r
28         for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 16:17:57 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 28D75270; Thu, 10 Nov 2011 16:17:57 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 1/2] debian: clean up Uploaders and Build-Depends fields in\r
34         debian/control\r
35 Date: Thu, 10 Nov 2011 16:17:56 -0800\r
36 Message-Id: <1320970677-7335-1-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.7.1\r
38 In-Reply-To: <1320963737-1666-1-git-send-email-jrollins@finestructure.net>\r
39 References: <1320963737-1666-1-git-send-email-jrollins@finestructure.net>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Fri, 11 Nov 2011 00:18:02 -0000\r
53 \r
54 No functional change, but this will make for cleaner diffs down the\r
55 line.\r
56 ---\r
57  debian/control |   20 +++++++++++++++-----\r
58  1 files changed, 15 insertions(+), 5 deletions(-)\r
59 \r
60 diff --git a/debian/control b/debian/control\r
61 index 45fc2a1..bb7b29c 100644\r
62 --- a/debian/control\r
63 +++ b/debian/control\r
64 @@ -2,11 +2,21 @@ Source: notmuch\r
65  Section: mail\r
66  Priority: extra\r
67  Maintainer: Carl Worth <cworth@debian.org>\r
68 -Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft <madduck@debian.org>, \r
69 -          David Bremner <bremner@debian.org>\r
70 -Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, \r
71 - libgmime-2.4-dev, libtalloc-dev, libz-dev,  python-all (>= 2.6.6-3~),\r
72 - emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb, screen\r
73 +Uploaders:\r
74 + Jameson Graef Rollins <jrollins@finestructure.net>,\r
75 + martin f. krafft <madduck@debian.org>,\r
76 + David Bremner <bremner@debian.org>\r
77 +Build-Depends:\r
78 + debhelper (>= 7.0.50~),\r
79 + pkg-config,\r
80 + libxapian-dev,\r
81 + libgmime-2.4-dev,\r
82 + libtalloc-dev,\r
83 + libz-dev,\r
84 + python-all (>= 2.6.6-3~),\r
85 + emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
86 + gdb,\r
87 + screen\r
88  Standards-Version: 3.9.2\r
89  Homepage: http://notmuchmail.org/\r
90  Vcs-Git: git://notmuchmail.org/git/notmuch\r
91 -- \r
92 1.7.7.1\r
93 \r