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

This commit is contained in:
Patrick Franz 2024-02-18 13:27:11 +01:00
parent a1c9244dcf
commit ae76dfe6c1
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56
2 changed files with 6 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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
View File

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