Version in base suite: 1.5.1-1 Base version: srt_1.5.1-1 Target version: srt_1.5.1-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/s/srt/srt_1.5.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/s/srt/srt_1.5.1-1+deb12u1.dsc changelog | 7 +++++++ control | 13 +++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff -Nru srt-1.5.1/debian/changelog srt-1.5.1/debian/changelog --- srt-1.5.1/debian/changelog 2022-09-28 14:46:38.000000000 +0000 +++ srt-1.5.1/debian/changelog 2024-11-08 14:09:06.000000000 +0000 @@ -1,3 +1,10 @@ +srt (1.5.1-1+deb12u1) bookworm; urgency=medium + + * [1e9db13] d/control: correct hard dependencies for dev packages. + Thanks to Laurent Bigonville (Closes: #1086751) + + -- Florian Ernst Fri, 08 Nov 2024 15:09:06 +0100 + srt (1.5.1-1) unstable; urgency=medium * [cd32285] New upstream version 1.5.1 diff -Nru srt-1.5.1/debian/control srt-1.5.1/debian/control --- srt-1.5.1/debian/control 2022-07-02 09:23:38.000000000 +0000 +++ srt-1.5.1/debian/control 2024-11-08 14:06:07.000000000 +0000 @@ -49,8 +49,10 @@ Architecture: any Multi-Arch: same Conflicts: libsrt-gnutls-dev, libsrt-dev -Depends: libsrt1.5-openssl (= ${binary:Version}), ${misc:Depends} -Suggests: libsrt-doc (= ${source:Version}), libssl-dev (>= 1.1) +Depends: libsrt1.5-openssl (= ${binary:Version}), + libssl-dev (>= 1.1), + ${misc:Depends}, +Suggests: libsrt-doc (= ${source:Version}), Description: Secure Reliable Transport UDP streaming library (OpenSSL flavour development) SRT is a latency-aware UDP transport mechanism optimized for video streams. It detects and compensates for jitter and bandwidth fluctuations due to @@ -66,8 +68,11 @@ Architecture: any Multi-Arch: same Conflicts: libsrt-openssl-dev, libsrt-dev -Depends: libsrt1.5-gnutls (= ${binary:Version}), ${misc:Depends} -Suggests: libsrt-doc (= ${source:Version}), libgnutls28-dev +Depends: libgnutls28-dev, + libsrt1.5-gnutls (= ${binary:Version}), + nettle-dev, + ${misc:Depends}, +Suggests: libsrt-doc (= ${source:Version}), Description: Secure Reliable Transport UDP streaming library (GnuTLS flavour development) SRT is a latency-aware UDP transport mechanism optimized for video streams. It detects and compensates for jitter and bandwidth fluctuations due to