diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/debian/control b/debian/control index 2c5362b0..bd7dec13 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: wireshark Maintainer: Balint Reczey <balint@balintreczey.hu> Section: net Priority: optional -Build-Depends: dpkg-dev (>= 1.22.5), - qt6-5compat-dev, +Build-Depends: qt6-5compat-dev, qt6-base-dev, qt6-base-dev-tools, qt6-multimedia-dev, @@ -30,7 +29,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), libgnutls28-dev, libgcrypt-dev, libkrb5-dev, - liblua5.2-dev, + liblua5.4-dev | liblua5.3-dev, libsmi2-dev, libmaxminddb-dev, libopencore-amrnb-dev, @@ -66,8 +65,8 @@ Package: wireshark-common Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libwireshark17t64 (>= ${binary:Version}), - libwiretap14t64 (>= ${binary:Version}), + libwireshark18 (>= ${binary:Version}), + libwiretap15 (>= ${binary:Version}), debconf, libcap2-bin [linux-any] Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version}) @@ -147,27 +146,21 @@ Description: network traffic analyzer - documentation This package contains Wireshark User's guide, Wireshark Developer's Guide and the Lua Reference. -Package: libwireshark17t64 -Provides: ${t64:Provides} -Replaces: libwireshark17 -Breaks: libwireshark17 (<< ${source:Version}) +Package: libwireshark18 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark-data (>= ${source:Version}), - libwsutil15t64 (>= ${source:Version}) + libwsutil16 (>= ${source:Version}) Suggests: wireshark-doc (>= ${source:Version}) Pre-Depends: ${misc:Pre-Depends} Description: network packet dissection library -- shared library The libwireshark library provides the network packet dissection services developed by the Wireshark project. -Package: libwsutil15t64 -Provides: ${t64:Provides} -Replaces: libwsutil15 -Breaks: libwsutil15 (<< ${source:Version}) +Package: libwsutil16 Architecture: any Multi-Arch: same Section: libs @@ -182,7 +175,7 @@ Package: libwsutil-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libwsutil15t64 (= ${binary:Version}) + libwsutil16 (= ${binary:Version}) Breaks: libwireshark-dev (<< 3.7.0~) Replaces: libwireshark-dev (<< 3.7.0~) Description: network packet dissection utilities library -- development files @@ -215,7 +208,7 @@ Section: libdevel Depends: ${misc:Depends}, libwsutil-dev, libwiretap-dev, - libwireshark17t64 (= ${binary:Version}) + libwireshark18 (= ${binary:Version}) Description: network packet dissection library -- development files The "libwireshark" library provides the network packet dissection services developed by the Wireshark project. @@ -223,10 +216,7 @@ Description: network packet dissection library -- development files This package contains the static library and the C header files that are needed for applications to use libwireshark services. -Package: libwiretap14t64 -Provides: ${t64:Provides} -Replaces: libwiretap14 -Breaks: libwiretap14 (<< ${source:Version}) +Package: libwiretap15 Architecture: any Multi-Arch: same Section: libs @@ -263,7 +253,7 @@ Package: libwiretap-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libwiretap14t64 (= ${binary:Version}) + libwiretap15 (= ${binary:Version}) Description: network packet capture library -- development files Wiretap, part of the Wireshark project, is a library that allows one to read and write several packet capture file formats. |