I'm having issues with this. Running `debian/rules binary` results in a bunch of warnings about missing files, and then fails with an error. See attached log. I presume there are some additonal preparation steps that need to be taken here? I tried installing via apt all the PSB packages listed as dependencies by amarok, but that does not resolve the problem.
Hi Janek, sorry I forgot to mention that to do local builds you will need to first manually install all the required packages listed inside "debian/control" file under "Build-Depends". Sme packages may have options, like "pkgA | pkgB | pkgC" so you need to install one that is available. You will also need to have a compiler (gcc) installed. Cheers Michele