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 | 073a7246d555555a6137139fc9545e2b48f870cb (patch) | |
tree | 6871dc160011b07f2378da88bb6b07ad3c72d3d2 | |
parent | 4c800efa13688b933bd2083236001af12e1f7126 (diff) | |
download | vyatta-cluster-073a7246d555555a6137139fc9545e2b48f870cb.tar.gz vyatta-cluster-073a7246d555555a6137139fc9545e2b48f870cb.zip |
Set dependencies on either bash or vyatta-bash
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c1d70e3..767dd32 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: vyatta-cluster Architecture: all Depends: vyatta-cfg, - vyatta-bash, + vyatta-bash | bash (>= 3.1), vyatta-op, heartbeat(>=2.1.2-1) Description: Vyatta configuration/operational commands for clustering |