Control: tags -1 patch Please find a patch for this attached.
>From ebf61cb3470e5506e21c272979b46f1ff46a1472 Mon Sep 17 00:00:00 2001 From: Bastian Germann <[email protected]> Date: Thu, 17 Sep 2026 18:53:15 +0200 Subject: [PATCH] Build with Qt6 (Xslx disabled)
--- debian/control | 29 +++++++++++++---------------- debian/rules | 2 +- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/debian/control b/debian/control index e5c15d8d..70a2ef8d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Standards-Version: 4.7.3 Maintainer: Debian Astro Maintainers <[email protected]> Uploaders: Tomasz Buchert <[email protected]> Section: science -Build-Depends: debhelper (>= 13), +Build-Depends: debhelper-compat (= 13), cmake, doxygen, @@ -12,22 +12,19 @@ Build-Depends: debhelper (>= 13), libmd4c-dev, libnlopt-cxx-dev, libnova-dev, - libqt5charts5-dev (>= 5.11.3), - libqt5opengl5-dev (>= 5.4), - libqt5qxlsx-dev, - libqt5serialport5-dev (>= 5.4), - libqt5svg5-dev, + qt6-charts-dev, + qt6-serialport-dev, + qt6-svg-dev, mesa-common-dev, - qtbase5-dev (>= 5.4), - qtbase5-private-dev, - qtdeclarative5-dev (>= 5.4), - qtdeclarative5-dev-tools (>= 5.4), - qtmultimedia5-dev (>= 5.4), - qtpositioning5-dev (>= 5.4), - qtscript5-dev (>= 5.4), - qttools5-dev (>= 5.4), - qttools5-dev-tools (>= 5.4), - qtwebengine5-dev (>= 5.15) [amd64 arm64 armhf i386 mips64el], + qt6-base-dev, + qt6-base-private-dev, + qt6-declarative-dev, + qt6-declarative-dev-tools, + qt6-multimedia-dev, + qt6-positioning-dev, + qt6-tools-dev, + qt6-tools-dev-tools, + qt6-webengine-dev [amd64 arm64 armhf i386], zlib1g-dev Vcs-Browser: https://salsa.debian.org/debian-astro-team/stellarium Vcs-Git: https://salsa.debian.org/debian-astro-team/stellarium.git diff --git a/debian/rules b/debian/rules index 41aca602..50338283 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- -DENABLE_SHOWMYSKY=0 + dh_auto_configure -- -DENABLE_SHOWMYSKY=0 -DENABLE_XLSX=OFF override_dh_install: dh_install

