From 1f9a6f82b2f47fd4263e11893872780b66e15024 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Dec 2016 10:26:03 +0100 Subject: Sorting alternatives handling in rules. Signed-off-by: Daniel Baumann --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index e05c9c5..e7251da 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,9 @@ override_dh_auto_install: # alternative handling 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 + + 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 override_dh_strip: -- cgit v1.2.3