[Python-modules-commits] [pydbus] 01/02: Add dbus-x11 build dependency as the new test runner script uses dbus-launch
Alberto Caso
acaso-guest at moszumanska.debian.org
Thu Dec 29 11:44:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
acaso-guest pushed a commit to branch master
in repository pydbus.
commit e23695049361198eb8a4342841a3e6886c207db6
Author: Alberto Caso <alberto.caso at juntaex.es>
Date: Thu Dec 29 12:36:45 2016 +0100
Add dbus-x11 build dependency as the new test runner script uses dbus-launch
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4ed409a..af6053b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pydbus (0.6.0-1) unstable; urgency=low
address.
* Remove no longer necessary .pyremove files.
* Drop debian/run_tests.sh script in favor of upstream's new tests/run.sh.
+ Add dbus-x11 build dependency as run.sh uses dbus-launch.
-- Alberto Caso <alberto.caso at juntaex.es> Wed, 28 Dec 2016 12:30:36 +0100
diff --git a/debian/control b/debian/control
index 70abe6b..cfb9e4c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Alberto Caso <alberto.caso at juntaex.es>
-Build-Depends: dbus,
+Build-Depends: dbus-x11,
debhelper (>= 9),
dh-python,
python-all,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydbus.git
More information about the Python-modules-commits
mailing list