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 9F6FC6DE1601 for ; Wed, 9 Dec 2015 12:40:11 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.066 X-Spam-Level: X-Spam-Status: No, score=-0.066 tagged_above=-999 required=5 tests=[AWL=-0.066] 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 Pg7HEYZfbs71 for ; Wed, 9 Dec 2015 12:40:09 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) by arlo.cworth.org (Postfix) with ESMTP id CEE8C6DE005F for ; Wed, 9 Dec 2015 12:40:09 -0800 (PST) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 42584F984 for ; Wed, 9 Dec 2015 15:40:06 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id C29D520548; Wed, 9 Dec 2015 15:40:05 -0500 (EST) From: Daniel Kahn Gillmor To: notmuch mailing list Subject: make debian-snapshot: why --single-debian-patch? User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 09 Dec 2015 15:40:05 -0500 Message-ID: <87lh93nyoq.fsf@alice.fifthhorseman.net> 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 20:40:12 -0000 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? --dkg