diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-24 13:06:04 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-24 13:06:04 +0200 |
commit | 1e57b56f271d55bee4e1118f4f4f9aad27b813ce (patch) | |
tree | 52644fe91c46af6dbad1edf2664e2f359ed6c992 /debian/control | |
parent | a2574ad42f708aa662bc9fc7bbbf0badf8349bd1 (diff) | |
parent | 90daa5e2cf02ffd3fd5936b4f372f1e85ab62ef6 (diff) | |
download | vyatta-cfg-vpn-lithium.tar.gz vyatta-cfg-vpn-lithium.zip |
Merge branch 'current' into lithiumlithium
Conflicts:
scripts/vpn-config.pl
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/debian/control b/debian/control index cdc5e36..d0dc7bc 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,17 @@ Source: vyatta-cfg-vpn Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev, autoconf, automake, cpio +Standards-Version: 3.9.1 Package: vyatta-cfg-vpn Architecture: any Depends: perl, vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), - vyatta-ipsec, + strongswan (>= 5.2), + strongswan-swanctl (>= 5.2), + libcrypt-openssl-rsa-perl, libc6 (>= 2.7-6) -Description: VyOS VPN configuration templates/scripts - VyOS VPN configuration templates and scripts. +Description: VyOS IPsec VPN configuration templates/scripts + VyOS IPsec VPN configuration templates and scripts. |