about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-07-05 13:36:07 +0200
committerMichael Biebl <biebl@debian.org>2018-07-05 13:36:07 +0200
commitb4acc5e03e2b821e1cccc69529bb70826c741942 (patch)
tree573cd5a4f828ede20bbb8588140a65a7245a9153
parent4194077b53dd81fb43d06e5178567a5410391bc2 (diff)
Add Conflicts to network-manager-dev against deprecated libraries
The deprecated libnm-glib-dev, libnm-glib-vpn-dev and libnm-util-dev
require header files from network-manager-dev which are no longer
provided in newer versions. Add Conflicts to network-manager-dev to
ensure that we don't get a broken combination of installed packages.

Closes: #903029
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 24299c4b..f6348853 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,9 @@ Section: devel
 Architecture: linux-any
 Multi-Arch: same
 Depends: ${misc:Depends}
+Conflicts: libnm-glib-dev,
+           libnm-glib-vpn-dev,
+           libnm-util-dev,
 Description: network management framework (development files)
  This package provides general header and development files and documentation
  of configuration formats, command line utilities and the D-Bus API.