[PATCH 2 of 5 evolve-ext V2] debian: remove clean target before implicit match rule

Faheem Mitha faheem at faheem.info
Fri Oct 10 18:07:27 CDT 2014


# HG changeset patch
# User Faheem Mitha <faheem at faheem.info>
# Date 1412973125 -19800
#      Sat Oct 11 02:02:05 2014 +0530
# Branch stable
# Node ID e6da155b00e5cec2e253e91455fe8ecfb94447a2
# Parent  f2ee8bd0f9a6e522a0a8f602f379c161e01c2bc2
debian: remove clean target before implicit match rule

This is redundant because it is a match-everything rule. Possibly a
typo.

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:


More information about the Mercurial-devel mailing list