[PATCH] Add package for debugging symbols (Closes: #717339)
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 19 Jul 2013 20:50:09 +0000 (16:50 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:04 +0000 (09:56 -0800)
bb/10dd36b4a5f1b1633302170835573a242b2eb1 [new file with mode: 0644]

diff --git a/bb/10dd36b4a5f1b1633302170835573a242b2eb1 b/bb/10dd36b4a5f1b1633302170835573a242b2eb1
new file mode 100644 (file)
index 0000000..899b3e4
--- /dev/null
@@ -0,0 +1,90 @@
+Return-Path: <dkg@fifthhorseman.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 15181431FAF\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Jul 2013 13:50:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id V-Y-+G0ygVlP for <notmuch@notmuchmail.org>;\r
+       Fri, 19 Jul 2013 13:50:16 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+       by olra.theworths.org (Postfix) with ESMTP id B0A8A431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Jul 2013 13:50:16 -0700 (PDT)\r
+Received: from fifthhorseman.net (adsl-76-193-69-124.dsl.wlfrct.sbcglobal.net\r
+       [76.193.69.124])\r
+       by che.mayfirst.org (Postfix) with ESMTPSA id 2FDA0F984;\r
+       Fri, 19 Jul 2013 16:50:14 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+       id 822E220073; Fri, 19 Jul 2013 16:50:15 -0400 (EDT)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH] Add package for debugging symbols (Closes: #717339)\r
+Date: Fri, 19 Jul 2013 16:50:09 -0400\r
+Message-Id: <1374267009-5457-1-git-send-email-dkg@fifthhorseman.net>\r
+X-Mailer: git-send-email 1.7.10.4\r
+In-Reply-To: <20130719143625.5622.42387.reportbug@alice.fifthhorseman.net>\r
+References: <20130719143625.5622.42387.reportbug@alice.fifthhorseman.net>\r
+Cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 19 Jul 2013 20:50:24 -0000\r
+\r
+---\r
+ debian/control |   15 +++++++++++++++\r
+ debian/rules   |    3 +++\r
+ 2 files changed, 18 insertions(+)\r
+\r
+diff --git a/debian/control b/debian/control\r
+index cc16960..37f3d1f 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -139,3 +139,18 @@ Description: thread-based email index, search and tagging (Mutt interface)\r
+  a fresh Maildir containing its search results only. The second one is\r
+  the ability to reconstruct threads on the fly starting from the\r
+  current highlighted mail.\r
++\r
++Package: notmuch-dbg\r
++Architecture: any\r
++Section: debug\r
++Priority: extra\r
++Depends: ${shlibs:Depends}, ${misc:Depends}, libnotmuch3 (= ${binary:Version})\r
++Description: thread-based email index, search and tagging - debugging symbols\r
++ Notmuch is a system for indexing, searching, reading, and tagging\r
++ large collections of email messages in maildir or mh format. It uses\r
++ the Xapian library to provide fast, full-text search with a very\r
++ convenient search syntax.\r
++ .\r
++ This package contains the debugging symbols for libnotmuch and the\r
++ notmuch binary. Most people will not need this package.\r
++\r
+diff --git a/debian/rules b/debian/rules\r
+index 4257c5a..8c958e2 100755\r
+--- a/debian/rules\r
++++ b/debian/rules\r
+@@ -27,3 +27,6 @@ override_dh_auto_install:\r
+       dh_auto_install --sourcedirectory bindings/python\r
+       cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp\r
+       dh_auto_install --sourcedirectory bindings/ruby\r
++\r
++override_dh_strip:\r
++      dh_strip --pkg notmuch-dbg\r
+-- \r
+1.7.10.4\r
+\r