From 9f0fff7d4afd0f1a7280dbf40fd9671d3576d196 Mon Sep 17 00:00:00 2001 From: Thomas Jepp Date: Wed, 16 Dec 2015 22:09:35 +0000 Subject: Fix build depends. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 335bd13..6a0793e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vyatta-cfg-firewall Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers -Build-Depends: debhelper (>= 5), autotools-dev +Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake, cpio Standards-Version: 3.9.1 Package: vyatta-cfg-firewall -- cgit v1.2.3 From 2a9bc2c4ea3204b65e679c1ee16e1bb12a17a31f Mon Sep 17 00:00:00 2001 From: Thomas Jepp Date: Thu, 24 Dec 2015 16:00:15 +0000 Subject: Fix runtime depends. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 6a0793e..f439a91 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,8 @@ Depends: sed (>= 4.1.5), sudo, snmpd, ipset, - iptables + iptables, + libswitch-perl Replaces: vyatta-cfg-system, vyatta-openvpn, vyatta-wirelessmodem -- cgit v1.2.3 From 96a8f5e74295e3a06bb8c2ca92e1b35597db9377 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 22 Jun 2018 00:28:25 +0200 Subject: T704: add libsnmp-perl to dependencies until the script is rewritten. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f439a91..7e6cadd 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Depends: sed (>= 4.1.5), snmpd, ipset, iptables, - libswitch-perl + libswitch-perl, + libsnmp-perl Replaces: vyatta-cfg-system, vyatta-openvpn, vyatta-wirelessmodem -- cgit v1.2.3