From 3f0be47915747fbb459affd106b476feaa11a09b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Dec 2016 10:26:04 +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 b5e83ae..037edb1 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,9 @@ override_dh_auto_install: # alternative handling mv debian/pdlzip/usr/bin/pdlzip debian/pdlzip/usr/bin/lzip.pdlzip - mv debian/pdlzip/usr/share/man/man1/pdlzip.1 debian/pdlzip/usr/share/man/man1/lzip.pdlzip.1 - ln -s /usr/bin/lzip.pdlzip debian/pdlzip/usr/bin/pdlzip + + mv debian/pdlzip/usr/share/man/man1/pdlzip.1 debian/pdlzip/usr/share/man/man1/lzip.pdlzip.1 ln -s /usr/share/man/man1/lzip.pdlzip.1.gz debian/pdlzip/usr/share/man/man1/pdlzip.1.gz override_dh_strip: -- cgit v1.2.3