aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-10-06 10:20:40 +0200
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-10-06 11:18:13 +0000
commit3c933a6dba1f8ec05e0f41fbb7736e98fe969d4d (patch)
tree217f918efb64e718a4eb2e1bdd4a5950ee21587e /packaging
parent48c4c646f378c29f777232a23093b2a0bd6154ce (diff)
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.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/control2
1 files changed, 2 insertions, 0 deletions
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.
.