diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-01 21:39:03 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-01 21:39:06 +0100 |
| commit | 24916d2987db9fb3b4dfea9698bb33b66f5eb5db (patch) | |
| tree | 484466b4bf48ac675c8b78025384771df79e2dac /debian/control | |
| parent | cd009509bd02e33a3a6b2af1e8012ac87dcaba69 (diff) | |
Mark the Build-Depends which are required to run the test suite with <!nocheck>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
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 |