Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5f / fc6581447e29f5077cb7638b63642eb66a72a3
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 4C5A3431FB6\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:31:35 -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 FcQOoJwMU7b9 for <notmuch@notmuchmail.org>;\r
17         Tue, 21 Jun 2011 10:31:34 -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 ACCF5431FD0\r
21         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:31:34 -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 DA46B66E00E3;\r
24         Tue, 21 Jun 2011 10:31:32 -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 83A6B66E00DE;\r
29         Tue, 21 Jun 2011 10:31:27 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 9B87C1F8; 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 2/4] debian: break up Build-Depends on separate lines\r
35 Date: Tue, 21 Jun 2011 10:31:23 -0700\r
36 Message-Id: <1308677485-6846-2-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.5.3\r
38 In-Reply-To: <1308677485-6846-1-git-send-email-jrollins@finestructure.net>\r
39 References: <87wrgfqprg.fsf@zancas.localnet>\r
40         <1308677485-6846-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:31:35 -0000\r
54 \r
55 ---\r
56  debian/control |   14 ++++++++++----\r
57  1 files changed, 10 insertions(+), 4 deletions(-)\r
58 \r
59 diff --git a/debian/control b/debian/control\r
60 index 51353de..0c998df 100644\r
61 --- a/debian/control\r
62 +++ b/debian/control\r
63 @@ -3,12 +3,18 @@ Section: mail\r
64  Priority: extra\r
65  Maintainer: Carl Worth <cworth@debian.org>\r
66  Uploaders:\r
67 - martin f. krafft <madduck@debian.org>, \r
68 + martin f. krafft <madduck@debian.org>,\r
69   Jameson Graef Rollins <jrollins@finestructure.net>,\r
70   David Bremner <bremner@debian.org>,\r
71 -Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, \r
72 - libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs23-nox,\r
73 - python-all (>= 2.6.6-3~)\r
74 +Build-Depends:\r
75 + debhelper (>= 7.0.50~),\r
76 + pkg-config,\r
77 + libxapian-dev, \r
78 + libgmime-2.4-dev,\r
79 + libtalloc-dev,\r
80 + libz-dev,\r
81 + emacs23-nox,\r
82 + python-all (>= 2.6.6-3~),\r
83  Standards-Version: 3.9.1.0\r
84  Homepage: http://notmuchmail.org/\r
85  Vcs-Git: git://notmuchmail.org/git/notmuch\r
86 -- \r
87 1.7.5.3\r
88 \r