Package: jack-example-tools Version: 4-1 Severity: important Tags: patch Dear Maintainer,
The current version of jack-example-tools can't be installed because of a typo in the control file. (The version of jack it depens on is 1.92.22 instead of 1.9.22.) It's an easy fix, but I've included a patch anyway. Cheers, Aaron -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.9.10-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages jack-example-tools depends on: ii jackd 5+nmu1 ii libasound2t64 1.2.12-1 ii libc6 2.39-5 ii libgcc-s1 14.1.0-5 ii libjack-jackd2-0 1.9.22~dfsg-2 ii libopus0 1.5.2-2 ii libreadline8t64 8.2-4 ii libsamplerate0 0.2.2-4+b1 ii libsndfile1 1.2.2-1+b2 ii libstdc++6 14.1.0-5 ii libzita-alsa-pcmi0t64 0.6.1-1.1 ii libzita-resampler1 1.11.2-1+b1 jack-example-tools recommends no packages. jack-example-tools suggests no packages. -- no debconf information
Fix to allow the package to be installed alongside the current version of jackd2 Index: jack-example-tools-4/debian/control =================================================================== --- jack-example-tools-4.orig/debian/control +++ jack-example-tools-4/debian/control @@ -28,8 +28,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, jackd -Breaks: jackd2 (<< 1.92.22~dfsg-1~) -Replaces: jackd2 (<< 1.92.22~dfsg-1~) +Breaks: jackd2 (<< 1.9.22~dfsg-1~) +Replaces: jackd2 (<< 1.9.22~dfsg-1~) Description: JACK Audio Connection Kit (example clients) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves.