El 14/2/25 a las 22:45, ca...@allfreemail.net escribió:
Debian packaging of unzip is deviating from upstream packaging[1], which uses a symlink for zipinfo to point at unzip.
No, I'm actually following upstream here. You can try this to check, provided the build-dependencies are already installed: apt-get source unzip cd unzip-6.0 debian/rules override_dh_auto_build make -f unix/Makefile install prefix=`pwd`/debian/tmp/usr ls -l debian/tmp/usr/bin (that would be the equivalent for "configure; make; make install") If upstream releases a new version in which the above produces zipinfo as a symlink to unzip in debian/tmp/usr/bin, I'll follow. I want to respect the way upstream chose to do this. The fact that some people "dislike" it does not seem a reason good enough to change. Thanks.