summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:49:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:49:29 +0000
commit7c49aeda9414169c3192ea1ee269cdf2be4d7fcb (patch)
tree06a13f2ff28ca22b0cb3740fbfb2bb04fd5d4d8b /debian
parentReleasing debian version 1.21-7. (diff)
downloadlziprecover-7c49aeda9414169c3192ea1ee269cdf2be4d7fcb.tar.xz
lziprecover-7c49aeda9414169c3192ea1ee269cdf2be4d7fcb.zip
Using execute_after targets in rules to be explicit what we're doing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 458af8f..3b0fd68 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
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