summaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control.in b/debian/control.in
index 4de467c2..65864f42 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -25,7 +25,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,
@@ -61,8 +61,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})
@@ -142,21 +142,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
@@ -171,7 +171,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
@@ -204,7 +204,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.
@@ -212,7 +212,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
@@ -249,7 +249,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.