Reordering dh call in rules for consistency.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b0484cde85
commit
33d6b0acea
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,7 +3,7 @@
|
|||
export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and not test_manpath and not test_keras'
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
dh ${@} --buildsystem=pybuild --with python3
|
||||
|
||||
override_dh_compress:
|
||||
dh_compress -X.py
|
||||
|
|
Loading…
Add table
Reference in a new issue