Hi Adrina, the updated package still has the issue.
I tried building the package myself (overriding dh_auto_build with "dh_auto_build -- amdgpu=1") and noticed that the binary is build twice, first during the dh_auto_build step and then again during the dh_auto_install step.
Executing the build step only produced the correct binary with amdgpu support enabled, but it was overwritten immediately when executing the whole dh sequence.
Cheers Ole