From 40c87c00a66591770af2e7411ee2776e3ba82079 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 24 Sep 2017 23:24:00 +0200 Subject: [PATCH] move libguh-core over to guhd --- debian/guh-tests.install.in | 4 ---- debian/guhd.install | 3 --- debian/guhd.install.in | 7 +++++++ 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 debian/guhd.install create mode 100644 debian/guhd.install.in diff --git a/debian/guh-tests.install.in b/debian/guh-tests.install.in index 787c2fbe..88456057 100644 --- a/debian/guh-tests.install.in +++ b/debian/guh-tests.install.in @@ -1,6 +1,2 @@ usr/tests/* usr/lib/@DEB_HOST_MULTIARCH@/guh/tests -usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so -usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so.1 -usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so.1.0 -usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so.1.0.0 usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginmock.so diff --git a/debian/guhd.install b/debian/guhd.install deleted file mode 100644 index 30874570..00000000 --- a/debian/guhd.install +++ /dev/null @@ -1,3 +0,0 @@ -usr/bin/guhd -data/systemd/guhd.service /lib/systemd/system/ -data/logrotate/guhd /etc/logrotate.d/ diff --git a/debian/guhd.install.in b/debian/guhd.install.in new file mode 100644 index 00000000..80a3b6c1 --- /dev/null +++ b/debian/guhd.install.in @@ -0,0 +1,7 @@ +usr/bin/guhd +usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so +usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so.1 +usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so.1.0 +usr/lib/@DEB_HOST_MULTIARCH@/libguh-core.so.1.0.0 +data/systemd/guhd.service /lib/systemd/system/ +data/logrotate/guhd /etc/logrotate.d/