https://bugzilla.redhat.com/show_bug.cgi?id=1010000 --- Comment #6 from Dridi Boukelmoune <dridi.boukelmoune@xxxxxxxxx> --- I have a question about the sed command: ``` # Search for libvfork in %%{_libdir}/%%{name} sed -i 's|/usr/lib/devscripts/libvfork.so.0|%{_libdir}/%{name}/libvfork.so.0|g' scripts/dpkg-depcheck.pl ``` Is this package multilib-capable ? I wonder whether the LIBDIR in the Makefile is meant to be changeable to /usr/lib64 or just to /usr/local/lib. With a `grep -F /usr/lib/ -r devscripts-2.13.3/` I can see that apparently dpkg either strictly uses /usr/lib (like systemd) or you should also patch `debchange.pl'. Which brings me to the next question, why sed instead of a patch wrapped in an %if statement ? With the same grep command, I've spotted a deb `postinst' script. There's also a `postrm'. Shouldn't you have similar %post and %postun scriptlets in your spec ? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BtifPGOmIg&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review