Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / bb / 10dd36b4a5f1b1633302170835573a242b2eb1
1 Return-Path: <dkg@fifthhorseman.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 15181431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 19 Jul 2013 13:50:24 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 V-Y-+G0ygVlP for <notmuch@notmuchmail.org>;\r
16         Fri, 19 Jul 2013 13:50:16 -0700 (PDT)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18         by olra.theworths.org (Postfix) with ESMTP id B0A8A431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 19 Jul 2013 13:50:16 -0700 (PDT)\r
20 Received: from fifthhorseman.net (adsl-76-193-69-124.dsl.wlfrct.sbcglobal.net\r
21         [76.193.69.124])\r
22         by che.mayfirst.org (Postfix) with ESMTPSA id 2FDA0F984;\r
23         Fri, 19 Jul 2013 16:50:14 -0400 (EDT)\r
24 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
25         id 822E220073; Fri, 19 Jul 2013 16:50:15 -0400 (EDT)\r
26 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
27 To: Notmuch Mail <notmuch@notmuchmail.org>\r
28 Subject: [PATCH] Add package for debugging symbols (Closes: #717339)\r
29 Date: Fri, 19 Jul 2013 16:50:09 -0400\r
30 Message-Id: <1374267009-5457-1-git-send-email-dkg@fifthhorseman.net>\r
31 X-Mailer: git-send-email 1.7.10.4\r
32 In-Reply-To: <20130719143625.5622.42387.reportbug@alice.fifthhorseman.net>\r
33 References: <20130719143625.5622.42387.reportbug@alice.fifthhorseman.net>\r
34 Cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Fri, 19 Jul 2013 20:50:24 -0000\r
48 \r
49 ---\r
50  debian/control |   15 +++++++++++++++\r
51  debian/rules   |    3 +++\r
52  2 files changed, 18 insertions(+)\r
53 \r
54 diff --git a/debian/control b/debian/control\r
55 index cc16960..37f3d1f 100644\r
56 --- a/debian/control\r
57 +++ b/debian/control\r
58 @@ -139,3 +139,18 @@ Description: thread-based email index, search and tagging (Mutt interface)\r
59   a fresh Maildir containing its search results only. The second one is\r
60   the ability to reconstruct threads on the fly starting from the\r
61   current highlighted mail.\r
62 +\r
63 +Package: notmuch-dbg\r
64 +Architecture: any\r
65 +Section: debug\r
66 +Priority: extra\r
67 +Depends: ${shlibs:Depends}, ${misc:Depends}, libnotmuch3 (= ${binary:Version})\r
68 +Description: thread-based email index, search and tagging - debugging symbols\r
69 + Notmuch is a system for indexing, searching, reading, and tagging\r
70 + large collections of email messages in maildir or mh format. It uses\r
71 + the Xapian library to provide fast, full-text search with a very\r
72 + convenient search syntax.\r
73 + .\r
74 + This package contains the debugging symbols for libnotmuch and the\r
75 + notmuch binary. Most people will not need this package.\r
76 +\r
77 diff --git a/debian/rules b/debian/rules\r
78 index 4257c5a..8c958e2 100755\r
79 --- a/debian/rules\r
80 +++ b/debian/rules\r
81 @@ -27,3 +27,6 @@ override_dh_auto_install:\r
82         dh_auto_install --sourcedirectory bindings/python\r
83         cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp\r
84         dh_auto_install --sourcedirectory bindings/ruby\r
85 +\r
86 +override_dh_strip:\r
87 +       dh_strip --pkg notmuch-dbg\r
88 -- \r
89 1.7.10.4\r
90 \r