summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:04:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:04:53 +0000
commitd0d6b22b7d5f03259f9c2fda63c4c2e9926253d6 (patch)
tree70842d7776fa3f7b208faa07c58fbdba298c9918
parentUpdating years in copyright file. (diff)
downloadgitlint-d0d6b22b7d5f03259f9c2fda63c4c2e9926253d6.tar.xz
gitlint-d0d6b22b7d5f03259f9c2fda63c4c2e9926253d6.zip
Sorting dh arguments in rules.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a26ed64..3c40bc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export LC_ALL=C.UTF-8
export PYBUILD_TEST_ARGS=python{version} -m coverage run --omit='/usr/*,$(CURDIR)/gitlint/tests/*,$(CURDIR)/gitlint/qa/*' -m unittest discover -v -s $(CURDIR)/gitlint/tests
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh ${@} --buildsystem=pybuild --with python3
override_dh_auto_test:
PYBUILD_SYSTEM=custom dh_auto_test