[
https://issues.apache.org/jira/browse/CLOUDSTACK-9462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15434355#comment-15434355
]
ASF GitHub Bot commented on CLOUDSTACK-9462:
--------------------------------------------
Github user wido commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1647#discussion_r76006449
--- Diff: debian/rules ---
@@ -5,8 +5,17 @@ PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f
1)
SYSCONFDIR = "/etc"
DESTDIR = "debian/tmp"
+ifeq ($(shell lsb_release -sr), 14.04)
+ SUBSTVARS = -Vjre:Depends="openjdk-7-jre-headless"
-Vjdk:Depends="openjdk-7-jdk" -Vinit:"Depends:jsvc"
+else
+ SUBSTVARS = -Vjre:Depends="openjdk-8-jre-headless"
-Vjdk:Depends="openjdk-8-jdk" -Vinit:"Depends:systemd"
--- End diff --
That might be possible, I am not sure. I think we could do it. Haven't
tried that.
I'm however very, very short on time these weeks, so I won't be able to
work on it.
> Systemd packaging for Ubuntu 16.04
> ----------------------------------
>
> Key: CLOUDSTACK-9462
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9462
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: 4.10.0, 4.9.1
>
>
> Support for building deb packages that will work on Ubuntu 16.04
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)