[neon/extras/kuserfeedback/Neon/release] debian: mark !nocheck B-Ds

Pino Toscano null at kde.org
Thu Sep 8 16:47:13 BST 2022


Git commit 1a7c924b968adc7a0038f64b8151a76ae6bd7f8c by Pino Toscano.
Committed on 23/02/2022 at 06:27.
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/kuserfeedback/commit/1a7c924b968adc7a0038f64b8151a76ae6bd7f8c

diff --git a/debian/changelog b/debian/changelog
index 7074f85..8000494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ kuserfeedback (1.2.0-2) UNRELEASED; urgency=medium
   * Bump the reference version used to cleanup the old
     /etc/xdg/org_kde_UserFeedback.categories to the same version of this
     changelog entry, as versions in the past do not work when upgrading.
+  * Mark the xauth, and xvfb build dependencies as !nocheck, as they are needed
+    only during dh_auto_test.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Feb 2022 07:19:59 +0100
 
diff --git a/debian/control b/debian/control
index a42d74f..b9eafe0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends: bison,
                qtdeclarative5-dev-tools,
                qttools5-dev,
                qttools5-dev-tools (>= 5.4),
-               xauth,
-               xvfb,
+               xauth <!nocheck>,
+               xvfb <!nocheck>,
 Build-Depends-Indep: qdoc-qt5
 Rules-Requires-Root: no
 Standards-Version: 4.6.0



More information about the Neon-commits mailing list