[PATCH 4/4] pick: rename test emacs-pick to emacs-tree
[notmuch-archives.git] / ba / 05f716477e75f6e921c0e2544a4a22932b520a
1 Return-Path: <jrollins@servo.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 274E9429E26\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:37:12 -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: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id uISjr-Eap5-s for <notmuch@notmuchmail.org>;\r
17         Tue, 21 Jun 2011 10:37:11 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id 744E6431FD0\r
21         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:37:11 -0700 (PDT)\r
22 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by earth-doxen-postvirus (Postfix) with ESMTP id DA69C66E0039;\r
24         Tue, 21 Jun 2011 10:37:09 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (DHCP-123-207.caltech.edu\r
27         [131.215.123.207]) (Authenticated sender: jrollins)\r
28         by earth-doxen-submit (Postfix) with ESMTP id 2120766E00E3;\r
29         Tue, 21 Jun 2011 10:37:07 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 467A777A; Tue, 21 Jun 2011 10:37:08 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 1/2] debian: break up uploaders on separate lines\r
35 Date: Tue, 21 Jun 2011 10:36:57 -0700\r
36 Message-Id: <1308677818-9228-2-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.5.3\r
38 In-Reply-To: <1308677818-9228-1-git-send-email-jrollins@finestructure.net>\r
39 References: <1308677485-6846-2-git-send-email-jrollins@finestructure.net>\r
40         <1308677818-9228-1-git-send-email-jrollins@finestructure.net>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 21 Jun 2011 17:37:12 -0000\r
54 \r
55 ---\r
56  debian/control |    7 ++++---\r
57  1 files changed, 4 insertions(+), 3 deletions(-)\r
58 \r
59 diff --git a/debian/control b/debian/control\r
60 index 4b60af0..90bd0ee 100644\r
61 --- a/debian/control\r
62 +++ b/debian/control\r
63 @@ -2,9 +2,10 @@ Source: notmuch\r
64  Section: mail\r
65  Priority: extra\r
66  Maintainer: Carl Worth <cworth@debian.org>\r
67 -Uploaders: martin f. krafft <madduck@debian.org>, \r
68 -          Jameson Graef Rollins <jrollins@finestructure.net>,\r
69 -          David Bremner <bremner@debian.org>\r
70 +Uploaders:\r
71 + martin f. krafft <madduck@debian.org>,\r
72 + Jameson Graef Rollins <jrollins@finestructure.net>,\r
73 + David Bremner <bremner@debian.org>,\r
74  Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, \r
75   libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs23-nox,\r
76   python-all (>= 2.6.6-3~)\r
77 -- \r
78 1.7.5.3\r
79 \r