Bug#979113: libpulse-dev: lib .so files in -dev package, cause other programs to fail

2021-01-04 Thread Felipe Sateler
Control: reassign -1 xcwcp Control: retitle -1 xcwcp: should dlopen SO-versioned libpulse-simple On Sun, Jan 3, 2021 at 4:30 PM Christoph Berg wrote: > Re: To Federico Grau > > const char *library_name = "libpulse-simple.so"; > > if (!cw_dlopen_internal(library_name, &(cw_pa.hand

Bug#979113: libpulse-dev: lib .so files in -dev package, cause other programs to fail

2021-01-03 Thread Christoph Berg
Re: To Federico Grau > const char *library_name = "libpulse-simple.so"; > if (!cw_dlopen_internal(library_name, &(cw_pa.handle))) { > > Federico: do you want to do that change? (Please check if the fix is > only for xcwcp or also for the other binaries in the unixcw source.) Or pe

Bug#979113: libpulse-dev: lib .so files in -dev package, cause other programs to fail

2021-01-03 Thread Christoph Berg
Re: Andreas Metzler > that change is in direct opposition to to Debian's way of handling > shared libraries. https://www.debian.org/doc/debian-policy/ch-sharedlibs.html > > If xcwcp requires the unversioned .so it will need a dependency on the > development package. xcwcp opens libpulse-simple.so

Bug#979113: libpulse-dev: lib .so files in -dev package, cause other programs to fail

2021-01-02 Thread Andreas Metzler
On 2021-01-02 Federico Grau wrote: > Package: libpulse-dev > Version: 12.2-4+deb10u1 > Severity: normal > Dear Maintainer, > * What led up to the situation? > Other programs were failing, because they were unable to load > libpulse-simple.so library file with only libpulse0 package insta

Bug#979113: libpulse-dev: lib .so files in -dev package, cause other programs to fail

2021-01-02 Thread Federico Grau
Package: libpulse-dev Version: 12.2-4+deb10u1 Severity: normal Dear Maintainer, * What led up to the situation? Other programs were failing, because they were unable to load libpulse-simple.so library file with only libpulse0 package installed. The xcwcp package is one such example.