Sorting alternatives handling in rules.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
079a0d54d0
commit
2dfacbf437
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -8,9 +8,9 @@ override_dh_auto_install:
|
||||||
|
|
||||||
# alternative handling
|
# alternative handling
|
||||||
mv debian/lunzip/usr/bin/lunzip debian/lunzip/usr/bin/lzip.lunzip
|
mv debian/lunzip/usr/bin/lunzip debian/lunzip/usr/bin/lzip.lunzip
|
||||||
mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.lunzip.1
|
|
||||||
|
|
||||||
ln -s /usr/bin/lzip.lunzip debian/lunzip/usr/bin/lunzip
|
ln -s /usr/bin/lzip.lunzip debian/lunzip/usr/bin/lunzip
|
||||||
|
|
||||||
|
mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.lunzip.1
|
||||||
ln -s /usr/share/man/man1/lzip.lunzip.1.gz debian/lunzip/usr/share/man/man1/lunzip.1.gz
|
ln -s /usr/share/man/man1/lzip.lunzip.1.gz debian/lunzip/usr/share/man/man1/lunzip.1.gz
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
|
|
Loading…
Add table
Reference in a new issue