From f4d5b202974468e0af92d84d98b3dcae31629dff Mon Sep 17 00:00:00 2001 From: Patrick Schurig Date: Sun, 7 Jun 2026 21:39:49 +0200 Subject: [PATCH] =?UTF-8?q?[phase1]=20renommage=20.pro=20+=20m=C3=A9tadonn?= =?UTF-8?q?=C3=A9es=20debian=20ETM=20(fork=201.13.0+etm1,=20TARGET=20et=20?= =?UTF-8?q?paquets=20inchang=C3=A9s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- debian-qt5/changelog | 6 ++++++ debian-qt5/control | 2 +- debian-qt5/copyright | 1 + debian-qt6/control | 2 +- energyplugin/energyplugin.pro | 2 +- ...-plugin-nymea.pro => etm-powersync-energy-plugin-etm.pro | 0 6 files changed, 10 insertions(+), 3 deletions(-) rename nymea-energy-plugin-nymea.pro => etm-powersync-energy-plugin-etm.pro (100%) 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