#1110571 obs-advanced-scene-switcher: missing dependency on libcurl4t64

#1110571#5
Date:
2025-08-09 05:51:45 UTC
From:
To:
Dear Maintainer,

The binary package obs-advanced-scene-switcher_1.29.2-1_amd64.deb is missing dependency on libcurl4t64.

It only has:
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libobs0t64 (>= 30.1.2~), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.8.2), libqt6gui6 (>= 6.2.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.16), libx11-6, obs-advanced-scene-switcher-data (>= 1.16.3-1~), obs-studio (>= 26.1.2)

Its a leftover from #1068414, where the initial change was added in debian/rules but the final change in debian/control was missed.

'dh_gencontrol -Vlib:Depends' in debian/rules will create the output substitution variable. But that needs to be used in debian/control.

The attached patch will fix it.