mirror of https://github.com/nymea/nymea-gpio
Update debian packaging and compat level
parent
da7559e7c2
commit
c920aac0f2
|
|
@ -1 +1 @@
|
||||||
9
|
11
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,13 @@ Source: nymea-gpio
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Simon Stürz <simon.stuerz@nymea.io>
|
Maintainer: Simon Stürz <simon.stuerz@nymea.io>
|
||||||
|
Standards-Version: 4.6.0
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
qt5-qmake,
|
qt5-qmake,
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qtbase5-dev-tools
|
qtbase5-dev-tools
|
||||||
Standards-Version: 3.9.7
|
|
||||||
|
|
||||||
Package: libnymea-gpio
|
Package: libnymea-gpio
|
||||||
Section: libs
|
Section: libs
|
||||||
|
|
@ -18,6 +19,7 @@ Depends: ${shlibs:Depends},
|
||||||
Description: Qt 5 based library for GPIO interaction.
|
Description: Qt 5 based library for GPIO interaction.
|
||||||
Qt 5 based library for GPIO interaction.
|
Qt 5 based library for GPIO interaction.
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-gpio-tool
|
Package: nymea-gpio-tool
|
||||||
Section: utils
|
Section: utils
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
@ -27,6 +29,7 @@ Depends: ${shlibs:Depends},
|
||||||
Description: Qt 5 based tool for GPIO interaction.
|
Description: Qt 5 based tool for GPIO interaction.
|
||||||
Qt 5 based tool for GPIO interaction.
|
Qt 5 based tool for GPIO interaction.
|
||||||
|
|
||||||
|
|
||||||
Package: libnymea-gpio-dev
|
Package: libnymea-gpio-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@ License: GPL-3
|
||||||
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
Files: libnymea-gpio/*
|
Files: libnymea-gpio/*
|
||||||
Copyright: (C) 2019 - 2020 nymea GmbH <contact@nymea.io>
|
Copyright: (C) 2019 - 2024 nymea GmbH <contact@nymea.io>
|
||||||
License: LGPL-3
|
License: LGPL-3
|
||||||
|
|
||||||
Files: nymea-gpio-tool/*
|
Files: nymea-gpio-tool/*
|
||||||
Copyright: (C) 2019 - 2020 nymea GmbH <contact@nymea.io>
|
Copyright: (C) 2019 - 2024 nymea GmbH <contact@nymea.io>
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue