[neon/extras/kronometer/Neon/release] debian: mark check-only B-Ds as !nocheck

Pino Toscano null at kde.org
Thu Sep 8 15:45:00 BST 2022


Git commit 5c0ac31f1d788dea24cd64d131f45fb3e94c5974 by Pino Toscano.
Committed on 23/10/2021 at 09:25.
Pushed by jriddell into branch 'Neon/release'.

mark check-only B-Ds as !nocheck

M  +2    -0    debian/changelog
M  +2    -1    debian/control

https://invent.kde.org/neon/extras/kronometer/commit/5c0ac31f1d788dea24cd64d131f45fb3e94c5974

diff --git a/debian/changelog b/debian/changelog
index edf0fc5..761b3c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ kronometer (2.2.3-2) UNRELEASED; urgency=medium
   * Add Rules-Requires-Root: no.
   * Bump Standards-Version to 4.6.0, no changes required.
   * Remove the explicit as-needed linking, as it is done by binutils now.
+  * Mark the xauth, and xvfb build dependencies as nocheck, as they are needed
+    only by dh_auto_test.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 23 Oct 2021 11:19:02 +0200
 
diff --git a/debian/control b/debian/control
index c002fb9..6265ead 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: debhelper-compat (= 13),
  libkf5i18n-dev (>= 5.26.0),
  libkf5widgetsaddons-dev (>= 5.26.0),
  libkf5xmlgui-dev (>= 5.26.0),
- xvfb, xauth,
+ xvfb <!nocheck>,
+ xauth <!nocheck>,
 Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kronometer



More information about the Neon-commits mailing list