diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-15 04:51:31 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-15 04:51:31 +0200 |
commit | 57cef15b33c6f69c061aee5a78b194bc07b27f9c (patch) | |
tree | a0af4240143dfd44425196754c1445432d606994 | |
parent | 3ebc8df88c4b6522a57694d0d77d1933ea9db714 (diff) | |
download | vyos-1x-57cef15b33c6f69c061aee5a78b194bc07b27f9c.tar.gz vyos-1x-57cef15b33c6f69c061aee5a78b194bc07b27f9c.zip |
T637, T638: add dependencies on tcpdump and bmon.
-rw-r--r-- | debian/control | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 351715c07..9e49cc1a3 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,24 @@ Source: vyos-1x Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 9), python3, python3-setuptools, quilt, - python3-lxml +Build-Depends: debhelper (>= 9), + quilt, + python3, + python3-setuptools, + quilt, + python3-lxml Standards-Version: 3.9.6 Package: vyos-1x Architecture: all -Depends: python3, ${python3:Depends}, python3-netifaces, - python3-jinja2, ipaddrcheck - ${shlibs:Depends}, ${misc:Depends} +Depends: python3, + ${python3:Depends}, + python3-netifaces, + python3-jinja2, + ipaddrcheck, + tcpdump, + bmon, + ${shlibs:Depends}, + ${misc:Depends} Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |