1
0
Fork 0

Reordering dh call in rules for consistency.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 19:15:47 +01:00
parent b0484cde85
commit 33d6b0acea
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -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' 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: override_dh_compress:
dh_compress -X.py dh_compress -X.py