diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-16 22:57:21 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-16 22:57:21 +0000 |
commit | 037a3059935f7c0eecbe97823e7f6fe5783c7e93 (patch) | |
tree | 8e8cc98781ec9471701f0bd7386e7e856947a239 | |
parent | c4ad578e0d82b688d5ed60b649604982eae8350a (diff) | |
download | vyatta-wanloadbalance-037a3059935f7c0eecbe97823e7f6fe5783c7e93.tar.gz vyatta-wanloadbalance-037a3059935f7c0eecbe97823e7f6fe5783c7e93.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 10345bc..a6a7080 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vyatta-wanloadbalance 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, libtool Standards-Version: 3.7.2 Package: vyatta-wanloadbalance |