summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2021-01-07 19:53:20 +0100
committerLee Garrett <lgarrett@rocketjump.eu>2021-01-07 23:29:34 +0100
commit7c6816201d7aefb3ddc392deec612bb54aa5e1c4 (patch)
tree6b3fefc54fcad4065257346746b3e4c18659da8b /debian/rules
parentfb85bda2e5e713207ef9cfc26a7e4832e98e5abd (diff)
downloaddebian-ansible-core-7c6816201d7aefb3ddc392deec612bb54aa5e1c4.zip
Don't build ansible-doc for now.
Many build-deps are not packaged yet.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules16
1 files changed, 8 insertions, 8 deletions
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