diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:14:04 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:14:04 -0700 |
commit | 40c12b4c12e0a925131b9de822aba6e1947890dc (patch) | |
tree | fae5bf59c25b9cd61c3ffc7e4eb871f71f8d775c /debian/control | |
parent | ed2b37becc270c3937bb77e4b3b3fc3636b72985 (diff) | |
download | vyatta-op-firewall-40c12b4c12e0a925131b9de822aba6e1947890dc.tar.gz vyatta-op-firewall-40c12b4c12e0a925131b9de822aba6e1947890dc.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 ff71bea..86098d9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: vyatta-op-firewall Architecture: all Depends: vyatta-op, - vyatta-bash, + vyatta-bash | bash (>= 3.1), vyatta-op-xml Suggests: util-linux (>= 2.13-5), net-tools, |