Hi Phil, Thank you once again for your time and effort reviewing this package.
A. Build time issue
Fixed. Removed ${shlibs:depends} from unneeded packages.
B. Hint ... override_dh_dwz: : Skipping dwz, compression not beneficial on filezilla binary
Configured to skip dwz on Hyprland binary, so that it runs on the other binaries in the package.
C. The noted lintian issues I am confident you will investigate and take action where necessary.
I have tried to fix most of the pressing issues there. Let me know if any of these /require/ to be fixed to move forward. Regards, Alan On 6/20/24 10:22, Phil Wyett wrote:
On Wed, 2024-06-19 at 20:20 +0100, Phil Wyett wrote: <SNIP>B. Hint The below line can be seen in this packages build log. dwz: debian/hyprland/usr/bin/Hyprland: DWARF compression not beneficial - old size 238847458 new size 240478324 If you wish. To disable this none beneficial compression of the binary, add the below snippet to your 'debian/rules' file. override_dh_dwz: : Skipping dwz, compression not beneficial on filezilla binary<END SNIP> Hi Alan, Oops, bit of bad copy and pasting from a package I used to maintain. Replace 'filezilla' with your binary name. :-) Regards Phil