From e240b76288eda0f517190eb2cc2e7ef59b76c4a2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Feb 2020 17:57:28 +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 8ca3915..c368267 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: utils Priority: optional Maintainer: Daniel Baumann Build-Depends: + debhelper (>= 12.8~), debhelper-compat (= 12), liblz-dev, texinfo, diff --git a/debian/rules b/debian/rules index 0f344fc..61678dd 100755 --- a/debian/rules +++ b/debian/rules @@ -15,5 +15,6 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/tarlz +execute_after_dh_auto_install: # removing unused files rm -f debian/tarlz/usr/share/info/dir* -- cgit v1.2.3