[neon/qt6/qbs/Neon/release] debian: move test B-Ds to B-D-A
Pino Toscano
null at kde.org
Sat Aug 30 06:05:04 BST 2025
Git commit cac1933b32db434ee7bdf9f3de8a402f607407d4 by Pino Toscano.
Committed on 30/08/2025 at 03:55.
Pushed by carlosdem into branch 'Neon/release'.
move test B-Ds to B-D-A
M +3 -0 debian/changelog
M +2 -2 debian/control
https://invent.kde.org/neon/qt6/qbs/-/commit/cac1933b32db434ee7bdf9f3de8a402f607407d4
diff --git a/debian/changelog b/debian/changelog
index a16027e..cc05bbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ qbs (3.0.1-2) UNRELEASED; urgency=medium
* Backport the upstream https://codereview.qt-project.org/c/qbs/qbs/+/671159
to fix the build on 32bit architectures; patch
Fix-check-for-uninitialized-JSValue.diff.
+ * Move the test-only qt6-declarative-dev, and qt6-tools-dev build dependencies
+ as Build-Depends-Arch, as they are needed only when running the tests which
+ are run during arch builds.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 30 Aug 2025 05:36:33 +0200
diff --git a/debian/control b/debian/control
index 002174f..33f1060 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: cmake,
qt6-5compat-dev,
qt6-base-dev (>= 6.4.2+dfsg-12~),
qt6-base-private-dev,
- qt6-declarative-dev <!nocheck>,
- qt6-tools-dev <!nocheck>,
+Build-Depends-Arch: qt6-declarative-dev <!nocheck>,
+ qt6-tools-dev <!nocheck>,
Build-Depends-Indep: python3-bs4,
python3-lxml,
qt6-tools-dev,
More information about the Neon-commits
mailing list