From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 718C36DE0F37 for ; Tue, 3 Dec 2019 15:17:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.063 X-Spam-Level: X-Spam-Status: No, score=-0.063 tagged_above=-999 required=5 tests=[AWL=-0.062, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JmwEPMEi4NSv for ; Tue, 3 Dec 2019 15:17:22 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D851B6DE01DD for ; Tue, 3 Dec 2019 15:17:21 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1icHQ0-0003C2-Sf; Tue, 03 Dec 2019 18:17:20 -0500 Received: (nullmailer pid 1584511 invoked by uid 1000); Tue, 03 Dec 2019 23:17:19 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH 3/6] Move to dh 12 In-Reply-To: <87lfrt6smq.fsf@fifthhorseman.net> References: <20191110173748.25792-1-dkg@fifthhorseman.net> <20191110173748.25792-4-dkg@fifthhorseman.net> <87k17dmwxn.fsf@tethera.net> <87lfrt6smq.fsf@fifthhorseman.net> Date: Tue, 03 Dec 2019 19:17:19 -0400 Message-ID: <87y2vtkni8.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Tue, 03 Dec 2019 23:17:22 -0000 Daniel Kahn Gillmor writes: > On Tue 2019-12-03 08:10:44 -0400, David Bremner wrote: >> Daniel Kahn Gillmor writes: >> >>> Signed-off-by: Daniel Kahn Gillmor >>> --- >>> debian/compat | 1 - >>> debian/control | 2 +- >>> 2 files changed, 1 insertion(+), 2 deletions(-) >>> delete mode 100644 debian/compat >> >> This change introduces a large number of warnings from dh_missing. I >> guess this is because we install some things as upstream, and also in >> debian specific ways. I'd rather not introduce 75 lines of warnings into >> the build log at the moment. Do you want to rebase the series without >> this patch, or some solution? We can add the files to >> debian/not-installed, but that feels a bit ugly (and also technical >> debt, since that file will get out of date) > > I think what you're saying is that we *do* have the technical debt > already (in that we're not keeping track of what gets installed in a way > that dh knows about, vs. getting installed manually), and this patch > just exposes it :) > > If you'd rather skip this for now and merge the rest of the series, i'm > happy to look into reducing the number of warnings later. > I've merged all except this patch, and the wrap-and-sort. No real objection to the latter, but it is too painful to rebase, and will need regeneration. d