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