diff options
| -rw-r--r-- | debian/control | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 73f6931..2d9992c 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,16 @@ Standards-Version: 3.7.2 Package: vyatta-wanloadbalance Architecture: any -Depends: bash (>= 3.1), - sed (>= 4.1.5), +Depends: sed (>= 4.1.5), perl (>= 5.8.8), procps (>= 1:3.2.7-3), + vyatta-cfg, + vyatta-op, vyatta-quagga, + vyatta-bash, + vyatta-config-migrate, coreutils (>= 5.97-5.3), - libc6 (>= 2.7-1), - vyatta-config-migrate + libc6 (>= 2.7-1) Suggests: util-linux (>= 2.13-5), net-tools, ethtool, @@ -22,4 +24,4 @@ Suggests: util-linux (>= 2.13-5), ntpdate Description: Vyatta configuration system This package has the Vyatta wan load balance project. It includes support for - the vyatta cli for configuration. + the vyatta CLI for configuration. |
