debian: Do not have cloud-agent depend on python It depends on cloud-python and that depends on python already
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/768e81cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/768e81cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/768e81cd Branch: refs/heads/master Commit: 768e81cd04c6119af11fce13eb5c98e54efcc34b Parents: 6ee35d0 Author: Wido den Hollander <[email protected]> Authored: Wed Sep 26 22:23:29 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Wed Sep 26 23:29:47 2012 +0200 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/768e81cd/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 6c0597d..f916fbd 100644 --- a/debian/control +++ b/debian/control @@ -90,7 +90,7 @@ Description: CloudStack agent libraries Package: cloud-agent Architecture: any -Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), python, cloud-python (= ${source:Version}), cloud-agent-libs (= ${source:Version}), cloud-scripts (= ${source:Version}), libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, libcommons-httpclient-java, libservlet2.5-java, liblog4j1.2-java (>= 1.2.16), libjna-java, wget, jsvc, lsb-base (>= 3.2) +Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), cloud-python (= ${source:Version}), cloud-agent-libs (= ${source:Version}), cloud-scripts (= ${source:Version}), libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, libcommons-httpclient-java, libservlet2.5-java, liblog4j1.2-java (>= 1.2.16), libjna-java, wget, jsvc, lsb-base (>= 3.2) Description: CloudStack agent The CloudStack agent is in charge of managing shared computing resources in a CloudStack powered cloud. Install this package if this computer
