Hi Emmanuel, Gradle has a submodule gradle-ui.jar which enables us to launch a GUI interface of Gradle using "gradle --gui". Should this be sufficient for gradle package to depend on java6-runtime instead of java6-runtime-headless? In that case, it should also depend on default-jdk instead of default-jdk-headless.
Regards, Kai-Chung Yan 2015-10-03 20:50 GMT+08:00 殷啟聰 <[email protected]>: > Hi Emmanuel, > > Yeah that was my mistake, too carelessly. Thank you for pointing out! > > Regards, > Kai-Chung Yan > > > Emmanuel Bourg <[email protected]> 於 2015年10月3日週六 20:39 寫道: >> >> Le 03/10/2015 12:39, Kai-Chung Yan a écrit : >> >> > --- a/debian/control >> > +++ b/debian/control >> > @@ -79,7 +79,7 @@ Homepage: http://gradle.org >> > >> > Package: gradle >> > Architecture: all >> > -Depends: default-jre-headless (>= 1:1.6), >> > +Depends: default-jre-headless (>= 1:1.6) | java6-runtime, >> > libgradle-core-java (>= ${binary:Version}), >> > libgradle-plugins-java (>= ${binary:Version}), >> > ${misc:Depends} >> >> Hi Kai, >> >> You probably want java6-runtime-headless instead of java6-runtime here >> since gradle is a command line application. >> >> Emmanuel Bourg >> > -- > > 殷啟聰 | Kai-Chung Yan > 一生只向真理與妻子低頭 > Full-time student of National Taichung University of Education > LinkedIn: <https://linkedin.com/in/seamlik> > Blog: <http://seamlik.logdown.com> -- /* * 殷啟聰 | Kai-Chung Yan * 一生只向真理與妻子低頭 * Full-time student of National Taichung University of Education * LinkedIn: <https://linkedin.com/in/seamlik> * Blog: <seamlik.logdown.com> */ __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

