Github user resmo commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/96#discussion_r25807707
--- Diff: debian/control ---
@@ -3,26 +3,26 @@ Section: libs
Priority: extra
Maintainer: Wido den Hollander <[email protected]>
Build-Depends: debhelper (>= 7), openjdk-7-jdk, genisoimage,
- python-mysqldb, maven3 | maven (>= 3), python (>= 2.6.6-3~)
+ python-mysqldb, maven (>= 3) | maven3, python-all (>= 2.6.6-3~)
Standards-Version: 3.8.1
Homepage: http://www.cloudstack.org/
Package: cloudstack-common
Architecture: all
-Depends: bash, genisoimage, nfs-common
+Depends: ${misc:Depends}, ${python:Depends}, genisoimage, nfs-common
Conflicts: cloud-scripts, cloud-utils, cloud-system-iso,
cloud-console-proxy, cloud-daemonize, cloud-deps, cloud-python, cloud-setup
Description: A common package which contains files which are shared by
several CloudStack packages
Package: cloudstack-management
Architecture: all
-Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils,
sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools,
mysql-client
+Depends: ${misc:Depends}, ${python:Depends}, cloudstack-common (=
${source:Version}), tomcat6, sudo, jsvc, python-mysqldb, libmysql-java,
python-paramiko, augeas-tools, mysql-client, adduser
--- End diff --
It has been confirmed that tomcat7 is also working (RHEL7 in packaging). I
suggest to change `tomcat6` to `tomcat6 | tomcat7`to support Debian Jessie.
What do you think?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---