From 99a876a02de91bbd29cf33569bebf4ee479cc086 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 4 Sep 2020 12:50:08 +0100 Subject: [PATCH] debian/control: add libxenhypfs[1] This is a new library in upstream. It has a stable ABI and a proper soname, currently "1". Signed-off-by: Ian Jackson --- debian/control | 11 ++++++++++- debian/libxenhypfs1.install | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 debian/libxenhypfs1.install diff --git a/debian/control b/debian/control index fda6a9bea9..7f26ca04f6 100644 --- a/debian/control +++ b/debian/control @@ -194,7 +194,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libxengnttab1 (= ${binary:Version}), libxenstore3.0 (= ${binary:Version}), libxentoolcore1 (= ${binary:Version}), - libxentoollog1 (= ${binary:Version}) + libxentoollog1 (= ${binary:Version}), + libxenhypfs1 (= ${binary:Version}), Description: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. . @@ -283,3 +284,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: Xen runtime libraries - libxentoollog Shared library for Xen utilities. Multi-Arch: same + +Package: libxenhypfs1 +Section: libs +Architecture: amd64 arm64 armhf i386 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Xen runtime library - libxenhypfs + Shared library for Xen utilities. +Multi-Arch: same diff --git a/debian/libxenhypfs1.install b/debian/libxenhypfs1.install new file mode 100644 index 0000000000..d561a3a80a --- /dev/null +++ b/debian/libxenhypfs1.install @@ -0,0 +1 @@ +usr/lib/*/libxenhypfs.so.* -- 2.30.2