From b8afd5cf0dd47a6cb52197939448facbf999b691 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 22 Sep 2019 00:07:33 +0100 Subject: [PATCH] debian/control: Move the Wireshark gubbins back to general `Build-Depends'. The Wireshark plugin directory is architecture-specific, so, while the Lua dissector is architecture-neutral, the install directory isn't and we have to build a separate package for each architecture. This is rather vexing. --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 0bf822c9..43dbc175 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: extra Maintainer: Mark Wooding XS-Python-Version: >= 2.4 Build-Depends: debhelper (>= 9), pkg-config, curl, rsync, + tshark, wireshark-dev (>= 1.12.1), python (>= 2.6.6-3~), mlib-dev (>= 2.2.2), catacomb-dev (>= 2.4.2+70), catacomb-bin (>= 2.1.4) Build-Depends-Indep: python-cdb, python-gtk2, - python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0), - tshark, wireshark-dev (>= 1.12.1) + python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0) Standards-Version: 3.1.1 Package: tripe @@ -55,7 +55,7 @@ Description: Trivial IP Encryption: a simple virtual private network scripts and is useful for testing. `If in doubt, say N here.' Package: tripe-wireshark -Architecture: any +Architecture: all Depends: wireshark-common (= ${tripe:Wireshark-Version}) Description: Trivial IP Encryption: a simple virtual private network TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy -- 2.11.0