Do not run tests when building the documentation (Closes: #1064199).

ci/unstable
Patrick Franz 10 months ago
parent a1c9244dcf
commit ae76dfe6c1
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56

3
debian/changelog vendored

@ -1,5 +1,8 @@
qt6-base (6.6.2+dfsg-3) UNRELEASED; urgency=medium
[ Patrick Franz ]
* Do not run tests when building the documentation (Closes: #1064199).
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 18 Feb 2024 12:45:43 +0100
qt6-base (6.6.2+dfsg-2) experimental; urgency=medium

3
debian/rules vendored

@ -119,3 +119,6 @@ override_dh_makeshlibs:
execute_after_dh_shlibdeps-arch:
echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars
# Do not run tests when building the documentation
override_dh_auto_test-indep:

Loading…
Cancel
Save