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 EC5A56DE0183 for ; Sun, 4 Feb 2018 16:34:35 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 TVAGUdnWOcVb for ; Sun, 4 Feb 2018 16:34:35 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id E030C6DE010F for ; Sun, 4 Feb 2018 16:34:34 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1eiUjx-0005si-Nk; Sun, 04 Feb 2018 19:34:33 -0500 Received: (nullmailer pid 9991 invoked by uid 1000); Mon, 05 Feb 2018 00:34:32 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH] remove debian-build/ and its children when cleaning after debian package In-Reply-To: <20180204204241.25008-1-dkg@fifthhorseman.net> References: <20180204204241.25008-1-dkg@fifthhorseman.net> Date: Sun, 04 Feb 2018 20:34:32 -0400 Message-ID: <87zi4oxoiv.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.24 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: Mon, 05 Feb 2018 00:34:36 -0000 Daniel Kahn Gillmor writes: > --- > debian/clean | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 debian/clean > > diff --git a/debian/clean b/debian/clean > new file mode 100644 > index 00000000..c5797567 > --- /dev/null > +++ b/debian/clean > @@ -0,0 +1 @@ > +debian-build/ > -- That seems to be something specific to git-buildpackage. The gbp-buildpackage man page claims that the default is to remove that directory after building. Perhaps someone more familiar with git-buildpackage can figure out why that's not happening. d