From 09ec208f109b5f36d25589870d506eba8d426bb1 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 20 Jul 2013 22:35:16 +2100 Subject: [PATCH] Re: [PATCH] Add package for debugging symbols (Closes: #717339) --- bd/119fe8f50c5687962f7842dde4fbdfb21db119 | 122 ++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 bd/119fe8f50c5687962f7842dde4fbdfb21db119 diff --git a/bd/119fe8f50c5687962f7842dde4fbdfb21db119 b/bd/119fe8f50c5687962f7842dde4fbdfb21db119 new file mode 100644 index 000000000..878c401a0 --- /dev/null +++ b/bd/119fe8f50c5687962f7842dde4fbdfb21db119 @@ -0,0 +1,122 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id AAA64431FAF + for ; Fri, 19 Jul 2013 18:35:29 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id o-OxPctOINSf for ; + Fri, 19 Jul 2013 18:35:23 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DF2FA431FAE + for ; Fri, 19 Jul 2013 18:35:23 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1V0M4v-0000RK-2v; Fri, 19 Jul 2013 22:35:21 -0300 +Received: (nullmailer pid 22800 invoked by uid 1000); Sat, 20 Jul 2013 + 01:35:16 -0000 +From: David Bremner +To: Daniel Kahn Gillmor , Notmuch Mail + +Subject: Re: [PATCH] Add package for debugging symbols (Closes: #717339) +In-Reply-To: <1374267009-5457-1-git-send-email-dkg@fifthhorseman.net> +References: <20130719143625.5622.42387.reportbug@alice.fifthhorseman.net> + <1374267009-5457-1-git-send-email-dkg@fifthhorseman.net> +User-Agent: Notmuch/0.15.2+219~gc660b77 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 19 Jul 2013 22:35:16 -0300 +Message-ID: <87k3kmt3mz.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary="=-=-=" +Cc: 717339@bugs.debian.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 20 Jul 2013 01:35:29 -0000 + +--=-=-= +Content-Type: text/plain + +Daniel Kahn Gillmor writes: + +> --- +> debian/control | 15 +++++++++++++++ +> debian/rules | 3 +++ +> 2 files changed, 18 insertions(+) + +Somehow a gremlin snuck in between your careful testing and sending the +patch ;). + + +--=-=-= +Content-Type: text/x-diff +Content-Disposition: inline; + filename=0001-debian-Add-package-for-debugging-symbols-Closes-7173.patch + +>From c660b778c3273ef05656492576756a0094005625 Mon Sep 17 00:00:00 2001 +From: Daniel Kahn Gillmor +Date: Fri, 19 Jul 2013 16:50:09 -0400 +Subject: [PATCH] debian: Add package for debugging symbols (Closes: #717339) + +--- + debian/control | 15 +++++++++++++++ + debian/rules | 3 +++ + 2 files changed, 18 insertions(+) + +diff --git a/debian/control b/debian/control +index cc16960..37f3d1f 100644 +--- a/debian/control ++++ b/debian/control +@@ -139,3 +139,18 @@ Description: thread-based email index, search and tagging (Mutt interface) + a fresh Maildir containing its search results only. The second one is + the ability to reconstruct threads on the fly starting from the + current highlighted mail. ++ ++Package: notmuch-dbg ++Architecture: any ++Section: debug ++Priority: extra ++Depends: ${shlibs:Depends}, ${misc:Depends}, libnotmuch3 (= ${binary:Version}) ++Description: thread-based email index, search and tagging - debugging symbols ++ Notmuch is a system for indexing, searching, reading, and tagging ++ large collections of email messages in maildir or mh format. It uses ++ the Xapian library to provide fast, full-text search with a very ++ convenient search syntax. ++ . ++ This package contains the debugging symbols for libnotmuch and the ++ notmuch binary. Most people will not need this package. ++ +diff --git a/debian/rules b/debian/rules +index 4257c5a..8c958e2 100755 +--- a/debian/rules ++++ b/debian/rules +@@ -27,3 +27,6 @@ override_dh_auto_install: + dh_auto_install --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp + dh_auto_install --sourcedirectory bindings/ruby ++ ++override_dh_strip: ++ dh_strip --pkg notmuch-dbg +-- +1.8.2.rc2 + + +--=-=-=-- -- 2.26.2