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
a4d9997168
commit
bd51e6c45e
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),
|
||||
texinfo,
|
||||
Rules-Requires-Root: no
|
||||
|
|
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/clzip
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# update-alternatives
|
||||
mv debian/clzip/usr/bin/clzip debian/clzip/usr/bin/lzip.clzip
|
||||
ln -s /usr/bin/lzip.clzip debian/clzip/usr/bin/clzip
|
||||
|
|
Loading…
Add table
Reference in a new issue