Submitter | Faheem Mitha |
---|---|
Date | Oct. 10, 2014, 11:07 p.m. |
Message ID | <f2ee8bd0f9a6e522a0a8.1412982446@orwell.homelinux.org> |
Download | mbox | patch |
Permalink | /patch/6207/ |
State | Accepted |
Headers | show
Return-Path: <mercurial-devel-bounces@selenic.com> X-Original-To: patchwork@patchwork.serpentine.com Delivered-To: patchwork@patchwork.serpentine.com Received: from waste.org (waste.org [173.11.57.241]) by bz.selenic.com (Postfix) with ESMTP id 846383BBD1 for <patchwork@patchwork.serpentine.com>; Fri, 10 Oct 2014 19:09:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id AC6C6742AE; Fri, 10 Oct 2014 18:09:15 -0500 (CDT) X-Virus-Scanned: Debian amavisd-new at waste.org Received: from waste.org ([127.0.0.1]) by localhost (waste.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tNz0OzrKDDux; Fri, 10 Oct 2014 18:09:15 -0500 (CDT) Received: from waste.org (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 23F037421E; Fri, 10 Oct 2014 18:09:12 -0500 (CDT) X-Original-To: mercurial-devel@waste.org Delivered-To: mercurial-devel@waste.org Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 0B00B7421C for <mercurial-devel@waste.org>; Fri, 10 Oct 2014 18:09:09 -0500 (CDT) X-Virus-Scanned: Debian amavisd-new at waste.org Received: from waste.org ([127.0.0.1]) by localhost (waste.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZdQ7yzt4FMmM for <mercurial-devel@waste.org>; Fri, 10 Oct 2014 18:09:06 -0500 (CDT) Received: from rs145.luxsci.com (rs145.luxsci.com [64.49.212.113]) by waste.org (Postfix) with ESMTPS id 9C29074216 for <mercurial-devel@selenic.com>; Fri, 10 Oct 2014 18:09:05 -0500 (CDT) Received: from orwell.homelinux.org (triband-mum-59.183.63.130.mtnl.net.in [59.183.63.130]) (authenticated bits=0) by rs145.luxsci.com (8.14.4/8.13.8) with ESMTP id s9AN8xoO009364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 10 Oct 2014 19:09:02 -0400 Received: from faheem by orwell.homelinux.org with local (Exim 4.80) (envelope-from <faheem@faheem.info>) id 1XcjIS-0003Zh-MC; Sat, 11 Oct 2014 04:38:28 +0530 MIME-Version: 1.0 Subject: [PATCH 1 of 5 evolve-ext V2] debian: Add DH_VERBOSE, commented out, for debugging convenience X-Mercurial-Node: f2ee8bd0f9a6e522a0a8f602f379c161e01c2bc2 X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 5 Message-Id: <f2ee8bd0f9a6e522a0a8.1412982446@orwell.homelinux.org> X-Mercurial-Series-Id: <f2ee8bd0f9a6e522a0a8.1412982446@orwell.homelinux.org> User-Agent: Mercurial-patchbomb/3.1.1 Date: Sat, 11 Oct 2014 04:37:26 +0530 From: Faheem Mitha <faheem@faheem.info> To: mercurial-devel@selenic.com X-Lux-Comment: Message s9AN8xoO009364 sent by user #87163 Cc: Faheem Mitha <faheem@faheem.info> X-BeenThere: mercurial-devel@selenic.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: <mercurial-devel.selenic.com> List-Unsubscribe: <http://selenic.com/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@selenic.com?subject=unsubscribe> List-Archive: <http://selenic.com/pipermail/mercurial-devel> List-Post: <mailto:mercurial-devel@selenic.com> List-Help: <mailto:mercurial-devel-request@selenic.com?subject=help> List-Subscribe: <http://selenic.com/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@selenic.com?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: mercurial-devel-bounces@selenic.com Errors-To: mercurial-devel-bounces@selenic.com |
Comments
Faheem Mitha - Oct. 10, 2014, 11:07 p.m.
Patch
diff -r cc19b6400dae -r f2ee8bd0f9a6 debian/rules --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,5 @@ #!/usr/bin/make -f +#export DH_VERBOSE=1 clean %: dh $@ --with python2 --buildsystem=python_distutils