[neon/neon/masks/Neon/unstable] debian: add override for isc-dhcp-client which backported systemd does not want installed. ubuntu-minimal in focal depends on it but not in groovy

Jonathan Riddell null at kde.org
Fri Oct 16 12:06:23 BST 2020


Git commit 904f40559435a101943e128e9fba73d513c6aaf5 by Jonathan Riddell.
Committed on 16/10/2020 at 11:06.
Pushed by jriddell into branch 'Neon/unstable'.

add override for isc-dhcp-client which backported systemd does not want installed.  ubuntu-minimal in focal depends on it but not in groovy

M  +12   -0    debian/control

https://invent.kde.org/neon/neon/masks/commit/904f40559435a101943e128e9fba73d513c6aaf5

diff --git a/debian/control b/debian/control
index d474c03..c723782 100644
--- a/debian/control
+++ b/debian/control
@@ -46,3 +46,15 @@ Description: Apport override
  KDE neon. Should you wish to use it anyway, you can simply install
  apport manually. This override will be automatically removed
  as part of the installation of apport.
+
+Package: neon-isc-dhcp-client
+Architecture: all
+Depends: ${misc:Depends}
+Provides: isc-dhcp-client
+Breaks: isc-dhcp-client
+Replaces: isc-dhcp-client
+Description: isc-dhcp-client override
+ This package overrides the isc-dhcp-client as it's not desired to be installed on
+ KDE neon. Should you wish to use it anyway, you can simply install
+ isc-dhcp-client manually. This override will be automatically removed
+ as part of the installation of isc-dhcp-client.


More information about the Neon-commits mailing list