diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-17 07:25:00 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-17 07:25:00 +0000 |
commit | c4b95fb470f38a45dc4825f59437bf2202cf4449 (patch) | |
tree | 11843aeeb1b594b6bf8be92d6c554aa3f392f58d | |
parent | a47cd02bca9cb25125e14fe1b731029fb985d89c (diff) | |
download | vyatta-config-mgmt-c4b95fb470f38a45dc4825f59437bf2202cf4449.tar.gz vyatta-config-mgmt-c4b95fb470f38a45dc4825f59437bf2202cf4449.zip |
Fix build depends.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 20b27f8..47bb490 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vyatta-config-mgmt 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-config-mgmt |