d/rules: no need to override dh_auto_test
It can just run make test
This commit is contained in:
parent
d4002e117b
commit
13e6d64d53
3
debian/rules
vendored
3
debian/rules
vendored
@ -4,9 +4,6 @@ SHELL=sh -e
|
|||||||
%:
|
%:
|
||||||
dh $@ --with python3
|
dh $@ --with python3
|
||||||
|
|
||||||
override_dh_auto_test:
|
|
||||||
./driver.py
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build *.egg-info
|
rm -rf build *.egg-info
|
||||||
dh $@
|
dh $@
|
||||||
|
Loading…
Reference in New Issue
Block a user