From 087ca1f2ea52f9f0ff071339d07269cc17b73370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 5 Aug 2015 21:36:53 +0200 Subject: [PATCH] fixed libguh-dev package --- debian/libguh1-dev.dirs | 2 ++ debian/libguh1-dev.install | 3 +++ debian/libguh1.install | 3 +++ libguh/libguh.pro | 10 +++++++--- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 debian/libguh1-dev.dirs create mode 100644 debian/libguh1-dev.install create mode 100644 debian/libguh1.install diff --git a/debian/libguh1-dev.dirs b/debian/libguh1-dev.dirs new file mode 100644 index 00000000..f317954b --- /dev/null +++ b/debian/libguh1-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include/guh diff --git a/debian/libguh1-dev.install b/debian/libguh1-dev.install new file mode 100644 index 00000000..d01be1c3 --- /dev/null +++ b/debian/libguh1-dev.install @@ -0,0 +1,3 @@ +usr/lib/libguh.so +usr/include/guh/* usr/include/guh + diff --git a/debian/libguh1.install b/debian/libguh1.install new file mode 100644 index 00000000..659faf7a --- /dev/null +++ b/debian/libguh1.install @@ -0,0 +1,3 @@ +usr/lib/libguh.so.1 +usr/lib/libguh.so.1.0 +usr/lib/libguh.so.1.0.0 diff --git a/libguh/libguh.pro b/libguh/libguh.pro index aa36991d..9da99cfd 100644 --- a/libguh/libguh.pro +++ b/libguh/libguh.pro @@ -5,9 +5,6 @@ TEMPLATE = lib QT += network -target.path = /usr/lib -INSTALLS += target - SOURCES += plugin/device.cpp \ plugin/deviceclass.cpp \ plugin/deviceplugin.cpp \ @@ -74,3 +71,10 @@ HEADERS += plugin/device.h \ loggingcategories.h \ guhsettings.h \ + +target.path = /usr/lib + +headers.files = $$HEADERS +headers.path = /usr/include/guh + +INSTALLS += target headers