Remove dependencies on essential packages.

They are guaranteed to be present on Debian systems.

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/705af841
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/705af841
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/705af841

Branch: refs/heads/master
Commit: 705af84141a3bf83f5d60c2fd9cbd4fb672d1cff
Parents: b482766
Author: Felix Geyer <[email protected]>
Authored: Mon Feb 16 15:08:43 2015 +0100
Committer: Wido den Hollander <[email protected]>
Committed: Thu Mar 5 14:39:54 2015 +0100

----------------------------------------------------------------------
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/705af841/debian/control
----------------------------------------------------------------------
diff --git a/debian/control b/debian/control
index e3e82e1..4ab832e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,20 +9,20 @@ Homepage: http://www.cloudstack.org/
 
 Package: cloudstack-common
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, bash, genisoimage, nfs-common
+Depends: ${misc:Depends}, ${python:Depends}, 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
 
 Package: cloudstack-management
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, cloudstack-common (= 
${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, 
libmysql-java, python-paramiko, augeas-tools, mysql-client, adduser
+Depends: ${misc:Depends}, ${python:Depends}, cloudstack-common (= 
${source:Version}), tomcat6,  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
 
 Package: cloudstack-agent
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, openjdk-7-jre, cloudstack-common 
(= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, 
openssh-client, libvirt0, sysvinit-utils, qemu-system-x86 | qemu-kvm, 
libvirt-bin, uuid-runtime, rsync, grep, iproute, perl-base, perl-modules, 
ebtables, vlan, wget, jsvc, ipset, python-libvirt, ethtool, iptables
+Depends: ${misc:Depends}, ${python:Depends}, openjdk-7-jre, cloudstack-common 
(= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, 
openssh-client, libvirt0, qemu-system-x86 | qemu-kvm, libvirt-bin, 
uuid-runtime, rsync, iproute, perl-modules, ebtables, vlan, wget, jsvc, ipset, 
python-libvirt, ethtool, iptables
 Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
 Description: CloudStack agent
  The CloudStack agent is in charge of managing shared computing resources in

Reply via email to