summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control41
1 files changed, 23 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index ba71626..dd4939c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,9 @@
Source: wireshark
-Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
-XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
-XSBC-Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
-Bugs: mailto:maintainers@lists.progress-linux.org
+Maintainer: Balint Reczey <balint@balintreczey.hu>
Section: net
Priority: optional
-Build-Depends: qt6-5compat-dev,
+Build-Depends: dpkg-dev (>= 1.22.5),
+ qt6-5compat-dev,
qt6-base-dev,
qt6-base-dev-tools,
qt6-multimedia-dev,
@@ -60,18 +58,16 @@ Build-Conflicts: libsnmp4.2-dev,
libsnmp-dev
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
-Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/wireshark
-Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/wireshark
-XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/wireshark
-XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/wireshark.git -b debian/master
+Vcs-Browser: https://salsa.debian.org/debian/wireshark
+Vcs-Git: https://salsa.debian.org/debian/wireshark.git -b debian/master
Homepage: https://www.wireshark.org/
Package: wireshark-common
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libwireshark17 (>= ${binary:Version}),
- libwiretap14 (>= ${binary:Version}),
+ libwireshark17t64 (>= ${binary:Version}),
+ libwiretap14t64 (>= ${binary:Version}),
debconf,
libcap2-bin [linux-any]
Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
@@ -151,21 +147,27 @@ Description: network traffic analyzer - documentation
This package contains Wireshark User's guide, Wireshark Developer's Guide
and the Lua Reference.
-Package: libwireshark17
+Package: libwireshark17t64
+Provides: ${t64:Provides}
+Replaces: libwireshark17
+Breaks: libwireshark17 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libwireshark-data (>= ${source:Version}),
- libwsutil15 (>= ${source:Version})
+ libwsutil15t64 (>= ${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: libwsutil15t64
+Provides: ${t64:Provides}
+Replaces: libwsutil15
+Breaks: libwsutil15 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -180,7 +182,7 @@ Package: libwsutil-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libwsutil15 (= ${binary:Version})
+ libwsutil15t64 (= ${binary:Version})
Breaks: libwireshark-dev (<< 3.7.0~)
Replaces: libwireshark-dev (<< 3.7.0~)
Description: network packet dissection utilities library -- development files
@@ -213,7 +215,7 @@ Section: libdevel
Depends: ${misc:Depends},
libwsutil-dev,
libwiretap-dev,
- libwireshark17 (= ${binary:Version})
+ libwireshark17t64 (= ${binary:Version})
Description: network packet dissection library -- development files
The "libwireshark" library provides the network packet dissection services
developed by the Wireshark project.
@@ -221,7 +223,10 @@ 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: libwiretap14t64
+Provides: ${t64:Provides}
+Replaces: libwiretap14
+Breaks: libwiretap14 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -258,7 +263,7 @@ Package: libwiretap-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libwiretap14 (= ${binary:Version})
+ libwiretap14t64 (= ${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.