debian: remove clean target before implicit match rule
authorFaheem Mitha <faheem@faheem.info>
Sat, 11 Oct 2014 02:02:05 +0530
changeset 1124 25e8f9c43f8a
parent 1123 d6c065a7a6b1
child 1125 f14163c7275a
debian: remove clean target before implicit match rule This is redundant because it is a match-everything rule. Possibly a typo.
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: