summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:56:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:56:33 +0000
commitb6663446ae682055491df2c9951c2ffbbf433245 (patch)
tree72b46fd2c83a0eb2c125ffc43bf5c01e49bd4056
parentReleasing debian version 20190101-11. (diff)
downloadprogress-linux-b6663446ae682055491df2c9951c2ffbbf433245.tar.xz
progress-linux-b6663446ae682055491df2c9951c2ffbbf433245.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/control1
-rwxr-xr-xdebian/rules4
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index cafb66a..4daacd9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
+ debhelper (>= 12.8~),
debhelper-compat (= 12),
gnupg,
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 677ecde..7e40a69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,7 @@ override_dh_auto_build:
override_dh_auto_test:
# disabled
-override_dh_auto_install:
- dh_auto_install
-
+execute_after_dh_auto_install:
# removing useless files
rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt
rm -f debian/tmp/usr/share/doc/*/LICENSE.txt