From: David Bremner Date: Sat, 20 Jul 2013 12:35:51 +0000 (+2100) Subject: Re: [PATCH] Add package for debugging symbols (Closes: #717339) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2bec96c9f718cd4da17b2cf93f908ff7c1c27d85;p=notmuch-archives.git Re: [PATCH] Add package for debugging symbols (Closes: #717339) --- diff --git a/7b/4ec92a3c0f7abdfd6918219a7d39b2171d9e5d b/7b/4ec92a3c0f7abdfd6918219a7d39b2171d9e5d new file mode 100644 index 000000000..4bb4934e2 --- /dev/null +++ b/7b/4ec92a3c0f7abdfd6918219a7d39b2171d9e5d @@ -0,0 +1,71 @@ +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 1C691431FAF + for ; Sat, 20 Jul 2013 05:36:05 -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 HzY1lF1KQeeH for ; + Sat, 20 Jul 2013 05:35:57 -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 5698C431FAE + for ; Sat, 20 Jul 2013 05:35:57 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1V0WOB-0002mU-6n; Sat, 20 Jul 2013 09:35:55 -0300 +Received: (nullmailer pid 23540 invoked by uid 1000); Sat, 20 Jul 2013 + 12:35:51 -0000 +From: David Bremner +To: Daniel Kahn Gillmor , Notmuch Mail + +Subject: Re: [PATCH] Add package for debugging symbols (Closes: #717339) +In-Reply-To: <87k3kmt3mz.fsf@zancas.localnet> +References: <20130719143625.5622.42387.reportbug@alice.fifthhorseman.net> + <1374267009-5457-1-git-send-email-dkg@fifthhorseman.net> + <87k3kmt3mz.fsf@zancas.localnet> +User-Agent: Notmuch/0.15.2+223~g3484372 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 20 Jul 2013 09:35:51 -0300 +Message-ID: <87wqole7dk.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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 12:36:05 -0000 + +David Bremner writes: + +> 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 ;). + +Oh, hoisted on my own petard. I meant to attach a corrected +patch. Anyway I have pushed a corrected version upstream. + +d