diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:24:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:24:37 +0000 |
commit | 09a9c245ff14e51a7431bf56fdc58dbcef68216e (patch) | |
tree | 71a5f5a2316b08467f2b11c7ae3197393e3216b2 /debian/rules | |
parent | Adding upstream version 4.1.11. (diff) | |
download | python-ansible-compat-09a9c245ff14e51a7431bf56fdc58dbcef68216e.tar.xz python-ansible-compat-09a9c245ff14e51a7431bf56fdc58dbcef68216e.zip |
Adding debian version 4.1.11-1.debian/4.1.11-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2e14189 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/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: |