Browse Source

Fix dependencies for Ubuntu 20.04 LTS (Focal Fossa)

Krzysztof Burghardt 3 years ago
parent
commit
a4e6d1c811
2 changed files with 8 additions and 1 deletions
  1. 7 0
      debian/changelog
  2. 1 1
      debian/control

+ 7 - 0
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 <krzysztof@burghardt.pl>  Mon, 20 Jul 2020 23:03:18 +0200
+
 qubes-core-agent (4.1.14-1) unstable; urgency=medium
 
   [ Marek Marczykowski-Górecki ]

+ 1 - 1
debian/control

@@ -31,7 +31,7 @@ Depends:
     gawk,
     imagemagick,
     init-system-helpers,
-    initscripts,
+    initscripts | sysvinit-utils,
     librsvg2-bin,
     locales,
     ncurses-term,