From 51b5dd30b7f7217ae45adc7b6dbf024b26d10039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 14 Nov 2025 15:30:34 +0100 Subject: [PATCH] Update debian packaging --- debian-qt5/control | 6 +++--- debian-qt5/copyright | 22 ++++++++++++++++++++++ debian-qt6/control | 2 +- debian-qt6/copyright | 1 + 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 debian-qt5/copyright create mode 120000 debian-qt6/copyright diff --git a/debian-qt5/control b/debian-qt5/control index db597f3..c3ae921 100644 --- a/debian-qt5/control +++ b/debian-qt5/control @@ -1,12 +1,12 @@ Source: nymea-zigbee Section: utils Priority: optional -Maintainer: Simon Stuerz +Maintainer: chargebyte austria GmbH Standards-Version: 4.6.0 Homepage: https://nymea.io Vcs-Git: https://github.com/nymea/nymea-zigbee.git -Build-Depends: debhelper (>= 9.0.0), - dpkg-dev (>= 1.16.1~), +Build-Depends: debhelper, + dpkg-dev, pkg-config, qt5-qmake, qtbase5-dev, diff --git a/debian-qt5/copyright b/debian-qt5/copyright new file mode 100644 index 0000000..f6eea15 --- /dev/null +++ b/debian-qt5/copyright @@ -0,0 +1,22 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: nymea-zigbee +Source: https://github.com/nymea/nymea-zigbee +Upstream-Contact: chargebyte austria GmbH + +Files: * +Copyright: + 2013-2024 nymea GmbH + 2024-2025 chargebyte austria GmbH +License: LGPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 3 can be found in /usr/share/common-licenses/LGPL-3. diff --git a/debian-qt6/control b/debian-qt6/control index 2c07464..5d96f61 100644 --- a/debian-qt6/control +++ b/debian-qt6/control @@ -1,7 +1,7 @@ Source: nymea-zigbee Section: utils Priority: optional -Maintainer: Simon Stuerz +Maintainer: chargebyte austria GmbH Standards-Version: 4.7.2 Homepage: https://nymea.io Vcs-Git: https://github.com/nymea/nymea-zigbee.git diff --git a/debian-qt6/copyright b/debian-qt6/copyright new file mode 120000 index 0000000..cc65877 --- /dev/null +++ b/debian-qt6/copyright @@ -0,0 +1 @@ +../debian-qt5/copyright \ No newline at end of file