Revert "Add perl-modules as install dependency for cloudstack-agent"
perl-modules are no longer required. See: https://github.com/apache/cloudstack/pull/1533 This reverts commit 64b72a5c5a410f41bd869cc9d40807d888e05055. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/15da0c2b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/15da0c2b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/15da0c2b Branch: refs/heads/master Commit: 15da0c2b33bd52eff60d96fdd42f49d61481b5aa Parents: 751d355 Author: Sverrir Berg <[email protected]> Authored: Fri May 20 15:43:55 2016 +0000 Committer: Sverrir Berg <[email protected]> Committed: Sun May 22 10:16:54 2016 +0000 ---------------------------------------------------------------------- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15da0c2b/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 728f6ff..6452c03 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: CloudStack server library Package: cloudstack-agent Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, openjdk-8-jre-headless | openjdk-7-jre-headless, cloudstack-common (= ${source:Version}), lsb-base (>= 4.0), libcommons-daemon-java, openssh-client, qemu-kvm (>= 1.0), libvirt-bin (>= 0.9.8), uuid-runtime, iproute, ebtables, vlan, jsvc, ipset, python-libvirt, ethtool, iptables, perl-modules +Depends: ${misc:Depends}, ${python:Depends}, openjdk-8-jre-headless | openjdk-7-jre-headless, cloudstack-common (= ${source:Version}), lsb-base (>= 4.0), libcommons-daemon-java, openssh-client, qemu-kvm (>= 1.0), libvirt-bin (>= 0.9.8), uuid-runtime, iproute, ebtables, vlan, 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
