diff -u ecj-3.3.0+0728/debian/control ecj-3.3.0+0728/debian/control --- ecj-3.3.0+0728/debian/control +++ ecj-3.3.0+0728/debian/control @@ -1,7 +1,8 @@ Source: ecj Section: devel Priority: optional -Maintainer: Debian Java Maintainers +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Jerry Haltom , Michael Koch , Matthias Klose Build-Depends: cdbs (>= 0.4.26), debhelper (>= 5), gcj-4.3 (>= 4.3.0-1), @@ -26,11 +27,10 @@ Package: libecj-java Architecture: all Section: libs -Depends: java-common (>= 0.23) +Depends: default-jre-headless | java2-runtime-headless Conflicts: ecj-bootstrap (<< 3.2.2), eclipse-ecj Replaces: ecj-bootstrap (<< 3.2.2), eclipse-ecj, ecj (<< 3.3.0-1) -Recommends: libecj-java-gcj, java2-runtime -Suggests: ecj, ant +Suggests: ecj, ant, libecj-java-gcj Description: Eclipse Java compiler (library) This package provides a standalone version of the Eclipse JDT compiler library which is distributed as part of Eclipse. It passes the JCK (Java Compatibility diff -u ecj-3.3.0+0728/debian/changelog ecj-3.3.0+0728/debian/changelog --- ecj-3.3.0+0728/debian/changelog +++ ecj-3.3.0+0728/debian/changelog @@ -1,3 +1,10 @@ +ecj (3.3.0+0728-9ubuntu1) intrepid; urgency=low + + * Fix libecj-java runtime deps to use -headless virtuals (LP: #249178) + * libecj-java-gcj is now suggested rather than recommended for libecj-java + + -- Thierry Carrez Fri, 01 Aug 2008 16:31:20 +0200 + ecj (3.3.0+0728-9) unstable; urgency=low * Don't build on alpha, arm, hppa.