diff options
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/control.in b/debian/control.in index 4f5f99e8..60d04423 100644 --- a/debian/control.in +++ b/debian/control.in @@ -28,7 +28,7 @@ Build-Depends: @QT_BUILD_DEPS@, libgnutls28-dev, libgcrypt-dev, libkrb5-dev, - liblua5.2-dev, + liblua5.4-dev | liblua5.3-dev, libsmi2-dev, libmaxminddb-dev, libopencore-amrnb-dev, @@ -41,7 +41,7 @@ Build-Depends: @QT_BUILD_DEPS@, libsbc-dev, libnghttp2-dev, libnghttp3-dev, - libssh-gcrypt-dev, + @LIBSSH_DEV@, liblz4-dev, libsnappy-dev, libzstd-dev, @@ -66,8 +66,8 @@ Package: wireshark-common Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libwireshark17 (>= ${binary:Version}), - libwiretap14 (>= ${binary:Version}), + libwireshark18 (>= ${binary:Version}), + libwiretap15 (>= ${binary:Version}), debconf, libcap2-bin [linux-any] Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version}) @@ -147,21 +147,21 @@ Description: network traffic analyzer - documentation This package contains Wireshark User's guide, Wireshark Developer's Guide and the Lua Reference. -Package: libwireshark17 +Package: libwireshark18 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark-data (>= ${source:Version}), - libwsutil15 (>= ${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: libwsutil15 +Package: libwsutil16 Architecture: any Multi-Arch: same Section: libs @@ -176,7 +176,7 @@ Package: libwsutil-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libwsutil15 (= ${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 @@ -209,7 +209,7 @@ Section: libdevel Depends: ${misc:Depends}, libwsutil-dev, libwiretap-dev, - libwireshark17 (= ${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. @@ -217,7 +217,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: libwiretap14 +Package: libwiretap15 Architecture: any Multi-Arch: same Section: libs @@ -254,7 +254,7 @@ Package: libwiretap-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libwiretap14 (= ${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. |