From 57cef15b33c6f69c061aee5a78b194bc07b27f9c Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 15 May 2018 04:51:31 +0200 Subject: T637, T638: add dependencies on tcpdump and bmon. --- debian/control | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'debian') 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 -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 -- cgit v1.2.3 From 922ce1a5a75732aed67a79b3b92f900376d649b3 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 15 May 2018 04:52:43 +0200 Subject: Add dependency on hvinfo, too. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 9e49cc1a3..77331b050 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Depends: python3, ipaddrcheck, tcpdump, bmon, + hvinfo, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data -- cgit v1.2.3 From 89a4124bf68a1a361a32a6cb1f07d06ff2e160fa Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 15 May 2018 04:59:04 +0200 Subject: Dependencies on file and pystache, for install and show version scripts.. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 77331b050..c31c470e9 100644 --- a/debian/control +++ b/debian/control @@ -16,10 +16,12 @@ Depends: python3, ${python3:Depends}, python3-netifaces, python3-jinja2, + python3-pystache, ipaddrcheck, tcpdump, bmon, hvinfo, + file, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data -- cgit v1.2.3