TT#124273 Use execute_after_ instead of override_ for dh command

This avoids duplicating the call we want to hook into.

Change-Id: I4f4b72856272cb1870da013cd8b2d1c03972ca50
mr10.2
Guillem Jover 4 years ago
parent ff5645cc10
commit b505719908

6
debian/rules vendored

@ -2,8 +2,7 @@
%:
dh $@
override_dh_installdeb:
dh_installdeb
execute_after_dh_installdeb:
# Do not mark any of the templates as conffiles, we always want them
# to be overwritten.
for cf in debian/*/DEBIAN/conffiles; do \
@ -15,7 +14,6 @@ override_dh_installdeb:
D = debian/ngcp-system-tests
override_dh_fixperms:
dh_fixperms
execute_after_dh_fixperms:
# The file generated from this template will contain passwords.
chmod 0600 $(D)/etc/ngcp-config/templates/etc/ngcp-system-tests/900_service-ngcp-api.yaml.tt2

Loading…
Cancel
Save