From a4e6d1c811758801ae01162686b439ff7dec3807 Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Mon, 20 Jul 2020 23:12:35 +0200 Subject: [PATCH] Fix dependencies for Ubuntu 20.04 LTS (Focal Fossa) --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c457cf2..50622a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qubes-core-agent (4.1.14-1ubuntu1) UNRELEASED; urgency=medium + + * debian/control: initscripts dependency set to initscripts | sysvinit-utils + to fix FTBFS on Ubuntu 20.04 LTS (Focal Fossa). + + -- Krzysztof Burghardt Mon, 20 Jul 2020 23:03:18 +0200 + qubes-core-agent (4.1.14-1) unstable; urgency=medium [ Marek Marczykowski-Górecki ] diff --git a/debian/control b/debian/control index 1671f79..a178ac6 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: gawk, imagemagick, init-system-helpers, - initscripts, + initscripts | sysvinit-utils, librsvg2-bin, locales, ncurses-term,