summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-06 06:47:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:28:22 +0000
commit9850c8d7a0503c9024bc8fe676204f99ad0a9c70 (patch)
tree4a28115d9d08d4f3459b78b57ddead12331acd9b /debian/rules
parentMerging upstream version 0.15.1. (diff)
downloadgitlint-9850c8d7a0503c9024bc8fe676204f99ad0a9c70.tar.xz
gitlint-9850c8d7a0503c9024bc8fe676204f99ad0a9c70.zip
Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 50d8599..a6aa7b3 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 ${@} --buildsystem=pybuild --with python3
+ dh ${@} --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom dh_auto_test