aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-06-20 01:04:13 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-06-21 16:59:27 +0000
commitbc7797792c9aa9951a487f7a33805bddc0541ff5 (patch)
tree861f18d54a2a68eff2c5f9711f9efc5f3bb0a83c /debian
parente56ec71c6ada4af550df1cb52114655255fcf685 (diff)
debian/control: remove debhelper and cdbs from wireshark-dev
Fixes lintian warnings: W: wireshark-dev: binary-package-depends-on-toolchain-package depends: debhelper W: wireshark-dev: binary-package-depends-on-toolchain-package depends: cdbs wireshark-dev does not depend on either cdbs or debhelper, remove it. A versioned debhelper dependency is present as Build-Depends however. Change-Id: Ic3393e7ecbaf6d4bdf032315e5da586823ae1e05 Reviewed-on: https://code.wireshark.org/review/33676 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3580a25822..e91a0041d0 100644
--- a/debian/control
+++ b/debian/control
@@ -85,8 +85,8 @@ Package: wireshark-dev
Architecture: any
Section: devel
Depends: ${misc:Depends}, omniidl (>= 4.0.1-2), libpcap0.8-dev, libtool,
- libglib2.0-dev, python3:any, python3-ply, snacc, debhelper,
- cdbs, libwireshark-dev, libwiretap-dev
+ libglib2.0-dev, python3:any, python3-ply, snacc,
+ libwireshark-dev, libwiretap-dev
Replaces: ethereal-dev (<< 1.0.0-3)
Conflicts: ethereal-dev (<< 1.0.0-3)
Description: network traffic analyzer - development tools