diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-21 16:39:34 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-21 16:39:34 -0700 |
commit | 2860932a5dcaea52242f25d2abc9d0add47b030a (patch) | |
tree | f494641d03f2bce697b1d790f4e6d6d31660bc98 | |
parent | be8d99e09f4cd0b16161a27237418b0e6e53e8df (diff) | |
download | vyatta-cfg-qos-2860932a5dcaea52242f25d2abc9d0add47b030a.tar.gz vyatta-cfg-qos-2860932a5dcaea52242f25d2abc9d0add47b030a.zip |
Fix debian dependencies
-rw-r--r-- | debian/control | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 73fac62..b1545f3 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,16 @@ Standards-Version: 3.7.2 Package: vyatta-cfg-qos Architecture: all -Depends: bash (>= 3.1), - sed (>= 4.1.5), +Depends: sed (>= 4.1.5), perl (>= 5.8.8), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), - vyatta-cfg, sudo, - vyatta-bash, bridge-utils, vyatta-iproute, ethtool + vyatta-cfg, + vyatta-bash, + vyatta-iproute, + sudo, + bridge-utils, + ethtool Suggests: util-linux (>= 2.13-5), net-tools, Description: Vyatta Qos configuration templates/scripts |