From: Peter Wu Date: Wed, 30 Jul 2014 17:20:08 +0000 (+0200) Subject: debian: Remove duplicate clean command X-Git-Tag: v1.4.14~2^2~40^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51f61c78342be6bfbab2c5719772874ded389510;p=thirdparty%2Ffreeswitch.git debian: Remove duplicate clean command `dh clean` invokes `dh_testdir`, `dh_auto_clean` and `dh_clean`. We don't need to invoke dh_clean twice. Acked-by: Travis Cross --- diff --git a/debian/rules b/debian/rules index eefc3bc277..cf6a7ed1ea 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,6 @@ clean: dh $@ override_dh_auto_clean: - dh_clean .stamp-bootstrap: @$(call show_vars)