You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: follow Debian soname convention for DEB package names
The runtime DEB package was named 'libkqueue' but Debian convention
requires the soversion suffix (e.g. 'libkqueue0'). This caused
dependency resolution failures when installing packages that depend
on 'libkqueue0'.
Extract the soversion into a KQUEUE_SOVERSION variable and use it
to construct CPACK_DEBIAN_MAIN_PACKAGE_NAME. Also fix the -dev
package dependency to reference the correct runtime package name.
0 commit comments