mirror of https://github.com/nymea/nymea-gpio
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
Source: nymea-gpio
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: chargebyte austria GmbH <contact@nymea.io>
|
|
Standards-Version: 4.7.2
|
|
Vcs-Git: https://github.com/nymea/nymea-gpio.git
|
|
Build-Depends: debhelper,
|
|
dpkg-dev,
|
|
pkg-config,
|
|
qt6-base-dev,
|
|
libgpiod-dev,
|
|
qt6-base-dev-tools,
|
|
|
|
|
|
Package: libnymea-gpio
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends}
|
|
Description: Qt based library for GPIO interaction.
|
|
Qt based library for GPIO interaction.
|
|
|
|
|
|
Package: nymea-gpio-tool
|
|
Section: utils
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libnymea-gpio (= ${binary:Version})
|
|
Description: Qt based tool for GPIO interaction.
|
|
Qt based tool for GPIO interaction.
|
|
|
|
|
|
Package: libnymea-gpio-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
pkg-config,
|
|
libgpiod-dev,
|
|
libnymea-gpio (= ${binary:Version})
|
|
Description: Qt based library for GPIO interaction - development files
|
|
Development files for Qt based GPIO library.
|