From a0b791c513311103c6ad1e271a79564dd7253eba Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 6 Sep 2015 16:02:52 +0000 Subject: [PATCH] added missing dependency python-dbus to 'Depends:' https://github.com/marmarek/qubes-core-agent-linux/blob/master/misc/qubes-desktop-run depends on python-dbus. (https://github.com/marmarek/qubes-core-agent-linux/blob/0b7ade11b868babe44c73e1a502cdd44487abac9/misc/xdg.py#L5) (cherry picked from commit 5078b2030f2a53e3326eccf7ebbbbf813aca563d) Conflicts: debian/control --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index c989365..165a181 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Depends: python2.7, python-gi, qubes-utils (>= 2.0.17), + python-dbus, sudo, systemd, x11-xserver-utils,