diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:44:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:44:48 +0000 |
commit | 2dcc8cbb02de875121fd5d2a139ed2b7d7509d4c (patch) | |
tree | ed704dc33a490296829f503edec243a1e462e1be | |
parent | Using dedidated debhelper files for examples installation. (diff) | |
download | tqdm-2dcc8cbb02de875121fd5d2a139ed2b7d7509d4c.tar.xz tqdm-2dcc8cbb02de875121fd5d2a139ed2b7d7509d4c.zip |
Reordering dh call in rules for consistency.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1a7e710..6e59f47 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |