From 54c378c550a6409a94702edf3fdf0e797d90ea03 Mon Sep 17 00:00:00 2001 From: Patrick Schurig Date: Thu, 25 Jun 2026 16:39:29 +0200 Subject: [PATCH] deb: basculer sur debian-qt6 (hems = Qt6) + powersync-* + Provides/Conflicts/Replaces Co-Authored-By: Claude Sonnet 4.6 --- debian | 2 +- debian-qt6/control | 17 +++++++++++------ ...=> powersync-energy-plugin-nymea.install.in} | 0 debian-qt6/rules | 1 + 4 files changed, 13 insertions(+), 7 deletions(-) rename debian-qt6/{nymea-energy-plugin-nymea.install.in => powersync-energy-plugin-nymea.install.in} (100%) diff --git a/debian b/debian index cd83f55..0886df3 120000 --- a/debian +++ b/debian @@ -1 +1 @@ -debian-qt5 \ No newline at end of file +debian-qt6 \ No newline at end of file diff --git a/debian-qt6/control b/debian-qt6/control index 86f4213..a8a147a 100644 --- a/debian-qt6/control +++ b/debian-qt6/control @@ -1,9 +1,9 @@ -Source: nymea-energy-plugin-nymea +Source: powersync-energy-plugin-nymea Section: utils Priority: optional Maintainer: Patrick Schurig / ETM PowerSync Standards-Version: 4.7.2 -Homepage: https://nymea.io +Homepage: https://git.etm-powersync.fr/ETM-Schurig/etm-powersync-energy-plugin-etm Build-Depends: debhelper, dpkg-dev, qt6-base-dev, @@ -18,16 +18,21 @@ Build-Depends: debhelper, gnuplot-x11, -Package: nymea-energy-plugin-nymea +Package: powersync-energy-plugin-nymea Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, nymea-experience-plugin-energy, -Description: nymea energy plugin for the energy experience - This nymea energy plugin adds the smart smart charging and overload protection - to the nymea energy experience. +Provides: nymea-energy-plugin-nymea +Conflicts: nymea-energy-plugin-nymea +Replaces: nymea-energy-plugin-nymea +Description: ETM PowerSync energy plugin for nymea (fork Qt6) + Fork ETM PowerSync de nymea-energy-plugin-nymea. Ajoute un arbitrage multi-charges + (ECS paliers, SG-Ready PAC, EV, batterie) avec waterfall unifié par priorité, + anti-clignotement (recrédit correction B), watchdog L2 compteur muet, et + mode dégradé conservateur. Package: nymea-energy-tests diff --git a/debian-qt6/nymea-energy-plugin-nymea.install.in b/debian-qt6/powersync-energy-plugin-nymea.install.in similarity index 100% rename from debian-qt6/nymea-energy-plugin-nymea.install.in rename to debian-qt6/powersync-energy-plugin-nymea.install.in diff --git a/debian-qt6/rules b/debian-qt6/rules index 58309a5..6428524 100755 --- a/debian-qt6/rules +++ b/debian-qt6/rules @@ -3,6 +3,7 @@ export DH_VERBOSE=1 export QT_QPA_PLATFORM=minimal +export DH_OPTIONS=-N nymea-energy-tests DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)