diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 17 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index c51a0ce..c0b54d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,18 @@ -vyatta-cfg-firewall (0.14.0+vyos2+lithium17) unstable; urgency=low +vyatta-cfg-firewall (0.14.0+vyos2+lithium17) UNRELEASED; urgency=medium - * Remove dead code from the IPset module. + * Sync with current. - -- Daniil Baturin <daniil@baturin.org> Tue, 22 Dec 2015 21:38:37 +0100 + -- Daniil Baturin <daniil@baturin.org> Sun, 24 Jun 2018 12:31:12 +0200 + +vyatta-cfg-firewall (0.14.0+vyos2+current1) unstable; urgency=medium + + [ Thomas Jepp ] + * Fix build depends. + * Fix runtime depends. + + [ Kim Hagen ] + + -- Kim Hagen <kim.sidney@gmail.com> Sun, 24 Jan 2016 15:00:40 -0500 vyatta-cfg-firewall (0.14.0+vyos2+lithium16) unstable; urgency=low diff --git a/debian/control b/debian/control index 335bd13..7e6cadd 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vyatta-cfg-firewall Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 5), autotools-dev +Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake, cpio Standards-Version: 3.9.1 Package: vyatta-cfg-firewall @@ -23,7 +23,9 @@ Depends: sed (>= 4.1.5), sudo, snmpd, ipset, - iptables + iptables, + libswitch-perl, + libsnmp-perl Replaces: vyatta-cfg-system, vyatta-openvpn, vyatta-wirelessmodem |