Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DF6CC6DE1601 for ; Wed, 9 Dec 2015 13:05:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.317 X-Spam-Level: X-Spam-Status: No, score=-0.317 tagged_above=-999 required=5 tests=[AWL=0.234, RP_MATCHES_RCVD=-0.55, 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 JA7jScrhkoAb for ; Wed, 9 Dec 2015 13:05:29 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id F3ABF6DE005F for ; Wed, 9 Dec 2015 13:05:28 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1a6lvN-0005GM-Fz; Wed, 09 Dec 2015 16:05:21 -0500 Received: (nullmailer pid 14682 invoked by uid 1000); Wed, 09 Dec 2015 21:05:21 -0000 From: David Bremner To: Daniel Kahn Gillmor , notmuch mailing list Subject: Re: make debian-snapshot: why --single-debian-patch? In-Reply-To: <87lh93nyoq.fsf@alice.fifthhorseman.net> References: <87lh93nyoq.fsf@alice.fifthhorseman.net> User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Wed, 09 Dec 2015 17:05:21 -0400 Message-ID: <87k2oncoz2.fsf@tesseract.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Wed, 09 Dec 2015 21:05:31 -0000 Daniel Kahn Gillmor writes: > hey notmuch folks-- > > if i try to do "make debian-snapshot", i see this warning: > > dpkg-source: info: using options from notmuch/debian/source/options: --single-debian-patch --tar-ignore --tar-ignore=performance-test/download/*.tar.xz > dpkg-source: warning: --single-debian-patch is not a valid option for Dpkg::Source::Package::V3::Native > > > and sure enough debian/source/options contains single-debian-patch. Is > there a reason this is there, or should it be removed? > It's there because it's occasionally useful for the official debian packages (which are not native). I'd rather not clutter up the upstream history with adding and removing it. d