packaging: split vgpu perception into separate libvgpu-perception0 + -dev packages

- the vmsig package no longer ships the gpu lib; it is a Sensor lib for the control, not the daemon
- vgpu-perception gets SOVERSION; runtime (libvgpu-perception0) and dev (-dev) packages, like the vmie split
- per-component install + a 3-package make deb; fix a stale comment (the windows producer is in-tree)
This commit is contained in:
2026-06-22 20:32:21 +03:00
parent d1aa09ecac
commit 0289817821
9 changed files with 109 additions and 56 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
case "$1" in
configure)
ldconfig || true
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
esac
exit 0