diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 6 |
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 |