From 2e717287353469c5bb9aa981e463d24c6a41e225 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Feb 2020 17:48:37 +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 0738a4b..275c559 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), help2man, Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index ddb0752..8e1a636 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd +execute_after_dh_auto_install: # man mkdir -p debian/lzd/usr/share/man/man1 help2man --name 'Educational decompressor for the lzip format.' debian/lzd/usr/bin/lzd > debian/lzd/usr/share/man/man1/lzd.1 -- cgit v1.2.3