summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org>
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; \