Re: ${java:Depends} and ${misc:Depends}

2013-10-23 Thread Matthias Klose
Am 23.10.2013 07:07, schrieb tony mancill: > Just a comment about the JRE portion of these dependencies... It would be > easier in the long term to depend on "default-jre" unless there is a > specific need for openjdk-7-jre. and even better to depend on default-jre-headless, if there a no X / So

Re: ${java:Depends} and ${misc:Depends}

2013-10-22 Thread tony mancill
On 10/21/2013 10:45 AM, Felix Natter wrote: > hi, > > I am wondering whether this is correct for a simple java program without > dependencies: > > Package: jmapviewer > Architecture: all > Depends: > openjdk-7-jre, > ${misc:Depends} > > Could you ple

Re: ${java:Depends} and ${misc:Depends}

2013-10-21 Thread Felix Natter
; > On Mon, 2013-10-21 at 19:45 +0200, Felix Natter wrote: >> hi, >> >> I am wondering whether this is correct for a simple java program without >> dependencies: >> >> Package: jmapviewer >> Architecture: all >> Depends: >> openjdk-7-jre,

Re: ${java:Depends} and ${misc:Depends}

2013-10-21 Thread Benjamin Mesing
misc:Depends} > > Could you please explain what ${java:Depends} and ${misc:Depends} are > used for? > > Here are some (working) examples: > > - freeplane: ${misc:Depends}, openjdk-7-jre > > - libjortho-freeplane-java: ${misc:Depends} > > - simplyhtml: ${mi

${java:Depends} and ${misc:Depends}

2013-10-21 Thread Felix Natter
hi, I am wondering whether this is correct for a simple java program without dependencies: Package: jmapviewer Architecture: all Depends: openjdk-7-jre, ${misc:Depends} Could you please explain what ${java:Depends} and ${misc:Depends} are used for? Here are some (working) examples