From: R. Steve McKown Date: Sat, 30 Jun 2012 01:03:10 +0000 (-0600) Subject: openjdk jdk is needed; not jre X-Git-Tag: debian/1.3.2-3tmi X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=commitdiff_plain;h=fcf9c84cd00a6af405bb8d2f838e10ef89482857 openjdk jdk is needed; not jre --- diff --git a/debian/changelog b/debian/changelog index 1219c18..ba6173d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nesc (1.3.2-3tmi) hardy; urgency=low + + * Need openjdk-6-jdk; openjdk-6-jre is apparently not enough + + -- TMI Packages Fri, 29 Jun 2012 18:02:00 -0600 + nesc (1.3.2-2tmi) hardy; urgency=low * Accept openjdk-6-jdk or openjdk-6-jre as acceptable java dependencies diff --git a/debian/control b/debian/control index f1cc252..9b850d9 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: devel Priority: optional Maintainer: TMI Packages Standards-Version: 3.7.2.0 -Build-Depends: dpkg-dev (>= 1.13.9), autoconf (>= 2.13), bison, flex, gettext, texinfo, binutils (>= 2.9.5.0.12), gcc (>= 4:4.2.2), dejagnu (>= 1.4.2-1.1), dpatch, file, bzip2, lsb-release, sun-java5-jdk|sun-java6-jdk|openjdk-6-jre|openjdk-6-jdk +Build-Depends: dpkg-dev (>= 1.13.9), autoconf (>= 2.13), bison, flex, gettext, texinfo, binutils (>= 2.9.5.0.12), gcc (>= 4:4.2.2), dejagnu (>= 1.4.2-1.1), dpatch, file, bzip2, lsb-release, sun-java5-jdk|sun-java6-jdk|openjdk-6-jdk Package: nesc Architecture: any -Depends: perl, graphviz, sun-java5-jre|sun-java6-jre, sun-java5-bin|sun-java6-bin, sun-java5-jdk|sun-java6-jdk|openjdk-6-jre|openjdk-6-jdk, ${shlibs:Depends} +Depends: perl, graphviz, sun-java5-jdk|sun-java6-jdk|openjdk-6-jdk, ${shlibs:Depends} Conflicts: gcj Priority: extra Description: This is the nesC compiler used to compile TinyOS applications