]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Packaging change: override lintian warning about fsimage.so rpath.
authorIan Jackson <ian.jackson@citrix.com>
Fri, 22 Feb 2019 15:50:00 +0000 (15:50 +0000)
committerIan Jackson <ian.jackson@citrix.com>
Thu, 28 Feb 2019 16:14:15 +0000 (16:14 +0000)
This warning is spurious.  Normally .debs should not set rpath but in
this case it is needed.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/changelog
debian/xen-utils-V.lintian-overrides.vsn-in

index 67f5c28e8dae2e3150511294186d8ca7ec5f4253..1828f255fd0f3456f959373e1b4eb68159b34231 100644 (file)
@@ -1,8 +1,9 @@
 xen (4.11.1+26-g87f51bf366-2~) unstable; urgency=medium
 
-  * 
+  * Packaging change: override spurious lintian warning about
+    fsimage.so rpath.
 
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 22 Feb 2019 15:49:52 +0000
 
 xen (4.11.1+26-g87f51bf366-1) unstable; urgency=medium
 
index 8c676786d194975688c8395bbc4bd6661c18f043..610186a7c5b2d27d8121d6514b5cf521aa7d1dba 100644 (file)
@@ -7,3 +7,7 @@ binary-has-unneeded-section usr/lib/xen-4.11/boot/xen-shim .note
 
 binary-from-other-architecture usr/lib/debug/xen-syms-4.11-shim/xen-shim-syms
 # ^ this is a symbols file for the shim
+
+binary-or-shlib-defines-rpath usr/lib/xen-4.11/lib/python/fsimage.so /usr/lib/xen-4.11/lib/x86_64-linux-gnu
+# ^ this module needs to load the libfsimage .so from within
+#   the xen-utils private directory.  less +/fsimage debian/rules