I built a DEB package following these instructions :
https://github.com/brummer10/pajackconnect wrote:Build package with:
dpkg-buildpackage -rfakeroot -uc -us -b
On other distributions you need to first edit the file resume-fix-pulseaudio.service and replace USERNAME with your User name (logname) and USERID with your users ID (id -u $(logname))
after install you need to run (as root)
systemctl enable resume-fix-pulseaudio.service
systemctl daemon-reloadto enable the service.
Unfortunately there is an error when i try to install the package with dpkg -i because of dh-systemd, the reason being this package is a dependancy but is not available in Debian anymore.
Does someone knows how to fix this ?