fix debian packaging nfs-common is required for a basic NFS installation both in management server and agent.
Signed-off-by: Hiroaki KAWAI <ka...@stratosphere.co.jp> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f854f5df Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f854f5df Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f854f5df Branch: refs/heads/vmware-storage-motion Commit: f854f5df87ee8c16ac231d2ae53dd7063ed970d5 Parents: 16e9eac Author: Hiroaki KAWAI <ka...@stratosphere.co.jp> Authored: Mon May 27 14:50:55 2013 +0900 Committer: Hiroaki KAWAI <ka...@stratosphere.co.jp> Committed: Mon May 27 14:54:07 2013 +0900 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f854f5df/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index eec9ca2..46dd505 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://www.cloudstack.org/ Package: cloudstack-common Architecture: all -Depends: bash, genisoimage +Depends: bash, genisoimage, nfs-common Conflicts: cloud-scripts, cloud-utils, cloud-system-iso, cloud-console-proxy, cloud-daemonize, cloud-deps, cloud-python, cloud-setup Description: A common package which contains files which are shared by several CloudStack packages