diff options
author | Merijn Evertse <merijn@trans-ix.nl> | 2019-01-29 14:46:56 +0100 |
---|---|---|
committer | Merijn Evertse <merijn@trans-ix.nl> | 2019-01-29 14:46:56 +0100 |
commit | 82245fbfc8c8b0c47508cb67d6a5b91b1b9ce5e1 (patch) | |
tree | 0aa009779956bb81afcfde439fddd97641f32bba /debian | |
parent | 6f79779ecf9ada95a13c15997810ca5c21ce7db3 (diff) | |
parent | 0b58083b29bff5bb4a2b16354a77a2794be7cc07 (diff) | |
download | vyatta-nat-82245fbfc8c8b0c47508cb67d6a5b91b1b9ce5e1.tar.gz vyatta-nat-82245fbfc8c8b0c47508cb67d6a5b91b1b9ce5e1.zip |
Merge branch 'current' of https://github.com/mevertse/vyatta-nat into HEAD
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d7efc86..e2f0a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +vyatta-nat (0.13.0+vyos2+current1) unstable; urgency=medium + + [ Thomas Jepp ] + * Fix build depends. + + [ Kim Hagen ] + + -- Kim Hagen <kim.sidney@gmail.com> Sun, 24 Jan 2016 15:17:48 -0500 + vyatta-nat (0.13.0+vyos2+lithium7) unstable; urgency=low [ Alex Harpin ] diff --git a/debian/control b/debian/control index 46086c9..304692e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vyatta-nat Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 5), autotools-dev +Build-Depends: debhelper (>= 5), autotools-dev, automake, autoconf, cpio Standards-Version: 3.7.2 Package: vyatta-nat |