From b505719908357048dc342e7af2b6d9e86620d815 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 4 Nov 2021 19:38:03 +0100 Subject: [PATCH] TT#124273 Use execute_after_ instead of override_ for dh command This avoids duplicating the call we want to hook into. Change-Id: I4f4b72856272cb1870da013cd8b2d1c03972ca50 --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index c6debe3..99d6643 100755 --- a/debian/rules +++ b/debian/rules @@ -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