summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:51:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-30 13:48:46 +0000
commitc769d943c1bfb00ce15a6d5f3f0e4ba297c3e125 (patch)
treedb1d5bd37a37e81713d74d20c5883fb44e1c86e3
parentMerging upstream version 20200830. (diff)
downloadopen-infrastructure-compute-tools-c769d943c1bfb00ce15a6d5f3f0e4ba297c3e125.tar.xz
open-infrastructure-compute-tools-c769d943c1bfb00ce15a6d5f3f0e4ba297c3e125.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/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 7731419..828dbc8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
asciidoc,
+ debhelper (>= 12.8~),
debhelper-compat (= 12),
docbook-xml,
docbook-xsl,
diff --git a/debian/rules b/debian/rules
index 3bb49f0..b9261a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/open-infrastructure-$(PACKAGE)
+execute_after_dh_auto_install:
rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/*/CHANGELOG.txt
rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/*/LICENSE.txt