43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
Source: nymea-zigbee
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Simon Stuerz <simon.stuerz@nymea.io>
|
|
Standards-Version: 3.9.7
|
|
Homepage: https://nymea.io
|
|
Vcs-Git: https://github.com/nymea/nymea-zigbee.git
|
|
Build-Depends: debhelper (>= 9.0.0),
|
|
dpkg-dev (>= 1.16.1~),
|
|
pkg-config,
|
|
qt5-qmake,
|
|
qtbase5-dev,
|
|
qtbase5-dev-tools,
|
|
libqt5sql5-sqlite,
|
|
libqt5serialport5-dev,
|
|
libudev-dev,
|
|
libqca-qt5-2-dev,
|
|
|
|
Package: libnymea-zigbee1
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libqt5network5,
|
|
libqt5gui5,
|
|
libqt5serialport5,
|
|
libqt5sql5-sqlite
|
|
Description: Qt 5 based library for ZigBee
|
|
Qt 5 based library for ZigBee.
|
|
|
|
|
|
Package: libnymea-zigbee-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: libnymea-zigbee1 (= ${binary:Version}),
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
pkg-config
|
|
Description: Qt 5 based library for ZigBee - development files
|
|
Development files for Qt 5 based ZigBee library.
|