From 5db640c95ebba59c921dc35e3abfabcf0675400b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 08:02:53 +0100 Subject: [PATCH] Adding missing conflicts/replaces to libyang-dev and libyang2-dev (Closes: #1077494). Signed-off-by: Daniel Baumann --- debian/control | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/control b/debian/control index 780354a..3f77379 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,12 @@ Depends: libyang3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, +Conflicts: + libyang-dev, + libyang2-dev, +Replaces: + libyang-dev, + libyang2-dev, Description: parser toolkit for IETF YANG data modeling language (development) YANG is a data modeling language for the definition of data sent over network management protocols (RFC 6020/7950). It can be used to model both configuration