[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 59 / 5ae27fb002bd213bed4610a5c77d874e4e4445
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 8BC18429E28\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:31:36 -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 303hyiAxFsVK for <notmuch@notmuchmail.org>;\r
17         Tue, 21 Jun 2011 10:31:36 -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 1A464429E25\r
21         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:31:36 -0700 (PDT)\r
22 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by fire-doxen-postvirus (Postfix) with ESMTP id 29962328008;\r
24         Tue, 21 Jun 2011 10:23:25 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on fire-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 fire-doxen-submit (Postfix) with ESMTP id 42D672E506E8;\r
29         Tue, 21 Jun 2011 10:23:18 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 9917F6F6; Tue, 21 Jun 2011 10:31:28 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 1/4] debian: break up uploaders on separate lines\r
35 Date: Tue, 21 Jun 2011 10:31:22 -0700\r
36 Message-Id: <1308677485-6846-1-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.5.3\r
38 In-Reply-To: <87wrgfqprg.fsf@zancas.localnet>\r
39 References: <87wrgfqprg.fsf@zancas.localnet>\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: Tue, 21 Jun 2011 17:31:37 -0000\r
53 \r
54 ---\r
55  debian/control |    7 ++++---\r
56  1 files changed, 4 insertions(+), 3 deletions(-)\r
57 \r
58 diff --git a/debian/control b/debian/control\r
59 index 4b60af0..51353de 100644\r
60 --- a/debian/control\r
61 +++ b/debian/control\r
62 @@ -2,9 +2,10 @@ Source: notmuch\r
63  Section: mail\r
64  Priority: extra\r
65  Maintainer: Carl Worth <cworth@debian.org>\r
66 -Uploaders: martin f. krafft <madduck@debian.org>, \r
67 -          Jameson Graef Rollins <jrollins@finestructure.net>,\r
68 -          David Bremner <bremner@debian.org>\r
69 +Uploaders:\r
70 + martin f. krafft <madduck@debian.org>, \r
71 + Jameson Graef Rollins <jrollins@finestructure.net>,\r
72 + David Bremner <bremner@debian.org>,\r
73  Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, \r
74   libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs23-nox,\r
75   python-all (>= 2.6.6-3~)\r
76 -- \r
77 1.7.5.3\r
78 \r