diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2007-12-14 13:40:31 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2007-12-14 13:40:31 -0800 |
commit | 59b21be36b2f4cd74aa0cea53492e3023b59770b (patch) | |
tree | c1f1893bcba148eff202148f548328155bf729d4 /debian/control | |
download | vyatta-wanloadbalance-debian/0.1.tar.gz vyatta-wanloadbalance-debian/0.1.zip |
initial check wan lbdebian/0.1
Signed-off-by: Michael Larson <slioch@eng-140.vyatta.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2835656 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: vyatta-wanloadbalance +Section: contrib/net +Priority: extra +Maintainer: Michael Larson <mike@vyatta.com> +Build-Depends: debhelper (>= 5), autotools-dev +Standards-Version: 3.7.2 + +Package: vyatta-wanloadbalance +Architecture: any +Depends: bash (>= 3.1), + sed (>= 4.1.5), + perl (>= 5.8.8), + procps (>= 1:3.2.7-3), + quagga, + coreutils (>= 5.97-5.3), + vyatta-config-migrate +Suggests: util-linux (>= 2.13-5), + net-tools, + ethtool, + ncurses-bin (>= 5.5-5), + ntpdate +Description: Vyatta configuration system + This package has the Vyatta wan load balance project. It includes support for + the vyatta cli for configuration. |