# HG changeset patch # User Faheem Mitha # Date 1412973125 -19800 # Node ID 25e8f9c43f8aab686f15d1980ad3ad5661cb585c # Parent d6c065a7a6b11ab99cd05f3b6889e46441b4d431 debian: remove clean target before implicit match rule This is redundant because it is a match-everything rule. Possibly a typo. diff -r d6c065a7a6b1 -r 25e8f9c43f8a debian/rules --- a/debian/rules Sat Oct 11 02:36:46 2014 +0530 +++ b/debian/rules Sat Oct 11 02:02:05 2014 +0530 @@ -1,7 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -clean %: +%: dh $@ --with python2 --buildsystem=python_distutils build: