usr/lib/*/libxenstat.so.*
usr/lib/*/libxenvchan.so.*
usr/lib/*/libxlutil.so.*
-usr/lib/xen-@version@/lib/*/libfsimage*
-usr/lib/xen-@version@/lib/*/fs
+usr/lib/xen-@version@/lib/*/libxenfsimage*
+usr/lib/xen-@version@/lib/*/xenfsimage
@# in the hotplug scripts. We have a patch to drop that.
sed -i '/^libdir=/d' $t/etc/xen/scripts/hotplugpath.sh
-# libfsimage not only has an unstable ABI, but also a very poor name.
-# Our makefile patch puts it in a different directory and fixes up the
-# rpath; this rules code excludes the header files.
-dh_install_excludes += -Xinclude/fsimage
+# libxenfsimage has an unstable ABI. Our makefile patch puts it in a
+# different directory and fixes up the rpath; this rules code excludes the
+# header files.
+dh_install_excludes += -Xinclude/xenfsimage
# The upstream build produces these.
dh_install_excludes += -X'*.pyc'
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
+binary-or-shlib-defines-rpath usr/lib/xen-4.11/lib/python/xenfsimage.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