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') 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') 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 a547effeb79ec1585b7bbbc17354855fffeb086e Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Sun, 24 Jan 2016 15:00:53 -0500 Subject: 0.14.0+vyos2+current1 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8529ed6..41c4994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +vyatta-cfg-firewall (0.14.0+vyos2+current1) unstable; urgency=medium + + [ Thomas Jepp ] + * Fix build depends. + * Fix runtime depends. + + [ Kim Hagen ] + + -- Kim Hagen Sun, 24 Jan 2016 15:00:40 -0500 + vyatta-cfg-firewall (0.14.0+vyos2+lithium16) unstable; urgency=low [ Alex Harpin ] -- 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') 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