Bug#858525: libjack-jackd2-dev: Depend on jackd2
Reinhard Tartler
siretart at tauware.de
Tue Mar 28 03:22:41 UTC 2017
tags 858525 patch
stop
Hi,
I think the approach of adding a 'depends' to jackd2 is the simplest.
Moving the shared library to the -dev packages doesn't work, because
/usr/bin/jackd2 and netserver.so link against it.
The downside of this patch is that every package that depends on
libjack-jackd2-dev now also pulls jackd2. This might be a bit overkill
(and potentially starts a daemon). To resolve this, I think we would
need to introduce a new package (which I'd rather avoid at this point).
Let me know what you think about this.
modified debian/control
@@ -90,7 +90,8 @@ Package: libjack-jackd2-dev
Architecture: any
Section: libdevel
Multi-Arch: same
-Depends: libjack-jackd2-0 (= ${binary:Version}),
+Depends: libjack-jackd2-0 (= ${binary:Version}),
+ jackd2 (= ${binary:Version}),
${asound:Depends},
${misc:Depends},
${shlibs:Depends},
More information about the pkg-multimedia-maintainers
mailing list