Add dbus to autopkgtest dependencies to ensure machine-id is properly

setup.
This commit is contained in:
Michael Biebl
2016-08-31 16:48:20 +00:00
parent a6ef5daccd
commit 37e49816e5
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ gtk+3.0 (3.21.5-2) UNRELEASED; urgency=medium
* Change Build-Depends on dbus-x11 to dbus. The use of dbus-launch has been
removed upstream so having only dbus installed is sufficient to run the
test-suite. (Closes: #835891)
* Add dbus to autopkgtest dependencies to ensure machine-id is properly
setup.
-- Michael Biebl <biebl@debian.org> Wed, 31 Aug 2016 01:05:43 +0200

View File

@ -1,2 +1,2 @@
Tests: build python3-gi
Depends: libgtk-3-dev, build-essential, xauth, xvfb, python3-gi, gir1.2-gtk-3.0
Depends: libgtk-3-dev, build-essential, xauth, xvfb, python3-gi, gir1.2-gtk-3.0, dbus