[PATCH v2 1/2] test: Replying to an HTML-only message in emacs
[notmuch-archives.git] / 32 / c137b48207738496bc7f0a9d9cd291785c4f7a
1 Return-Path: <bremner@tethera.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 A3ACF429E25\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Jun 2011 11:16:32 -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 j7LfU1Wmmm2X for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Jun 2011 11:16:31 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6C727431FB6\r
21         for <notmuch@notmuchmail.org>; Sun, 19 Jun 2011 11:16:31 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc30w-142167176081.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.176.81]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p5JIGQ6e014493\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Sun, 19 Jun 2011 15:16:27 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1QYMXp-00070P-RE; Sun, 19 Jun 2011 15:16:25 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] Build debian package for python-bindings.\r
34 Date: Sun, 19 Jun 2011 15:16:20 -0300\r
35 Message-Id: <1308507380-26896-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.5.3\r
37 Cc: David Bremner <bremner@debian.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sun, 19 Jun 2011 18:16:32 -0000\r
51 \r
52 From: David Bremner <bremner@debian.org>\r
53 \r
54 This uses dh_python2 (included with sufficiently recent versions of\r
55 the python/python-all packages). python-all brings in all of the\r
56 supported versions of python. The double calls to dh_auto_install are\r
57 to avoid looping over python versions ourselves.\r
58 ---\r
59  debian/control |   17 ++++++++++++++++-\r
60  debian/rules   |   14 +++++++++++++-\r
61  2 files changed, 29 insertions(+), 2 deletions(-)\r
62 \r
63 diff --git a/debian/control b/debian/control\r
64 index 3491e9a..2fefcbe 100644\r
65 --- a/debian/control\r
66 +++ b/debian/control\r
67 @@ -3,7 +3,9 @@ Section: mail\r
68  Priority: extra\r
69  Maintainer: Carl Worth <cworth@debian.org>\r
70  Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft <madduck@debian.org>\r
71 -Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs (>= 23~)\r
72 +Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, \r
73 + libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs (>= 23~), \r
74 + python-all (>= 2.6.6-3~)\r
75  Standards-Version: 3.9.1.0\r
76  Homepage: http://notmuchmail.org/\r
77  Vcs-Git: git://notmuchmail.org/git/notmuch\r
78 @@ -49,3 +51,16 @@ Description: thread-based email index, search and tagging (development)\r
79   .\r
80   This package provides the necessary development libraries and header\r
81   files to allow you to develop new software using libnotmuch.\r
82 +\r
83 +Package: python-notmuch\r
84 +Architecture: all\r
85 +Section: python\r
86 +Depends: ${misc:Depends},${python:Depends}, libnotmuch1\r
87 +Description: python interface to the notmuch mail search and index library\r
88 + Notmuch is a system for indexing, searching, reading, and tagging\r
89 + large collections of email messages in maildir or mh format. It uses\r
90 + the Xapian library to provide fast, full-text search with a very\r
91 + convenient search syntax.\r
92 + .\r
93 + This package provides a python interface to the notmuch\r
94 + functionality, directly interfacing with a shared notmuch library.\r
95 diff --git a/debian/rules b/debian/rules\r
96 index a4b526c..5aa27e8 100755\r
97 --- a/debian/rules\r
98 +++ b/debian/rules\r
99 @@ -1,11 +1,23 @@\r
100  #!/usr/bin/make -f\r
101  \r
102  %:\r
103 -       dh $@\r
104 +       dh --with python2 $@\r
105  \r
106  override_dh_auto_configure:\r
107         dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch\r
108  \r
109 +override_dh_auto_build:\r
110 +       dh_auto_build\r
111 +       dh_auto_build --sourcedirectory bindings/python\r
112 +\r
113 +override_dh_auto_install:\r
114 +       dh_auto_install\r
115 +       dh_auto_install --sourcedirectory bindings/python\r
116 +\r
117 +override_dh_auto_clean:\r
118 +       dh_auto_clean\r
119 +       dh_auto_clean --sourcedirectory bindings/python\r
120 +\r
121  override_dh_installdocs:\r
122         dh_installdocs\r
123         install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim\r
124 -- \r
125 1.7.5.3\r
126 \r