From 7c49aeda9414169c3192ea1ee269cdf2be4d7fcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Feb 2020 17:49:29 +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(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 458af8f..3b0fd68 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), texinfo, Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index 56ae2aa..2aab302 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,7 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lziprecover +execute_after_dh_auto_install: # update-alternatives mv debian/lziprecover/usr/bin/lziprecover debian/lziprecover/usr/bin/lzip.lziprecover ln -s /usr/bin/lzip.lziprecover debian/lziprecover/usr/bin/lziprecover -- cgit v1.2.3