about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-03-01 21:39:03 +0100
committerMichael Biebl <biebl@debian.org>2016-03-01 21:39:06 +0100
commit24916d2987db9fb3b4dfea9698bb33b66f5eb5db (patch)
tree484466b4bf48ac675c8b78025384771df79e2dac
parentcd009509bd02e33a3a6b2af1e8012ac87dcaba69 (diff)
Mark the Build-Depends which are required to run the test suite with <!nocheck>
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e860b8a..c7ab6cc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 network-manager (1.1.91-2) UNRELEASED; urgency=medium
 
   * Skip the test suite if "nocheck" is set via DEB_BUILD_OPTIONS.
+  * Mark the Build-Depends which are required to run the test suite with
+    <!nocheck>.
 
  -- Michael Biebl <biebl@debian.org>  Tue, 01 Mar 2016 21:34:04 +0100
 
diff --git a/debian/control b/debian/control
index 32818a68..4272bc0a 100644
--- a/debian/control
+++ b/debian/control
@@ -37,9 +37,9 @@ Build-Depends: debhelper (>= 9),
                libnewt-dev (>= 0.52.15),
                libteam-dev (>= 1.9),
                libbluetooth-dev (>= 5),
-               dbus,
-               python-gi,
-               python-dbus
+               dbus <!nocheck>,
+               python-gi <!nocheck>,
+               python-dbus <!nocheck>
 Standards-Version: 3.9.7
 Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-utopia/network-manager.git