mirror of https://github.com/nymea/nymea.git
201 lines
6.6 KiB
Plaintext
201 lines
6.6 KiB
Plaintext
Source: nymea
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Simon Stuerz <simon.stuerz@guh.io>
|
|
Standards-Version: 3.9.7
|
|
Homepage: https://nymea.io
|
|
Vcs-Git: https://github.com/guh/guh.git
|
|
Build-Depends: debhelper (>= 9.0.0),
|
|
dpkg-dev (>= 1.16.1~),
|
|
rsync,
|
|
qtchooser,
|
|
qt5-default,
|
|
qt5-qmake:native,
|
|
qtbase5-dev,
|
|
qttools5-dev-tools,
|
|
qtconnectivity5-dev,
|
|
libnymea-remoteproxyclient-dev,
|
|
libqt5websockets5-dev,
|
|
libqt5bluetooth5,
|
|
libqt5sql5-sqlite,
|
|
libqt5dbus5,
|
|
libssl-dev,
|
|
libnymea-mqtt-dev,
|
|
dbus-test-runner,
|
|
|
|
Package: nymea
|
|
Architecture: any
|
|
Section: metapackages
|
|
Multi-Arch: same
|
|
Depends: nymead (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Suggests: nymea-doc
|
|
Replaces: guh
|
|
Description: An open source IoT server - meta package
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package will install the server and the default plugins.
|
|
|
|
|
|
Package: nymead
|
|
Architecture: any
|
|
Section: net
|
|
Multi-Arch: same
|
|
Depends: libqt5network5,
|
|
libqt5gui5,
|
|
libqt5sql5,
|
|
libqt5xml5,
|
|
libqt5dbus5,
|
|
libqt5websockets5,
|
|
libqt5bluetooth5,
|
|
libqt5sql5-sqlite,
|
|
logrotate,
|
|
bluez,
|
|
tar,
|
|
iputils-tracepath,
|
|
iputils-ping,
|
|
dnsutils,
|
|
nymea-translations,
|
|
libnymea1 (= ${binary:Version}),
|
|
${shlibs:Depends},
|
|
${misc:Depends}
|
|
Recommends: nymea-cli,
|
|
network-manager,
|
|
nymea-update-plugin-impl,
|
|
nymea-system-plugin-impl,
|
|
nymea-zeroconf-plugin-impl,
|
|
Replaces: guhd
|
|
Description: An open source IoT server - daemon
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package will install the daemon.
|
|
|
|
Package: nymea-dbg
|
|
Priority: extra
|
|
Architecture: any
|
|
Section: debug
|
|
Multi-Arch: same
|
|
Depends: nymea (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Replaces: guh-dbg
|
|
Description: An open source IoT server - debug symbols
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package provides all debug symbols for nymea.
|
|
|
|
|
|
Package: nymea-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Recommends: nymea
|
|
Replaces: guh-doc
|
|
Build-Profiles: <!nodoc>
|
|
Description: Documentation for the nymea package (on-site) - documentation
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package contains documentation for developing nymea.
|
|
|
|
|
|
Package: nymea-translations
|
|
Section: misc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Recommends: nymea
|
|
Replaces: guh-translations
|
|
Description: Translation files for nymead and plugins - translations
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package provides the translation files for nymead and for the plugins.
|
|
|
|
|
|
Package: nymea-tests
|
|
Section: devel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: nymea (= ${binary:Version}),
|
|
${shlibs:Depends},
|
|
${misc:Depends}
|
|
Replaces: guh-tests
|
|
Description: Tests and mock plugin for the nymea daemon - tests
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package will install the mock-plugin and the corresponding tests.
|
|
|
|
|
|
Package: libnymea1
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
Replaces: libguh1
|
|
Description: An open source IoT server - core library
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package will install shared libraries for nymea.
|
|
|
|
|
|
Package: libnymea1-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libnymea1 (= ${binary:Version}),
|
|
pkg-config,
|
|
Replaces: libguh1-dev
|
|
Description: An open source IoT server - development files
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package will install the development files for nymea.
|
|
|
|
Package: nymea-dev-tools
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libnymea1 (= ${binary:Version}),
|
|
qttools5-dev-tools,
|
|
Description: An open source IoT server - development files
|
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
|
server works like a translator for devices, things and services and
|
|
allows them to interact.
|
|
With the powerful rule engine you are able to connect any device available
|
|
in the system and create individual scenes and behaviors for your environment.
|
|
.
|
|
This package will install the development tools for nymea.
|