Source: obs-advanced-scene-switcher Version: 1.29.2-1 Severity: important Tags: patch X-Debbugs-Cc: [email protected]
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. -- Regards Sudip
diff -Nru obs-advanced-scene-switcher-1.29.2/debian/changelog obs-advanced-scene-switcher-1.29.2/debian/changelog --- obs-advanced-scene-switcher-1.29.2/debian/changelog 2025-03-30 19:01:17.000000000 +0100 +++ obs-advanced-scene-switcher-1.29.2/debian/changelog 2025-08-09 06:32:55.000000000 +0100 @@ -1,3 +1,10 @@ +obs-advanced-scene-switcher (1.29.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add dependency on libcurl. + + -- Sudip Mukherjee <[email protected]> Sat, 09 Aug 2025 06:32:55 +0100 + obs-advanced-scene-switcher (1.29.2-1) unstable; urgency=medium * New upstream version 1.29.2. diff -Nru obs-advanced-scene-switcher-1.29.2/debian/control obs-advanced-scene-switcher-1.29.2/debian/control --- obs-advanced-scene-switcher-1.29.2/debian/control 2025-03-30 18:58:53.000000000 +0100 +++ obs-advanced-scene-switcher-1.29.2/debian/control 2025-08-09 06:32:50.000000000 +0100 @@ -27,6 +27,7 @@ Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, + ${lib:Depends}, obs-advanced-scene-switcher-data (>= 1.16.3-1~), obs-studio (>= 26.1.2) Enhances: obs-studio (>= 26.1.2)

