From b0bfc63933376531e891abf9c94d6df19332d427 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Feb 2020 17:57:03 +0100 Subject: Using execute_after targets in rules to be explicit what we're doing. Signed-off-by: Daniel Baumann --- debian/control | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index d644305..2df278b 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: metapackages Priority: optional Maintainer: Daniel Baumann Build-Depends: + debhelper (>= 12.8~), debhelper-compat (= 12), Rules-Requires-Root: no Standards-Version: 4.5.0 diff --git a/debian/rules b/debian/rules index 180be56..c25ff0b 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ SHELL := sh -e override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/progress-linux-base-system +execute_after_dh_auto_install: # shutdown mkdir -p debian/progress-linux-container/sbin for FILE in halt poweroff reboot shutdown coldreboot; \ -- cgit v1.2.3