install plugins to a separate package
This commit is contained in:
parent
97047a5f39
commit
25ec4193ab
28
debian/control
vendored
28
debian/control
vendored
@ -69,8 +69,26 @@ Architecture: any
|
||||
Depends: libguh1 (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: server for home automation systems - development files
|
||||
'Gear Up your Home!' - Home automation server.
|
||||
guh is a home automation system aiming for easy integration of various
|
||||
existing home automation and controlling devices into a fully automated
|
||||
system.
|
||||
Description: server for home automation systems
|
||||
guh stands for 'Gear Up your Home!' and provide a WebGUI and configuration
|
||||
for various systems that provide home and house automations. It's
|
||||
expandable with plugins for a greater functionality.
|
||||
.
|
||||
It supports systems like ZigBee, Z-Wave, KNX/EIB, FS20, EnOcean and other.
|
||||
.
|
||||
This package contains the guh devloper library links.
|
||||
|
||||
Package: guh-plugins
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libguh1 (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: server for home automation systems - plugins
|
||||
guh stands for 'Gear Up your Home!' and provide a WebGUI and configuration
|
||||
for various systems that provide home and house automations. It's
|
||||
expandable with plugins for a greater functionality.
|
||||
.
|
||||
It supports systems like ZigBee, Z-Wave, KNX/EIB, FS20, EnOcean and other.
|
||||
.
|
||||
This package contains plugins for guh.
|
||||
|
||||
1
debian/guh-plugins.dirs
vendored
Normal file
1
debian/guh-plugins.dirs
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/guh/plugins
|
||||
12
debian/guh-plugins.install
vendored
Normal file
12
debian/guh-plugins.install
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
usr/lib/guh/libguh_devicepluginconrad.so
|
||||
usr/lib/guh/libguh_devicepluginelro.so
|
||||
usr/lib/guh/libguh_deviceplugineq3.so
|
||||
usr/lib/guh/libguh_devicepluginintertechno.so
|
||||
usr/lib/guh/libguh_devicepluginlgsmarttv.so
|
||||
usr/lib/guh/libguh_devicepluginlircd.so
|
||||
usr/lib/guh/libguh_devicepluginmailnotification.so
|
||||
usr/lib/guh/libguh_devicepluginopenweathermap.so
|
||||
usr/lib/guh/libguh_devicepluginphilipshue.so
|
||||
usr/lib/guh/libguh_devicepluginwakeonlan.so
|
||||
usr/lib/guh/libguh_devicepluginwemo.so
|
||||
usr/lib/guh/libguh_devicepluginwifidetector.so
|
||||
2
debian/guh-tests.install
vendored
Normal file
2
debian/guh-tests.install
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
usr/tests/* usr/lib/guh/tests
|
||||
usr/lib/guh/libguh_devicepluginmock.so
|
||||
Reference in New Issue
Block a user