diff --git a/debian-qt5/changelog b/debian-qt5/changelog index 78ae346..91a4070 100644 --- a/debian-qt5/changelog +++ b/debian-qt5/changelog @@ -1,3 +1,9 @@ +nymea-energy-plugin-nymea (1.13.0+etm1) jammy; urgency=medium + + * Fork ETM PowerSync de nymea-energy-plugin-nymea + + -- Patrick Schurig / ETM PowerSync Sun, 07 Jun 2026 21:38:25 +0200 + nymea-energy-plugin-nymea (1.13.0) jammy; urgency=medium [ Simon Stürz ] diff --git a/debian-qt5/control b/debian-qt5/control index 76d8d3a..2c9d947 100644 --- a/debian-qt5/control +++ b/debian-qt5/control @@ -1,7 +1,7 @@ Source: nymea-energy-plugin-nymea Section: utils Priority: optional -Maintainer: chargebyte austria GmbH +Maintainer: Patrick Schurig / ETM PowerSync Standards-Version: 4.6.0 Homepage: https://nymea.io Build-Depends: debhelper (>= 9.0.0), diff --git a/debian-qt5/copyright b/debian-qt5/copyright index 6d02cc1..19938da 100644 --- a/debian-qt5/copyright +++ b/debian-qt5/copyright @@ -6,6 +6,7 @@ Files: * Copyright: 2013 - 2024, nymea GmbH 2024 - 2025, chargebyte austria GmbH + 2025 - 2026, Patrick Schurig / ETM PowerSync License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian-qt6/control b/debian-qt6/control index 5c312e0..86f4213 100644 --- a/debian-qt6/control +++ b/debian-qt6/control @@ -1,7 +1,7 @@ Source: nymea-energy-plugin-nymea Section: utils Priority: optional -Maintainer: chargebyte austria GmbH +Maintainer: Patrick Schurig / ETM PowerSync Standards-Version: 4.7.2 Homepage: https://nymea.io Build-Depends: debhelper, diff --git a/energyplugin/energyplugin.pro b/energyplugin/energyplugin.pro index 2ed0e91..375880d 100644 --- a/energyplugin/energyplugin.pro +++ b/energyplugin/energyplugin.pro @@ -22,7 +22,7 @@ INSTALLS += target TRANSLATIONS *= $$files($${_PRO_FILE_PWD_}/translations/*ts, true) lupdate.depends = FORCE lupdate.depends += qmake_all -lupdate.commands = lupdate -recursive -no-obsolete $${_PRO_FILE_PWD_}/nymea-energy-plugin-nymea.pro +lupdate.commands = lupdate -recursive -no-obsolete $${_PRO_FILE_PWD_}/etm-powersync-energy-plugin-etm.pro QMAKE_EXTRA_TARGETS += lupdate # make lrelease to build .qm from .ts diff --git a/nymea-energy-plugin-nymea.pro b/etm-powersync-energy-plugin-etm.pro similarity index 100% rename from nymea-energy-plugin-nymea.pro rename to etm-powersync-energy-plugin-etm.pro