From 1891fa42f4332cb1256be5aa88acd32702b7cd17 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 02:31:38 +0200 Subject: Adding debian version 4.1.12-1. Signed-off-by: Daniel Baumann --- debian/rules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2e14189..013d75e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,12 @@ #!/usr/bin/make -f #export DH_VERBOSE = 1 -%: - dh $@ --with python3 --buildsystem=pybuild #tests are failing due to an incompatibility between ansible galaxy and #python-resolvelib: ## https://github.com/ansible/ansible/issues/77624 -override_dh_auto_test: +export PYBUILD_DISABLE=test + +%: + dh $@ --with python3 --buildsystem=pybuild + +#override_dh_auto_test: -- cgit v1.2.3