Procházet zdrojové kódy

Fix dependencies for Ubuntu 20.04 LTS (Focal Fossa)

Krzysztof Burghardt před 3 roky
rodič
revize
a4e6d1c811
2 změnil soubory, kde provedl 8 přidání a 1 odebrání
  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,