deb: basculer sur debian-qt6 (hems = Qt6) + powersync-* + Provides/Conflicts/Replaces

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Patrick Schurig 2026-06-25 16:39:29 +02:00
parent 65f281cd5a
commit 54c378c550
4 changed files with 13 additions and 7 deletions

2
debian
View File

@ -1 +1 @@
debian-qt5
debian-qt6

View File

@ -1,9 +1,9 @@
Source: nymea-energy-plugin-nymea
Source: powersync-energy-plugin-nymea
Section: utils
Priority: optional
Maintainer: Patrick Schurig / ETM PowerSync <etm.schurig@gmail.com>
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

View File

@ -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)