Skip to content

Commit b00f7cc

Browse files
committed
debian: Update dependencies
No need for these packages to depend on any cloud-agent package. If they need files from this packages, then we need to move those files. The client/management server should never depend on agent packages.
1 parent 672ceed commit b00f7cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Provides: vmops-deps
1111
Conflicts: vmops-deps
1212
Replaces: vmops-deps
1313
Architecture: any
14-
Depends: openjdk-6-jre, cloud-agent-deps
14+
Depends: openjdk-6-jre
1515
Description: CloudStack library dependencies
1616
This package contains a number of third-party dependencies
1717
not shipped by distributions, required to run the CloudStack
@@ -86,7 +86,7 @@ Provides: vmops-client
8686
Conflicts: vmops-client
8787
Replaces: vmops-client
8888
Architecture: any
89-
Depends: openjdk-6-jre, cloud-deps (= ${source:Version}), cloud-utils (= ${source:Version}), cloud-server (= ${source:Version}), cloud-client-ui (= ${source:Version}), cloud-setup (= ${source:Version}), cloud-agent-scripts (= ${source:Version}), cloud-python (= ${source:Version}), tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, sysvinit-utils, chkconfig, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools, genisoimage, cloud-system-iso
89+
Depends: openjdk-6-jre, cloud-deps (= ${source:Version}), cloud-utils (= ${source:Version}), cloud-server (= ${source:Version}), cloud-client-ui (= ${source:Version}), cloud-setup (= ${source:Version}), cloud-python (= ${source:Version}), tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, sysvinit-utils, chkconfig, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools, genisoimage, cloud-system-iso
9090
Description: CloudStack client
9191
The CloudStack management server is the central point of coordination,
9292
management, and intelligence in the CloudStack Cloud Stack. This package

0 commit comments

Comments
 (0)