xen-utils: add lintian override for xen-shim
authorHans van Kranenburg <hans@knorrie.org>
Tue, 11 Sep 2018 09:34:19 +0000 (11:34 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 11 Sep 2018 09:34:19 +0000 (11:34 +0200)
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.

debian/templates/xen-utils.lintian-overrides.in
debian/xen-utils-4.11.lintian-overrides

index dabce13989bcfec4751678ca839dcb9db6441617..d7d5cbb9b1de51e13f2f6b4e22629358122104e2 100644 (file)
@@ -1 +1,2 @@
 statically-linked-binary usr/lib/xen-@version@/boot/hvmloader
+statically-linked-binary usr/lib/xen-@version@/boot/xen-shim
index 452adc0e0bfb3fc19a03aa07d7245cf80bceb51e..f7703e433f44e462b13fe2b5949272f8191c624f 100644 (file)
@@ -1 +1,2 @@
 statically-linked-binary usr/lib/xen-4.11/boot/hvmloader
+statically-linked-binary usr/lib/xen-4.11/boot/xen-shim