From 7c6816201d7aefb3ddc392deec612bb54aa5e1c4 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Thu, 7 Jan 2021 19:53:20 +0100 Subject: Don't build ansible-doc for now. Many build-deps are not packaged yet. --- debian/rules | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 3f983609..4ad0a809 100755 --- a/debian/rules +++ b/debian/rules @@ -8,14 +8,14 @@ DOPACKAGES = $(shell dh_listpackages) override_dh_clean: dh_clean --exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~ -override_dh_auto_build: - dh_auto_build -ifneq (,$(filter ansible-doc,$(DOPACKAGES))) - # html documentation - $(MAKE) webdocs - # manpage documentation - $(MAKE) docs -endif +#override_dh_auto_build: +# dh_auto_build +#ifneq (,$(filter ansible-doc,$(DOPACKAGES))) +# # html documentation +# $(MAKE) webdocs +# # manpage documentation +# $(MAKE) docs +#endif override_dh_auto_test: # For now, disable the tests -- cgit v1.2.3