diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-21 23:22:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-21 23:22:36 +0100 |
| commit | accf0c3ffb7d63d8e3d0397a73aaf849c661d589 (patch) | |
| tree | 8dcc3da68b73caac8951c604f49d168ccceddd25 | |
| parent | 3d5f78e8440501f349ddc5f6fc1135c581deb99c (diff) | |
Run test suite during build
This requires a build dependency on python-gi, python-dbus and dbus (for dbus-run-session).
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 5 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f6615026..dabbe4cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ network-manager (1.1.90-2) UNRELEASED; urgency=medium * Clean up obsolete /etc/dbus-1/system.d/nm-avahi-autoipd.conf conffile on upgrades. * Use dbus-run-session instead of dbus-launch within the test suite. + * Run test suite during build. This requires a build dependency on + python-gi, python-dbus and dbus (for dbus-run-session). -- Michael Biebl <biebl@debian.org> Thu, 21 Jan 2016 18:08:37 +0100 diff --git a/debian/control b/debian/control index af52fab2..ab1a80f5 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,10 @@ Build-Depends: debhelper (>= 9), libreadline-dev, libnewt-dev (>= 0.52.15), libteam-dev (>= 1.9), - libbluetooth-dev (>= 5) + libbluetooth-dev (>= 5), + dbus, + python-gi, + python-dbus Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-utopia/network-manager.git diff --git a/debian/rules b/debian/rules index 45984a53..eb1597c3 100755 --- a/debian/rules +++ b/debian/rules @@ -75,5 +75,3 @@ override_dh_systemd_start: override_dh_ppp: dh_ppp --breaks - -override_dh_auto_test: |