diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2022-12-13 16:18:56 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2022-12-13 16:18:56 +0100 |
commit | efae9f83e31096a652df18c7a967e725a2ae6189 (patch) | |
tree | 9360df701e3836bfc304bd6ed94e80c984481ae3 | |
parent | df2255565f28290cc1f1f4d07527fafbbdf43af0 (diff) | |
download | debian-ansible-core-efae9f83e31096a652df18c7a967e725a2ae6189.zip |
Minor d/rules cleanup
Use execute_after_dh_auto_build instead of overriding dh_auto_build and then
calling it anyway.
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index b6946211..0c06b970 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,7 @@ override_dh_clean: --exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~ \ --exclude=test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/plugins/modules/uses_leaf_mu_flat_import.bak -override_dh_auto_build: - dh_auto_build +execute_after_dh_auto_build: # manpage documentation $(MAKE) docs ifneq (,$(filter ansible-doc,$(DOPACKAGES))) |