From a715797589d843c23fa7ac1d2871aa1895cc1f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 13 Jun 2018 16:58:35 +0200 Subject: [PATCH] debian: add Depends: qubesdb-vm Make sure that qubesdb is configured (including service start) before executing postinst of qubes-core-agent package, which will communicate with qubesdb service. Fixes QubesOS/qubes-issues#3951 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 4cc1190..72dc116 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,7 @@ Depends: python-dbus, qubes-utils (>= 3.1.3), qubes-core-agent-qrexec, + qubesdb-vm, systemd, x11-xserver-utils, xdg-user-dirs,