Do not run tests when building the documentation (Closes: #1064199).
This commit is contained in:
parent
a1c9244dcf
commit
ae76dfe6c1
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,5 +1,8 @@
|
|||||||
qt6-base (6.6.2+dfsg-3) UNRELEASED; urgency=medium
|
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
|
-- 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
|
qt6-base (6.6.2+dfsg-2) experimental; urgency=medium
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -119,3 +119,6 @@ override_dh_makeshlibs:
|
|||||||
|
|
||||||
execute_after_dh_shlibdeps-arch:
|
execute_after_dh_shlibdeps-arch:
|
||||||
echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars
|
echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars
|
||||||
|
|
||||||
|
# Do not run tests when building the documentation
|
||||||
|
override_dh_auto_test-indep:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user