diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-02-01 16:57:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-02-01 16:57:03 +0000 |
commit | b0bfc63933376531e891abf9c94d6df19332d427 (patch) | |
tree | e7e197ecc39b4ecf321d5f4c901b987d6d7f9491 | |
parent | Releasing debian version 20190701-11. (diff) | |
download | progress-linux-metapackages-b0bfc63933376531e891abf9c94d6df19332d427.tar.xz progress-linux-metapackages-b0bfc63933376531e891abf9c94d6df19332d427.zip |
Using execute_after targets in rules to be explicit what we're doing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
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; \ |