This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new b9cc6c8  debian: cleanup commons-daemon no longer needed by agent 
(#3165)
b9cc6c8 is described below

commit b9cc6c8c73fca070af8a6be7a4f080451100209d
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Mar 26 13:02:40 2019 +0530

    debian: cleanup commons-daemon no longer needed by agent (#3165)
    
    With 4.13+ for debian, only systemd enabled distros are supported. This 
removes an unnecessary dependency.
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7ef3c1e..32db7c0 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: CloudStack server library
 
 Package: cloudstack-agent
 Architecture: all
-Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | 
java8-runtime | openjdk-9-jre-headless, cloudstack-common (= 
${source:Version}), lsb-base (>= 9), libcommons-daemon-java, openssh-client, 
qemu-kvm (>= 2.5), libvirt-bin (>= 1.3) | libvirt-daemon-system (>= 3.0), 
uuid-runtime, iproute2, ebtables, vlan, ipset, python-libvirt, ethtool, 
iptables, lsb-release, aria2
+Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | 
java8-runtime | openjdk-9-jre-headless, cloudstack-common (= 
${source:Version}), lsb-base (>= 9), openssh-client, qemu-kvm (>= 2.5), 
libvirt-bin (>= 1.3) | libvirt-daemon-system (>= 3.0), uuid-runtime, iproute2, 
ebtables, vlan, ipset, python-libvirt, ethtool, iptables, lsb-release, aria2
 Recommends: init-system-helpers
 Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
 Description: CloudStack agent

Reply via email to