aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-07-21 18:27:07 +0100
committerAnders Broman <a.broman58@gmail.com>2019-07-24 09:41:44 +0000
commit920f5c3dbf5995523afe7e499918e91000668bb8 (patch)
treee7a56813f25f7614d194f10d4a69b4718cf1563f /debian
parent12866e82796c94c50be41d2c05f6d2c28a822522 (diff)
debian/control: sync downstream wireshark-gtk changes
Add package relations to the deprecated wireshark-gtk package. The transitional package added by "Stop shipping Wireshark's GTK+ GUI" has not been incorporated however. The Standards-Version version bump done in 2.0.5+ga3be9c6-1 (2 Aug 2016) required no changes. Note that both Debian Stretch and Ubuntu 16.04 have debian-policy 3.9.8. Change-Id: Idb6f106ea03d47bcf87ba60f5470754e9ae4369e Reviewed-on: https://code.wireshark.org/review/34047 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index bddcf85d9a..df74d74a9f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: wireshark
Section: net
Priority: optional
-Maintainer: Balint Reczey <balint@balintreczey.hu>
-Standards-Version: 3.9.7
-Build-Depends: lsb-release,
+Maintainer: Balint Reczey <rbalint@ubuntu.com>
+Standards-Version: 3.9.8
+Build-Depends:
qtbase5-dev, qtbase5-dev-tools, qttools5-dev, qttools5-dev-tools,
qtmultimedia5-dev, libqt5svg5-dev,
libpcap0.8-dev, flex, libz-dev, debhelper (>= 9), po-debconf,
python3, python3-ply, libc-ares-dev, xsltproc, dh-python,
docbook-xsl (>= 1.64.1.0-0), docbook-xml, libxml2-utils, libpcre3-dev,
- libcap2-dev [linux-any] | libcap-dev (>= 2.17) [linux-any],
+ libcap2-dev [linux-any] | libcap-dev (>= 2.17) [linux-any], lsb-release,
bison, quilt, libparse-yapp-perl,
# libgnutls28-dev >= 3.2.14-1 is GPLv2+ compatible.
libgnutls28-dev (>= 3.2.14-1~),
@@ -31,6 +31,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark0 (>= ${binary:Version}
Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
Breaks: ethereal (<< 1.0.0-3),
wireshark (<< 2.0.0~),
+ wireshark-gtk (<< 3.0.0),
wireshark-qt (<< 2.0.0~rc3+g841d5e1)
Replaces: ethereal (<< 1.0.0-3),
wireshark (<< 2.0.0~),
@@ -40,8 +41,8 @@ Description: network traffic analyzer - common files
packets off the wire. Wireshark can decode too many protocols to list
here.
.
- This package provides files common to both wireshark and tshark (the
- console version).
+ This package provides files common to both wireshark and tshark
+ (the console version).
Package: wireshark
Architecture: any
@@ -59,8 +60,8 @@ Package: wireshark-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version})
Recommends: libqt5multimedia5-plugins
-Replaces: ethereal (<< 1.0.0-3), wireshark (<< 2.0.0~)
-Breaks: ethereal (<< 1.0.0-3), wireshark (<< 2.0.0~)
+Replaces: ethereal (<< 1.0.0-3), wireshark (<< 2.0.0~), wireshark-gtk (<< 3.0.0~)
+Breaks: ethereal (<< 1.0.0-3), wireshark (<< 2.0.0~), wireshark-gtk (<< 3.0.0~)
Description: network traffic analyzer - Qt version
Wireshark is a network "sniffer" - a tool that captures and analyzes
packets off the wire. Wireshark can decode too many protocols to list