diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:14:05 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:14:05 -0700 |
commit | b21d0f49e58cd7e7b4c229f365f5dc4d7cc7e6d4 (patch) | |
tree | e17aceef5edcd59946fea6af7302df99135d5295 /debian/control | |
parent | 9c755926bb2a89d3fceec8d658ca9d13853448ae (diff) | |
download | vyatta-op-qos-b21d0f49e58cd7e7b4c229f365f5dc4d7cc7e6d4.tar.gz vyatta-op-qos-b21d0f49e58cd7e7b4c229f365f5dc4d7cc7e6d4.zip |
Set dependencies on either bash or vyatta-bash
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 67f02e1..abc4431 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: vyatta-op-qos Architecture: all Depends: vyatta-op, - vyatta-bash, + vyatta-bash | bash (>= 3.1), vyatta-iproute Suggests: util-linux (>= 2.13-5), ethtool |