Submitter | Faheem Mitha |
---|---|
Date | Oct. 10, 2014, 9:35 p.m. |
Message ID | <e6da155b00e5cec2e253.1412976956@orwell.homelinux.org> |
Download | mbox | patch |
Permalink | /patch/6189/ |
State | Not Applicable |
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 154DF3BBD1 for <patchwork@patchwork.serpentine.com>; Fri, 10 Oct 2014 17:43:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 88D9B74360; Fri, 10 Oct 2014 16:43:41 -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 7N85iaOMWa9D; Fri, 10 Oct 2014 16:43:41 -0500 (CDT) Received: from waste.org (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 271B8742AE; Fri, 10 Oct 2014 16:43:29 -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 AB43F7421E for <mercurial-devel@waste.org>; Fri, 10 Oct 2014 16:43:22 -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 w3pL58vD314i for <mercurial-devel@waste.org>; Fri, 10 Oct 2014 16:43:20 -0500 (CDT) Received: from rs145.luxsci.com (rs145.luxsci.com [64.49.212.113]) by waste.org (Postfix) with ESMTPS id EB60C7420A for <mercurial-devel@selenic.com>; Fri, 10 Oct 2014 16:43:18 -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 s9ALbeAs004932 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 10 Oct 2014 17:37:42 -0400 Received: from faheem by orwell.homelinux.org with local (Exim 4.80) (envelope-from <faheem@faheem.info>) id 1Xchs5-0007JB-85; Sat, 11 Oct 2014 03:07:09 +0530 MIME-Version: 1.0 Subject: [PATCH 2 of 5 evolve-ext] debian: remove clean target before implicit match rule X-Mercurial-Node: e6da155b00e5cec2e253e91455fe8ecfb94447a2 X-Mercurial-Series-Index: 2 X-Mercurial-Series-Total: 5 Message-Id: <e6da155b00e5cec2e253.1412976956@orwell.homelinux.org> X-Mercurial-Series-Id: <f2ee8bd0f9a6e522a0a8.1412976955@orwell.homelinux.org> In-Reply-To: <f2ee8bd0f9a6e522a0a8.1412976955@orwell.homelinux.org> References: <f2ee8bd0f9a6e522a0a8.1412976955@orwell.homelinux.org> User-Agent: Mercurial-patchbomb/3.1.1 Date: Sat, 11 Oct 2014 03:05:56 +0530 From: Faheem Mitha <faheem@faheem.info> To: mercurial-devel@selenic.com X-Lux-Comment: Message s9ALbeAs004932 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, 9:35 p.m.
Patch
diff -r f2ee8bd0f9a6 -r e6da155b00e5 debian/rules --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -clean %: +%: dh $@ --with python2 --buildsystem=python_distutils build: