summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 14:09:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:37:58 +0000
commit3c1a017caaa9ab0594146023f3282d39401de128 (patch)
treefdc98ab1bc51451a22a0ee29afdb4e2b84cc1e96 /debian/control
parentMerging debian version 4.2.2-1.1. (diff)
downloadwireshark-3c1a017caaa9ab0594146023f3282d39401de128.tar.xz
wireshark-3c1a017caaa9ab0594146023f3282d39401de128.zip
Reverting t64 migration for backports.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 10 insertions, 19 deletions
diff --git a/debian/control b/debian/control
index 497db68..633b663 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Bugs: mailto:maintainers@lists.progress-linux.org
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,
@@ -71,8 +71,8 @@ Package: wireshark-common
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libwireshark17t64 (>= ${binary:Version}),
- libwiretap14t64 (>= ${binary:Version}),
+ libwireshark17 (>= ${binary:Version}),
+ libwiretap14 (>= ${binary:Version}),
debconf,
libcap2-bin [linux-any]
Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
@@ -152,27 +152,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: libwireshark17
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libwireshark-data (>= ${source:Version}),
- libwsutil15t64 (>= ${source:Version})
+ libwsutil15 (>= ${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: libwsutil15
Architecture: any
Multi-Arch: same
Section: libs
@@ -187,7 +181,7 @@ Package: libwsutil-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libwsutil15t64 (= ${binary:Version})
+ libwsutil15 (= ${binary:Version})
Breaks: libwireshark-dev (<< 3.7.0~)
Replaces: libwireshark-dev (<< 3.7.0~)
Description: network packet dissection utilities library -- development files
@@ -220,7 +214,7 @@ Section: libdevel
Depends: ${misc:Depends},
libwsutil-dev,
libwiretap-dev,
- libwireshark17t64 (= ${binary:Version})
+ libwireshark17 (= ${binary:Version})
Description: network packet dissection library -- development files
The "libwireshark" library provides the network packet dissection services
developed by the Wireshark project.
@@ -228,10 +222,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: libwiretap14
Architecture: any
Multi-Arch: same
Section: libs
@@ -268,7 +259,7 @@ Package: libwiretap-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libwiretap14t64 (= ${binary:Version})
+ libwiretap14 (= ${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.