Add adduser dependency to cloudstack-management. Used in the postinst script.
Signed-off-by: Wido den Hollander <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/05f865ff Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/05f865ff Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/05f865ff Branch: refs/heads/master Commit: 05f865ffd54e596466ce107b189ffc704ac59e2e Parents: b338e88 Author: Felix Geyer <[email protected]> Authored: Mon Feb 16 14:36:50 2015 +0100 Committer: Wido den Hollander <[email protected]> Committed: Thu Mar 5 14:39:54 2015 +0100 ---------------------------------------------------------------------- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/05f865ff/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index b5f3dbb..142d370 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Description: A common package which contains files which are shared by several C Package: cloudstack-management Architecture: all -Depends: ${python:Depends}, cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools, mysql-client +Depends: ${python:Depends}, cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools, mysql-client, adduser Conflicts: cloud-server, cloud-client, cloud-client-ui Description: CloudStack server library The CloudStack management server
