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 58c18fc  debian: install `file` as cloudstack-management dependency 
(#3436)
58c18fc is described below

commit 58c18fc09ff7dfd3bd2c62c3e705fc8d21a2f55f
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Sat Jun 29 00:24:10 2019 +0530

    debian: install `file` as cloudstack-management dependency (#3436)
    
    This install `file` package that provides the `file` tool used by
    cloud-install-sys-tmplt script, as part of cloudstack-management
    package installation on Ubuntu distros.
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 32db7c0..4e8742b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Description: A common package which contains files which are 
shared by several C
 
 Package: cloudstack-management
 Architecture: all
-Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | 
java8-runtime | openjdk-9-jre-headless, cloudstack-common (= 
${source:Version}), sudo, python-mysql.connector, libmysql-java, augeas-tools, 
mysql-client, adduser, bzip2, ipmitool, lsb-release, init-system-helpers (>= 
1.14~)
+Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | 
java8-runtime | openjdk-9-jre-headless, cloudstack-common (= 
${source:Version}), sudo, python-mysql.connector, libmysql-java, augeas-tools, 
mysql-client, adduser, bzip2, ipmitool, file, lsb-release, init-system-helpers 
(>= 1.14~)
 Conflicts: cloud-server, cloud-client, cloud-client-ui
 Description: CloudStack server library
  The CloudStack management server

Reply via email to