Lintian complains, and the upload to Debian is rejected, because:
E: xen-utils-4.11: statically-linked-binary
usr/lib/xen-4.11/boot/xen-shim
We can add an override for this, because the shim is a kernel that you
can boot, which obviously cannot use shared libraries from the host
system.
For now, add the change to both .in file and generated file, so we won't
lose it, whatever happens before the end of the day.
statically-linked-binary usr/lib/xen-@version@/boot/hvmloader
+statically-linked-binary usr/lib/xen-@version@/boot/xen-shim
statically-linked-binary usr/lib/xen-4.11/boot/hvmloader
+statically-linked-binary usr/lib/xen-4.11/boot/xen-shim