Using execute_after targets in rules to be explicit what we're doing.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
44a0d20c8b
commit
30063f6721
2 changed files with 2 additions and 0 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -3,6 +3,7 @@ Section: utils
|
|||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 12.8~),
|
||||
debhelper-compat (= 12),
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.5.0
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -11,6 +11,7 @@ override_dh_auto_configure:
|
|||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/xlunzip
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# update-alternatives
|
||||
mv debian/xlunzip/usr/bin/xlunzip debian/xlunzip/usr/bin/lzip.xlunzip
|
||||
ln -s /usr/bin/lzip.xlunzip debian/xlunzip/usr/bin/xlunzip
|
||||
|
|
Loading…
Add table
Reference in a new issue