(Mailing list didn't accept my message, sorry for sending it again) I've created the "-bundled-jre" version of the IDEA package after discussion with the maintainer of the "-ultimate-edition" version ("uwolfer"). Some people want to have the bundled JRE, others would like to use a system-wide installed JRE. The extra package "intellij-jdk" is not guaranteed to be the same version than was shipped with the specific IDE. Together with "pschichtel" we came up with yet another approach using split- and meta-packages: The main package is "intellij-idea-ultimate-edition" and depends on "intellij-idea-ultimate-edition-jre-meta". This JRE meta package is not a real package, but it is provided by two other packages: - intellij-idea-ultimate-edition-jre-bundled: The JRE bundled with the Jetbrains download. - intellij-idea-ultimate-edition-jre-system: The default "java-environment" package. Code can be found here: https://github.com/njam/intellij-idea-ultimate-edition I think it would be best to use this to create a single package "intellij-idea-ultimate-edition". What do you think? Regards Reto