Just do a 'apt-get source jackd2'. That will
probably tell you that the package
source
is maintained in git. If you want to use the git version then you probably need
to
modify the git repository url given by apt-get - just substitute 'git://' with
'https://'.
Next, change into 'jackd2' and modify the 'rules' file and add/modify
the
'waf-configure-options'
(in your case you probably just want to remove the '--dbus' option).
Next, you need to edit debian/control: remove 'libdbus-1-dev' from the
Build-Depends section and
remove python-dbus from the 'Depends' section.
Thank you Ralf, I missed the depends section stuff, but anyway got it installed and
working.
Regards
/R