[neon/extras/grantlee/Neon/release] debian: mark !nocheck B-Ds
Pino Toscano
null at kde.org
Thu Sep 8 10:47:40 BST 2022
Git commit 6a3a575395c9edf3a1edd064abfde5d80ae9ec39 by Pino Toscano.
Committed on 26/09/2021 at 15:41.
Pushed by jriddell into branch 'Neon/release'.
mark !nocheck B-Ds
M +2 -0 debian/changelog
M +2 -2 debian/control
https://invent.kde.org/neon/extras/grantlee/commit/6a3a575395c9edf3a1edd064abfde5d80ae9ec39
diff --git a/debian/changelog b/debian/changelog
index bada332..4511319 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ grantlee5 (5.2.0-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.0, no changes required.
* Use /usr/share/dpkg/architecture.mk instead of querying manually for the
$DEB_HOST_* dpkg vars.
+ * Mark the xauth, and xvfb build dependencies as !nocheck, as they are needed
+ only when running dh_auto_test.
-- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Sun, 26 Sep 2021 17:36:19 +0200
diff --git a/debian/control b/debian/control
index 1645776..78dbdf0 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends: cmake (>= 3.5~),
qtdeclarative5-dev (>= 5.4),
qttools5-dev (>= 5.4),
qttools5-dev-tools (>= 5.4),
- xauth,
- xvfb
+ xauth <!nocheck>,
+ xvfb <!nocheck>,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: http://www.grantlee.org/
More information about the Neon-commits
mailing list