From 3c933a6dba1f8ec05e0f41fbb7736e98fe969d4d Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 6 Oct 2022 10:20:40 +0200 Subject: [PATCH] debian/control: Make libwsutil-dev break/replace libwireshark-dev (<< 4.0.0) Libwsutil now ships header files previously present in libwireshark-dev. Follow-up to d391d86c337ec1389095b55a2ee2f7ac56e65d80. --- packaging/debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/debian/control b/packaging/debian/control index 1424e4c504..f760758eeb 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -141,6 +141,8 @@ Package: libwsutil-dev Section: libdevel Architecture: any Depends: ${misc:Depends} , libwsutil0 (= ${binary:Version}) +Breaks: libwireshark-dev (<< 3.7.0~) +Replaces: libwireshark-dev (<< 3.7.0~) Description: network packet dissection utilities library -- development files The libwsutil library provides utility functions for libwireshark6. .