diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a1468cec..3d68b725 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 12~), # python3-sphinx <!nodoc>, # python3-sphinx-notfound-page <!nodoc>, # python3-sphinx-rtd-theme <!nodoc>, - python3-yaml, - sphinx-common + python3-yaml +# sphinx-common Rules-Requires-Root: no Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/debian/ansible-base diff --git a/debian/rules b/debian/rules index 516aa8ef..e17dfdbe 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,8 @@ export PYBUILD_DESTDIR=debian/tmp export ANSIBLE_SKIP_CONFLICT_CHECK=1 %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild +# dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_clean: dh_clean --exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~ |