mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
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 <tc@traviscross.com>
This commit is contained in:
parent
185e6ec5e1
commit
51f61c7834
1
debian/rules
vendored
1
debian/rules
vendored
@ -55,7 +55,6 @@ clean:
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
dh_clean
|
|
||||||
|
|
||||||
.stamp-bootstrap:
|
.stamp-bootstrap:
|
||||||
@$(call show_vars)
|
@$(call show_vars)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user