Source: unzip
Version: 6.0-28
Followup-For: Bug #1041244
Control: reopen -1

Dear Maintainer,

this was discussed on IRC, and as arraybolt3 says it's a good idea to
get rid of hardlinks.

Patch attached, hence reopening.
diff --git a/rules b/rules
index 1c4a1f4..d4a3a86 100755
--- a/rules
+++ b/rules
@@ -28,7 +28,7 @@ override_dh_auto_install:
 
 override_dh_strip:
        dh_strip
-       cd debian/unzip/usr/bin && rm -f zipinfo && ln unzip zipinfo
+       cd debian/unzip/usr/bin && rm -f zipinfo && ln -s unzip zipinfo
 
 override_dh_compress:
        dh_compress -XBUGS -XToDo

Reply via email to